vuetify 3.3.19 → 3.3.21

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 (105) hide show
  1. package/dist/json/attributes.json +43 -31
  2. package/dist/json/importMap-labs.json +4 -4
  3. package/dist/json/importMap.json +4 -4
  4. package/dist/json/tags.json +3 -0
  5. package/dist/json/web-types.json +97 -70
  6. package/dist/vuetify-labs.css +5073 -5056
  7. package/dist/vuetify-labs.d.ts +240 -220
  8. package/dist/vuetify-labs.esm.js +101 -62
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +101 -62
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +5452 -5440
  13. package/dist/vuetify.d.ts +168 -166
  14. package/dist/vuetify.esm.js +56 -41
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +56 -41
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +775 -773
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +2 -0
  22. package/lib/blueprints/md1.d.mts +2 -0
  23. package/lib/blueprints/md2.d.mts +2 -0
  24. package/lib/blueprints/md3.d.mts +2 -0
  25. package/lib/components/VAutocomplete/index.d.mts +14 -14
  26. package/lib/components/VCheckbox/index.d.mts +8 -8
  27. package/lib/components/VChip/VChip.css +67 -67
  28. package/lib/components/VChip/_variables.scss +1 -1
  29. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -0
  30. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  32. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  33. package/lib/components/VCombobox/index.d.mts +14 -14
  34. package/lib/components/VField/VField.css +3 -0
  35. package/lib/components/VField/VField.sass +3 -0
  36. package/lib/components/VField/_variables.scss +1 -0
  37. package/lib/components/VFileInput/index.d.mts +20 -20
  38. package/lib/components/VInput/index.d.mts +8 -8
  39. package/lib/components/VList/VList.css +0 -3
  40. package/lib/components/VList/VList.sass +0 -4
  41. package/lib/components/VList/VListItem.css +9 -1
  42. package/lib/components/VList/VListItem.sass +12 -1
  43. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -7
  44. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  45. package/lib/components/VRadioGroup/index.d.mts +8 -8
  46. package/lib/components/VRangeSlider/index.d.mts +8 -8
  47. package/lib/components/VSelect/index.d.mts +14 -14
  48. package/lib/components/VSlider/VSliderThumb.css +2 -0
  49. package/lib/components/VSlider/VSliderThumb.mjs +7 -6
  50. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  51. package/lib/components/VSlider/VSliderThumb.sass +2 -0
  52. package/lib/components/VSlider/VSliderTrack.mjs +5 -7
  53. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  54. package/lib/components/VSlider/index.d.mts +8 -8
  55. package/lib/components/VSlider/slider.mjs +4 -10
  56. package/lib/components/VSlider/slider.mjs.map +1 -1
  57. package/lib/components/VSwitch/index.d.mts +8 -8
  58. package/lib/components/VTable/VTable.css +3 -0
  59. package/lib/components/VTable/VTable.sass +3 -0
  60. package/lib/components/VTextField/VTextField.mjs +1 -1
  61. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  62. package/lib/components/VTextField/index.d.mts +26 -26
  63. package/lib/components/VTextarea/index.d.mts +20 -20
  64. package/lib/components/VTimeline/VTimeline.css +0 -1
  65. package/lib/components/VTimeline/VTimeline.sass +0 -1
  66. package/lib/components/VValidation/index.d.mts +8 -8
  67. package/lib/components/index.d.mts +164 -164
  68. package/lib/composables/forwardRefs.mjs +4 -4
  69. package/lib/composables/forwardRefs.mjs.map +1 -1
  70. package/lib/composables/validation.mjs +2 -2
  71. package/lib/composables/validation.mjs.map +1 -1
  72. package/lib/entry-bundler.mjs +1 -1
  73. package/lib/framework.mjs +1 -1
  74. package/lib/index.d.mts +4 -2
  75. package/lib/labs/VDataTable/VDataTableFooter.mjs +12 -4
  76. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  77. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -5
  78. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  79. package/lib/labs/VDataTable/composables/select.mjs +6 -6
  80. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  81. package/lib/labs/VDataTable/index.d.mts +48 -48
  82. package/lib/labs/VDateInput/index.d.mts +14 -14
  83. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +14 -2
  84. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  85. package/lib/labs/VDatePicker/index.d.mts +18 -0
  86. package/lib/labs/VDateRangePicker/index.d.mts +12 -0
  87. package/lib/labs/VOtpInput/VOtpInput.css +3 -2
  88. package/lib/labs/VOtpInput/VOtpInput.mjs +7 -4
  89. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
  90. package/lib/labs/VOtpInput/VOtpInput.sass +9 -8
  91. package/lib/labs/VOtpInput/_variables.scss +9 -0
  92. package/lib/labs/VSkeletonLoader/VSkeletonLoader.css +4 -0
  93. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +2 -1
  94. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  95. package/lib/labs/VSkeletonLoader/VSkeletonLoader.sass +4 -0
  96. package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
  97. package/lib/labs/components.d.mts +74 -56
  98. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  99. package/lib/labs/date/adapters/vuetify.d.mts +4 -0
  100. package/lib/labs/date/adapters/vuetify.mjs +18 -1
  101. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  102. package/lib/labs/date/date.mjs +1 -1
  103. package/lib/labs/date/date.mjs.map +1 -1
  104. package/lib/labs/date/index.d.mts +4 -0
  105. package/package.json +2 -2
