@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20

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 (123) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +3574 -3574
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6436 -6436
  6. package/dist/vuetify-labs.cjs +3 -3
  7. package/dist/vuetify-labs.css +4390 -4390
  8. package/dist/vuetify-labs.d.ts +13177 -13474
  9. package/dist/vuetify-labs.esm.js +3 -3
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +3 -3
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +3 -3
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3862 -3862
  16. package/dist/vuetify.d.ts +9272 -9569
  17. package/dist/vuetify.esm.js +3 -3
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +3 -3
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +3 -3
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +12 -12
  25. package/lib/components/VAppBar/VAppBar.d.ts +6 -6
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
  28. package/lib/components/VAvatar/VAvatar.d.ts +6 -6
  29. package/lib/components/VBadge/VBadge.d.ts +3 -3
  30. package/lib/components/VBanner/VBanner.d.ts +6 -6
  31. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  32. package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
  34. package/lib/components/VBtn/VBtn.d.ts +6 -6
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
  36. package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
  37. package/lib/components/VCard/VCard.d.ts +6 -6
  38. package/lib/components/VCarousel/VCarousel.d.ts +2 -2
  39. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
  41. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  42. package/lib/components/VChip/VChip.d.ts +6 -6
  43. package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
  44. package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
  45. package/lib/components/VCombobox/VCombobox.d.ts +179 -207
  46. package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
  47. package/lib/components/VDataTable/VDataTable.d.ts +96 -96
  48. package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
  49. package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
  50. package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
  51. package/lib/components/VDataTable/composables/headers.d.ts +10 -10
  52. package/lib/components/VDataTable/types.d.ts +6 -3
  53. package/lib/components/VDataTable/types.js.map +1 -1
  54. package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
  55. package/lib/components/VDialog/VDialog.d.ts +87 -143
  56. package/lib/components/VFab/VFab.d.ts +35 -35
  57. package/lib/components/VField/VField.d.ts +8 -8
  58. package/lib/components/VFileInput/VFileInput.d.ts +54 -54
  59. package/lib/components/VInput/VInput.d.ts +2 -2
  60. package/lib/components/VList/VList.d.ts +23 -23
  61. package/lib/components/VList/VListChildren.d.ts +2 -2
  62. package/lib/components/VList/VListItem.d.ts +6 -6
  63. package/lib/components/VMenu/VMenu.d.ts +106 -178
  64. package/lib/components/VMessages/VMessages.d.ts +16 -16
  65. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
  67. package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
  68. package/lib/components/VOverlay/VOverlay.d.ts +22 -42
  69. package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
  70. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  71. package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
  72. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  73. package/lib/components/VPagination/VPagination.d.ts +26 -26
  74. package/lib/components/VRadio/VRadio.d.ts +6 -6
  75. package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
  76. package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
  77. package/lib/components/VSelect/VSelect.d.ts +207 -251
  78. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  79. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  80. package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
  81. package/lib/components/VSlider/VSlider.d.ts +18 -18
  82. package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
  83. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
  84. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  85. package/lib/components/VSparkline/VBarline.d.ts +6 -6
  86. package/lib/components/VSparkline/VSparkline.d.ts +6 -6
  87. package/lib/components/VSparkline/VTrendline.d.ts +6 -6
  88. package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
  89. package/lib/components/VStepper/VStepper.d.ts +9 -9
  90. package/lib/components/VSwitch/VSwitch.d.ts +20 -20
  91. package/lib/components/VTabs/VTab.d.ts +56 -56
  92. package/lib/components/VTabs/VTabs.d.ts +8 -8
  93. package/lib/components/VTextField/VTextField.d.ts +72 -72
  94. package/lib/components/VTextarea/VTextarea.d.ts +54 -54
  95. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  96. package/lib/components/VToolbar/VToolbar.d.ts +6 -6
  97. package/lib/components/VTooltip/VTooltip.d.ts +109 -181
  98. package/lib/components/VWindow/VWindow.d.ts +2 -2
  99. package/lib/composables/index.d.ts +0 -9
  100. package/lib/composables/index.js.map +1 -1
  101. package/lib/composables/nested/activeStrategies.d.ts +7 -6
  102. package/lib/composables/nested/activeStrategies.js.map +1 -1
  103. package/lib/composables/nested/openStrategies.d.ts +5 -4
  104. package/lib/composables/nested/openStrategies.js.map +1 -1
  105. package/lib/composables/nested/selectStrategies.d.ts +7 -6
  106. package/lib/composables/nested/selectStrategies.js.map +1 -1
  107. package/lib/entry-bundler.js +1 -1
  108. package/lib/framework.d.ts +2135 -58
  109. package/lib/framework.js +3 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
  112. package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
  113. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  114. package/lib/labs/VPicker/VPicker.d.ts +6 -6
  115. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
  116. package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
  117. package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
  118. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
  119. package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
  120. package/lib/types.d.ts +19 -0
  121. package/lib/types.js +2 -0
  122. package/lib/types.js.map +1 -0
  123. package/package.json +1 -1
