@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13

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 (139) hide show
  1. package/dist/json/attributes.json +7 -11
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/tags.json +0 -1
  5. package/dist/json/web-types.json +8 -18
  6. package/dist/vuetify-labs.css +2162 -2162
  7. package/dist/vuetify-labs.d.ts +33122 -39828
  8. package/dist/vuetify-labs.esm.js +17 -9
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +17 -9
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1025 -1025
  13. package/dist/vuetify.d.ts +32674 -39040
  14. package/dist/vuetify.esm.js +16 -8
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +16 -8
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +22 -22
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +50 -73
  22. package/lib/components/VApp/index.d.mts +9 -11
  23. package/lib/components/VAppBar/index.d.mts +92 -128
  24. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  25. package/lib/components/VAvatar/index.d.mts +23 -22
  26. package/lib/components/VBadge/index.d.mts +53 -59
  27. package/lib/components/VBanner/index.d.mts +44 -66
  28. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  29. package/lib/components/VBottomSheet/index.d.mts +125 -135
  30. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  31. package/lib/components/VBtn/index.d.mts +49 -53
  32. package/lib/components/VBtnGroup/index.d.mts +14 -13
  33. package/lib/components/VBtnToggle/index.d.mts +21 -23
  34. package/lib/components/VCard/index.d.mts +104 -168
  35. package/lib/components/VCarousel/index.d.mts +59 -96
  36. package/lib/components/VCheckbox/index.d.mts +132 -155
  37. package/lib/components/VChip/index.d.mts +47 -59
  38. package/lib/components/VChipGroup/index.d.mts +39 -41
  39. package/lib/components/VCode/index.d.mts +9 -11
  40. package/lib/components/VColorPicker/index.d.mts +58 -133
  41. package/lib/components/VCombobox/index.d.mts +4785 -3244
  42. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  43. package/lib/components/VCounter/index.d.mts +40 -42
  44. package/lib/components/VDataIterator/index.d.mts +171 -185
  45. package/lib/components/VDataTable/index.d.mts +480 -1204
  46. package/lib/components/VDatePicker/index.d.mts +120 -158
  47. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  48. package/lib/components/VDialog/index.d.mts +243 -277
  49. package/lib/components/VDivider/index.d.mts +9 -11
  50. package/lib/components/VEmptyState/index.d.mts +30 -52
  51. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  52. package/lib/components/VFab/index.d.mts +81 -73
  53. package/lib/components/VField/index.d.mts +35 -62
  54. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  55. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  56. package/lib/components/VFileInput/index.d.mts +172 -259
  57. package/lib/components/VFooter/index.d.mts +9 -11
  58. package/lib/components/VForm/index.d.mts +105 -77
  59. package/lib/components/VGrid/index.d.mts +41 -52
  60. package/lib/components/VHover/index.d.mts +5 -9
  61. package/lib/components/VIcon/index.d.mts +23 -29
  62. package/lib/components/VImg/index.d.mts +28 -42
  63. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  64. package/lib/components/VInput/index.d.mts +48 -50
  65. package/lib/components/VItemGroup/index.d.mts +21 -30
  66. package/lib/components/VKbd/index.d.mts +9 -11
  67. package/lib/components/VLabel/index.d.mts +9 -11
  68. package/lib/components/VLayout/index.d.mts +18 -24
  69. package/lib/components/VLazy/index.d.mts +42 -44
  70. package/lib/components/VList/VList.mjs.map +1 -1
  71. package/lib/components/VList/index.d.mts +210 -329
  72. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  73. package/lib/components/VMain/index.d.mts +9 -11
  74. package/lib/components/VMenu/index.d.mts +272 -306
  75. package/lib/components/VMessages/index.d.mts +49 -51
  76. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  77. package/lib/components/VOtpInput/index.d.mts +22 -28
  78. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  79. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  80. package/lib/components/VOverlay/index.d.mts +53 -63
  81. package/lib/components/VPagination/index.d.mts +31 -46
  82. package/lib/components/VParallax/index.d.mts +15 -29
  83. package/lib/components/VProgressCircular/index.d.mts +9 -11
  84. package/lib/components/VProgressLinear/index.d.mts +22 -24
  85. package/lib/components/VRadio/index.d.mts +49 -52
  86. package/lib/components/VRadioGroup/index.d.mts +66 -66
  87. package/lib/components/VRangeSlider/index.d.mts +58 -69
  88. package/lib/components/VRating/index.d.mts +13 -19
  89. package/lib/components/VResponsive/index.d.mts +11 -17
  90. package/lib/components/VSelect/index.d.mts +4762 -3221
  91. package/lib/components/VSelectionControl/index.d.mts +38 -44
  92. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  93. package/lib/components/VSheet/index.d.mts +15 -17
  94. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  95. package/lib/components/VSlideGroup/index.d.mts +112 -129
  96. package/lib/components/VSlider/index.d.mts +58 -69
  97. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  98. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  99. package/lib/components/VSnackbar/index.d.mts +231 -270
  100. package/lib/components/VSparkline/index.d.mts +11 -19
  101. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  102. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  103. package/lib/components/VSpeedDial/index.d.mts +179 -189
  104. package/lib/components/VStepper/index.d.mts +105 -180
  105. package/lib/components/VSwitch/index.d.mts +78 -98
  106. package/lib/components/VSystemBar/index.d.mts +13 -15
  107. package/lib/components/VTable/index.d.mts +15 -29
  108. package/lib/components/VTabs/index.d.mts +213 -297
  109. package/lib/components/VTextField/index.d.mts +253 -408
  110. package/lib/components/VTextarea/index.d.mts +157 -236
  111. package/lib/components/VThemeProvider/index.d.mts +9 -11
  112. package/lib/components/VTimeline/index.d.mts +29 -43
  113. package/lib/components/VToolbar/index.d.mts +49 -80
  114. package/lib/components/VTooltip/index.d.mts +282 -316
  115. package/lib/components/VValidation/index.d.mts +16 -23
  116. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  117. package/lib/components/VWindow/index.d.mts +29 -50
  118. package/lib/components/index.d.mts +31169 -37524
  119. package/lib/components/transitions/index.d.mts +84 -148
  120. package/lib/composables/location.mjs.map +1 -1
  121. package/lib/directives/click-outside/index.mjs +3 -0
  122. package/lib/directives/click-outside/index.mjs.map +1 -1
  123. package/lib/entry-bundler.mjs +1 -1
  124. package/lib/framework.mjs +1 -1
  125. package/lib/index.d.mts +60 -60
  126. package/lib/labs/VCalendar/index.d.mts +146 -166
  127. package/lib/labs/VDateInput/index.d.mts +83 -62
  128. package/lib/labs/VNumberInput/index.d.mts +61 -88
  129. package/lib/labs/VPicker/index.d.mts +28 -46
  130. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  131. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  132. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  133. package/lib/labs/VTimePicker/index.d.mts +35 -53
  134. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  135. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  136. package/lib/labs/VTreeview/index.d.mts +200 -292
  137. package/lib/labs/components.d.mts +905 -1246
  138. package/lib/util/propsFactory.mjs.map +1 -1
  139. package/package.json +3 -3
