vuetify 3.5.8 → 3.5.10

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 (189) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +525 -13
  3. package/dist/json/importMap-labs.json +24 -8
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/tags.json +148 -0
  6. package/dist/json/web-types.json +2021 -147
  7. package/dist/vuetify-labs.css +2819 -2760
  8. package/dist/vuetify-labs.d.ts +5860 -2816
  9. package/dist/vuetify-labs.esm.js +1286 -248
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1286 -247
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +553 -547
  14. package/dist/vuetify.d.ts +2835 -2281
  15. package/dist/vuetify.esm.js +883 -408
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +882 -406
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1137 -1109
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +232 -100
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  40. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  41. package/lib/components/VColorPicker/_variables.scss +1 -0
  42. package/lib/components/VCombobox/VCombobox.mjs +10 -7
  43. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  44. package/lib/components/VCombobox/index.d.mts +232 -100
  45. package/lib/components/VDataTable/index.d.mts +6 -6
  46. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  47. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  49. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  50. package/lib/components/VDatePicker/index.d.mts +10 -10
  51. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  52. package/lib/components/VDialog/index.d.mts +12 -6
  53. package/lib/components/VDivider/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  55. package/lib/components/VField/VField.css +2 -0
  56. package/lib/components/VField/VField.mjs +1 -1
  57. package/lib/components/VField/VField.mjs.map +1 -1
  58. package/lib/components/VField/VField.sass +2 -0
  59. package/lib/components/VField/index.d.mts +28 -28
  60. package/lib/components/VFileInput/index.d.mts +133 -133
  61. package/lib/components/VFooter/index.d.mts +8 -8
  62. package/lib/components/VGrid/index.d.mts +32 -32
  63. package/lib/components/VIcon/VIcon.css +4 -0
  64. package/lib/components/VIcon/VIcon.mjs +7 -3
  65. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  66. package/lib/components/VIcon/VIcon.sass +4 -0
  67. package/lib/components/VIcon/_variables.scss +1 -0
  68. package/lib/components/VIcon/index.d.mts +25 -16
  69. package/lib/components/VImg/index.d.mts +4 -4
  70. package/lib/components/VInput/index.d.mts +21 -21
  71. package/lib/components/VKbd/index.d.mts +8 -8
  72. package/lib/components/VLabel/index.d.mts +8 -8
  73. package/lib/components/VLayout/index.d.mts +16 -16
  74. package/lib/components/VLazy/index.d.mts +8 -8
  75. package/lib/components/VList/VList.mjs +8 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListGroup.mjs +3 -1
  78. package/lib/components/VList/VListGroup.mjs.map +1 -1
  79. package/lib/components/VList/VListItem.mjs +17 -4
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/index.d.mts +156 -54
  82. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  83. package/lib/components/VMain/index.d.mts +8 -8
  84. package/lib/components/VMenu/VMenu.mjs +3 -0
  85. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  86. package/lib/components/VMenu/index.d.mts +14 -8
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  88. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  91. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  92. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  93. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  94. package/lib/components/VOtpInput/index.d.mts +31 -31
  95. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  96. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  97. package/lib/components/VOverlay/index.d.mts +3 -0
  98. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  99. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  100. package/lib/components/VPagination/index.d.mts +7 -7
  101. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  102. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  103. package/lib/components/VProgressLinear/index.d.mts +7 -7
  104. package/lib/components/VRadioGroup/index.d.mts +44 -44
  105. package/lib/components/VRangeSlider/index.d.mts +47 -47
  106. package/lib/components/VRating/index.d.mts +7 -7
  107. package/lib/components/VResponsive/index.d.mts +8 -8
  108. package/lib/components/VSelect/VSelect.mjs +5 -3
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +232 -100
  111. package/lib/components/VSheet/index.d.mts +8 -8
  112. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  113. package/lib/components/VSlider/index.d.mts +47 -47
  114. package/lib/components/VSnackbar/index.d.mts +25 -19
  115. package/lib/components/VStepper/index.d.mts +41 -41
  116. package/lib/components/VSwitch/index.d.mts +39 -39
  117. package/lib/components/VSystemBar/index.d.mts +8 -8
  118. package/lib/components/VTabs/index.d.mts +15 -15
  119. package/lib/components/VTextField/index.d.mts +173 -173
  120. package/lib/components/VTextarea/index.d.mts +119 -119
  121. package/lib/components/VThemeProvider/index.d.mts +8 -8
  122. package/lib/components/VTimeline/index.d.mts +8 -8
  123. package/lib/components/VToolbar/index.d.mts +8 -8
  124. package/lib/components/VTooltip/index.d.mts +14 -8
  125. package/lib/components/VWindow/index.d.mts +10 -10
  126. package/lib/components/index.d.mts +2478 -1943
  127. package/lib/components/transitions/index.d.mts +128 -128
  128. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  130. package/lib/composables/nested/activeStrategies.mjs +121 -0
  131. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  132. package/lib/composables/nested/nested.mjs +50 -1
  133. package/lib/composables/nested/nested.mjs.map +1 -1
  134. package/lib/composables/nested/selectStrategies.mjs +4 -2
  135. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  136. package/lib/composables/theme.mjs +1 -1
  137. package/lib/composables/theme.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +3 -2
  139. package/lib/entry-bundler.mjs.map +1 -1
  140. package/lib/framework.mjs +1 -1
  141. package/lib/framework.mjs.map +1 -1
  142. package/lib/iconsets/fa.mjs +2 -0
  143. package/lib/iconsets/fa.mjs.map +1 -1
  144. package/lib/iconsets/fa4.mjs +2 -0
  145. package/lib/iconsets/fa4.mjs.map +1 -1
  146. package/lib/iconsets/md.mjs +2 -0
  147. package/lib/iconsets/md.mjs.map +1 -1
  148. package/lib/iconsets/mdi-svg.mjs +2 -0
  149. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  150. package/lib/iconsets/mdi.mjs +2 -0
  151. package/lib/iconsets/mdi.mjs.map +1 -1
  152. package/lib/index.d.mts +48 -44
  153. package/lib/labs/VCalendar/index.d.mts +32 -32
  154. package/lib/labs/VFab/index.d.mts +15 -15
  155. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  156. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  157. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  158. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  159. package/lib/labs/VNumberInput/_variables.scss +1 -0
  160. package/lib/labs/VNumberInput/index.d.mts +607 -0
  161. package/lib/labs/VNumberInput/index.mjs +2 -0
  162. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  163. package/lib/labs/VPicker/index.d.mts +8 -8
  164. package/lib/labs/VSparkline/index.d.mts +7 -7
  165. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  166. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  167. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  168. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  169. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  170. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  171. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  172. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  173. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  174. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  175. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  176. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  177. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  178. package/lib/labs/VTreeview/index.d.mts +1975 -0
  179. package/lib/labs/VTreeview/index.mjs +4 -0
  180. package/lib/labs/VTreeview/index.mjs.map +1 -0
  181. package/lib/labs/VTreeview/shared.mjs +4 -0
  182. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  183. package/lib/labs/VTreeview/variables.scss +8 -0
  184. package/lib/labs/components.d.mts +4553 -1925
  185. package/lib/labs/components.mjs +4 -2
  186. package/lib/labs/components.mjs.map +1 -1
  187. package/lib/locale/no.mjs +1 -1
  188. package/lib/locale/no.mjs.map +1 -1
  189. package/package.json +2 -2