@@ -192,16 +192,16 @@ export declare const makeVTextareaProps: <Defaults extends {
192
192
  default: unknown extends Defaults["singleLine"] ? boolean : boolean | Defaults["singleLine"];
193
193
  };
194
194
  variant: unknown extends Defaults["variant"] ? {
195
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
195
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
196
196
  default: string;
197
197
  validator: (v: any) => boolean;
198
198
  } : Omit<{
199
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
199
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
200
200
  default: string;
201
201
  validator: (v: any) => boolean;
202
202
  }, "type" | "default"> & {
203
- type: PropType<unknown extends Defaults["variant"] ? "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled" : "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled" | Defaults["variant"]>;
204
- default: unknown extends Defaults["variant"] ? "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled" : NonNullable<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled"> | Defaults["variant"];
203
+ type: PropType<unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | Defaults["variant"]>;
204
+ default: unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"> | Defaults["variant"];
205
205
  };
206
206
  'onClick:clear': unknown extends Defaults["onClick:clear"] ? PropType<(args_0: MouseEvent) => void> : {
207
207
  type: PropType<unknown extends Defaults["onClick:clear"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:clear"]>;
@@ -258,14 +258,14 @@ export declare const makeVTextareaProps: <Defaults extends {
258
258
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
259
259
  };
260
260
  rules: unknown extends Defaults["rules"] ? {
261
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
261
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
262
262
  default: () => never[];
263
263
  } : Omit<{
264
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
264
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
265
265
  default: () => never[];
266
266
  }, "type" | "default"> & {
267
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
268
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
267
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
268
+ default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
269
269
  };
270
270
  modelValue: unknown extends Defaults["modelValue"] ? null : {
271
271
  type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
@@ -432,7 +432,7 @@ export declare const VTextarea: {
432
432
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
433
433
  flat: boolean;
434
434
  reverse: boolean;
435
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
435
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
436
436
  error: boolean;
437
437
  active: boolean;
438
438
  direction: "horizontal" | "vertical";
@@ -444,9 +444,9 @@ export declare const VTextarea: {
444
444
  focused: boolean;
445
445
  errorMessages: string | readonly string[] | null;
446
446
  maxErrors: string | number;
447
- rules: readonly import("../../composables/validation.js").ValidationRule[];
448
- tile: boolean;
447
+ rules: readonly import("../../types.js").ValidationRule[];
449
448
  density: import("../../composables/density.js").Density;
449
+ tile: boolean;
450
450
  clearIcon: import("../../composables/icons.js").IconValue;
451
451
  hideSpinButtons: boolean;
452
452
  persistentHint: boolean;
@@ -565,7 +565,7 @@ export declare const VTextarea: {
565
565
  focused: boolean;
566
566
  errorMessages: string | readonly string[] | null;
567
567
  maxErrors: string | number;
568
- rules: readonly import("../../composables/validation.js").ValidationRule[];
568
+ rules: readonly import("../../types.js").ValidationRule[];
569
569
  density: import("../../composables/density.js").Density;
570
570
  centerAffix: boolean;
571
571
  hideSpinButtons: boolean;
@@ -580,7 +580,7 @@ export declare const VTextarea: {
580
580
  focused: boolean;
581
581
  errorMessages: string | readonly string[] | null;
582
582
  maxErrors: string | number;
583
- rules: readonly import("../../composables/validation.js").ValidationRule[];
583
+ rules: readonly import("../../types.js").ValidationRule[];
584
584
  density: import("../../composables/density.js").Density;
585
585
  centerAffix: boolean;
586
586
  hideSpinButtons: boolean;
@@ -631,7 +631,7 @@ export declare const VTextarea: {
631
631
  focused: boolean;
632
632
  errorMessages: string | readonly string[] | null;
633
633
  maxErrors: string | number;
634
- rules: readonly import("../../composables/validation.js").ValidationRule[];
634
+ rules: readonly import("../../types.js").ValidationRule[];
635
635
  density: import("../../composables/density.js").Density;
636
636
  centerAffix: boolean;
637
637
  hideSpinButtons: boolean;
@@ -662,7 +662,7 @@ export declare const VTextarea: {
662
662
  errorMessages: import("vue").ComputedRef<string[]>;
663
663
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
664
664
  'update:modelValue': (value: any) => true;
665
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
665
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
666
666
  error: boolean;
667
667
  direction: "horizontal" | "vertical";
668
668
  style: import("vue").StyleValue;
@@ -672,7 +672,7 @@ export declare const VTextarea: {
672
672
  focused: boolean;
673
673
  errorMessages: string | readonly string[] | null;
674
674
  maxErrors: string | number;
675
- rules: readonly import("../../composables/validation.js").ValidationRule[];
675
+ rules: readonly import("../../types.js").ValidationRule[];
676
676
  density: import("../../composables/density.js").Density;
677
677
  centerAffix: boolean;
678
678
  hideSpinButtons: boolean;
@@ -713,7 +713,7 @@ export declare const VTextarea: {
713
713
  focused: boolean;
714
714
  errorMessages: string | readonly string[] | null;
715
715
  maxErrors: string | number;
716
- rules: readonly import("../../composables/validation.js").ValidationRule[];
716
+ rules: readonly import("../../types.js").ValidationRule[];
717
717
  density: import("../../composables/density.js").Density;
718
718
  centerAffix: boolean;
719
719
  hideSpinButtons: boolean;
@@ -728,7 +728,7 @@ export declare const VTextarea: {
728
728
  focused: boolean;
729
729
  errorMessages: string | readonly string[] | null;
730
730
  maxErrors: string | number;
731
- rules: readonly import("../../composables/validation.js").ValidationRule[];
731
+ rules: readonly import("../../types.js").ValidationRule[];
732
732
  density: import("../../composables/density.js").Density;
733
733
  centerAffix: boolean;
734
734
  hideSpinButtons: boolean;
@@ -760,7 +760,7 @@ export declare const VTextarea: {
760
760
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
761
761
  modelValue?: unknown;
762
762
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
763
- }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "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}`> & {
763
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "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}`> & {
764
764
  _allExposed: {
765
765
  reset: () => Promise<void>;
766
766
  resetValidation: () => Promise<void>;
@@ -776,7 +776,7 @@ export declare const VTextarea: {
776
776
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
777
777
  flat: boolean;
778
778
  reverse: boolean;
779
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
779
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
780
780
  error: boolean;
781
781
  active: boolean;
782
782
  direction: "horizontal" | "vertical";
@@ -788,10 +788,10 @@ export declare const VTextarea: {
788
788
  focused: boolean;
789
789
  errorMessages: string | readonly string[] | null;
790
790
  maxErrors: string | number;
791
- rules: readonly import("../../composables/validation.js").ValidationRule[];
791
+ rules: readonly import("../../types.js").ValidationRule[];
792
+ density: import("../../composables/density.js").Density;
792
793
  rounded: string | number | boolean;
793
794
  tile: boolean;
794
- density: import("../../composables/density.js").Density;
795
795
  clearIcon: import("../../composables/icons.js").IconValue;
796
796
  centerAffix: boolean;
797
797
  hideSpinButtons: boolean;
@@ -831,7 +831,7 @@ export declare const VTextarea: {
831
831
  }, {
832
832
  flat: boolean;
833
833
  reverse: boolean;
834
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
834
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
835
835
  error: boolean;
836
836
  active: boolean;
837
837
  direction: "horizontal" | "vertical";
@@ -843,9 +843,9 @@ export declare const VTextarea: {
843
843
  focused: boolean;
844
844
  errorMessages: string | readonly string[] | null;
845
845
  maxErrors: string | number;
846
- rules: readonly import("../../composables/validation.js").ValidationRule[];
847
- tile: boolean;
846
+ rules: readonly import("../../types.js").ValidationRule[];
848
847
  density: import("../../composables/density.js").Density;
848
+ tile: boolean;
849
849
  clearIcon: import("../../composables/icons.js").IconValue;
850
850
  hideSpinButtons: boolean;
851
851
  persistentHint: boolean;
@@ -964,7 +964,7 @@ export declare const VTextarea: {
964
964
  focused: boolean;
965
965
  errorMessages: string | readonly string[] | null;
966
966
  maxErrors: string | number;
967
- rules: readonly import("../../composables/validation.js").ValidationRule[];
967
+ rules: readonly import("../../types.js").ValidationRule[];
968
968
  density: import("../../composables/density.js").Density;
969
969
  centerAffix: boolean;
970
970
  hideSpinButtons: boolean;
@@ -979,7 +979,7 @@ export declare const VTextarea: {
979
979
  focused: boolean;
980
980
  errorMessages: string | readonly string[] | null;
981
981
  maxErrors: string | number;
982
- rules: readonly import("../../composables/validation.js").ValidationRule[];
982
+ rules: readonly import("../../types.js").ValidationRule[];
983
983
  density: import("../../composables/density.js").Density;
984
984
  centerAffix: boolean;
985
985
  hideSpinButtons: boolean;
@@ -1030,7 +1030,7 @@ export declare const VTextarea: {
1030
1030
  focused: boolean;
1031
1031
  errorMessages: string | readonly string[] | null;
1032
1032
  maxErrors: string | number;
1033
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1033
+ rules: readonly import("../../types.js").ValidationRule[];
1034
1034
  density: import("../../composables/density.js").Density;
1035
1035
  centerAffix: boolean;
1036
1036
  hideSpinButtons: boolean;
@@ -1061,7 +1061,7 @@ export declare const VTextarea: {
1061
1061
  errorMessages: import("vue").ComputedRef<string[]>;
1062
1062
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
1063
1063
  'update:modelValue': (value: any) => true;
1064
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1064
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1065
1065
  error: boolean;
1066
1066
  direction: "horizontal" | "vertical";
1067
1067
  style: import("vue").StyleValue;
@@ -1071,7 +1071,7 @@ export declare const VTextarea: {
1071
1071
  focused: boolean;
1072
1072
  errorMessages: string | readonly string[] | null;
1073
1073
  maxErrors: string | number;
1074
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1074
+ rules: readonly import("../../types.js").ValidationRule[];
1075
1075
  density: import("../../composables/density.js").Density;
1076
1076
  centerAffix: boolean;
1077
1077
  hideSpinButtons: boolean;
@@ -1112,7 +1112,7 @@ export declare const VTextarea: {
1112
1112
  focused: boolean;
1113
1113
  errorMessages: string | readonly string[] | null;
1114
1114
  maxErrors: string | number;
1115
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1115
+ rules: readonly import("../../types.js").ValidationRule[];
1116
1116
  density: import("../../composables/density.js").Density;
1117
1117
  centerAffix: boolean;
1118
1118
  hideSpinButtons: boolean;
@@ -1127,7 +1127,7 @@ export declare const VTextarea: {
1127
1127
  focused: boolean;
1128
1128
  errorMessages: string | readonly string[] | null;
1129
1129
  maxErrors: string | number;
1130
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1130
+ rules: readonly import("../../types.js").ValidationRule[];
1131
1131
  density: import("../../composables/density.js").Density;
1132
1132
  centerAffix: boolean;
1133
1133
  hideSpinButtons: boolean;
@@ -1159,7 +1159,7 @@ export declare const VTextarea: {
1159
1159
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1160
1160
  modelValue?: unknown;
1161
1161
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1162
- }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "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}`> & {
1162
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "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}`> & {
1163
1163
  _allExposed: {
1164
1164
  reset: () => Promise<void>;
1165
1165
  resetValidation: () => Promise<void>;
@@ -1170,7 +1170,7 @@ export declare const VTextarea: {
1170
1170
  }, {}, {}, {}, {
1171
1171
  flat: boolean;
1172
1172
  reverse: boolean;
1173
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1173
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1174
1174
  error: boolean;
1175
1175
  active: boolean;
1176
1176
  direction: "horizontal" | "vertical";
@@ -1182,10 +1182,10 @@ export declare const VTextarea: {
1182
1182
  focused: boolean;
1183
1183
  errorMessages: string | readonly string[] | null;
1184
1184
  maxErrors: string | number;
1185
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1185
+ rules: readonly import("../../types.js").ValidationRule[];
1186
+ density: import("../../composables/density.js").Density;
1186
1187
  rounded: string | number | boolean;
1187
1188
  tile: boolean;
1188
- density: import("../../composables/density.js").Density;
1189
1189
  clearIcon: import("../../composables/icons.js").IconValue;
1190
1190
  centerAffix: boolean;
1191
1191
  hideSpinButtons: boolean;
@@ -1206,7 +1206,7 @@ export declare const VTextarea: {
1206
1206
  } & import("vue").ComponentOptionsBase<{
1207
1207
  flat: boolean;
1208
1208
  reverse: boolean;
1209
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1209
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1210
1210
  error: boolean;
1211
1211
  active: boolean;
1212
1212
  direction: "horizontal" | "vertical";
@@ -1218,9 +1218,9 @@ export declare const VTextarea: {
1218
1218
  focused: boolean;
1219
1219
  errorMessages: string | readonly string[] | null;
1220
1220
  maxErrors: string | number;
1221
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1222
- tile: boolean;
1221
+ rules: readonly import("../../types.js").ValidationRule[];
1223
1222
  density: import("../../composables/density.js").Density;
1223
+ tile: boolean;
1224
1224
  clearIcon: import("../../composables/icons.js").IconValue;
1225
1225
  hideSpinButtons: boolean;
1226
1226
  persistentHint: boolean;
@@ -1339,7 +1339,7 @@ export declare const VTextarea: {
1339
1339
  focused: boolean;
1340
1340
  errorMessages: string | readonly string[] | null;
1341
1341
  maxErrors: string | number;
1342
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1342
+ rules: readonly import("../../types.js").ValidationRule[];
1343
1343
  density: import("../../composables/density.js").Density;
1344
1344
  centerAffix: boolean;
1345
1345
  hideSpinButtons: boolean;
@@ -1354,7 +1354,7 @@ export declare const VTextarea: {
1354
1354
  focused: boolean;
1355
1355
  errorMessages: string | readonly string[] | null;
1356
1356
  maxErrors: string | number;
1357
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1357
+ rules: readonly import("../../types.js").ValidationRule[];
1358
1358
  density: import("../../composables/density.js").Density;
1359
1359
  centerAffix: boolean;
1360
1360
  hideSpinButtons: boolean;
@@ -1405,7 +1405,7 @@ export declare const VTextarea: {
1405
1405
  focused: boolean;
1406
1406
  errorMessages: string | readonly string[] | null;
1407
1407
  maxErrors: string | number;
1408
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1408
+ rules: readonly import("../../types.js").ValidationRule[];
1409
1409
  density: import("../../composables/density.js").Density;
1410
1410
  centerAffix: boolean;
1411
1411
  hideSpinButtons: boolean;
@@ -1436,7 +1436,7 @@ export declare const VTextarea: {
1436
1436
  errorMessages: import("vue").ComputedRef<string[]>;
1437
1437
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
1438
1438
  'update:modelValue': (value: any) => true;
1439
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1439
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1440
1440
  error: boolean;
1441
1441
  direction: "horizontal" | "vertical";
1442
1442
  style: import("vue").StyleValue;
@@ -1446,7 +1446,7 @@ export declare const VTextarea: {
1446
1446
  focused: boolean;
1447
1447
  errorMessages: string | readonly string[] | null;
1448
1448
  maxErrors: string | number;
1449
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1449
+ rules: readonly import("../../types.js").ValidationRule[];
1450
1450
  density: import("../../composables/density.js").Density;
1451
1451
  centerAffix: boolean;
1452
1452
  hideSpinButtons: boolean;
@@ -1487,7 +1487,7 @@ export declare const VTextarea: {
1487
1487
  focused: boolean;
1488
1488
  errorMessages: string | readonly string[] | null;
1489
1489
  maxErrors: string | number;
1490
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1490
+ rules: readonly import("../../types.js").ValidationRule[];
1491
1491
  density: import("../../composables/density.js").Density;
1492
1492
  centerAffix: boolean;
1493
1493
  hideSpinButtons: boolean;
@@ -1502,7 +1502,7 @@ export declare const VTextarea: {
1502
1502
  focused: boolean;
1503
1503
  errorMessages: string | readonly string[] | null;
1504
1504
  maxErrors: string | number;
1505
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1505
+ rules: readonly import("../../types.js").ValidationRule[];
1506
1506
  density: import("../../composables/density.js").Density;
1507
1507
  centerAffix: boolean;
1508
1508
  hideSpinButtons: boolean;
@@ -1534,7 +1534,7 @@ export declare const VTextarea: {
1534
1534
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1535
1535
  modelValue?: unknown;
1536
1536
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1537
- }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "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}`> & {
1537
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "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}`> & {
1538
1538
  _allExposed: {
1539
1539
  reset: () => Promise<void>;
1540
1540
  resetValidation: () => Promise<void>;
@@ -1550,7 +1550,7 @@ export declare const VTextarea: {
1550
1550
  }, string, {
1551
1551
  flat: boolean;
1552
1552
  reverse: boolean;
1553
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1553
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1554
1554
  error: boolean;
1555
1555
  active: boolean;
1556
1556
  direction: "horizontal" | "vertical";
@@ -1562,10 +1562,10 @@ export declare const VTextarea: {
1562
1562
  focused: boolean;
1563
1563
  errorMessages: string | readonly string[] | null;
1564
1564
  maxErrors: string | number;
1565
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1565
+ rules: readonly import("../../types.js").ValidationRule[];
1566
+ density: import("../../composables/density.js").Density;
1566
1567
  rounded: string | number | boolean;
1567
1568
  tile: boolean;
1568
- density: import("../../composables/density.js").Density;
1569
1569
  clearIcon: import("../../composables/icons.js").IconValue;
1570
1570
  centerAffix: boolean;
1571
1571
  hideSpinButtons: boolean;
@@ -1635,7 +1635,7 @@ export declare const VTextarea: {
1635
1635
  reverse: BooleanConstructor;
1636
1636
  singleLine: BooleanConstructor;
1637
1637
  variant: {
1638
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1638
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1639
1639
  default: string;
1640
1640
  validator: (v: any) => boolean;
1641
1641
  };
@@ -1658,7 +1658,7 @@ export declare const VTextarea: {
1658
1658
  default: null;
1659
1659
  };
1660
1660
  rules: {
1661
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1661
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
1662
1662
  default: () => never[];
1663
1663
  };
1664
1664
  modelValue: null;
@@ -1750,7 +1750,7 @@ export declare const VTextarea: {
1750
1750
  reverse: BooleanConstructor;
1751
1751
  singleLine: BooleanConstructor;
1752
1752
  variant: {
1753
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1753
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1754
1754
  default: string;
1755
1755
  validator: (v: any) => boolean;
1756
1756
  };
@@ -1773,7 +1773,7 @@ export declare const VTextarea: {
1773
1773
  default: null;
1774
1774
  };
1775
1775
  rules: {
1776
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1776
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
1777
1777
  default: () => never[];
1778
1778
  };
1779
1779
  modelValue: null;
@@ -174,8 +174,8 @@ export declare const VTimelineItem: {
174
174
  icon?: IconValue | undefined;
175
175
  elevation?: string | number | undefined;
176
176
  side?: TimelineItemSide;
177
- rounded?: string | number | boolean | undefined;
178
177
  density?: "default" | "compact" | undefined;
178
+ rounded?: string | number | boolean | undefined;
179
179
  dotColor?: string | undefined;
180
180
  iconColor?: string | undefined;
181
181
  hideOpposite?: boolean | undefined;
@@ -233,8 +233,8 @@ export declare const VTimelineItem: {
233
233
  icon?: IconValue | undefined;
234
234
  elevation?: string | number | undefined;
235
235
  side?: TimelineItemSide;
236
- rounded?: string | number | boolean | undefined;
237
236
  density?: "default" | "compact" | undefined;
237
+ rounded?: string | number | boolean | undefined;
238
238
  dotColor?: string | undefined;
239
239
  iconColor?: string | undefined;
240
240
  hideOpposite?: boolean | undefined;
@@ -285,8 +285,8 @@ export declare const VTimelineItem: {
285
285
  icon?: IconValue | undefined;
286
286
  elevation?: string | number | undefined;
287
287
  side?: TimelineItemSide;
288
- rounded?: string | number | boolean | undefined;
289
288
  density?: "default" | "compact" | undefined;
289
+ rounded?: string | number | boolean | undefined;
290
290
  dotColor?: string | undefined;
291
291
  iconColor?: string | undefined;
292
292
  hideOpposite?: boolean | undefined;
@@ -164,8 +164,8 @@ export declare const VToolbar: {
164
164
  style: import("vue").StyleValue;
165
165
  tag: string | import("../../util/index.js").JSXComponent;
166
166
  collapse: boolean;
167
- tile: boolean;
168
167
  density: Density;
168
+ tile: boolean;
169
169
  extended: boolean;
170
170
  extensionHeight: string | number;
171
171
  floating: boolean;
@@ -212,9 +212,9 @@ export declare const VToolbar: {
212
212
  style: import("vue").StyleValue;
213
213
  tag: string | import("../../util/index.js").JSXComponent;
214
214
  collapse: boolean;
215
+ density: Density;
215
216
  rounded: string | number | boolean;
216
217
  tile: boolean;
217
- density: Density;
218
218
  extended: boolean;
219
219
  extensionHeight: string | number;
220
220
  floating: boolean;
@@ -239,8 +239,8 @@ export declare const VToolbar: {
239
239
  style: import("vue").StyleValue;
240
240
  tag: string | import("../../util/index.js").JSXComponent;
241
241
  collapse: boolean;
242
- tile: boolean;
243
242
  density: Density;
243
+ tile: boolean;
244
244
  extended: boolean;
245
245
  extensionHeight: string | number;
246
246
  floating: boolean;
@@ -287,9 +287,9 @@ export declare const VToolbar: {
287
287
  style: import("vue").StyleValue;
288
288
  tag: string | import("../../util/index.js").JSXComponent;
289
289
  collapse: boolean;
290
+ density: Density;
290
291
  rounded: string | number | boolean;
291
292
  tile: boolean;
292
- density: Density;
293
293
  extended: boolean;
294
294
  extensionHeight: string | number;
295
295
  floating: boolean;
@@ -304,8 +304,8 @@ export declare const VToolbar: {
304
304
  style: import("vue").StyleValue;
305
305
  tag: string | import("../../util/index.js").JSXComponent;
306
306
  collapse: boolean;
307
- tile: boolean;
308
307
  density: Density;
308
+ tile: boolean;
309
309
  extended: boolean;
310
310
  extensionHeight: string | number;
311
311
  floating: boolean;
@@ -352,9 +352,9 @@ export declare const VToolbar: {
352
352
  style: import("vue").StyleValue;
353
353
  tag: string | import("../../util/index.js").JSXComponent;
354
354
  collapse: boolean;
355
+ density: Density;
355
356
  rounded: string | number | boolean;
356
357
  tile: boolean;
357
- density: Density;
358
358
  extended: boolean;
359
359
  extensionHeight: string | number;
360
360
  floating: boolean;