@@ -1,5 +1,7 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, ComputedRef, Ref, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
3
+
4
+ type ClassValue = any;
3
5
 
4
6
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
7
  $children?: (VNodeChild | (T extends {
@@ -30,6 +32,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
30
32
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
31
33
  }
32
34
 
35
+ type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
36
+ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
37
+
33
38
  interface LoaderSlotProps {
34
39
  color: string | undefined;
35
40
  isActive: boolean;
@@ -39,6 +44,22 @@ type Density = null | 'default' | 'comfortable' | 'compact';
39
44
 
40
45
  type ValidationResult = string | boolean;
41
46
  type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
47
+ type ValidateOnValue = 'blur' | 'input' | 'submit';
48
+ interface ValidationProps {
49
+ disabled: boolean | null;
50
+ error: boolean;
51
+ errorMessages: string | readonly string[] | null;
52
+ focused: boolean;
53
+ maxErrors: string | number;
54
+ name: string | undefined;
55
+ label: string | undefined;
56
+ readonly: boolean | null;
57
+ rules: readonly ValidationRule[];
58
+ modelValue: any;
59
+ 'onUpdate:modelValue': EventProp | undefined;
60
+ validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
61
+ validationValue: any;
62
+ }
42
63
 
43
64
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
44
65
  declare const IconValue: PropType<IconValue>;
@@ -114,9 +135,9 @@ declare const VTextarea: {
114
135
  noResize: boolean;
115
136
  rows: string | number;
116
137
  } & {
138
+ name?: string | undefined;
117
139
  id?: string | undefined;
118
140
  width?: string | number | undefined;
119
- name?: string | undefined;
120
141
  color?: string | undefined;
121
142
  maxWidth?: string | number | undefined;
122
143
  minWidth?: string | number | undefined;
@@ -239,9 +260,9 @@ declare const VTextarea: {
239
260
  centerAffix: boolean;
240
261
  hideSpinButtons: boolean;
241
262
  persistentHint: boolean;
263
+ name?: string | undefined;
242
264
  id?: string | undefined;
243
265
  width?: string | number | undefined;
244
- name?: string | undefined;
245
266
  maxWidth?: string | number | undefined;
246
267
  minWidth?: string | number | undefined;
247
268
  label?: string | undefined;
@@ -272,9 +293,9 @@ declare const VTextarea: {
272
293
  hideSpinButtons: boolean;
273
294
  persistentHint: boolean;
274
295
  } & {
296
+ name?: string | undefined;
275
297
  id?: string | undefined;
276
298
  width?: string | number | undefined;
277
- name?: string | undefined;
278
299
  maxWidth?: string | number | undefined;
279
300
  minWidth?: string | number | undefined;
280
301
  label?: string | undefined;
@@ -297,24 +318,14 @@ declare const VTextarea: {
297
318
  [x: string]: unknown;
298
319
  };
299
320
  $slots: Readonly<{
300
- default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
301
- [key: string]: any;
302
- }>[]) | undefined;
303
- prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
304
- [key: string]: any;
305
- }>[]) | undefined;
306
- append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
307
- [key: string]: any;
308
- }>[]) | undefined;
309
- details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
310
- [key: string]: any;
311
- }>[]) | undefined;
312
- message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
313
- [key: string]: any;
314
- }>[]) | undefined;
321
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
322
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
323
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
324
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
325
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
315
326
  }>;