@@ -86,7 +86,7 @@ declare const VTextarea: {
86
86
  new (...args: any[]): vue.CreateComponentPublicInstance<{
87
87
  flat: boolean;
88
88
  reverse: boolean;
89
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
89
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
90
90
  error: boolean;
91
91
  active: boolean;
92
92
  direction: "horizontal" | "vertical";
@@ -95,13 +95,13 @@ declare const VTextarea: {
95
95
  disabled: boolean;
96
96
  readonly: boolean | null;
97
97
  messages: string | readonly string[];
98
- tile: boolean;
99
- density: Density;
100
- clearIcon: IconValue;
101
98
  focused: boolean;
102
99
  errorMessages: string | readonly string[] | null;
103
100
  maxErrors: string | number;
104
101
  rules: readonly ValidationRule[];
102
+ tile: boolean;
103
+ density: Density;
104
+ clearIcon: IconValue;
105
105
  hideSpinButtons: boolean;
106
106
  persistentHint: boolean;
107
107
  clearable: boolean;
@@ -124,8 +124,11 @@ declare const VTextarea: {
124
124
  placeholder?: string | undefined;
125
125
  theme?: string | undefined;
126
126
  counter?: string | number | true | undefined;
127
- rounded?: string | number | boolean | undefined;
127
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
128
128
  modelValue?: any;
129
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
130
+ validationValue?: any;
131
+ rounded?: string | number | boolean | undefined;
129
132
  bgColor?: string | undefined;
130
133
  prependIcon?: IconValue | undefined;
131
134
  appendIcon?: IconValue | undefined;
@@ -137,9 +140,6 @@ declare const VTextarea: {
137
140
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
138
141
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
139
142
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
140
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
141
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
142
- validationValue?: any;
143
143
  centerAffix?: boolean | undefined;
144
144
  hint?: string | undefined;
145
145
  hideDetails?: boolean | "auto" | undefined;
@@ -193,8 +193,8 @@ declare const VTextarea: {
193
193
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
194
194
  "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
195
195
  } & {
196
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
197
196
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
197
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
198
198
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
199
199
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
200
200
  }, HTMLInputElement & Omit<Omit<{
@@ -207,11 +207,11 @@ declare const VTextarea: {
207
207
  disabled: boolean | null;
208
208
  readonly: boolean | null;
209
209
  messages: string | readonly string[];
210
- density: Density;
211
210
  focused: boolean;
212
211
  errorMessages: string | readonly string[] | null;
213
212
  maxErrors: string | number;
214
213
  rules: readonly ValidationRule[];
214
+ density: Density;
215
215
  centerAffix: boolean;
216
216
  hideSpinButtons: boolean;
217
217
  persistentHint: boolean;
@@ -222,11 +222,11 @@ declare const VTextarea: {
222
222
  disabled: boolean | null;
223
223
  readonly: boolean | null;
224
224
  messages: string | readonly string[];
225
- density: Density;
226
225
  focused: boolean;
227
226
  errorMessages: string | readonly string[] | null;
228
227
  maxErrors: string | number;
229
228
  rules: readonly ValidationRule[];
229
+ density: Density;
230
230
  centerAffix: boolean;
231
231
  hideSpinButtons: boolean;
232
232
  persistentHint: boolean;
@@ -234,13 +234,13 @@ declare const VTextarea: {
234
234
  name?: string | undefined;
235
235
  label?: string | undefined;
236
236
  class?: any;
237
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
238
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
239
+ validationValue?: any;
237
240
  prependIcon?: IconValue | undefined;
238
241
  appendIcon?: IconValue | undefined;
239
242
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
240
243
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
241
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
242
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
243
- validationValue?: any;
244
244
  hint?: string | undefined;
245
245
  hideDetails?: boolean | "auto" | undefined;
246
246
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -250,11 +250,11 @@ declare const VTextarea: {
250
250
  disabled: boolean | null;
251
251
  readonly: boolean | null;
252
252
  messages: string | readonly string[];
253
- density: Density;
254
253
  focused: boolean;
255
254
  errorMessages: string | readonly string[] | null;
256
255
  maxErrors: string | number;
257
256
  rules: readonly ValidationRule[];
257
+ density: Density;
258
258
  centerAffix: boolean;
259
259
  hideSpinButtons: boolean;
260
260
  persistentHint: boolean;
@@ -263,16 +263,16 @@ declare const VTextarea: {
263
263
  name?: string | undefined;
264
264
  label?: string | undefined;
265
265
  class?: any;
266
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
267
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
268
+ validationValue?: any;
266
269
  prependIcon?: IconValue | undefined;
267
270
  appendIcon?: IconValue | undefined;
268
271
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
269
272
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
270
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
271
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
272
- validationValue?: any;
273
273
  hint?: string | undefined;
274
274
  hideDetails?: boolean | "auto" | undefined;
275
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
275
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
276
276
  $attrs: {
277
277
  [x: string]: unknown;
278
278
  };
@@ -307,11 +307,11 @@ declare const VTextarea: {
307
307
  disabled: boolean | null;
308
308
  readonly: boolean | null;
309
309
  messages: string | readonly string[];
310
- density: Density;
311
310
  focused: boolean;
312
311
  errorMessages: string | readonly string[] | null;
313
312
  maxErrors: string | number;
314
313
  rules: readonly ValidationRule[];
314
+ density: Density;
315
315
  centerAffix: boolean;
316
316
  hideSpinButtons: boolean;
317
317
  persistentHint: boolean;
@@ -320,13 +320,13 @@ declare const VTextarea: {
320
320
  name?: string | undefined;
321
321
  label?: string | undefined;
322
322
  class?: any;
323
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
324
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
325
+ validationValue?: any;
323
326
  prependIcon?: IconValue | undefined;
324
327
  appendIcon?: IconValue | undefined;
325
328
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
326
329
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
327
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
328
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
329
- validationValue?: any;
330
330
  hint?: string | undefined;
331
331
  hideDetails?: boolean | "auto" | undefined;
332
332
  } & {}, {
@@ -337,18 +337,18 @@ declare const VTextarea: {
337
337
  errorMessages: vue.ComputedRef<string[]>;
338
338
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
339
339
  'update:modelValue': (value: any) => true;
340
- }, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
340
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
341
341
  error: boolean;
342
342
  direction: "horizontal" | "vertical";
343
343
  style: vue.StyleValue;
344
344
  disabled: boolean | null;
345
345
  readonly: boolean | null;
346
346
  messages: string | readonly string[];
347
- density: Density;
348
347
  focused: boolean;
349
348
  errorMessages: string | readonly string[] | null;
350
349
  maxErrors: string | number;
351
350
  rules: readonly ValidationRule[];
351
+ density: Density;
352
352
  centerAffix: boolean;
353
353
  hideSpinButtons: boolean;
354
354
  persistentHint: boolean;
@@ -395,11 +395,11 @@ declare const VTextarea: {
395
395
  disabled: boolean | null;
396
396
  readonly: boolean | null;
397
397
  messages: string | readonly string[];
398
- density: Density;
399
398
  focused: boolean;
400
399
  errorMessages: string | readonly string[] | null;
401
400
  maxErrors: string | number;
402
401
  rules: readonly ValidationRule[];
402
+ density: Density;
403
403
  centerAffix: boolean;
404
404
  hideSpinButtons: boolean;
405
405
  persistentHint: boolean;
@@ -408,16 +408,16 @@ declare const VTextarea: {
408
408
  name?: string | undefined;
409
409
  label?: string | undefined;
410
410
  class?: any;
411
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
412
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
413
+ validationValue?: any;
411
414
  prependIcon?: IconValue | undefined;
412
415
  appendIcon?: IconValue | undefined;
413
416
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
414
417
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
415
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
416
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
417
- validationValue?: any;
418
418
  hint?: string | undefined;
419
419
  hideDetails?: boolean | "auto" | undefined;
420
- } & {}, "reset" | "validate" | "resetValidation" | "isValid" | "errorMessages"> & vue.ShallowUnwrapRef<{
420
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
421
421
  reset: () => void;
422
422
  resetValidation: () => void;
423
423
  validate: (silent?: boolean) => Promise<string[]>;
@@ -426,7 +426,7 @@ declare const VTextarea: {
426
426
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
427
427
  modelValue?: unknown;
428
428
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
429
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
429
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "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, {
430
430
  'click:control': (e: MouseEvent) => true;
431
431
  'mousedown:control': (e: MouseEvent) => true;
432
432
  'update:focused': (focused: boolean) => true;
@@ -434,7 +434,7 @@ declare const VTextarea: {
434
434
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
435
435
  flat: boolean;
436
436
  reverse: boolean;
437
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
437
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
438
438
  error: boolean;
439
439
  active: boolean;
440
440
  direction: "horizontal" | "vertical";
@@ -443,13 +443,13 @@ declare const VTextarea: {
443
443
  disabled: boolean;
444
444
  readonly: boolean | null;
445
445
  messages: string | readonly string[];
446
- tile: boolean;
447
- density: Density;
448
- clearIcon: IconValue;
449
446
  focused: boolean;
450
447
  errorMessages: string | readonly string[] | null;
451
448
  maxErrors: string | number;
452
449
  rules: readonly ValidationRule[];
450
+ tile: boolean;
451
+ density: Density;
452
+ clearIcon: IconValue;
453
453
  hideSpinButtons: boolean;
454
454
  persistentHint: boolean;
455
455
  clearable: boolean;
@@ -472,8 +472,11 @@ declare const VTextarea: {
472
472
  placeholder?: string | undefined;
473
473
  theme?: string | undefined;
474
474
  counter?: string | number | true | undefined;
475
- rounded?: string | number | boolean | undefined;
475
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
476
476
  modelValue?: any;
477
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
478
+ validationValue?: any;
479
+ rounded?: string | number | boolean | undefined;
477
480
  bgColor?: string | undefined;
478
481
  prependIcon?: IconValue | undefined;
479
482
  appendIcon?: IconValue | undefined;
@@ -485,9 +488,6 @@ declare const VTextarea: {
485
488
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
486
489
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
487
490
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
488
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
489
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
490
- validationValue?: any;
491
491
  centerAffix?: boolean | undefined;
492
492
  hint?: string | undefined;
493
493
  hideDetails?: boolean | "auto" | undefined;
@@ -541,14 +541,14 @@ declare const VTextarea: {
541
541
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
542
542
  "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
543
543
  } & {
544
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
545
544
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
545
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
546
546
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
547
547
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
548
548
  }, {
549
549
  flat: boolean;
550
550
  reverse: boolean;
551
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
551
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
552
552
  error: boolean;
553
553
  active: boolean;
554
554
  direction: "horizontal" | "vertical";
@@ -557,14 +557,14 @@ declare const VTextarea: {
557
557
  disabled: boolean;
558
558
  readonly: boolean | null;
559
559
  messages: string | readonly string[];
560
- rounded: string | number | boolean;
561
- tile: boolean;
562
- density: Density;
563
- clearIcon: IconValue;
564
560
  focused: boolean;
565
561
  errorMessages: string | readonly string[] | null;
566
562
  maxErrors: string | number;
567
563
  rules: readonly ValidationRule[];
564
+ rounded: string | number | boolean;
565
+ tile: boolean;
566
+ density: Density;
567
+ clearIcon: IconValue;
568
568
  centerAffix: boolean;
569
569
  hideSpinButtons: boolean;
570
570
  persistentHint: boolean;
@@ -621,7 +621,7 @@ declare const VTextarea: {
621
621
  }, {
622
622
  flat: boolean;
623
623
  reverse: boolean;
624
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
624
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
625
625
  error: boolean;
626
626
  active: boolean;
627
627
  direction: "horizontal" | "vertical";
@@ -630,13 +630,13 @@ declare const VTextarea: {
630
630
  disabled: boolean;
631
631
  readonly: boolean | null;
632
632
  messages: string | readonly string[];
633
- tile: boolean;
634
- density: Density;
635
- clearIcon: IconValue;
636
633
  focused: boolean;
637
634
  errorMessages: string | readonly string[] | null;
638
635
  maxErrors: string | number;
639
636
  rules: readonly ValidationRule[];
637
+ tile: boolean;
638
+ density: Density;
639
+ clearIcon: IconValue;
640
640
  hideSpinButtons: boolean;
641
641
  persistentHint: boolean;
642
642
  clearable: boolean;
@@ -659,8 +659,11 @@ declare const VTextarea: {
659
659
  placeholder?: string | undefined;
660
660
  theme?: string | undefined;
661
661
  counter?: string | number | true | undefined;
662
- rounded?: string | number | boolean | undefined;
662
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
663
663
  modelValue?: any;
664
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
665
+ validationValue?: any;
666
+ rounded?: string | number | boolean | undefined;
664
667
  bgColor?: string | undefined;
665
668
  prependIcon?: IconValue | undefined;
666
669
  appendIcon?: IconValue | undefined;
@@ -672,9 +675,6 @@ declare const VTextarea: {
672
675
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
673
676
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
674
677
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
675
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
676
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
677
- validationValue?: any;
678
678
  centerAffix?: boolean | undefined;
679
679
  hint?: string | undefined;
680
680
  hideDetails?: boolean | "auto" | undefined;
@@ -728,8 +728,8 @@ declare const VTextarea: {
728
728
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
729
729
  "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
730
730
  } & {
731
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
732
731
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
732
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
733
733
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
734
734
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
735
735
  }, HTMLInputElement & Omit<Omit<{
@@ -742,11 +742,11 @@ declare const VTextarea: {
742
742
  disabled: boolean | null;
743
743
  readonly: boolean | null;
744
744
  messages: string | readonly string[];
745
- density: Density;
746
745
  focused: boolean;
747
746
  errorMessages: string | readonly string[] | null;
748
747
  maxErrors: string | number;
749
748
  rules: readonly ValidationRule[];
749
+ density: Density;
750
750
  centerAffix: boolean;
751
751
  hideSpinButtons: boolean;
752
752
  persistentHint: boolean;
@@ -757,11 +757,11 @@ declare const VTextarea: {
757
757
  disabled: boolean | null;
758
758
  readonly: boolean | null;
759
759
  messages: string | readonly string[];
760
- density: Density;
761
760
  focused: boolean;
762
761
  errorMessages: string | readonly string[] | null;
763
762
  maxErrors: string | number;
764
763
  rules: readonly ValidationRule[];
764
+ density: Density;
765
765
  centerAffix: boolean;
766
766
  hideSpinButtons: boolean;
767
767
  persistentHint: boolean;
@@ -769,13 +769,13 @@ declare const VTextarea: {
769
769
  name?: string | undefined;
770
770
  label?: string | undefined;
771
771
  class?: any;
772
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
773
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
774
+ validationValue?: any;
772
775
  prependIcon?: IconValue | undefined;
773
776
  appendIcon?: IconValue | undefined;
774
777
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
775
778
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
776
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
777
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
778
- validationValue?: any;
779
779
  hint?: string | undefined;
780
780
  hideDetails?: boolean | "auto" | undefined;
781
781
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -785,11 +785,11 @@ declare const VTextarea: {
785
785
  disabled: boolean | null;
786
786
  readonly: boolean | null;
787
787
  messages: string | readonly string[];
788
- density: Density;
789
788
  focused: boolean;
790
789
  errorMessages: string | readonly string[] | null;
791
790
  maxErrors: string | number;
792
791
  rules: readonly ValidationRule[];
792
+ density: Density;
793
793
  centerAffix: boolean;
794
794
  hideSpinButtons: boolean;
795
795
  persistentHint: boolean;
@@ -798,16 +798,16 @@ declare const VTextarea: {
798
798
  name?: string | undefined;
799
799
  label?: string | undefined;
800
800
  class?: any;
801
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
802
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
803
+ validationValue?: any;
801
804
  prependIcon?: IconValue | undefined;
802
805
  appendIcon?: IconValue | undefined;
803
806
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
804
807
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
805
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
806
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
807
- validationValue?: any;
808
808
  hint?: string | undefined;
809
809
  hideDetails?: boolean | "auto" | undefined;
810
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
810
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
811
811
  $attrs: {
812
812
  [x: string]: unknown;
813
813
  };
@@ -842,11 +842,11 @@ declare const VTextarea: {
842
842
  disabled: boolean | null;
843
843
  readonly: boolean | null;
844
844
  messages: string | readonly string[];
845
- density: Density;
846
845
  focused: boolean;
847
846
  errorMessages: string | readonly string[] | null;
848
847
  maxErrors: string | number;
849
848
  rules: readonly ValidationRule[];
849
+ density: Density;
850
850
  centerAffix: boolean;
851
851
  hideSpinButtons: boolean;
852
852
  persistentHint: boolean;
@@ -855,13 +855,13 @@ declare const VTextarea: {
855
855
  name?: string | undefined;
856
856
  label?: string | undefined;
857
857
  class?: any;
858
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
859
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
860
+ validationValue?: any;
858
861
  prependIcon?: IconValue | undefined;
859
862
  appendIcon?: IconValue | undefined;
860
863
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
861
864
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
862
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
863
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
864
- validationValue?: any;
865
865
  hint?: string | undefined;
866
866
  hideDetails?: boolean | "auto" | undefined;
867
867
  } & {}, {
@@ -872,18 +872,18 @@ declare const VTextarea: {
872
872
  errorMessages: vue.ComputedRef<string[]>;
873
873
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
874
874
  'update:modelValue': (value: any) => true;
875
- }, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
875
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
876
876
  error: boolean;
877
877
  direction: "horizontal" | "vertical";
878
878
  style: vue.StyleValue;
879
879
  disabled: boolean | null;
880
880
  readonly: boolean | null;
881
881
  messages: string | readonly string[];
882
- density: Density;
883
882
  focused: boolean;
884
883
  errorMessages: string | readonly string[] | null;
885
884
  maxErrors: string | number;
886
885
  rules: readonly ValidationRule[];
886
+ density: Density;
887
887
  centerAffix: boolean;
888
888
  hideSpinButtons: boolean;
889
889
  persistentHint: boolean;
@@ -930,11 +930,11 @@ declare const VTextarea: {
930
930
  disabled: boolean | null;
931
931
  readonly: boolean | null;
932
932
  messages: string | readonly string[];
933
- density: Density;
934
933
  focused: boolean;
935
934
  errorMessages: string | readonly string[] | null;
936
935
  maxErrors: string | number;
937
936
  rules: readonly ValidationRule[];
937
+ density: Density;
938
938
  centerAffix: boolean;
939
939
  hideSpinButtons: boolean;
940
940
  persistentHint: boolean;
@@ -943,16 +943,16 @@ declare const VTextarea: {
943
943
  name?: string | undefined;
944
944
  label?: string | undefined;
945
945
  class?: any;
946
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
947
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
948
+ validationValue?: any;
946
949
  prependIcon?: IconValue | undefined;
947
950
  appendIcon?: IconValue | undefined;
948
951
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
949
952
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
950
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
951
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
952
- validationValue?: any;
953
953
  hint?: string | undefined;
954
954
  hideDetails?: boolean | "auto" | undefined;
955
- } & {}, "reset" | "validate" | "resetValidation" | "isValid" | "errorMessages"> & vue.ShallowUnwrapRef<{
955
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
956
956
  reset: () => void;
957
957
  resetValidation: () => void;
958
958
  validate: (silent?: boolean) => Promise<string[]>;
@@ -961,10 +961,10 @@ declare const VTextarea: {
961
961
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
962
962
  modelValue?: unknown;
963
963
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
964
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
964
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "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}`>, {}, {}, {}, {
965
965
  flat: boolean;
966
966
  reverse: boolean;
967
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
967
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
968
968
  error: boolean;
969
969
  active: boolean;
970
970
  direction: "horizontal" | "vertical";
@@ -973,14 +973,14 @@ declare const VTextarea: {
973
973
  disabled: boolean;
974
974
  readonly: boolean | null;
975
975
  messages: string | readonly string[];
976
- rounded: string | number | boolean;
977
- tile: boolean;
978
- density: Density;
979
- clearIcon: IconValue;
980
976
  focused: boolean;
981
977
  errorMessages: string | readonly string[] | null;
982
978
  maxErrors: string | number;
983
979
  rules: readonly ValidationRule[];
980
+ rounded: string | number | boolean;
981
+ tile: boolean;
982
+ density: Density;
983
+ clearIcon: IconValue;
984
984
  centerAffix: boolean;
985
985
  hideSpinButtons: boolean;
986
986
  persistentHint: boolean;
@@ -1000,7 +1000,7 @@ declare const VTextarea: {
1000
1000
  } & vue.ComponentOptionsBase<{
1001
1001
  flat: boolean;
1002
1002
  reverse: boolean;
1003
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1003
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1004
1004
  error: boolean;
1005
1005
  active: boolean;
1006
1006
  direction: "horizontal" | "vertical";
@@ -1009,13 +1009,13 @@ declare const VTextarea: {
1009
1009
  disabled: boolean;
1010
1010
  readonly: boolean | null;
1011
1011
  messages: string | readonly string[];
1012
- tile: boolean;
1013
- density: Density;
1014
- clearIcon: IconValue;
1015
1012
  focused: boolean;
1016
1013
  errorMessages: string | readonly string[] | null;
1017
1014
  maxErrors: string | number;
1018
1015
  rules: readonly ValidationRule[];
1016
+ tile: boolean;
1017
+ density: Density;
1018
+ clearIcon: IconValue;
1019
1019
  hideSpinButtons: boolean;
1020
1020
  persistentHint: boolean;
1021
1021
  clearable: boolean;
@@ -1038,8 +1038,11 @@ declare const VTextarea: {
1038
1038
  placeholder?: string | undefined;
1039
1039
  theme?: string | undefined;
1040
1040
  counter?: string | number | true | undefined;
1041
- rounded?: string | number | boolean | undefined;
1041
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1042
1042
  modelValue?: any;
1043
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1044
+ validationValue?: any;
1045
+ rounded?: string | number | boolean | undefined;
1043
1046
  bgColor?: string | undefined;
1044
1047
  prependIcon?: IconValue | undefined;
1045
1048
  appendIcon?: IconValue | undefined;
@@ -1051,9 +1054,6 @@ declare const VTextarea: {
1051
1054
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1052
1055
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1053
1056
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1054
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1055
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1056
- validationValue?: any;
1057
1057
  centerAffix?: boolean | undefined;
1058
1058
  hint?: string | undefined;
1059
1059
  hideDetails?: boolean | "auto" | undefined;
@@ -1107,8 +1107,8 @@ declare const VTextarea: {
1107
1107
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1108
1108
  "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1109
1109
  } & {
1110
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1111
1110
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1111
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1112
1112
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1113
1113
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1114
1114
  }, HTMLInputElement & Omit<Omit<{
@@ -1121,11 +1121,11 @@ declare const VTextarea: {
1121
1121
  disabled: boolean | null;
1122
1122
  readonly: boolean | null;
1123
1123
  messages: string | readonly string[];
1124
- density: Density;
1125
1124
  focused: boolean;
1126
1125
  errorMessages: string | readonly string[] | null;
1127
1126
  maxErrors: string | number;
1128
1127
  rules: readonly ValidationRule[];
1128
+ density: Density;
1129
1129
  centerAffix: boolean;
1130
1130
  hideSpinButtons: boolean;
1131
1131
  persistentHint: boolean;
@@ -1136,11 +1136,11 @@ declare const VTextarea: {
1136
1136
  disabled: boolean | null;
1137
1137
  readonly: boolean | null;
1138
1138
  messages: string | readonly string[];
1139
- density: Density;
1140
1139
  focused: boolean;
1141
1140
  errorMessages: string | readonly string[] | null;
1142
1141
  maxErrors: string | number;
1143
1142
  rules: readonly ValidationRule[];
1143
+ density: Density;
1144
1144
  centerAffix: boolean;
1145
1145
  hideSpinButtons: boolean;
1146
1146
  persistentHint: boolean;
@@ -1148,13 +1148,13 @@ declare const VTextarea: {
1148
1148
  name?: string | undefined;
1149
1149
  label?: string | undefined;
1150
1150
  class?: any;
1151
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1152
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1153
+ validationValue?: any;
1151
1154
  prependIcon?: IconValue | undefined;
1152
1155
  appendIcon?: IconValue | undefined;
1153
1156
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1154
1157
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1155
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1156
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1157
- validationValue?: any;
1158
1158
  hint?: string | undefined;
1159
1159
  hideDetails?: boolean | "auto" | undefined;
1160
1160
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -1164,11 +1164,11 @@ declare const VTextarea: {
1164
1164
  disabled: boolean | null;
1165
1165
  readonly: boolean | null;
1166
1166
  messages: string | readonly string[];
1167
- density: Density;
1168
1167
  focused: boolean;
1169
1168
  errorMessages: string | readonly string[] | null;
1170
1169
  maxErrors: string | number;
1171
1170
  rules: readonly ValidationRule[];
1171
+ density: Density;
1172
1172
  centerAffix: boolean;
1173
1173
  hideSpinButtons: boolean;
1174
1174
  persistentHint: boolean;
@@ -1177,16 +1177,16 @@ declare const VTextarea: {
1177
1177
  name?: string | undefined;
1178
1178
  label?: string | undefined;
1179
1179
  class?: any;
1180
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1181
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1182
+ validationValue?: any;
1180
1183
  prependIcon?: IconValue | undefined;
1181
1184
  appendIcon?: IconValue | undefined;
1182
1185
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1183
1186
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1184
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1185
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1186
- validationValue?: any;
1187
1187
  hint?: string | undefined;
1188
1188
  hideDetails?: boolean | "auto" | undefined;
1189
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1189
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1190
1190
  $attrs: {
1191
1191
  [x: string]: unknown;
1192
1192
  };
@@ -1221,11 +1221,11 @@ declare const VTextarea: {
1221
1221
  disabled: boolean | null;
1222
1222
  readonly: boolean | null;
1223
1223
  messages: string | readonly string[];
1224
- density: Density;
1225
1224
  focused: boolean;
1226
1225
  errorMessages: string | readonly string[] | null;
1227
1226
  maxErrors: string | number;
1228
1227
  rules: readonly ValidationRule[];
1228
+ density: Density;
1229
1229
  centerAffix: boolean;
1230
1230
  hideSpinButtons: boolean;
1231
1231
  persistentHint: boolean;
@@ -1234,13 +1234,13 @@ declare const VTextarea: {
1234
1234
  name?: string | undefined;
1235
1235
  label?: string | undefined;
1236
1236
  class?: any;
1237
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1238
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1239
+ validationValue?: any;
1237
1240
  prependIcon?: IconValue | undefined;
1238
1241
  appendIcon?: IconValue | undefined;
1239
1242
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1240
1243
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1241
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1242
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1243
- validationValue?: any;
1244
1244
  hint?: string | undefined;
1245
1245
  hideDetails?: boolean | "auto" | undefined;
1246
1246
  } & {}, {
@@ -1251,18 +1251,18 @@ declare const VTextarea: {
1251
1251
  errorMessages: vue.ComputedRef<string[]>;
1252
1252
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1253
1253
  'update:modelValue': (value: any) => true;
1254
- }, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1254
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1255
1255
  error: boolean;
1256
1256
  direction: "horizontal" | "vertical";
1257
1257
  style: vue.StyleValue;
1258
1258
  disabled: boolean | null;
1259
1259
  readonly: boolean | null;
1260
1260
  messages: string | readonly string[];
1261
- density: Density;
1262
1261
  focused: boolean;
1263
1262
  errorMessages: string | readonly string[] | null;
1264
1263
  maxErrors: string | number;
1265
1264
  rules: readonly ValidationRule[];
1265
+ density: Density;
1266
1266
  centerAffix: boolean;
1267
1267
  hideSpinButtons: boolean;
1268
1268
  persistentHint: boolean;
@@ -1309,11 +1309,11 @@ declare const VTextarea: {
1309
1309
  disabled: boolean | null;
1310
1310
  readonly: boolean | null;
1311
1311
  messages: string | readonly string[];
1312
- density: Density;
1313
1312
  focused: boolean;
1314
1313
  errorMessages: string | readonly string[] | null;
1315
1314
  maxErrors: string | number;
1316
1315
  rules: readonly ValidationRule[];
1316
+ density: Density;
1317
1317
  centerAffix: boolean;
1318
1318
  hideSpinButtons: boolean;
1319
1319
  persistentHint: boolean;
@@ -1322,16 +1322,16 @@ declare const VTextarea: {
1322
1322
  name?: string | undefined;
1323
1323
  label?: string | undefined;
1324
1324
  class?: any;
1325
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1326
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1327
+ validationValue?: any;
1325
1328
  prependIcon?: IconValue | undefined;
1326
1329
  appendIcon?: IconValue | undefined;
1327
1330
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1328
1331
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1329
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1330
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1331
- validationValue?: any;
1332
1332
  hint?: string | undefined;
1333
1333
  hideDetails?: boolean | "auto" | undefined;
1334
- } & {}, "reset" | "validate" | "resetValidation" | "isValid" | "errorMessages"> & vue.ShallowUnwrapRef<{
1334
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1335
1335
  reset: () => void;
1336
1336
  resetValidation: () => void;
1337
1337
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1340,7 +1340,7 @@ declare const VTextarea: {
1340
1340
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1341
1341
  modelValue?: unknown;
1342
1342
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1343
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1343
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "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, {
1344
1344
  'click:control': (e: MouseEvent) => true;
1345
1345
  'mousedown:control': (e: MouseEvent) => true;
1346
1346
  'update:focused': (focused: boolean) => true;
@@ -1348,7 +1348,7 @@ declare const VTextarea: {
1348
1348
  }, string, {
1349
1349
  flat: boolean;
1350
1350
  reverse: boolean;
1351
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1351
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1352
1352
  error: boolean;
1353
1353
  active: boolean;
1354
1354
  direction: "horizontal" | "vertical";
@@ -1357,14 +1357,14 @@ declare const VTextarea: {
1357
1357
  disabled: boolean;
1358
1358
  readonly: boolean | null;
1359
1359
  messages: string | readonly string[];
1360
- rounded: string | number | boolean;
1361
- tile: boolean;
1362
- density: Density;
1363
- clearIcon: IconValue;
1364
1360
  focused: boolean;
1365
1361
  errorMessages: string | readonly string[] | null;
1366
1362
  maxErrors: string | number;
1367
1363
  rules: readonly ValidationRule[];
1364
+ rounded: string | number | boolean;
1365
+ tile: boolean;
1366
+ density: Density;
1367
+ clearIcon: IconValue;
1368
1368
  centerAffix: boolean;
1369
1369
  hideSpinButtons: boolean;
1370
1370
  persistentHint: boolean;
@@ -1451,7 +1451,7 @@ declare const VTextarea: {
1451
1451
  reverse: BooleanConstructor;
1452
1452
  singleLine: BooleanConstructor;
1453
1453
  variant: {
1454
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1454
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1455
1455
  default: string;
1456
1456
  validator: (v: any) => boolean;
1457
1457
  };
@@ -1563,7 +1563,7 @@ declare const VTextarea: {
1563
1563
  reverse: BooleanConstructor;
1564
1564
  singleLine: BooleanConstructor;
1565
1565
  variant: {
1566
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1566
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1567
1567
  default: string;
1568
1568
  validator: (v: any) => boolean;
1569
1569
  };