@@ -113,7 +113,7 @@ declare const VTextField: {
113
113
  variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
114
114
  clearIcon?: IconValue | undefined;
115
115
  focused?: boolean | undefined;
116
- errorMessages?: string | readonly string[] | undefined;
116
+ errorMessages?: string | readonly string[] | null | undefined;
117
117
  maxErrors?: string | number | undefined;
118
118
  rules?: readonly ValidationRule[] | undefined;
119
119
  centerAffix?: boolean | undefined;
@@ -155,7 +155,7 @@ declare const VTextField: {
155
155
  ref_key?: string | undefined;
156
156
  theme?: string | undefined;
157
157
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
158
- counter?: string | number | true | undefined;
158
+ counter?: string | number | boolean | undefined;
159
159
  'v-slots'?: {
160
160
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
161
161
  clear?: false | (() => vue.VNodeChild) | undefined;
@@ -311,7 +311,7 @@ declare const VTextField: {
311
311
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
312
312
  clearIcon: IconValue;
313
313
  focused: boolean;
314
- errorMessages: string | readonly string[];
314
+ errorMessages: string | readonly string[] | null;
315
315
  maxErrors: string | number;
316
316
  rules: readonly ValidationRule[];
317
317
  persistentHint: boolean;
@@ -332,7 +332,7 @@ declare const VTextField: {
332
332
  class?: any;
333
333
  placeholder?: string | undefined;
334
334
  theme?: string | undefined;
335
- counter?: string | number | true | undefined;
335
+ counter?: string | number | boolean | undefined;
336
336
  rounded?: string | number | boolean | undefined;
337
337
  modelValue?: any;
338
338
  bgColor?: string | undefined;
@@ -420,7 +420,7 @@ declare const VTextField: {
420
420
  messages?: string | readonly string[] | undefined;
421
421
  density?: Density | undefined;
422
422
  focused?: boolean | undefined;
423
- errorMessages?: string | readonly string[] | undefined;
423
+ errorMessages?: string | readonly string[] | null | undefined;
424
424
  maxErrors?: string | number | undefined;
425
425
  rules?: readonly ValidationRule[] | undefined;
426
426
  centerAffix?: boolean | undefined;
@@ -538,7 +538,7 @@ declare const VTextField: {
538
538
  messages: string | readonly string[];
539
539
  density: Density;
540
540
  focused: boolean;
541
- errorMessages: string | readonly string[];
541
+ errorMessages: string | readonly string[] | null;
542
542
  maxErrors: string | number;
543
543
  rules: readonly ValidationRule[];
544
544
  centerAffix: boolean;
@@ -596,7 +596,7 @@ declare const VTextField: {
596
596
  messages: string | readonly string[];
597
597
  density: Density;
598
598
  focused: boolean;
599
- errorMessages: string | readonly string[];
599
+ errorMessages: string | readonly string[] | null;
600
600
  maxErrors: string | number;
601
601
  rules: readonly ValidationRule[];
602
602
  centerAffix: boolean;
@@ -646,7 +646,7 @@ declare const VTextField: {
646
646
  messages: string | readonly string[];
647
647
  density: Density;
648
648
  focused: boolean;
649
- errorMessages: string | readonly string[];
649
+ errorMessages: string | readonly string[] | null;
650
650
  maxErrors: string | number;
651
651
  rules: readonly ValidationRule[];
652
652
  centerAffix: boolean;
@@ -961,7 +961,7 @@ declare const VTextField: {
961
961
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
962
962
  clearIcon: IconValue;
963
963
  focused: boolean;
964
- errorMessages: string | readonly string[];
964
+ errorMessages: string | readonly string[] | null;
965
965
  maxErrors: string | number;
966
966
  rules: readonly ValidationRule[];
967
967
  centerAffix: boolean;
@@ -1045,7 +1045,7 @@ declare const VTextField: {
1045
1045
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1046
1046
  clearIcon: IconValue;
1047
1047
  focused: boolean;
1048
- errorMessages: string | readonly string[];
1048
+ errorMessages: string | readonly string[] | null;
1049
1049
  maxErrors: string | number;
1050
1050
  rules: readonly ValidationRule[];
1051
1051
  persistentHint: boolean;
@@ -1066,7 +1066,7 @@ declare const VTextField: {
1066
1066
  class?: any;
1067
1067
  placeholder?: string | undefined;
1068
1068
  theme?: string | undefined;
1069
- counter?: string | number | true | undefined;
1069
+ counter?: string | number | boolean | undefined;
1070
1070
  rounded?: string | number | boolean | undefined;
1071
1071
  modelValue?: any;
1072
1072
  bgColor?: string | undefined;
@@ -1154,7 +1154,7 @@ declare const VTextField: {
1154
1154
  messages?: string | readonly string[] | undefined;
1155
1155
  density?: Density | undefined;
1156
1156
  focused?: boolean | undefined;
1157
- errorMessages?: string | readonly string[] | undefined;
1157
+ errorMessages?: string | readonly string[] | null | undefined;
1158
1158
  maxErrors?: string | number | undefined;
1159
1159
  rules?: readonly ValidationRule[] | undefined;
1160
1160
  centerAffix?: boolean | undefined;
@@ -1272,7 +1272,7 @@ declare const VTextField: {
1272
1272
  messages: string | readonly string[];
1273
1273
  density: Density;
1274
1274
  focused: boolean;
1275
- errorMessages: string | readonly string[];
1275
+ errorMessages: string | readonly string[] | null;
1276
1276
  maxErrors: string | number;
1277
1277
  rules: readonly ValidationRule[];
1278
1278
  centerAffix: boolean;
@@ -1330,7 +1330,7 @@ declare const VTextField: {
1330
1330
  messages: string | readonly string[];
1331
1331
  density: Density;
1332
1332
  focused: boolean;
1333
- errorMessages: string | readonly string[];
1333
+ errorMessages: string | readonly string[] | null;
1334
1334
  maxErrors: string | number;
1335
1335
  rules: readonly ValidationRule[];
1336
1336
  centerAffix: boolean;
@@ -1380,7 +1380,7 @@ declare const VTextField: {
1380
1380
  messages: string | readonly string[];
1381
1381
  density: Density;
1382
1382
  focused: boolean;
1383
- errorMessages: string | readonly string[];
1383
+ errorMessages: string | readonly string[] | null;
1384
1384
  maxErrors: string | number;
1385
1385
  rules: readonly ValidationRule[];
1386
1386
  centerAffix: boolean;
@@ -1693,7 +1693,7 @@ declare const VTextField: {
1693
1693
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1694
1694
  clearIcon: IconValue;
1695
1695
  focused: boolean;
1696
- errorMessages: string | readonly string[];
1696
+ errorMessages: string | readonly string[] | null;
1697
1697
  maxErrors: string | number;
1698
1698
  rules: readonly ValidationRule[];
1699
1699
  persistentHint: boolean;
@@ -1714,7 +1714,7 @@ declare const VTextField: {
1714
1714
  class?: any;
1715
1715
  placeholder?: string | undefined;
1716
1716
  theme?: string | undefined;
1717
- counter?: string | number | true | undefined;
1717
+ counter?: string | number | boolean | undefined;
1718
1718
  rounded?: string | number | boolean | undefined;
1719
1719
  modelValue?: any;
1720
1720
  bgColor?: string | undefined;
@@ -1802,7 +1802,7 @@ declare const VTextField: {
1802
1802
  messages?: string | readonly string[] | undefined;
1803
1803
  density?: Density | undefined;
1804
1804
  focused?: boolean | undefined;
1805
- errorMessages?: string | readonly string[] | undefined;
1805
+ errorMessages?: string | readonly string[] | null | undefined;
1806
1806
  maxErrors?: string | number | undefined;
1807
1807
  rules?: readonly ValidationRule[] | undefined;
1808
1808
  centerAffix?: boolean | undefined;
@@ -1920,7 +1920,7 @@ declare const VTextField: {
1920
1920
  messages: string | readonly string[];
1921
1921
  density: Density;
1922
1922
  focused: boolean;
1923
- errorMessages: string | readonly string[];
1923
+ errorMessages: string | readonly string[] | null;
1924
1924
  maxErrors: string | number;
1925
1925
  rules: readonly ValidationRule[];
1926
1926
  centerAffix: boolean;
@@ -1978,7 +1978,7 @@ declare const VTextField: {
1978
1978
  messages: string | readonly string[];
1979
1979
  density: Density;
1980
1980
  focused: boolean;
1981
- errorMessages: string | readonly string[];
1981
+ errorMessages: string | readonly string[] | null;
1982
1982
  maxErrors: string | number;
1983
1983
  rules: readonly ValidationRule[];
1984
1984
  centerAffix: boolean;
@@ -2028,7 +2028,7 @@ declare const VTextField: {
2028
2028
  messages: string | readonly string[];
2029
2029
  density: Density;
2030
2030
  focused: boolean;
2031
- errorMessages: string | readonly string[];
2031
+ errorMessages: string | readonly string[] | null;
2032
2032
  maxErrors: string | number;
2033
2033
  rules: readonly ValidationRule[];
2034
2034
  centerAffix: boolean;
@@ -2343,7 +2343,7 @@ declare const VTextField: {
2343
2343
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2344
2344
  clearIcon: IconValue;
2345
2345
  focused: boolean;
2346
- errorMessages: string | readonly string[];
2346
+ errorMessages: string | readonly string[] | null;
2347
2347
  maxErrors: string | number;
2348
2348
  rules: readonly ValidationRule[];
2349
2349
  centerAffix: boolean;
@@ -2440,7 +2440,7 @@ declare const VTextField: {
2440
2440
  focused: BooleanConstructor;
2441
2441
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
2442
2442
  errorMessages: {
2443
- type: PropType<string | readonly string[]>;
2443
+ type: PropType<string | readonly string[] | null>;
2444
2444
  default: () => never[];
2445
2445
  };
2446
2446
  maxErrors: {
@@ -2482,7 +2482,7 @@ declare const VTextField: {
2482
2482
  'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2483
2483
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2484
2484
  autofocus: BooleanConstructor;
2485
- counter: PropType<string | number | true>;
2485
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2486
2486
  counterValue: PropType<number | ((value: any) => number)>;
2487
2487
  prefix: StringConstructor;
2488
2488
  placeholder: StringConstructor;
@@ -2544,7 +2544,7 @@ declare const VTextField: {
2544
2544
  focused: BooleanConstructor;
2545
2545
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
2546
2546
  errorMessages: {
2547
- type: PropType<string | readonly string[]>;
2547
+ type: PropType<string | readonly string[] | null>;
2548
2548
  default: () => never[];
2549
2549
  };
2550
2550
  maxErrors: {
@@ -2586,7 +2586,7 @@ declare const VTextField: {
2586
2586
  'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2587
2587
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2588
2588
  autofocus: BooleanConstructor;
2589
- counter: PropType<string | number | true>;
2589
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2590
2590
  counterValue: PropType<number | ((value: any) => number)>;
2591
2591
  prefix: StringConstructor;
2592
2592
  placeholder: StringConstructor;
@@ -73,7 +73,7 @@ declare const VTextarea: {
73
73
  variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
74
74
  clearIcon?: IconValue | undefined;
75
75
  focused?: boolean | undefined;
76
- errorMessages?: string | readonly string[] | undefined;
76
+ errorMessages?: string | readonly string[] | null | undefined;
77
77
  maxErrors?: string | number | undefined;
78
78
  rules?: readonly ValidationRule[] | undefined;
79
79
  centerAffix?: boolean | undefined;
@@ -267,7 +267,7 @@ declare const VTextarea: {
267
267
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
268
268
  clearIcon: IconValue;
269
269
  focused: boolean;
270
- errorMessages: string | readonly string[];
270
+ errorMessages: string | readonly string[] | null;
271
271
  maxErrors: string | number;
272
272
  rules: readonly ValidationRule[];
273
273
  persistentHint: boolean;
@@ -376,7 +376,7 @@ declare const VTextarea: {
376
376
  messages?: string | readonly string[] | undefined;
377
377
  density?: Density | undefined;
378
378
  focused?: boolean | undefined;
379
- errorMessages?: string | readonly string[] | undefined;
379
+ errorMessages?: string | readonly string[] | null | undefined;
380
380
  maxErrors?: string | number | undefined;
381
381
  rules?: readonly ValidationRule[] | undefined;
382
382
  centerAffix?: boolean | undefined;
@@ -494,7 +494,7 @@ declare const VTextarea: {
494
494
  messages: string | readonly string[];
495
495
  density: Density;
496
496
  focused: boolean;
497
- errorMessages: string | readonly string[];
497
+ errorMessages: string | readonly string[] | null;
498
498
  maxErrors: string | number;
499
499
  rules: readonly ValidationRule[];
500
500
  centerAffix: boolean;
@@ -552,7 +552,7 @@ declare const VTextarea: {
552
552
  messages: string | readonly string[];
553
553
  density: Density;
554
554
  focused: boolean;
555
- errorMessages: string | readonly string[];
555
+ errorMessages: string | readonly string[] | null;
556
556
  maxErrors: string | number;
557
557
  rules: readonly ValidationRule[];
558
558
  centerAffix: boolean;
@@ -602,7 +602,7 @@ declare const VTextarea: {
602
602
  messages: string | readonly string[];
603
603
  density: Density;
604
604
  focused: boolean;
605
- errorMessages: string | readonly string[];
605
+ errorMessages: string | readonly string[] | null;
606
606
  maxErrors: string | number;
607
607
  rules: readonly ValidationRule[];
608
608
  centerAffix: boolean;
@@ -670,7 +670,7 @@ declare const VTextarea: {
670
670
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
671
671
  clearIcon: IconValue;
672
672
  focused: boolean;
673
- errorMessages: string | readonly string[];
673
+ errorMessages: string | readonly string[] | null;
674
674
  maxErrors: string | number;
675
675
  rules: readonly ValidationRule[];
676
676
  centerAffix: boolean;
@@ -753,7 +753,7 @@ declare const VTextarea: {
753
753
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
754
754
  clearIcon: IconValue;
755
755
  focused: boolean;
756
- errorMessages: string | readonly string[];
756
+ errorMessages: string | readonly string[] | null;
757
757
  maxErrors: string | number;
758
758
  rules: readonly ValidationRule[];
759
759
  persistentHint: boolean;
@@ -862,7 +862,7 @@ declare const VTextarea: {
862
862
  messages?: string | readonly string[] | undefined;
863
863
  density?: Density | undefined;
864
864
  focused?: boolean | undefined;
865
- errorMessages?: string | readonly string[] | undefined;
865
+ errorMessages?: string | readonly string[] | null | undefined;
866
866
  maxErrors?: string | number | undefined;
867
867
  rules?: readonly ValidationRule[] | undefined;
868
868
  centerAffix?: boolean | undefined;
@@ -980,7 +980,7 @@ declare const VTextarea: {
980
980
  messages: string | readonly string[];
981
981
  density: Density;
982
982
  focused: boolean;
983
- errorMessages: string | readonly string[];
983
+ errorMessages: string | readonly string[] | null;
984
984
  maxErrors: string | number;
985
985
  rules: readonly ValidationRule[];
986
986
  centerAffix: boolean;
@@ -1038,7 +1038,7 @@ declare const VTextarea: {
1038
1038
  messages: string | readonly string[];
1039
1039
  density: Density;
1040
1040
  focused: boolean;
1041
- errorMessages: string | readonly string[];
1041
+ errorMessages: string | readonly string[] | null;
1042
1042
  maxErrors: string | number;
1043
1043
  rules: readonly ValidationRule[];
1044
1044
  centerAffix: boolean;
@@ -1088,7 +1088,7 @@ declare const VTextarea: {
1088
1088
  messages: string | readonly string[];
1089
1089
  density: Density;
1090
1090
  focused: boolean;
1091
- errorMessages: string | readonly string[];
1091
+ errorMessages: string | readonly string[] | null;
1092
1092
  maxErrors: string | number;
1093
1093
  rules: readonly ValidationRule[];
1094
1094
  centerAffix: boolean;
@@ -1154,7 +1154,7 @@ declare const VTextarea: {
1154
1154
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1155
1155
  clearIcon: IconValue;
1156
1156
  focused: boolean;
1157
- errorMessages: string | readonly string[];
1157
+ errorMessages: string | readonly string[] | null;
1158
1158
  maxErrors: string | number;
1159
1159
  rules: readonly ValidationRule[];
1160
1160
  persistentHint: boolean;
@@ -1263,7 +1263,7 @@ declare const VTextarea: {
1263
1263
  messages?: string | readonly string[] | undefined;
1264
1264
  density?: Density | undefined;
1265
1265
  focused?: boolean | undefined;
1266
- errorMessages?: string | readonly string[] | undefined;
1266
+ errorMessages?: string | readonly string[] | null | undefined;
1267
1267
  maxErrors?: string | number | undefined;
1268
1268
  rules?: readonly ValidationRule[] | undefined;
1269
1269
  centerAffix?: boolean | undefined;
@@ -1381,7 +1381,7 @@ declare const VTextarea: {
1381
1381
  messages: string | readonly string[];
1382
1382
  density: Density;
1383
1383
  focused: boolean;
1384
- errorMessages: string | readonly string[];
1384
+ errorMessages: string | readonly string[] | null;
1385
1385
  maxErrors: string | number;
1386
1386
  rules: readonly ValidationRule[];
1387
1387
  centerAffix: boolean;
@@ -1439,7 +1439,7 @@ declare const VTextarea: {
1439
1439
  messages: string | readonly string[];
1440
1440
  density: Density;
1441
1441
  focused: boolean;
1442
- errorMessages: string | readonly string[];
1442
+ errorMessages: string | readonly string[] | null;
1443
1443
  maxErrors: string | number;
1444
1444
  rules: readonly ValidationRule[];
1445
1445
  centerAffix: boolean;
@@ -1489,7 +1489,7 @@ declare const VTextarea: {
1489
1489
  messages: string | readonly string[];
1490
1490
  density: Density;
1491
1491
  focused: boolean;
1492
- errorMessages: string | readonly string[];
1492
+ errorMessages: string | readonly string[] | null;
1493
1493
  maxErrors: string | number;
1494
1494
  rules: readonly ValidationRule[];
1495
1495
  centerAffix: boolean;
@@ -1557,7 +1557,7 @@ declare const VTextarea: {
1557
1557
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1558
1558
  clearIcon: IconValue;
1559
1559
  focused: boolean;
1560
- errorMessages: string | readonly string[];
1560
+ errorMessages: string | readonly string[] | null;
1561
1561
  maxErrors: string | number;
1562
1562
  rules: readonly ValidationRule[];
1563
1563
  centerAffix: boolean;
@@ -1654,7 +1654,7 @@ declare const VTextarea: {
1654
1654
  focused: BooleanConstructor;
1655
1655
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1656
1656
  errorMessages: {
1657
- type: PropType<string | readonly string[]>;
1657
+ type: PropType<string | readonly string[] | null>;
1658
1658
  default: () => never[];
1659
1659
  };
1660
1660
  maxErrors: {
@@ -1764,7 +1764,7 @@ declare const VTextarea: {
1764
1764
  focused: BooleanConstructor;
1765
1765
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1766
1766
  errorMessages: {
1767
- type: PropType<string | readonly string[]>;
1767
+ type: PropType<string | readonly string[] | null>;
1768
1768
  default: () => never[];
1769
1769
  };
1770
1770
  maxErrors: {
@@ -45,7 +45,6 @@
45
45
  }
46
46
  .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
47
47
  grid-column: 1;
48
- justify-self: flex-end;
49
48
  padding-inline-end: 24px;
50
49
  }
51
50
  .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
@@ -55,7 +55,6 @@
55
55
  .v-timeline-item:nth-child(2n)
56
56
  .v-timeline-item__body
57
57
  grid-column: 1
58
- justify-self: flex-end
59
58
  padding-inline-end: $timeline-item-padding
60
59
 
61
60
  .v-timeline-item__opposite
@@ -20,7 +20,7 @@ declare const VValidation: {
20
20
  disabled?: boolean | null | undefined;
21
21
  readonly?: boolean | null | undefined;
22
22
  focused?: boolean | undefined;
23
- errorMessages?: string | readonly string[] | undefined;
23
+ errorMessages?: string | readonly string[] | null | undefined;
24
24
  maxErrors?: string | number | undefined;
25
25
  rules?: readonly ValidationRule[] | undefined;
26
26
  key?: string | number | symbol | undefined;
@@ -172,7 +172,7 @@ declare const VValidation: {
172
172
  disabled: boolean | null;
173
173
  readonly: boolean | null;
174
174
  focused: boolean;
175
- errorMessages: string | readonly string[];
175
+ errorMessages: string | readonly string[] | null;
176
176
  maxErrors: string | number;
177
177
  rules: readonly ValidationRule[];
178
178
  } & {
@@ -258,7 +258,7 @@ declare const VValidation: {
258
258
  disabled: boolean | null;
259
259
  readonly: boolean | null;
260
260
  focused: boolean;
261
- errorMessages: string | readonly string[];
261
+ errorMessages: string | readonly string[] | null;
262
262
  maxErrors: string | number;
263
263
  rules: readonly ValidationRule[];
264
264
  }, {}, string, vue.SlotsType<Partial<{
@@ -304,7 +304,7 @@ declare const VValidation: {
304
304
  disabled: boolean | null;
305
305
  readonly: boolean | null;
306
306
  focused: boolean;
307
- errorMessages: string | readonly string[];
307
+ errorMessages: string | readonly string[] | null;
308
308
  maxErrors: string | number;
309
309
  rules: readonly ValidationRule[];
310
310
  } & {
@@ -392,7 +392,7 @@ declare const VValidation: {
392
392
  disabled: boolean | null;
393
393
  readonly: boolean | null;
394
394
  focused: boolean;
395
- errorMessages: string | readonly string[];
395
+ errorMessages: string | readonly string[] | null;
396
396
  maxErrors: string | number;
397
397
  rules: readonly ValidationRule[];
398
398
  } & {
@@ -478,7 +478,7 @@ declare const VValidation: {
478
478
  disabled: boolean | null;
479
479
  readonly: boolean | null;
480
480
  focused: boolean;
481
- errorMessages: string | readonly string[];
481
+ errorMessages: string | readonly string[] | null;
482
482
  maxErrors: string | number;
483
483
  rules: readonly ValidationRule[];
484
484
  }, {}, string, vue.SlotsType<Partial<{
@@ -508,7 +508,7 @@ declare const VValidation: {
508
508
  };
509
509
  error: BooleanConstructor;
510
510
  errorMessages: {
511
- type: vue.PropType<string | readonly string[]>;
511
+ type: vue.PropType<string | readonly string[] | null>;
512
512
  default: () => never[];
513
513
  };
514
514
  maxErrors: {
@@ -537,7 +537,7 @@ declare const VValidation: {
537
537
  };
538
538
  error: BooleanConstructor;
539
539
  errorMessages: {
540
- type: vue.PropType<string | readonly string[]>;
540
+ type: vue.PropType<string | readonly string[] | null>;
541
541
  default: () => never[];
542
542
  };
543
543
  maxErrors: {