316
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
317
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
327
+ $root: vue.ComponentPublicInstance | null;
328
+ $parent: vue.ComponentPublicInstance | null;
318
329
  $emit: (event: string, ...args: any[]) => void;
319
330
  $el: any;
320
331
  $options: vue.ComponentOptionsBase<{
@@ -333,9 +344,9 @@ declare const VTextarea: {
333
344
  hideSpinButtons: boolean;
334
345
  persistentHint: boolean;
335
346
  } & {
347
+ name?: string | undefined;
336
348
  id?: string | undefined;
337
349
  width?: string | number | undefined;
338
- name?: string | undefined;
339
350
  maxWidth?: string | number | undefined;
340
351
  minWidth?: string | number | undefined;
341
352
  label?: string | undefined;
@@ -358,7 +369,7 @@ declare const VTextarea: {
358
369
  errorMessages: vue.ComputedRef<string[]>;
359
370
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
360
371
  'update:modelValue': (value: any) => true;
361
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
372
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
362
373
  error: boolean;
363
374
  direction: "horizontal" | "vertical";
364
375
  style: vue.StyleValue;
@@ -374,41 +385,31 @@ declare const VTextarea: {
374
385
  hideSpinButtons: boolean;
375
386
  persistentHint: boolean;
376
387
  }, {}, string, vue.SlotsType<Partial<{
377
- default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
378
- [key: string]: any;
379
- }>[];
380
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
381
- [key: string]: any;
382
- }>[];
383
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
384
- [key: string]: any;
385
- }>[];
386
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
387
- [key: string]: any;
388
- }>[];
389
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
390
- [key: string]: any;
391
- }>[];
388
+ default: (arg: VInputSlot) => vue.VNode[];
389
+ prepend: (arg: VInputSlot) => vue.VNode[];
390
+ append: (arg: VInputSlot) => vue.VNode[];
391
+ details: (arg: VInputSlot) => vue.VNode[];
392
+ message: (arg: VMessageSlot) => vue.VNode[];
392
393
  }>>> & {
393
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
394
- created?: ((() => void) | (() => void)[]) | undefined;
395
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
396
- mounted?: ((() => void) | (() => void)[]) | undefined;
397
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
398
- updated?: ((() => void) | (() => void)[]) | undefined;
399
- activated?: ((() => void) | (() => void)[]) | undefined;
400
- deactivated?: ((() => void) | (() => void)[]) | undefined;
401
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
402
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
403
- destroyed?: ((() => void) | (() => void)[]) | undefined;
404
- unmounted?: ((() => void) | (() => void)[]) | undefined;
405
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
406
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
407
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
394
+ beforeCreate?: (() => void) | (() => void)[];
395
+ created?: (() => void) | (() => void)[];
396
+ beforeMount?: (() => void) | (() => void)[];
397
+ mounted?: (() => void) | (() => void)[];
398
+ beforeUpdate?: (() => void) | (() => void)[];
399
+ updated?: (() => void) | (() => void)[];
400
+ activated?: (() => void) | (() => void)[];
401
+ deactivated?: (() => void) | (() => void)[];
402
+ beforeDestroy?: (() => void) | (() => void)[];
403
+ beforeUnmount?: (() => void) | (() => void)[];
404
+ destroyed?: (() => void) | (() => void)[];
405
+ unmounted?: (() => void) | (() => void)[];
406
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
407
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
408
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
408
409
  };
409
410
  $forceUpdate: () => void;
410
411
  $nextTick: typeof nextTick;
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
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
412
413
  } & Omit<{
413
414
  error: boolean;
414
415
  direction: "horizontal" | "vertical";
@@ -425,9 +426,9 @@ declare const VTextarea: {
425
426
  hideSpinButtons: boolean;
426
427
  persistentHint: boolean;
427
428
  } & {
429
+ name?: string | undefined;
428
430
  id?: string | undefined;
429
431
  width?: string | number | undefined;
430
- name?: string | undefined;
431
432
  maxWidth?: string | number | undefined;
432
433
  minWidth?: string | number | undefined;
433
434
  label?: string | undefined;
@@ -451,7 +452,7 @@ declare const VTextarea: {
451
452
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
452
453
  modelValue?: unknown;
453
454
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "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
456
  'click:control': (e: MouseEvent) => true;
456
457
  'mousedown:control': (e: MouseEvent) => true;
457
458
  'update:focused': (focused: boolean) => true;
@@ -487,9 +488,9 @@ declare const VTextarea: {
487
488
  noResize: boolean;
488
489
  rows: string | number;
489
490
  } & {
491
+ name?: string | undefined;
490
492
  id?: string | undefined;
491
493
  width?: string | number | undefined;
492
- name?: string | undefined;
493
494
  color?: string | undefined;
494
495
  maxWidth?: string | number | undefined;
495
496
  minWidth?: string | number | undefined;
@@ -612,41 +613,21 @@ declare const VTextarea: {
612
613
  noResize: boolean;
613
614
  rows: string | number;
614
615
  }, true, {}, vue.SlotsType<Partial<{
615
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
616
- [key: string]: any;
617
- }>[];
616
+ message: (arg: VMessageSlot) => vue.VNode[];
618
617
  clear: (arg: DefaultInputSlot & {
619
618
  props: Record<string, any>;
620
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
621
- [key: string]: any;
622
- }>[];
623
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
624
- [key: string]: any;
625
- }>[];
619
+ }) => vue.VNode[];
620
+ details: (arg: VInputSlot) => vue.VNode[];
626
621
  label: (arg: DefaultInputSlot & {
627
622
  label: string | undefined;
628
623
  props: Record<string, any>;
629
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
630
- [key: string]: any;
631
- }>[];
632
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
633
- [key: string]: any;
634
- }>[];
635
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
636
- [key: string]: any;
637
- }>[];
638
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
639
- [key: string]: any;
640
- }>[];
641
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
642
- [key: string]: any;
643
- }>[];
644
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
645
- [key: string]: any;
646
- }>[];
647
- counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
648
- [key: string]: any;
649
- }>[];
624
+ }) => vue.VNode[];
625
+ append: (arg: VInputSlot) => vue.VNode[];
626
+ prepend: (arg: VInputSlot) => vue.VNode[];
627
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
628
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
629
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
630
+ counter: (arg: VCounterSlot) => vue.VNode[];
650
631
  }>>, {
651
632
  P: {};
652
633
  B: {};
@@ -685,9 +666,9 @@ declare const VTextarea: {
685
666
  noResize: boolean;
686
667
  rows: string | number;
687
668
  } & {
669
+ name?: string | undefined;
688
670
  id?: string | undefined;
689
671
  width?: string | number | undefined;
690
- name?: string | undefined;
691
672
  color?: string | undefined;
692
673
  maxWidth?: string | number | undefined;
693
674
  minWidth?: string | number | undefined;
@@ -810,9 +791,9 @@ declare const VTextarea: {
810
791
  centerAffix: boolean;
811
792
  hideSpinButtons: boolean;
812
793
  persistentHint: boolean;
794
+ name?: string | undefined;
813
795
  id?: string | undefined;
814
796
  width?: string | number | undefined;
815
- name?: string | undefined;
816
797
  maxWidth?: string | number | undefined;
817
798
  minWidth?: string | number | undefined;
818
799
  label?: string | undefined;
@@ -843,9 +824,9 @@ declare const VTextarea: {
843
824
  hideSpinButtons: boolean;
844
825
  persistentHint: boolean;
845
826
  } & {
827
+ name?: string | undefined;
846
828
  id?: string | undefined;
847
829
  width?: string | number | undefined;
848
- name?: string | undefined;
849
830
  maxWidth?: string | number | undefined;
850
831
  minWidth?: string | number | undefined;
851
832
  label?: string | undefined;
@@ -868,24 +849,14 @@ declare const VTextarea: {
868
849
  [x: string]: unknown;
869
850
  };
870
851
  $slots: Readonly<{
871
- default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
872
- [key: string]: any;
873
- }>[]) | undefined;
874
- prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
875
- [key: string]: any;
876
- }>[]) | undefined;
877
- append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
878
- [key: string]: any;
879
- }>[]) | undefined;
880
- details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
881
- [key: string]: any;
882
- }>[]) | undefined;
883
- message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
884
- [key: string]: any;
885
- }>[]) | undefined;
852
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
853
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
854
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
855
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
856
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
886
857
  }>;
887
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
888
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
858
+ $root: vue.ComponentPublicInstance | null;
859
+ $parent: vue.ComponentPublicInstance | null;
889
860
  $emit: (event: string, ...args: any[]) => void;
890
861
  $el: any;
891
862
  $options: vue.ComponentOptionsBase<{
@@ -904,9 +875,9 @@ declare const VTextarea: {
904
875
  hideSpinButtons: boolean;
905
876
  persistentHint: boolean;
906
877
  } & {
878
+ name?: string | undefined;
907
879
  id?: string | undefined;
908
880
  width?: string | number | undefined;
909
- name?: string | undefined;
910
881
  maxWidth?: string | number | undefined;
911
882
  minWidth?: string | number | undefined;
912
883
  label?: string | undefined;
@@ -929,7 +900,7 @@ declare const VTextarea: {
929
900
  errorMessages: vue.ComputedRef<string[]>;
930
901
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
931
902
  'update:modelValue': (value: any) => true;
932
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
903
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
933
904
  error: boolean;
934
905
  direction: "horizontal" | "vertical";
935
906
  style: vue.StyleValue;
@@ -945,41 +916,31 @@ declare const VTextarea: {
945
916
  hideSpinButtons: boolean;
946
917
  persistentHint: boolean;
947
918
  }, {}, string, vue.SlotsType<Partial<{
948
- default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
949
- [key: string]: any;
950
- }>[];
951
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
952
- [key: string]: any;
953
- }>[];
954
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
955
- [key: string]: any;
956
- }>[];
957
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
958
- [key: string]: any;
959
- }>[];
960
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
961
- [key: string]: any;
962
- }>[];
919
+ default: (arg: VInputSlot) => vue.VNode[];
920
+ prepend: (arg: VInputSlot) => vue.VNode[];
921
+ append: (arg: VInputSlot) => vue.VNode[];
922
+ details: (arg: VInputSlot) => vue.VNode[];
923
+ message: (arg: VMessageSlot) => vue.VNode[];
963
924
  }>>> & {
964
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
965
- created?: ((() => void) | (() => void)[]) | undefined;
966
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
967
- mounted?: ((() => void) | (() => void)[]) | undefined;
968
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
969
- updated?: ((() => void) | (() => void)[]) | undefined;
970
- activated?: ((() => void) | (() => void)[]) | undefined;
971
- deactivated?: ((() => void) | (() => void)[]) | undefined;
972
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
973
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
974
- destroyed?: ((() => void) | (() => void)[]) | undefined;
975
- unmounted?: ((() => void) | (() => void)[]) | undefined;
976
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
977
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
978
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
925
+ beforeCreate?: (() => void) | (() => void)[];
926
+ created?: (() => void) | (() => void)[];
927
+ beforeMount?: (() => void) | (() => void)[];
928
+ mounted?: (() => void) | (() => void)[];
929
+ beforeUpdate?: (() => void) | (() => void)[];
930
+ updated?: (() => void) | (() => void)[];
931
+ activated?: (() => void) | (() => void)[];
932
+ deactivated?: (() => void) | (() => void)[];
933
+ beforeDestroy?: (() => void) | (() => void)[];
934
+ beforeUnmount?: (() => void) | (() => void)[];
935
+ destroyed?: (() => void) | (() => void)[];
936
+ unmounted?: (() => void) | (() => void)[];
937
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
938
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
939
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
979
940
  };
980
941
  $forceUpdate: () => void;
981
942
  $nextTick: typeof nextTick;
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;
943
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
983
944
  } & Omit<{
984
945
  error: boolean;
985
946
  direction: "horizontal" | "vertical";
@@ -996,9 +957,9 @@ declare const VTextarea: {
996
957
  hideSpinButtons: boolean;
997
958
  persistentHint: boolean;
998
959
  } & {
960
+ name?: string | undefined;
999
961
  id?: string | undefined;
1000
962
  width?: string | number | undefined;
1001
- name?: string | undefined;
1002
963
  maxWidth?: string | number | undefined;
1003
964
  minWidth?: string | number | undefined;
1004
965
  label?: string | undefined;
@@ -1022,7 +983,7 @@ declare const VTextarea: {
1022
983
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1023
984
  modelValue?: unknown;
1024
985
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`>, {}, {}, {}, {
986
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "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}`>, {}, {}, {}, {
1026
987
  flat: boolean;
1027
988
  reverse: boolean;
1028
989
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1055,9 +1016,9 @@ declare const VTextarea: {
1055
1016
  noResize: boolean;
1056
1017
  rows: string | number;
1057
1018
  }>;
1058
- __isFragment?: undefined;
1059
- __isTeleport?: undefined;
1060
- __isSuspense?: undefined;
1019
+ __isFragment?: never;
1020
+ __isTeleport?: never;
1021
+ __isSuspense?: never;
1061
1022
  } & vue.ComponentOptionsBase<{
1062
1023
  flat: boolean;
1063
1024
  reverse: boolean;
@@ -1089,9 +1050,9 @@ declare const VTextarea: {
1089
1050
  noResize: boolean;
1090
1051
  rows: string | number;
1091
1052
  } & {
1053
+ name?: string | undefined;
1092
1054
  id?: string | undefined;
1093
1055
  width?: string | number | undefined;
1094
- name?: string | undefined;
1095
1056
  color?: string | undefined;
1096
1057
  maxWidth?: string | number | undefined;
1097
1058
  minWidth?: string | number | undefined;
@@ -1214,9 +1175,9 @@ declare const VTextarea: {
1214
1175
  centerAffix: boolean;
1215
1176
  hideSpinButtons: boolean;
1216
1177
  persistentHint: boolean;
1178
+ name?: string | undefined;
1217
1179
  id?: string | undefined;
1218
1180
  width?: string | number | undefined;
1219
- name?: string | undefined;
1220
1181
  maxWidth?: string | number | undefined;
1221
1182
  minWidth?: string | number | undefined;
1222
1183
  label?: string | undefined;
@@ -1247,9 +1208,9 @@ declare const VTextarea: {
1247
1208
  hideSpinButtons: boolean;
1248
1209
  persistentHint: boolean;
1249
1210
  } & {
1211
+ name?: string | undefined;
1250
1212
  id?: string | undefined;
1251
1213
  width?: string | number | undefined;
1252
- name?: string | undefined;
1253
1214
  maxWidth?: string | number | undefined;
1254
1215
  minWidth?: string | number | undefined;
1255
1216
  label?: string | undefined;
@@ -1272,24 +1233,14 @@ declare const VTextarea: {
1272
1233
  [x: string]: unknown;
1273
1234
  };
1274
1235
  $slots: Readonly<{
1275
- default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1276
- [key: string]: any;
1277
- }>[]) | undefined;
1278
- prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1279
- [key: string]: any;
1280
- }>[]) | undefined;
1281
- append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1282
- [key: string]: any;
1283
- }>[]) | undefined;
1284
- details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1285
- [key: string]: any;
1286
- }>[]) | undefined;
1287
- message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1288
- [key: string]: any;
1289
- }>[]) | undefined;
1236
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1237
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1238
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1239
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1240
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
1290
1241
  }>;
1291
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1292
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1242
+ $root: vue.ComponentPublicInstance | null;
1243
+ $parent: vue.ComponentPublicInstance | null;
1293
1244
  $emit: (event: string, ...args: any[]) => void;
1294
1245
  $el: any;
1295
1246
  $options: vue.ComponentOptionsBase<{
@@ -1308,9 +1259,9 @@ declare const VTextarea: {
1308
1259
  hideSpinButtons: boolean;
1309
1260
  persistentHint: boolean;
1310
1261
  } & {
1262
+ name?: string | undefined;
1311
1263
  id?: string | undefined;
1312
1264
  width?: string | number | undefined;
1313
- name?: string | undefined;
1314
1265
  maxWidth?: string | number | undefined;
1315
1266
  minWidth?: string | number | undefined;
1316
1267
  label?: string | undefined;
@@ -1333,7 +1284,7 @@ declare const VTextarea: {
1333
1284
  errorMessages: vue.ComputedRef<string[]>;
1334
1285
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1335
1286
  'update:modelValue': (value: any) => true;
1336
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1287
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1337
1288
  error: boolean;
1338
1289
  direction: "horizontal" | "vertical";
1339
1290
  style: vue.StyleValue;
@@ -1349,41 +1300,31 @@ declare const VTextarea: {
1349
1300
  hideSpinButtons: boolean;
1350
1301
  persistentHint: boolean;
1351
1302
  }, {}, string, vue.SlotsType<Partial<{
1352
- default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1353
- [key: string]: any;
1354
- }>[];
1355
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1356
- [key: string]: any;
1357
- }>[];
1358
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1359
- [key: string]: any;
1360
- }>[];
1361
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1362
- [key: string]: any;
1363
- }>[];
1364
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1365
- [key: string]: any;
1366
- }>[];
1303
+ default: (arg: VInputSlot) => vue.VNode[];
1304
+ prepend: (arg: VInputSlot) => vue.VNode[];
1305
+ append: (arg: VInputSlot) => vue.VNode[];
1306
+ details: (arg: VInputSlot) => vue.VNode[];
1307
+ message: (arg: VMessageSlot) => vue.VNode[];
1367
1308
  }>>> & {
1368
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1369
- created?: ((() => void) | (() => void)[]) | undefined;
1370
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1371
- mounted?: ((() => void) | (() => void)[]) | undefined;
1372
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1373
- updated?: ((() => void) | (() => void)[]) | undefined;
1374
- activated?: ((() => void) | (() => void)[]) | undefined;
1375
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1376
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1377
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1378
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1379
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1380
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1381
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1382
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
1309
+ beforeCreate?: (() => void) | (() => void)[];
1310
+ created?: (() => void) | (() => void)[];
1311
+ beforeMount?: (() => void) | (() => void)[];
1312
+ mounted?: (() => void) | (() => void)[];
1313
+ beforeUpdate?: (() => void) | (() => void)[];
1314
+ updated?: (() => void) | (() => void)[];
1315
+ activated?: (() => void) | (() => void)[];
1316
+ deactivated?: (() => void) | (() => void)[];
1317
+ beforeDestroy?: (() => void) | (() => void)[];
1318
+ beforeUnmount?: (() => void) | (() => void)[];
1319
+ destroyed?: (() => void) | (() => void)[];
1320
+ unmounted?: (() => void) | (() => void)[];
1321
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1322
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1323
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
1383
1324
  };
1384
1325
  $forceUpdate: () => void;
1385
1326
  $nextTick: typeof nextTick;
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;
1327
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1387
1328
  } & Omit<{
1388
1329
  error: boolean;
1389
1330
  direction: "horizontal" | "vertical";
@@ -1400,9 +1341,9 @@ declare const VTextarea: {
1400
1341
  hideSpinButtons: boolean;
1401
1342
  persistentHint: boolean;
1402
1343
  } & {
1344
+ name?: string | undefined;
1403
1345
  id?: string | undefined;
1404
1346
  width?: string | number | undefined;
1405
- name?: string | undefined;
1406
1347
  maxWidth?: string | number | undefined;
1407
1348
  minWidth?: string | number | undefined;
1408
1349
  label?: string | undefined;
@@ -1426,7 +1367,7 @@ declare const VTextarea: {
1426
1367
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1427
1368
  modelValue?: unknown;
1428
1369
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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, {
1370
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "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
1371
  'click:control': (e: MouseEvent) => true;
1431
1372
  'mousedown:control': (e: MouseEvent) => true;
1432
1373
  'update:focused': (focused: boolean) => true;
@@ -1464,41 +1405,21 @@ declare const VTextarea: {
1464
1405
  noResize: boolean;
1465
1406
  rows: string | number;
1466
1407
  }, {}, string, vue.SlotsType<Partial<{
1467
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1468
- [key: string]: any;
1469
- }>[];
1408
+ message: (arg: VMessageSlot) => vue.VNode[];
1470
1409
  clear: (arg: DefaultInputSlot & {
1471
1410
  props: Record<string, any>;
1472
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1473
- [key: string]: any;
1474
- }>[];
1475
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1476
- [key: string]: any;
1477
- }>[];
1411
+ }) => vue.VNode[];
1412
+ details: (arg: VInputSlot) => vue.VNode[];
1478
1413
  label: (arg: DefaultInputSlot & {
1479
1414
  label: string | undefined;
1480
1415
  props: Record<string, any>;
1481
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1482
- [key: string]: any;
1483
- }>[];
1484
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1485
- [key: string]: any;
1486
- }>[];
1487
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1488
- [key: string]: any;
1489
- }>[];
1490
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1491
- [key: string]: any;
1492
- }>[];
1493
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1494
- [key: string]: any;
1495
- }>[];
1496
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1497
- [key: string]: any;
1498
- }>[];
1499
- counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1500
- [key: string]: any;
1501
- }>[];
1416
+ }) => vue.VNode[];
1417
+ append: (arg: VInputSlot) => vue.VNode[];
1418
+ prepend: (arg: VInputSlot) => vue.VNode[];
1419
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
1420
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
1421
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1422
+ counter: (arg: VCounterSlot) => vue.VNode[];
1502
1423
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1503
1424
  theme: StringConstructor;
1504
1425
  rounded: {
@@ -1507,7 +1428,7 @@ declare const VTextarea: {
1507
1428
  };
1508
1429
  tile: BooleanConstructor;
1509
1430
  loading: (StringConstructor | BooleanConstructor)[];
1510
- class: PropType<any>;
1431
+ class: PropType<ClassValue>;
1511
1432
  style: {
1512
1433
  type: PropType<vue.StyleValue>;
1513
1434
  default: null;
@@ -1566,7 +1487,7 @@ declare const VTextarea: {
1566
1487
  default: () => never[];
1567
1488
  };
1568
1489
  modelValue: null;
1569
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
1490
+ validateOn: PropType<ValidationProps["validateOn"]>;
1570
1491
  validationValue: null;
1571
1492
  width: (StringConstructor | NumberConstructor)[];
1572
1493
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -1596,7 +1517,7 @@ declare const VTextarea: {
1596
1517
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
1597
1518
  autoGrow: BooleanConstructor;
1598
1519
  autofocus: BooleanConstructor;
1599
- counter: PropType<string | number | true>;
1520
+ counter: PropType<true | number | string>;
1600
1521
  counterValue: PropType<(value: any) => number>;
1601
1522
  prefix: StringConstructor;
1602
1523
  placeholder: StringConstructor;
@@ -1622,7 +1543,7 @@ declare const VTextarea: {
1622
1543
  };
1623
1544
  tile: BooleanConstructor;
1624
1545
  loading: (StringConstructor | BooleanConstructor)[];
1625
- class: PropType<any>;
1546
+ class: PropType<ClassValue>;
1626
1547
  style: {
1627
1548
  type: PropType<vue.StyleValue>;
1628
1549
  default: null;
@@ -1681,7 +1602,7 @@ declare const VTextarea: {
1681
1602
  default: () => never[];
1682
1603
  };
1683
1604
  modelValue: null;
1684
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
1605
+ validateOn: PropType<ValidationProps["validateOn"]>;
1685
1606
  validationValue: null;
1686
1607
  width: (StringConstructor | NumberConstructor)[];
1687
1608
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -1711,7 +1632,7 @@ declare const VTextarea: {
1711
1632
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
1712
1633
  autoGrow: BooleanConstructor;
1713
1634
  autofocus: BooleanConstructor;
1714
- counter: PropType<string | number | true>;
1635
+ counter: PropType<true | number | string>;
1715
1636
  counterValue: PropType<(value: any) => number>;
1716
1637
  prefix: StringConstructor;
1717
1638
  placeholder: StringConstructor;