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
package/dist/vuetify.d.ts CHANGED
@@ -837,6 +837,8 @@ interface DateAdapter<T> {
837
837
  date(value?: any): T | null;
838
838
  format(date: T, formatString: string): string;
839
839
  toJsDate(value: T): Date;
840
+ parseISO(date: string): T;
841
+ toISO(date: T): string;
840
842
  startOfDay(date: T): T;
841
843
  endOfDay(date: T): T;
842
844
  startOfMonth(date: T): T;
@@ -4460,7 +4462,7 @@ declare const VInput: {
4460
4462
  messages?: string | readonly string[] | undefined;
4461
4463
  density?: Density | undefined;
4462
4464
  focused?: boolean | undefined;
4463
- errorMessages?: string | readonly string[] | undefined;
4465
+ errorMessages?: string | readonly string[] | null | undefined;
4464
4466
  maxErrors?: string | number | undefined;
4465
4467
  rules?: readonly ValidationRule[] | undefined;
4466
4468
  centerAffix?: boolean | undefined;
@@ -4578,7 +4580,7 @@ declare const VInput: {
4578
4580
  messages: string | readonly string[];
4579
4581
  density: Density;
4580
4582
  focused: boolean;
4581
- errorMessages: string | readonly string[];
4583
+ errorMessages: string | readonly string[] | null;
4582
4584
  maxErrors: string | number;
4583
4585
  rules: readonly ValidationRule[];
4584
4586
  centerAffix: boolean;
@@ -4636,7 +4638,7 @@ declare const VInput: {
4636
4638
  messages: string | readonly string[];
4637
4639
  density: Density;
4638
4640
  focused: boolean;
4639
- errorMessages: string | readonly string[];
4641
+ errorMessages: string | readonly string[] | null;
4640
4642
  maxErrors: string | number;
4641
4643
  rules: readonly ValidationRule[];
4642
4644
  centerAffix: boolean;
@@ -4686,7 +4688,7 @@ declare const VInput: {
4686
4688
  messages: string | readonly string[];
4687
4689
  density: Density;
4688
4690
  focused: boolean;
4689
- errorMessages: string | readonly string[];
4691
+ errorMessages: string | readonly string[] | null;
4690
4692
  maxErrors: string | number;
4691
4693
  rules: readonly ValidationRule[];
4692
4694
  centerAffix: boolean;
@@ -4746,7 +4748,7 @@ declare const VInput: {
4746
4748
  messages: string | readonly string[];
4747
4749
  density: Density;
4748
4750
  focused: boolean;
4749
- errorMessages: string | readonly string[];
4751
+ errorMessages: string | readonly string[] | null;
4750
4752
  maxErrors: string | number;
4751
4753
  rules: readonly ValidationRule[];
4752
4754
  centerAffix: boolean;
@@ -4804,7 +4806,7 @@ declare const VInput: {
4804
4806
  messages: string | readonly string[];
4805
4807
  density: Density;
4806
4808
  focused: boolean;
4807
- errorMessages: string | readonly string[];
4809
+ errorMessages: string | readonly string[] | null;
4808
4810
  maxErrors: string | number;
4809
4811
  rules: readonly ValidationRule[];
4810
4812
  centerAffix: boolean;
@@ -4834,7 +4836,7 @@ declare const VInput: {
4834
4836
  };
4835
4837
  error: BooleanConstructor;
4836
4838
  errorMessages: {
4837
- type: PropType<string | readonly string[]>;
4839
+ type: PropType<string | readonly string[] | null>;
4838
4840
  default: () => never[];
4839
4841
  };
4840
4842
  maxErrors: {
@@ -4894,7 +4896,7 @@ declare const VInput: {
4894
4896
  };
4895
4897
  error: BooleanConstructor;
4896
4898
  errorMessages: {
4897
- type: PropType<string | readonly string[]>;
4899
+ type: PropType<string | readonly string[] | null>;
4898
4900
  default: () => never[];
4899
4901
  };
4900
4902
  maxErrors: {
@@ -5062,7 +5064,7 @@ declare const VAutocomplete: {
5062
5064
  valueComparator?: typeof deepEqual | undefined;
5063
5065
  clearIcon?: IconValue | undefined;
5064
5066
  focused?: boolean | undefined;
5065
- errorMessages?: string | readonly string[] | undefined;
5067
+ errorMessages?: string | readonly string[] | null | undefined;
5066
5068
  maxErrors?: string | number | undefined;
5067
5069
  rules?: readonly ValidationRule[] | undefined;
5068
5070
  centerAffix?: boolean | undefined;
@@ -5101,7 +5103,7 @@ declare const VAutocomplete: {
5101
5103
  ref_for?: boolean | undefined;
5102
5104
  ref_key?: string | undefined;
5103
5105
  theme?: string | undefined;
5104
- counter?: string | number | true | undefined;
5106
+ counter?: string | number | boolean | undefined;
5105
5107
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
5106
5108
  [key: string]: any;
5107
5109
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -5374,7 +5376,7 @@ declare const VAutocomplete: {
5374
5376
  valueComparator: typeof deepEqual;
5375
5377
  clearIcon: IconValue;
5376
5378
  focused: boolean;
5377
- errorMessages: string | readonly string[];
5379
+ errorMessages: string | readonly string[] | null;
5378
5380
  maxErrors: string | number;
5379
5381
  rules: readonly ValidationRule[];
5380
5382
  persistentHint: boolean;
@@ -5409,7 +5411,7 @@ declare const VAutocomplete: {
5409
5411
  class?: any;
5410
5412
  placeholder?: string | undefined;
5411
5413
  theme?: string | undefined;
5412
- counter?: string | number | true | undefined;
5414
+ counter?: string | number | boolean | undefined;
5413
5415
  rounded?: string | number | boolean | undefined;
5414
5416
  bgColor?: string | undefined;
5415
5417
  prependIcon?: IconValue | undefined;
@@ -5582,7 +5584,7 @@ declare const VAutocomplete: {
5582
5584
  valueComparator: typeof deepEqual;
5583
5585
  clearIcon: IconValue;
5584
5586
  focused: boolean;
5585
- errorMessages: string | readonly string[];
5587
+ errorMessages: string | readonly string[] | null;
5586
5588
  maxErrors: string | number;
5587
5589
  rules: readonly ValidationRule[];
5588
5590
  centerAffix: boolean;
@@ -5711,7 +5713,7 @@ declare const VAutocomplete: {
5711
5713
  valueComparator: typeof deepEqual;
5712
5714
  clearIcon: IconValue;
5713
5715
  focused: boolean;
5714
- errorMessages: string | readonly string[];
5716
+ errorMessages: string | readonly string[] | null;
5715
5717
  maxErrors: string | number;
5716
5718
  rules: readonly ValidationRule[];
5717
5719
  persistentHint: boolean;
@@ -5746,7 +5748,7 @@ declare const VAutocomplete: {
5746
5748
  class?: any;
5747
5749
  placeholder?: string | undefined;
5748
5750
  theme?: string | undefined;
5749
- counter?: string | number | true | undefined;
5751
+ counter?: string | number | boolean | undefined;
5750
5752
  rounded?: string | number | boolean | undefined;
5751
5753
  bgColor?: string | undefined;
5752
5754
  prependIcon?: IconValue | undefined;
@@ -5917,7 +5919,7 @@ declare const VAutocomplete: {
5917
5919
  valueComparator: typeof deepEqual;
5918
5920
  clearIcon: IconValue;
5919
5921
  focused: boolean;
5920
- errorMessages: string | readonly string[];
5922
+ errorMessages: string | readonly string[] | null;
5921
5923
  maxErrors: string | number;
5922
5924
  rules: readonly ValidationRule[];
5923
5925
  persistentHint: boolean;
@@ -5952,7 +5954,7 @@ declare const VAutocomplete: {
5952
5954
  class?: any;
5953
5955
  placeholder?: string | undefined;
5954
5956
  theme?: string | undefined;
5955
- counter?: string | number | true | undefined;
5957
+ counter?: string | number | boolean | undefined;
5956
5958
  rounded?: string | number | boolean | undefined;
5957
5959
  bgColor?: string | undefined;
5958
5960
  prependIcon?: IconValue | undefined;
@@ -6125,7 +6127,7 @@ declare const VAutocomplete: {
6125
6127
  valueComparator: typeof deepEqual;
6126
6128
  clearIcon: IconValue;
6127
6129
  focused: boolean;
6128
- errorMessages: string | readonly string[];
6130
+ errorMessages: string | readonly string[] | null;
6129
6131
  maxErrors: string | number;
6130
6132
  rules: readonly ValidationRule[];
6131
6133
  centerAffix: boolean;
@@ -6312,7 +6314,7 @@ declare const VAutocomplete: {
6312
6314
  class: PropType<any>;
6313
6315
  placeholder: StringConstructor;
6314
6316
  theme: StringConstructor;
6315
- counter: PropType<string | number | true>;
6317
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
6316
6318
  messages: {
6317
6319
  type: PropType<string | readonly string[]>;
6318
6320
  default: () => never[];
@@ -6352,7 +6354,7 @@ declare const VAutocomplete: {
6352
6354
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
6353
6355
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
6354
6356
  errorMessages: {
6355
- type: PropType<string | readonly string[]>;
6357
+ type: PropType<string | readonly string[] | null>;
6356
6358
  default: () => never[];
6357
6359
  };
6358
6360
  maxErrors: {
@@ -6617,7 +6619,7 @@ declare const VAutocomplete: {
6617
6619
  class: PropType<any>;
6618
6620
  placeholder: StringConstructor;
6619
6621
  theme: StringConstructor;
6620
- counter: PropType<string | number | true>;
6622
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
6621
6623
  messages: {
6622
6624
  type: PropType<string | readonly string[]>;
6623
6625
  default: () => never[];
@@ -6657,7 +6659,7 @@ declare const VAutocomplete: {
6657
6659
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
6658
6660
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
6659
6661
  errorMessages: {
6660
- type: PropType<string | readonly string[]>;
6662
+ type: PropType<string | readonly string[] | null>;
6661
6663
  default: () => never[];
6662
6664
  };
6663
6665
  maxErrors: {
@@ -14779,7 +14781,7 @@ declare const VCheckbox: {
14779
14781
  valueComparator?: typeof deepEqual | undefined;
14780
14782
  indeterminateIcon?: IconValue | undefined;
14781
14783
  focused?: boolean | undefined;
14782
- errorMessages?: string | readonly string[] | undefined;
14784
+ errorMessages?: string | readonly string[] | null | undefined;
14783
14785
  maxErrors?: string | number | undefined;
14784
14786
  rules?: readonly ValidationRule[] | undefined;
14785
14787
  centerAffix?: boolean | undefined;
@@ -14950,7 +14952,7 @@ declare const VCheckbox: {
14950
14952
  valueComparator: typeof deepEqual;
14951
14953
  indeterminateIcon: IconValue;
14952
14954
  focused: boolean;
14953
- errorMessages: string | readonly string[];
14955
+ errorMessages: string | readonly string[] | null;
14954
14956
  maxErrors: string | number;
14955
14957
  rules: readonly ValidationRule[];
14956
14958
  centerAffix: boolean;
@@ -15047,7 +15049,7 @@ declare const VCheckbox: {
15047
15049
  valueComparator: typeof deepEqual;
15048
15050
  indeterminateIcon: IconValue;
15049
15051
  focused: boolean;
15050
- errorMessages: string | readonly string[];
15052
+ errorMessages: string | readonly string[] | null;
15051
15053
  maxErrors: string | number;
15052
15054
  rules: readonly ValidationRule[];
15053
15055
  centerAffix: boolean;
@@ -15116,7 +15118,7 @@ declare const VCheckbox: {
15116
15118
  valueComparator: typeof deepEqual;
15117
15119
  indeterminateIcon: IconValue;
15118
15120
  focused: boolean;
15119
- errorMessages: string | readonly string[];
15121
+ errorMessages: string | readonly string[] | null;
15120
15122
  maxErrors: string | number;
15121
15123
  rules: readonly ValidationRule[];
15122
15124
  centerAffix: boolean;
@@ -15214,7 +15216,7 @@ declare const VCheckbox: {
15214
15216
  valueComparator: typeof deepEqual;
15215
15217
  indeterminateIcon: IconValue;
15216
15218
  focused: boolean;
15217
- errorMessages: string | readonly string[];
15219
+ errorMessages: string | readonly string[] | null;
15218
15220
  maxErrors: string | number;
15219
15221
  rules: readonly ValidationRule[];
15220
15222
  centerAffix: boolean;
@@ -15311,7 +15313,7 @@ declare const VCheckbox: {
15311
15313
  valueComparator: typeof deepEqual;
15312
15314
  indeterminateIcon: IconValue;
15313
15315
  focused: boolean;
15314
- errorMessages: string | readonly string[];
15316
+ errorMessages: string | readonly string[] | null;
15315
15317
  maxErrors: string | number;
15316
15318
  rules: readonly ValidationRule[];
15317
15319
  centerAffix: boolean;
@@ -15400,7 +15402,7 @@ declare const VCheckbox: {
15400
15402
  focused: BooleanConstructor;
15401
15403
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
15402
15404
  errorMessages: {
15403
- type: vue.PropType<string | readonly string[]>;
15405
+ type: vue.PropType<string | readonly string[] | null>;
15404
15406
  default: () => never[];
15405
15407
  };
15406
15408
  maxErrors: {
@@ -15489,7 +15491,7 @@ declare const VCheckbox: {
15489
15491
  focused: BooleanConstructor;
15490
15492
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
15491
15493
  errorMessages: {
15492
- type: vue.PropType<string | readonly string[]>;
15494
+ type: vue.PropType<string | readonly string[] | null>;
15493
15495
  default: () => never[];
15494
15496
  };
15495
15497
  maxErrors: {
@@ -18082,7 +18084,7 @@ declare const VCombobox: {
18082
18084
  valueComparator?: typeof deepEqual | undefined;
18083
18085
  clearIcon?: IconValue | undefined;
18084
18086
  focused?: boolean | undefined;
18085
- errorMessages?: string | readonly string[] | undefined;
18087
+ errorMessages?: string | readonly string[] | null | undefined;
18086
18088
  maxErrors?: string | number | undefined;
18087
18089
  rules?: readonly ValidationRule[] | undefined;
18088
18090
  centerAffix?: boolean | undefined;
@@ -18121,7 +18123,7 @@ declare const VCombobox: {
18121
18123
  ref_for?: boolean | undefined;
18122
18124
  ref_key?: string | undefined;
18123
18125
  theme?: string | undefined;
18124
- counter?: string | number | true | undefined;
18126
+ counter?: string | number | boolean | undefined;
18125
18127
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
18126
18128
  [key: string]: any;
18127
18129
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -18394,7 +18396,7 @@ declare const VCombobox: {
18394
18396
  valueComparator: typeof deepEqual;
18395
18397
  clearIcon: IconValue;
18396
18398
  focused: boolean;
18397
- errorMessages: string | readonly string[];
18399
+ errorMessages: string | readonly string[] | null;
18398
18400
  maxErrors: string | number;
18399
18401
  rules: readonly ValidationRule[];
18400
18402
  persistentHint: boolean;
@@ -18429,7 +18431,7 @@ declare const VCombobox: {
18429
18431
  delimiters?: readonly string[] | undefined;
18430
18432
  placeholder?: string | undefined;
18431
18433
  theme?: string | undefined;
18432
- counter?: string | number | true | undefined;
18434
+ counter?: string | number | boolean | undefined;
18433
18435
  rounded?: string | number | boolean | undefined;
18434
18436
  bgColor?: string | undefined;
18435
18437
  prependIcon?: IconValue | undefined;
@@ -18602,7 +18604,7 @@ declare const VCombobox: {
18602
18604
  valueComparator: typeof deepEqual;
18603
18605
  clearIcon: IconValue;
18604
18606
  focused: boolean;
18605
- errorMessages: string | readonly string[];
18607
+ errorMessages: string | readonly string[] | null;
18606
18608
  maxErrors: string | number;
18607
18609
  rules: readonly ValidationRule[];
18608
18610
  centerAffix: boolean;
@@ -18731,7 +18733,7 @@ declare const VCombobox: {
18731
18733
  valueComparator: typeof deepEqual;
18732
18734
  clearIcon: IconValue;
18733
18735
  focused: boolean;
18734
- errorMessages: string | readonly string[];
18736
+ errorMessages: string | readonly string[] | null;
18735
18737
  maxErrors: string | number;
18736
18738
  rules: readonly ValidationRule[];
18737
18739
  persistentHint: boolean;
@@ -18766,7 +18768,7 @@ declare const VCombobox: {
18766
18768
  delimiters?: readonly string[] | undefined;
18767
18769
  placeholder?: string | undefined;
18768
18770
  theme?: string | undefined;
18769
- counter?: string | number | true | undefined;
18771
+ counter?: string | number | boolean | undefined;
18770
18772
  rounded?: string | number | boolean | undefined;
18771
18773
  bgColor?: string | undefined;
18772
18774
  prependIcon?: IconValue | undefined;
@@ -18937,7 +18939,7 @@ declare const VCombobox: {
18937
18939
  valueComparator: typeof deepEqual;
18938
18940
  clearIcon: IconValue;
18939
18941
  focused: boolean;
18940
- errorMessages: string | readonly string[];
18942
+ errorMessages: string | readonly string[] | null;
18941
18943
  maxErrors: string | number;
18942
18944
  rules: readonly ValidationRule[];
18943
18945
  persistentHint: boolean;
@@ -18972,7 +18974,7 @@ declare const VCombobox: {
18972
18974
  delimiters?: readonly string[] | undefined;
18973
18975
  placeholder?: string | undefined;
18974
18976
  theme?: string | undefined;
18975
- counter?: string | number | true | undefined;
18977
+ counter?: string | number | boolean | undefined;
18976
18978
  rounded?: string | number | boolean | undefined;
18977
18979
  bgColor?: string | undefined;
18978
18980
  prependIcon?: IconValue | undefined;
@@ -19145,7 +19147,7 @@ declare const VCombobox: {
19145
19147
  valueComparator: typeof deepEqual;
19146
19148
  clearIcon: IconValue;
19147
19149
  focused: boolean;
19148
- errorMessages: string | readonly string[];
19150
+ errorMessages: string | readonly string[] | null;
19149
19151
  maxErrors: string | number;
19150
19152
  rules: readonly ValidationRule[];
19151
19153
  centerAffix: boolean;
@@ -19332,7 +19334,7 @@ declare const VCombobox: {
19332
19334
  class: PropType<any>;
19333
19335
  placeholder: StringConstructor;
19334
19336
  theme: StringConstructor;
19335
- counter: PropType<string | number | true>;
19337
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19336
19338
  messages: {
19337
19339
  type: PropType<string | readonly string[]>;
19338
19340
  default: () => never[];
@@ -19372,7 +19374,7 @@ declare const VCombobox: {
19372
19374
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
19373
19375
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
19374
19376
  errorMessages: {
19375
- type: PropType<string | readonly string[]>;
19377
+ type: PropType<string | readonly string[] | null>;
19376
19378
  default: () => never[];
19377
19379
  };
19378
19380
  maxErrors: {
@@ -19643,7 +19645,7 @@ declare const VCombobox: {
19643
19645
  class: PropType<any>;
19644
19646
  placeholder: StringConstructor;
19645
19647
  theme: StringConstructor;
19646
- counter: PropType<string | number | true>;
19648
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19647
19649
  messages: {
19648
19650
  type: PropType<string | readonly string[]>;
19649
19651
  default: () => never[];
@@ -19683,7 +19685,7 @@ declare const VCombobox: {
19683
19685
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
19684
19686
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
19685
19687
  errorMessages: {
19686
- type: PropType<string | readonly string[]>;
19688
+ type: PropType<string | readonly string[] | null>;
19687
19689
  default: () => never[];
19688
19690
  };
19689
19691
  maxErrors: {
@@ -23666,7 +23668,7 @@ declare const VFileInput: {
23666
23668
  prependIcon?: NonNullable<IconValue> | undefined;
23667
23669
  clearIcon?: IconValue | undefined;
23668
23670
  focused?: boolean | undefined;
23669
- errorMessages?: string | readonly string[] | undefined;
23671
+ errorMessages?: string | readonly string[] | null | undefined;
23670
23672
  maxErrors?: string | number | undefined;
23671
23673
  rules?: readonly ValidationRule[] | undefined;
23672
23674
  centerAffix?: boolean | undefined;
@@ -23881,7 +23883,7 @@ declare const VFileInput: {
23881
23883
  prependIcon: NonNullable<IconValue>;
23882
23884
  clearIcon: IconValue;
23883
23885
  focused: boolean;
23884
- errorMessages: string | readonly string[];
23886
+ errorMessages: string | readonly string[] | null;
23885
23887
  maxErrors: string | number;
23886
23888
  rules: readonly ValidationRule[];
23887
23889
  persistentHint: boolean;
@@ -23998,7 +24000,7 @@ declare const VFileInput: {
23998
24000
  messages?: string | readonly string[] | undefined;
23999
24001
  density?: Density | undefined;
24000
24002
  focused?: boolean | undefined;
24001
- errorMessages?: string | readonly string[] | undefined;
24003
+ errorMessages?: string | readonly string[] | null | undefined;
24002
24004
  maxErrors?: string | number | undefined;
24003
24005
  rules?: readonly ValidationRule[] | undefined;
24004
24006
  centerAffix?: boolean | undefined;
@@ -24116,7 +24118,7 @@ declare const VFileInput: {
24116
24118
  messages: string | readonly string[];
24117
24119
  density: Density;
24118
24120
  focused: boolean;
24119
- errorMessages: string | readonly string[];
24121
+ errorMessages: string | readonly string[] | null;
24120
24122
  maxErrors: string | number;
24121
24123
  rules: readonly ValidationRule[];
24122
24124
  centerAffix: boolean;
@@ -24174,7 +24176,7 @@ declare const VFileInput: {
24174
24176
  messages: string | readonly string[];
24175
24177
  density: Density;
24176
24178
  focused: boolean;
24177
- errorMessages: string | readonly string[];
24179
+ errorMessages: string | readonly string[] | null;
24178
24180
  maxErrors: string | number;
24179
24181
  rules: readonly ValidationRule[];
24180
24182
  centerAffix: boolean;
@@ -24224,7 +24226,7 @@ declare const VFileInput: {
24224
24226
  messages: string | readonly string[];
24225
24227
  density: Density;
24226
24228
  focused: boolean;
24227
- errorMessages: string | readonly string[];
24229
+ errorMessages: string | readonly string[] | null;
24228
24230
  maxErrors: string | number;
24229
24231
  rules: readonly ValidationRule[];
24230
24232
  centerAffix: boolean;
@@ -24295,7 +24297,7 @@ declare const VFileInput: {
24295
24297
  prependIcon: NonNullable<IconValue>;
24296
24298
  clearIcon: IconValue;
24297
24299
  focused: boolean;
24298
- errorMessages: string | readonly string[];
24300
+ errorMessages: string | readonly string[] | null;
24299
24301
  maxErrors: string | number;
24300
24302
  rules: readonly ValidationRule[];
24301
24303
  centerAffix: boolean;
@@ -24390,7 +24392,7 @@ declare const VFileInput: {
24390
24392
  prependIcon: NonNullable<IconValue>;
24391
24393
  clearIcon: IconValue;
24392
24394
  focused: boolean;
24393
- errorMessages: string | readonly string[];
24395
+ errorMessages: string | readonly string[] | null;
24394
24396
  maxErrors: string | number;
24395
24397
  rules: readonly ValidationRule[];
24396
24398
  persistentHint: boolean;
@@ -24507,7 +24509,7 @@ declare const VFileInput: {
24507
24509
  messages?: string | readonly string[] | undefined;
24508
24510
  density?: Density | undefined;
24509
24511
  focused?: boolean | undefined;
24510
- errorMessages?: string | readonly string[] | undefined;
24512
+ errorMessages?: string | readonly string[] | null | undefined;
24511
24513
  maxErrors?: string | number | undefined;
24512
24514
  rules?: readonly ValidationRule[] | undefined;
24513
24515
  centerAffix?: boolean | undefined;
@@ -24625,7 +24627,7 @@ declare const VFileInput: {
24625
24627
  messages: string | readonly string[];
24626
24628
  density: Density;
24627
24629
  focused: boolean;
24628
- errorMessages: string | readonly string[];
24630
+ errorMessages: string | readonly string[] | null;
24629
24631
  maxErrors: string | number;
24630
24632
  rules: readonly ValidationRule[];
24631
24633
  centerAffix: boolean;
@@ -24683,7 +24685,7 @@ declare const VFileInput: {
24683
24685
  messages: string | readonly string[];
24684
24686
  density: Density;
24685
24687
  focused: boolean;
24686
- errorMessages: string | readonly string[];
24688
+ errorMessages: string | readonly string[] | null;
24687
24689
  maxErrors: string | number;
24688
24690
  rules: readonly ValidationRule[];
24689
24691
  centerAffix: boolean;
@@ -24733,7 +24735,7 @@ declare const VFileInput: {
24733
24735
  messages: string | readonly string[];
24734
24736
  density: Density;
24735
24737
  focused: boolean;
24736
- errorMessages: string | readonly string[];
24738
+ errorMessages: string | readonly string[] | null;
24737
24739
  maxErrors: string | number;
24738
24740
  rules: readonly ValidationRule[];
24739
24741
  centerAffix: boolean;
@@ -24802,7 +24804,7 @@ declare const VFileInput: {
24802
24804
  prependIcon: NonNullable<IconValue>;
24803
24805
  clearIcon: IconValue;
24804
24806
  focused: boolean;
24805
- errorMessages: string | readonly string[];
24807
+ errorMessages: string | readonly string[] | null;
24806
24808
  maxErrors: string | number;
24807
24809
  rules: readonly ValidationRule[];
24808
24810
  persistentHint: boolean;
@@ -24919,7 +24921,7 @@ declare const VFileInput: {
24919
24921
  messages?: string | readonly string[] | undefined;
24920
24922
  density?: Density | undefined;
24921
24923
  focused?: boolean | undefined;
24922
- errorMessages?: string | readonly string[] | undefined;
24924
+ errorMessages?: string | readonly string[] | null | undefined;
24923
24925
  maxErrors?: string | number | undefined;
24924
24926
  rules?: readonly ValidationRule[] | undefined;
24925
24927
  centerAffix?: boolean | undefined;
@@ -25037,7 +25039,7 @@ declare const VFileInput: {
25037
25039
  messages: string | readonly string[];
25038
25040
  density: Density;
25039
25041
  focused: boolean;
25040
- errorMessages: string | readonly string[];
25042
+ errorMessages: string | readonly string[] | null;
25041
25043
  maxErrors: string | number;
25042
25044
  rules: readonly ValidationRule[];
25043
25045
  centerAffix: boolean;
@@ -25095,7 +25097,7 @@ declare const VFileInput: {
25095
25097
  messages: string | readonly string[];
25096
25098
  density: Density;
25097
25099
  focused: boolean;
25098
- errorMessages: string | readonly string[];
25100
+ errorMessages: string | readonly string[] | null;
25099
25101
  maxErrors: string | number;
25100
25102
  rules: readonly ValidationRule[];
25101
25103
  centerAffix: boolean;
@@ -25145,7 +25147,7 @@ declare const VFileInput: {
25145
25147
  messages: string | readonly string[];
25146
25148
  density: Density;
25147
25149
  focused: boolean;
25148
- errorMessages: string | readonly string[];
25150
+ errorMessages: string | readonly string[] | null;
25149
25151
  maxErrors: string | number;
25150
25152
  rules: readonly ValidationRule[];
25151
25153
  centerAffix: boolean;
@@ -25216,7 +25218,7 @@ declare const VFileInput: {
25216
25218
  prependIcon: NonNullable<IconValue>;
25217
25219
  clearIcon: IconValue;
25218
25220
  focused: boolean;
25219
- errorMessages: string | readonly string[];
25221
+ errorMessages: string | readonly string[] | null;
25220
25222
  maxErrors: string | number;
25221
25223
  rules: readonly ValidationRule[];
25222
25224
  centerAffix: boolean;
@@ -25330,7 +25332,7 @@ declare const VFileInput: {
25330
25332
  focused: BooleanConstructor;
25331
25333
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
25332
25334
  errorMessages: {
25333
- type: PropType<string | readonly string[]>;
25335
+ type: PropType<string | readonly string[] | null>;
25334
25336
  default: () => never[];
25335
25337
  };
25336
25338
  maxErrors: {
@@ -25446,7 +25448,7 @@ declare const VFileInput: {
25446
25448
  focused: BooleanConstructor;
25447
25449
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
25448
25450
  errorMessages: {
25449
- type: PropType<string | readonly string[]>;
25451
+ type: PropType<string | readonly string[] | null>;
25450
25452
  default: () => never[];
25451
25453
  };
25452
25454
  maxErrors: {
@@ -38346,7 +38348,7 @@ declare const VRadioGroup: {
38346
38348
  trueIcon?: IconValue | undefined;
38347
38349
  valueComparator?: typeof deepEqual | undefined;
38348
38350
  focused?: boolean | undefined;
38349
- errorMessages?: string | readonly string[] | undefined;
38351
+ errorMessages?: string | readonly string[] | null | undefined;
38350
38352
  maxErrors?: string | number | undefined;
38351
38353
  rules?: readonly ValidationRule[] | undefined;
38352
38354
  centerAffix?: boolean | undefined;
@@ -38492,7 +38494,7 @@ declare const VRadioGroup: {
38492
38494
  trueIcon: IconValue;
38493
38495
  valueComparator: typeof deepEqual;
38494
38496
  focused: boolean;
38495
- errorMessages: string | readonly string[];
38497
+ errorMessages: string | readonly string[] | null;
38496
38498
  maxErrors: string | number;
38497
38499
  rules: readonly ValidationRule[];
38498
38500
  centerAffix: boolean;
@@ -38568,7 +38570,7 @@ declare const VRadioGroup: {
38568
38570
  trueIcon: IconValue;
38569
38571
  valueComparator: typeof deepEqual;
38570
38572
  focused: boolean;
38571
- errorMessages: string | readonly string[];
38573
+ errorMessages: string | readonly string[] | null;
38572
38574
  maxErrors: string | number;
38573
38575
  rules: readonly ValidationRule[];
38574
38576
  centerAffix: boolean;
@@ -38631,7 +38633,7 @@ declare const VRadioGroup: {
38631
38633
  trueIcon: IconValue;
38632
38634
  valueComparator: typeof deepEqual;
38633
38635
  focused: boolean;
38634
- errorMessages: string | readonly string[];
38636
+ errorMessages: string | readonly string[] | null;
38635
38637
  maxErrors: string | number;
38636
38638
  rules: readonly ValidationRule[];
38637
38639
  centerAffix: boolean;
@@ -38709,7 +38711,7 @@ declare const VRadioGroup: {
38709
38711
  trueIcon: IconValue;
38710
38712
  valueComparator: typeof deepEqual;
38711
38713
  focused: boolean;
38712
- errorMessages: string | readonly string[];
38714
+ errorMessages: string | readonly string[] | null;
38713
38715
  maxErrors: string | number;
38714
38716
  rules: readonly ValidationRule[];
38715
38717
  centerAffix: boolean;
@@ -38785,7 +38787,7 @@ declare const VRadioGroup: {
38785
38787
  trueIcon: IconValue;
38786
38788
  valueComparator: typeof deepEqual;
38787
38789
  focused: boolean;
38788
- errorMessages: string | readonly string[];
38790
+ errorMessages: string | readonly string[] | null;
38789
38791
  maxErrors: string | number;
38790
38792
  rules: readonly ValidationRule[];
38791
38793
  centerAffix: boolean;
@@ -38859,7 +38861,7 @@ declare const VRadioGroup: {
38859
38861
  focused: BooleanConstructor;
38860
38862
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
38861
38863
  errorMessages: {
38862
- type: vue.PropType<string | readonly string[]>;
38864
+ type: vue.PropType<string | readonly string[] | null>;
38863
38865
  default: () => never[];
38864
38866
  };
38865
38867
  maxErrors: {
@@ -38944,7 +38946,7 @@ declare const VRadioGroup: {
38944
38946
  focused: BooleanConstructor;
38945
38947
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
38946
38948
  errorMessages: {
38947
- type: vue.PropType<string | readonly string[]>;
38949
+ type: vue.PropType<string | readonly string[] | null>;
38948
38950
  default: () => never[];
38949
38951
  };
38950
38952
  maxErrors: {
@@ -39012,7 +39014,7 @@ declare const VRangeSlider: {
39012
39014
  density?: Density | undefined;
39013
39015
  modelValue?: readonly (string | number)[] | undefined;
39014
39016
  focused?: boolean | undefined;
39015
- errorMessages?: string | readonly string[] | undefined;
39017
+ errorMessages?: string | readonly string[] | null | undefined;
39016
39018
  maxErrors?: string | number | undefined;
39017
39019
  rules?: readonly ValidationRule[] | undefined;
39018
39020
  centerAffix?: boolean | undefined;
@@ -39186,7 +39188,7 @@ declare const VRangeSlider: {
39186
39188
  density: Density;
39187
39189
  modelValue: readonly (string | number)[];
39188
39190
  focused: boolean;
39189
- errorMessages: string | readonly string[];
39191
+ errorMessages: string | readonly string[] | null;
39190
39192
  maxErrors: string | number;
39191
39193
  rules: readonly ValidationRule[];
39192
39194
  centerAffix: boolean;
@@ -39288,7 +39290,7 @@ declare const VRangeSlider: {
39288
39290
  density: Density;
39289
39291
  modelValue: readonly (string | number)[];
39290
39292
  focused: boolean;
39291
- errorMessages: string | readonly string[];
39293
+ errorMessages: string | readonly string[] | null;
39292
39294
  maxErrors: string | number;
39293
39295
  rules: readonly ValidationRule[];
39294
39296
  centerAffix: boolean;
@@ -39364,7 +39366,7 @@ declare const VRangeSlider: {
39364
39366
  density: Density;
39365
39367
  modelValue: readonly (string | number)[];
39366
39368
  focused: boolean;
39367
- errorMessages: string | readonly string[];
39369
+ errorMessages: string | readonly string[] | null;
39368
39370
  maxErrors: string | number;
39369
39371
  rules: readonly ValidationRule[];
39370
39372
  centerAffix: boolean;
@@ -39464,7 +39466,7 @@ declare const VRangeSlider: {
39464
39466
  density: Density;
39465
39467
  modelValue: readonly (string | number)[];
39466
39468
  focused: boolean;
39467
- errorMessages: string | readonly string[];
39469
+ errorMessages: string | readonly string[] | null;
39468
39470
  maxErrors: string | number;
39469
39471
  rules: readonly ValidationRule[];
39470
39472
  centerAffix: boolean;
@@ -39566,7 +39568,7 @@ declare const VRangeSlider: {
39566
39568
  density: Density;
39567
39569
  modelValue: readonly (string | number)[];
39568
39570
  focused: boolean;
39569
- errorMessages: string | readonly string[];
39571
+ errorMessages: string | readonly string[] | null;
39570
39572
  maxErrors: string | number;
39571
39573
  rules: readonly ValidationRule[];
39572
39574
  centerAffix: boolean;
@@ -39682,7 +39684,7 @@ declare const VRangeSlider: {
39682
39684
  focused: BooleanConstructor;
39683
39685
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
39684
39686
  errorMessages: {
39685
- type: PropType<string | readonly string[]>;
39687
+ type: PropType<string | readonly string[] | null>;
39686
39688
  default: () => never[];
39687
39689
  };
39688
39690
  maxErrors: {
@@ -39799,7 +39801,7 @@ declare const VRangeSlider: {
39799
39801
  focused: BooleanConstructor;
39800
39802
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
39801
39803
  errorMessages: {
39802
- type: PropType<string | readonly string[]>;
39804
+ type: PropType<string | readonly string[] | null>;
39803
39805
  default: () => never[];
39804
39806
  };
39805
39807
  maxErrors: {
@@ -40533,7 +40535,7 @@ declare const VSelect: {
40533
40535
  valueComparator?: typeof deepEqual | undefined;
40534
40536
  clearIcon?: IconValue | undefined;
40535
40537
  focused?: boolean | undefined;
40536
- errorMessages?: string | readonly string[] | undefined;
40538
+ errorMessages?: string | readonly string[] | null | undefined;
40537
40539
  maxErrors?: string | number | undefined;
40538
40540
  rules?: readonly ValidationRule[] | undefined;
40539
40541
  centerAffix?: boolean | undefined;
@@ -40568,7 +40570,7 @@ declare const VSelect: {
40568
40570
  ref_for?: boolean | undefined;
40569
40571
  ref_key?: string | undefined;
40570
40572
  theme?: string | undefined;
40571
- counter?: string | number | true | undefined;
40573
+ counter?: string | number | boolean | undefined;
40572
40574
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
40573
40575
  [key: string]: any;
40574
40576
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -40839,7 +40841,7 @@ declare const VSelect: {
40839
40841
  valueComparator: typeof deepEqual;
40840
40842
  clearIcon: IconValue;
40841
40843
  focused: boolean;
40842
- errorMessages: string | readonly string[];
40844
+ errorMessages: string | readonly string[] | null;
40843
40845
  maxErrors: string | number;
40844
40846
  rules: readonly ValidationRule[];
40845
40847
  persistentHint: boolean;
@@ -40870,7 +40872,7 @@ declare const VSelect: {
40870
40872
  class?: any;
40871
40873
  placeholder?: string | undefined;
40872
40874
  theme?: string | undefined;
40873
- counter?: string | number | true | undefined;
40875
+ counter?: string | number | boolean | undefined;
40874
40876
  rounded?: string | number | boolean | undefined;
40875
40877
  bgColor?: string | undefined;
40876
40878
  prependIcon?: IconValue | undefined;
@@ -41040,7 +41042,7 @@ declare const VSelect: {
41040
41042
  valueComparator: typeof deepEqual;
41041
41043
  clearIcon: IconValue;
41042
41044
  focused: boolean;
41043
- errorMessages: string | readonly string[];
41045
+ errorMessages: string | readonly string[] | null;
41044
41046
  maxErrors: string | number;
41045
41047
  rules: readonly ValidationRule[];
41046
41048
  centerAffix: boolean;
@@ -41168,7 +41170,7 @@ declare const VSelect: {
41168
41170
  valueComparator: typeof deepEqual;
41169
41171
  clearIcon: IconValue;
41170
41172
  focused: boolean;
41171
- errorMessages: string | readonly string[];
41173
+ errorMessages: string | readonly string[] | null;
41172
41174
  maxErrors: string | number;
41173
41175
  rules: readonly ValidationRule[];
41174
41176
  persistentHint: boolean;
@@ -41199,7 +41201,7 @@ declare const VSelect: {
41199
41201
  class?: any;
41200
41202
  placeholder?: string | undefined;
41201
41203
  theme?: string | undefined;
41202
- counter?: string | number | true | undefined;
41204
+ counter?: string | number | boolean | undefined;
41203
41205
  rounded?: string | number | boolean | undefined;
41204
41206
  bgColor?: string | undefined;
41205
41207
  prependIcon?: IconValue | undefined;
@@ -41368,7 +41370,7 @@ declare const VSelect: {
41368
41370
  valueComparator: typeof deepEqual;
41369
41371
  clearIcon: IconValue;
41370
41372
  focused: boolean;
41371
- errorMessages: string | readonly string[];
41373
+ errorMessages: string | readonly string[] | null;
41372
41374
  maxErrors: string | number;
41373
41375
  rules: readonly ValidationRule[];
41374
41376
  persistentHint: boolean;
@@ -41399,7 +41401,7 @@ declare const VSelect: {
41399
41401
  class?: any;
41400
41402
  placeholder?: string | undefined;
41401
41403
  theme?: string | undefined;
41402
- counter?: string | number | true | undefined;
41404
+ counter?: string | number | boolean | undefined;
41403
41405
  rounded?: string | number | boolean | undefined;
41404
41406
  bgColor?: string | undefined;
41405
41407
  prependIcon?: IconValue | undefined;
@@ -41569,7 +41571,7 @@ declare const VSelect: {
41569
41571
  valueComparator: typeof deepEqual;
41570
41572
  clearIcon: IconValue;
41571
41573
  focused: boolean;
41572
- errorMessages: string | readonly string[];
41574
+ errorMessages: string | readonly string[] | null;
41573
41575
  maxErrors: string | number;
41574
41576
  rules: readonly ValidationRule[];
41575
41577
  centerAffix: boolean;
@@ -41757,7 +41759,7 @@ declare const VSelect: {
41757
41759
  class: PropType<any>;
41758
41760
  placeholder: StringConstructor;
41759
41761
  theme: StringConstructor;
41760
- counter: PropType<string | number | true>;
41762
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
41761
41763
  messages: {
41762
41764
  type: PropType<string | readonly string[]>;
41763
41765
  default: () => never[];
@@ -41797,7 +41799,7 @@ declare const VSelect: {
41797
41799
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
41798
41800
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
41799
41801
  errorMessages: {
41800
- type: PropType<string | readonly string[]>;
41802
+ type: PropType<string | readonly string[] | null>;
41801
41803
  default: () => never[];
41802
41804
  };
41803
41805
  maxErrors: {
@@ -42051,7 +42053,7 @@ declare const VSelect: {
42051
42053
  class: PropType<any>;
42052
42054
  placeholder: StringConstructor;
42053
42055
  theme: StringConstructor;
42054
- counter: PropType<string | number | true>;
42056
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
42055
42057
  messages: {
42056
42058
  type: PropType<string | readonly string[]>;
42057
42059
  default: () => never[];
@@ -42091,7 +42093,7 @@ declare const VSelect: {
42091
42093
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
42092
42094
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
42093
42095
  errorMessages: {
42094
- type: PropType<string | readonly string[]>;
42096
+ type: PropType<string | readonly string[] | null>;
42095
42097
  default: () => never[];
42096
42098
  };
42097
42099
  maxErrors: {
@@ -43256,7 +43258,7 @@ declare const VSlider: {
43256
43258
  density?: Density | undefined;
43257
43259
  modelValue?: string | number | undefined;
43258
43260
  focused?: boolean | undefined;
43259
- errorMessages?: string | readonly string[] | undefined;
43261
+ errorMessages?: string | readonly string[] | null | undefined;
43260
43262
  maxErrors?: string | number | undefined;
43261
43263
  rules?: readonly ValidationRule[] | undefined;
43262
43264
  centerAffix?: boolean | undefined;
@@ -43429,7 +43431,7 @@ declare const VSlider: {
43429
43431
  density: Density;
43430
43432
  modelValue: string | number;
43431
43433
  focused: boolean;
43432
- errorMessages: string | readonly string[];
43434
+ errorMessages: string | readonly string[] | null;
43433
43435
  maxErrors: string | number;
43434
43436
  rules: readonly ValidationRule[];
43435
43437
  centerAffix: boolean;
@@ -43530,7 +43532,7 @@ declare const VSlider: {
43530
43532
  density: Density;
43531
43533
  modelValue: string | number;
43532
43534
  focused: boolean;
43533
- errorMessages: string | readonly string[];
43535
+ errorMessages: string | readonly string[] | null;
43534
43536
  maxErrors: string | number;
43535
43537
  rules: readonly ValidationRule[];
43536
43538
  centerAffix: boolean;
@@ -43605,7 +43607,7 @@ declare const VSlider: {
43605
43607
  density: Density;
43606
43608
  modelValue: string | number;
43607
43609
  focused: boolean;
43608
- errorMessages: string | readonly string[];
43610
+ errorMessages: string | readonly string[] | null;
43609
43611
  maxErrors: string | number;
43610
43612
  rules: readonly ValidationRule[];
43611
43613
  centerAffix: boolean;
@@ -43704,7 +43706,7 @@ declare const VSlider: {
43704
43706
  density: Density;
43705
43707
  modelValue: string | number;
43706
43708
  focused: boolean;
43707
- errorMessages: string | readonly string[];
43709
+ errorMessages: string | readonly string[] | null;
43708
43710
  maxErrors: string | number;
43709
43711
  rules: readonly ValidationRule[];
43710
43712
  centerAffix: boolean;
@@ -43805,7 +43807,7 @@ declare const VSlider: {
43805
43807
  density: Density;
43806
43808
  modelValue: string | number;
43807
43809
  focused: boolean;
43808
- errorMessages: string | readonly string[];
43810
+ errorMessages: string | readonly string[] | null;
43809
43811
  maxErrors: string | number;
43810
43812
  rules: readonly ValidationRule[];
43811
43813
  centerAffix: boolean;
@@ -43858,7 +43860,7 @@ declare const VSlider: {
43858
43860
  };
43859
43861
  error: BooleanConstructor;
43860
43862
  errorMessages: {
43861
- type: vue.PropType<string | readonly string[]>;
43863
+ type: vue.PropType<string | readonly string[] | null>;
43862
43864
  default: () => never[];
43863
43865
  };
43864
43866
  maxErrors: {
@@ -43974,7 +43976,7 @@ declare const VSlider: {
43974
43976
  };
43975
43977
  error: BooleanConstructor;
43976
43978
  errorMessages: {
43977
- type: vue.PropType<string | readonly string[]>;
43979
+ type: vue.PropType<string | readonly string[] | null>;
43978
43980
  default: () => never[];
43979
43981
  };
43980
43982
  maxErrors: {
@@ -45865,7 +45867,7 @@ declare const VSwitch: {
45865
45867
  ripple?: boolean | undefined;
45866
45868
  valueComparator?: typeof deepEqual | undefined;
45867
45869
  focused?: boolean | undefined;
45868
- errorMessages?: string | readonly string[] | undefined;
45870
+ errorMessages?: string | readonly string[] | null | undefined;
45869
45871
  maxErrors?: string | number | undefined;
45870
45872
  rules?: readonly ValidationRule[] | undefined;
45871
45873
  centerAffix?: boolean | undefined;
@@ -46046,7 +46048,7 @@ declare const VSwitch: {
46046
46048
  ripple: boolean;
46047
46049
  valueComparator: typeof deepEqual;
46048
46050
  focused: boolean;
46049
- errorMessages: string | readonly string[];
46051
+ errorMessages: string | readonly string[] | null;
46050
46052
  maxErrors: string | number;
46051
46053
  rules: readonly ValidationRule[];
46052
46054
  centerAffix: boolean;
@@ -46151,7 +46153,7 @@ declare const VSwitch: {
46151
46153
  ripple: boolean;
46152
46154
  valueComparator: typeof deepEqual;
46153
46155
  focused: boolean;
46154
- errorMessages: string | readonly string[];
46156
+ errorMessages: string | readonly string[] | null;
46155
46157
  maxErrors: string | number;
46156
46158
  rules: readonly ValidationRule[];
46157
46159
  centerAffix: boolean;
@@ -46224,7 +46226,7 @@ declare const VSwitch: {
46224
46226
  ripple: boolean;
46225
46227
  valueComparator: typeof deepEqual;
46226
46228
  focused: boolean;
46227
- errorMessages: string | readonly string[];
46229
+ errorMessages: string | readonly string[] | null;
46228
46230
  maxErrors: string | number;
46229
46231
  rules: readonly ValidationRule[];
46230
46232
  centerAffix: boolean;
@@ -46329,7 +46331,7 @@ declare const VSwitch: {
46329
46331
  ripple: boolean;
46330
46332
  valueComparator: typeof deepEqual;
46331
46333
  focused: boolean;
46332
- errorMessages: string | readonly string[];
46334
+ errorMessages: string | readonly string[] | null;
46333
46335
  maxErrors: string | number;
46334
46336
  rules: readonly ValidationRule[];
46335
46337
  centerAffix: boolean;
@@ -46434,7 +46436,7 @@ declare const VSwitch: {
46434
46436
  ripple: boolean;
46435
46437
  valueComparator: typeof deepEqual;
46436
46438
  focused: boolean;
46437
- errorMessages: string | readonly string[];
46439
+ errorMessages: string | readonly string[] | null;
46438
46440
  maxErrors: string | number;
46439
46441
  rules: readonly ValidationRule[];
46440
46442
  centerAffix: boolean;
@@ -46516,7 +46518,7 @@ declare const VSwitch: {
46516
46518
  focused: BooleanConstructor;
46517
46519
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
46518
46520
  errorMessages: {
46519
- type: vue.PropType<string | readonly string[]>;
46521
+ type: vue.PropType<string | readonly string[] | null>;
46520
46522
  default: () => never[];
46521
46523
  };
46522
46524
  maxErrors: {
@@ -46602,7 +46604,7 @@ declare const VSwitch: {
46602
46604
  focused: BooleanConstructor;
46603
46605
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
46604
46606
  errorMessages: {
46605
- type: vue.PropType<string | readonly string[]>;
46607
+ type: vue.PropType<string | readonly string[] | null>;
46606
46608
  default: () => never[];
46607
46609
  };
46608
46610
  maxErrors: {
@@ -48132,7 +48134,7 @@ declare const VTextarea: {
48132
48134
  variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
48133
48135
  clearIcon?: IconValue | undefined;
48134
48136
  focused?: boolean | undefined;
48135
- errorMessages?: string | readonly string[] | undefined;
48137
+ errorMessages?: string | readonly string[] | null | undefined;
48136
48138
  maxErrors?: string | number | undefined;
48137
48139
  rules?: readonly ValidationRule[] | undefined;
48138
48140
  centerAffix?: boolean | undefined;
@@ -48326,7 +48328,7 @@ declare const VTextarea: {
48326
48328
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48327
48329
  clearIcon: IconValue;
48328
48330
  focused: boolean;
48329
- errorMessages: string | readonly string[];
48331
+ errorMessages: string | readonly string[] | null;
48330
48332
  maxErrors: string | number;
48331
48333
  rules: readonly ValidationRule[];
48332
48334
  persistentHint: boolean;
@@ -48435,7 +48437,7 @@ declare const VTextarea: {
48435
48437
  messages?: string | readonly string[] | undefined;
48436
48438
  density?: Density | undefined;
48437
48439
  focused?: boolean | undefined;
48438
- errorMessages?: string | readonly string[] | undefined;
48440
+ errorMessages?: string | readonly string[] | null | undefined;
48439
48441
  maxErrors?: string | number | undefined;
48440
48442
  rules?: readonly ValidationRule[] | undefined;
48441
48443
  centerAffix?: boolean | undefined;
@@ -48553,7 +48555,7 @@ declare const VTextarea: {
48553
48555
  messages: string | readonly string[];
48554
48556
  density: Density;
48555
48557
  focused: boolean;
48556
- errorMessages: string | readonly string[];
48558
+ errorMessages: string | readonly string[] | null;
48557
48559
  maxErrors: string | number;
48558
48560
  rules: readonly ValidationRule[];
48559
48561
  centerAffix: boolean;
@@ -48611,7 +48613,7 @@ declare const VTextarea: {
48611
48613
  messages: string | readonly string[];
48612
48614
  density: Density;
48613
48615
  focused: boolean;
48614
- errorMessages: string | readonly string[];
48616
+ errorMessages: string | readonly string[] | null;
48615
48617
  maxErrors: string | number;
48616
48618
  rules: readonly ValidationRule[];
48617
48619
  centerAffix: boolean;
@@ -48661,7 +48663,7 @@ declare const VTextarea: {
48661
48663
  messages: string | readonly string[];
48662
48664
  density: Density;
48663
48665
  focused: boolean;
48664
- errorMessages: string | readonly string[];
48666
+ errorMessages: string | readonly string[] | null;
48665
48667
  maxErrors: string | number;
48666
48668
  rules: readonly ValidationRule[];
48667
48669
  centerAffix: boolean;
@@ -48729,7 +48731,7 @@ declare const VTextarea: {
48729
48731
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48730
48732
  clearIcon: IconValue;
48731
48733
  focused: boolean;
48732
- errorMessages: string | readonly string[];
48734
+ errorMessages: string | readonly string[] | null;
48733
48735
  maxErrors: string | number;
48734
48736
  rules: readonly ValidationRule[];
48735
48737
  centerAffix: boolean;
@@ -48812,7 +48814,7 @@ declare const VTextarea: {
48812
48814
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48813
48815
  clearIcon: IconValue;
48814
48816
  focused: boolean;
48815
- errorMessages: string | readonly string[];
48817
+ errorMessages: string | readonly string[] | null;
48816
48818
  maxErrors: string | number;
48817
48819
  rules: readonly ValidationRule[];
48818
48820
  persistentHint: boolean;
@@ -48921,7 +48923,7 @@ declare const VTextarea: {
48921
48923
  messages?: string | readonly string[] | undefined;
48922
48924
  density?: Density | undefined;
48923
48925
  focused?: boolean | undefined;
48924
- errorMessages?: string | readonly string[] | undefined;
48926
+ errorMessages?: string | readonly string[] | null | undefined;
48925
48927
  maxErrors?: string | number | undefined;
48926
48928
  rules?: readonly ValidationRule[] | undefined;
48927
48929
  centerAffix?: boolean | undefined;
@@ -49039,7 +49041,7 @@ declare const VTextarea: {
49039
49041
  messages: string | readonly string[];
49040
49042
  density: Density;
49041
49043
  focused: boolean;
49042
- errorMessages: string | readonly string[];
49044
+ errorMessages: string | readonly string[] | null;
49043
49045
  maxErrors: string | number;
49044
49046
  rules: readonly ValidationRule[];
49045
49047
  centerAffix: boolean;
@@ -49097,7 +49099,7 @@ declare const VTextarea: {
49097
49099
  messages: string | readonly string[];
49098
49100
  density: Density;
49099
49101
  focused: boolean;
49100
- errorMessages: string | readonly string[];
49102
+ errorMessages: string | readonly string[] | null;
49101
49103
  maxErrors: string | number;
49102
49104
  rules: readonly ValidationRule[];
49103
49105
  centerAffix: boolean;
@@ -49147,7 +49149,7 @@ declare const VTextarea: {
49147
49149
  messages: string | readonly string[];
49148
49150
  density: Density;
49149
49151
  focused: boolean;
49150
- errorMessages: string | readonly string[];
49152
+ errorMessages: string | readonly string[] | null;
49151
49153
  maxErrors: string | number;
49152
49154
  rules: readonly ValidationRule[];
49153
49155
  centerAffix: boolean;
@@ -49213,7 +49215,7 @@ declare const VTextarea: {
49213
49215
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
49214
49216
  clearIcon: IconValue;
49215
49217
  focused: boolean;
49216
- errorMessages: string | readonly string[];
49218
+ errorMessages: string | readonly string[] | null;
49217
49219
  maxErrors: string | number;
49218
49220
  rules: readonly ValidationRule[];
49219
49221
  persistentHint: boolean;
@@ -49322,7 +49324,7 @@ declare const VTextarea: {
49322
49324
  messages?: string | readonly string[] | undefined;
49323
49325
  density?: Density | undefined;
49324
49326
  focused?: boolean | undefined;
49325
- errorMessages?: string | readonly string[] | undefined;
49327
+ errorMessages?: string | readonly string[] | null | undefined;
49326
49328
  maxErrors?: string | number | undefined;
49327
49329
  rules?: readonly ValidationRule[] | undefined;
49328
49330
  centerAffix?: boolean | undefined;
@@ -49440,7 +49442,7 @@ declare const VTextarea: {
49440
49442
  messages: string | readonly string[];
49441
49443
  density: Density;
49442
49444
  focused: boolean;
49443
- errorMessages: string | readonly string[];
49445
+ errorMessages: string | readonly string[] | null;
49444
49446
  maxErrors: string | number;
49445
49447
  rules: readonly ValidationRule[];
49446
49448
  centerAffix: boolean;
@@ -49498,7 +49500,7 @@ declare const VTextarea: {
49498
49500
  messages: string | readonly string[];
49499
49501
  density: Density;
49500
49502
  focused: boolean;
49501
- errorMessages: string | readonly string[];
49503
+ errorMessages: string | readonly string[] | null;
49502
49504
  maxErrors: string | number;
49503
49505
  rules: readonly ValidationRule[];
49504
49506
  centerAffix: boolean;
@@ -49548,7 +49550,7 @@ declare const VTextarea: {
49548
49550
  messages: string | readonly string[];
49549
49551
  density: Density;
49550
49552
  focused: boolean;
49551
- errorMessages: string | readonly string[];
49553
+ errorMessages: string | readonly string[] | null;
49552
49554
  maxErrors: string | number;
49553
49555
  rules: readonly ValidationRule[];
49554
49556
  centerAffix: boolean;
@@ -49616,7 +49618,7 @@ declare const VTextarea: {
49616
49618
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
49617
49619
  clearIcon: IconValue;
49618
49620
  focused: boolean;
49619
- errorMessages: string | readonly string[];
49621
+ errorMessages: string | readonly string[] | null;
49620
49622
  maxErrors: string | number;
49621
49623
  rules: readonly ValidationRule[];
49622
49624
  centerAffix: boolean;
@@ -49713,7 +49715,7 @@ declare const VTextarea: {
49713
49715
  focused: BooleanConstructor;
49714
49716
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
49715
49717
  errorMessages: {
49716
- type: PropType<string | readonly string[]>;
49718
+ type: PropType<string | readonly string[] | null>;
49717
49719
  default: () => never[];
49718
49720
  };
49719
49721
  maxErrors: {
@@ -49823,7 +49825,7 @@ declare const VTextarea: {
49823
49825
  focused: BooleanConstructor;
49824
49826
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
49825
49827
  errorMessages: {
49826
- type: PropType<string | readonly string[]>;
49828
+ type: PropType<string | readonly string[] | null>;
49827
49829
  default: () => never[];
49828
49830
  };
49829
49831
  maxErrors: {
@@ -49908,7 +49910,7 @@ declare const VTextField: {
49908
49910
  variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
49909
49911
  clearIcon?: IconValue | undefined;
49910
49912
  focused?: boolean | undefined;
49911
- errorMessages?: string | readonly string[] | undefined;
49913
+ errorMessages?: string | readonly string[] | null | undefined;
49912
49914
  maxErrors?: string | number | undefined;
49913
49915
  rules?: readonly ValidationRule[] | undefined;
49914
49916
  centerAffix?: boolean | undefined;
@@ -49950,7 +49952,7 @@ declare const VTextField: {
49950
49952
  ref_key?: string | undefined;
49951
49953
  theme?: string | undefined;
49952
49954
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
49953
- counter?: string | number | true | undefined;
49955
+ counter?: string | number | boolean | undefined;
49954
49956
  'v-slots'?: {
49955
49957
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
49956
49958
  clear?: false | (() => vue.VNodeChild) | undefined;
@@ -50106,7 +50108,7 @@ declare const VTextField: {
50106
50108
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
50107
50109
  clearIcon: IconValue;
50108
50110
  focused: boolean;
50109
- errorMessages: string | readonly string[];
50111
+ errorMessages: string | readonly string[] | null;
50110
50112
  maxErrors: string | number;
50111
50113
  rules: readonly ValidationRule[];
50112
50114
  persistentHint: boolean;
@@ -50127,7 +50129,7 @@ declare const VTextField: {
50127
50129
  class?: any;
50128
50130
  placeholder?: string | undefined;
50129
50131
  theme?: string | undefined;
50130
- counter?: string | number | true | undefined;
50132
+ counter?: string | number | boolean | undefined;
50131
50133
  rounded?: string | number | boolean | undefined;
50132
50134
  modelValue?: any;
50133
50135
  bgColor?: string | undefined;
@@ -50215,7 +50217,7 @@ declare const VTextField: {
50215
50217
  messages?: string | readonly string[] | undefined;
50216
50218
  density?: Density | undefined;
50217
50219
  focused?: boolean | undefined;
50218
- errorMessages?: string | readonly string[] | undefined;
50220
+ errorMessages?: string | readonly string[] | null | undefined;
50219
50221
  maxErrors?: string | number | undefined;
50220
50222
  rules?: readonly ValidationRule[] | undefined;
50221
50223
  centerAffix?: boolean | undefined;
@@ -50333,7 +50335,7 @@ declare const VTextField: {
50333
50335
  messages: string | readonly string[];
50334
50336
  density: Density;
50335
50337
  focused: boolean;
50336
- errorMessages: string | readonly string[];
50338
+ errorMessages: string | readonly string[] | null;
50337
50339
  maxErrors: string | number;
50338
50340
  rules: readonly ValidationRule[];
50339
50341
  centerAffix: boolean;
@@ -50391,7 +50393,7 @@ declare const VTextField: {
50391
50393
  messages: string | readonly string[];
50392
50394
  density: Density;
50393
50395
  focused: boolean;
50394
- errorMessages: string | readonly string[];
50396
+ errorMessages: string | readonly string[] | null;
50395
50397
  maxErrors: string | number;
50396
50398
  rules: readonly ValidationRule[];
50397
50399
  centerAffix: boolean;
@@ -50441,7 +50443,7 @@ declare const VTextField: {
50441
50443
  messages: string | readonly string[];
50442
50444
  density: Density;
50443
50445
  focused: boolean;
50444
- errorMessages: string | readonly string[];
50446
+ errorMessages: string | readonly string[] | null;
50445
50447
  maxErrors: string | number;
50446
50448
  rules: readonly ValidationRule[];
50447
50449
  centerAffix: boolean;
@@ -50756,7 +50758,7 @@ declare const VTextField: {
50756
50758
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
50757
50759
  clearIcon: IconValue;
50758
50760
  focused: boolean;
50759
- errorMessages: string | readonly string[];
50761
+ errorMessages: string | readonly string[] | null;
50760
50762
  maxErrors: string | number;
50761
50763
  rules: readonly ValidationRule[];
50762
50764
  centerAffix: boolean;
@@ -50840,7 +50842,7 @@ declare const VTextField: {
50840
50842
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
50841
50843
  clearIcon: IconValue;
50842
50844
  focused: boolean;
50843
- errorMessages: string | readonly string[];
50845
+ errorMessages: string | readonly string[] | null;
50844
50846
  maxErrors: string | number;
50845
50847
  rules: readonly ValidationRule[];
50846
50848
  persistentHint: boolean;
@@ -50861,7 +50863,7 @@ declare const VTextField: {
50861
50863
  class?: any;
50862
50864
  placeholder?: string | undefined;
50863
50865
  theme?: string | undefined;
50864
- counter?: string | number | true | undefined;
50866
+ counter?: string | number | boolean | undefined;
50865
50867
  rounded?: string | number | boolean | undefined;
50866
50868
  modelValue?: any;
50867
50869
  bgColor?: string | undefined;
@@ -50949,7 +50951,7 @@ declare const VTextField: {
50949
50951
  messages?: string | readonly string[] | undefined;
50950
50952
  density?: Density | undefined;
50951
50953
  focused?: boolean | undefined;
50952
- errorMessages?: string | readonly string[] | undefined;
50954
+ errorMessages?: string | readonly string[] | null | undefined;
50953
50955
  maxErrors?: string | number | undefined;
50954
50956
  rules?: readonly ValidationRule[] | undefined;
50955
50957
  centerAffix?: boolean | undefined;
@@ -51067,7 +51069,7 @@ declare const VTextField: {
51067
51069
  messages: string | readonly string[];
51068
51070
  density: Density;
51069
51071
  focused: boolean;
51070
- errorMessages: string | readonly string[];
51072
+ errorMessages: string | readonly string[] | null;
51071
51073
  maxErrors: string | number;
51072
51074
  rules: readonly ValidationRule[];
51073
51075
  centerAffix: boolean;
@@ -51125,7 +51127,7 @@ declare const VTextField: {
51125
51127
  messages: string | readonly string[];
51126
51128
  density: Density;
51127
51129
  focused: boolean;
51128
- errorMessages: string | readonly string[];
51130
+ errorMessages: string | readonly string[] | null;
51129
51131
  maxErrors: string | number;
51130
51132
  rules: readonly ValidationRule[];
51131
51133
  centerAffix: boolean;
@@ -51175,7 +51177,7 @@ declare const VTextField: {
51175
51177
  messages: string | readonly string[];
51176
51178
  density: Density;
51177
51179
  focused: boolean;
51178
- errorMessages: string | readonly string[];
51180
+ errorMessages: string | readonly string[] | null;
51179
51181
  maxErrors: string | number;
51180
51182
  rules: readonly ValidationRule[];
51181
51183
  centerAffix: boolean;
@@ -51488,7 +51490,7 @@ declare const VTextField: {
51488
51490
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
51489
51491
  clearIcon: IconValue;
51490
51492
  focused: boolean;
51491
- errorMessages: string | readonly string[];
51493
+ errorMessages: string | readonly string[] | null;
51492
51494
  maxErrors: string | number;
51493
51495
  rules: readonly ValidationRule[];
51494
51496
  persistentHint: boolean;
@@ -51509,7 +51511,7 @@ declare const VTextField: {
51509
51511
  class?: any;
51510
51512
  placeholder?: string | undefined;
51511
51513
  theme?: string | undefined;
51512
- counter?: string | number | true | undefined;
51514
+ counter?: string | number | boolean | undefined;
51513
51515
  rounded?: string | number | boolean | undefined;
51514
51516
  modelValue?: any;
51515
51517
  bgColor?: string | undefined;
@@ -51597,7 +51599,7 @@ declare const VTextField: {
51597
51599
  messages?: string | readonly string[] | undefined;
51598
51600
  density?: Density | undefined;
51599
51601
  focused?: boolean | undefined;
51600
- errorMessages?: string | readonly string[] | undefined;
51602
+ errorMessages?: string | readonly string[] | null | undefined;
51601
51603
  maxErrors?: string | number | undefined;
51602
51604
  rules?: readonly ValidationRule[] | undefined;
51603
51605
  centerAffix?: boolean | undefined;
@@ -51715,7 +51717,7 @@ declare const VTextField: {
51715
51717
  messages: string | readonly string[];
51716
51718
  density: Density;
51717
51719
  focused: boolean;
51718
- errorMessages: string | readonly string[];
51720
+ errorMessages: string | readonly string[] | null;
51719
51721
  maxErrors: string | number;
51720
51722
  rules: readonly ValidationRule[];
51721
51723
  centerAffix: boolean;
@@ -51773,7 +51775,7 @@ declare const VTextField: {
51773
51775
  messages: string | readonly string[];
51774
51776
  density: Density;
51775
51777
  focused: boolean;
51776
- errorMessages: string | readonly string[];
51778
+ errorMessages: string | readonly string[] | null;
51777
51779
  maxErrors: string | number;
51778
51780
  rules: readonly ValidationRule[];
51779
51781
  centerAffix: boolean;
@@ -51823,7 +51825,7 @@ declare const VTextField: {
51823
51825
  messages: string | readonly string[];
51824
51826
  density: Density;
51825
51827
  focused: boolean;
51826
- errorMessages: string | readonly string[];
51828
+ errorMessages: string | readonly string[] | null;
51827
51829
  maxErrors: string | number;
51828
51830
  rules: readonly ValidationRule[];
51829
51831
  centerAffix: boolean;
@@ -52138,7 +52140,7 @@ declare const VTextField: {
52138
52140
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
52139
52141
  clearIcon: IconValue;
52140
52142
  focused: boolean;
52141
- errorMessages: string | readonly string[];
52143
+ errorMessages: string | readonly string[] | null;
52142
52144
  maxErrors: string | number;
52143
52145
  rules: readonly ValidationRule[];
52144
52146
  centerAffix: boolean;
@@ -52235,7 +52237,7 @@ declare const VTextField: {
52235
52237
  focused: BooleanConstructor;
52236
52238
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
52237
52239
  errorMessages: {
52238
- type: PropType<string | readonly string[]>;
52240
+ type: PropType<string | readonly string[] | null>;
52239
52241
  default: () => never[];
52240
52242
  };
52241
52243
  maxErrors: {
@@ -52277,7 +52279,7 @@ declare const VTextField: {
52277
52279
  'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52278
52280
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52279
52281
  autofocus: BooleanConstructor;
52280
- counter: PropType<string | number | true>;
52282
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
52281
52283
  counterValue: PropType<number | ((value: any) => number)>;
52282
52284
  prefix: StringConstructor;
52283
52285
  placeholder: StringConstructor;
@@ -52339,7 +52341,7 @@ declare const VTextField: {
52339
52341
  focused: BooleanConstructor;
52340
52342
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
52341
52343
  errorMessages: {
52342
- type: PropType<string | readonly string[]>;
52344
+ type: PropType<string | readonly string[] | null>;
52343
52345
  default: () => never[];
52344
52346
  };
52345
52347
  maxErrors: {
@@ -52381,7 +52383,7 @@ declare const VTextField: {
52381
52383
  'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52382
52384
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52383
52385
  autofocus: BooleanConstructor;
52384
- counter: PropType<string | number | true>;
52386
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
52385
52387
  counterValue: PropType<number | ((value: any) => number)>;
52386
52388
  prefix: StringConstructor;
52387
52389
  placeholder: StringConstructor;
@@ -55448,7 +55450,7 @@ declare const VValidation: {
55448
55450
  disabled?: boolean | null | undefined;
55449
55451
  readonly?: boolean | null | undefined;
55450
55452
  focused?: boolean | undefined;
55451
- errorMessages?: string | readonly string[] | undefined;
55453
+ errorMessages?: string | readonly string[] | null | undefined;
55452
55454
  maxErrors?: string | number | undefined;
55453
55455
  rules?: readonly ValidationRule[] | undefined;
55454
55456
  key?: string | number | symbol | undefined;
@@ -55600,7 +55602,7 @@ declare const VValidation: {
55600
55602
  disabled: boolean | null;
55601
55603
  readonly: boolean | null;
55602
55604
  focused: boolean;
55603
- errorMessages: string | readonly string[];
55605
+ errorMessages: string | readonly string[] | null;
55604
55606
  maxErrors: string | number;
55605
55607
  rules: readonly ValidationRule[];
55606
55608
  } & {
@@ -55686,7 +55688,7 @@ declare const VValidation: {
55686
55688
  disabled: boolean | null;
55687
55689
  readonly: boolean | null;
55688
55690
  focused: boolean;
55689
- errorMessages: string | readonly string[];
55691
+ errorMessages: string | readonly string[] | null;
55690
55692
  maxErrors: string | number;
55691
55693
  rules: readonly ValidationRule[];
55692
55694
  }, {}, string, vue.SlotsType<Partial<{
@@ -55732,7 +55734,7 @@ declare const VValidation: {
55732
55734
  disabled: boolean | null;
55733
55735
  readonly: boolean | null;
55734
55736
  focused: boolean;
55735
- errorMessages: string | readonly string[];
55737
+ errorMessages: string | readonly string[] | null;
55736
55738
  maxErrors: string | number;
55737
55739
  rules: readonly ValidationRule[];
55738
55740
  } & {
@@ -55820,7 +55822,7 @@ declare const VValidation: {
55820
55822
  disabled: boolean | null;
55821
55823
  readonly: boolean | null;
55822
55824
  focused: boolean;
55823
- errorMessages: string | readonly string[];
55825
+ errorMessages: string | readonly string[] | null;
55824
55826
  maxErrors: string | number;
55825
55827
  rules: readonly ValidationRule[];
55826
55828
  } & {
@@ -55906,7 +55908,7 @@ declare const VValidation: {
55906
55908
  disabled: boolean | null;
55907
55909
  readonly: boolean | null;
55908
55910
  focused: boolean;
55909
- errorMessages: string | readonly string[];
55911
+ errorMessages: string | readonly string[] | null;
55910
55912
  maxErrors: string | number;
55911
55913
  rules: readonly ValidationRule[];
55912
55914
  }, {}, string, vue.SlotsType<Partial<{
@@ -55936,7 +55938,7 @@ declare const VValidation: {
55936
55938
  };
55937
55939
  error: BooleanConstructor;
55938
55940
  errorMessages: {
55939
- type: vue.PropType<string | readonly string[]>;
55941
+ type: vue.PropType<string | readonly string[] | null>;
55940
55942
  default: () => never[];
55941
55943
  };
55942
55944
  maxErrors: {
@@ -55965,7 +55967,7 @@ declare const VValidation: {
55965
55967
  };
55966
55968
  error: BooleanConstructor;
55967
55969
  errorMessages: {
55968
- type: vue.PropType<string | readonly string[]>;
55970
+ type: vue.PropType<string | readonly string[] | null>;
55969
55971
  default: () => never[];
55970
55972
  };
55971
55973
  maxErrors: {
@@ -60678,8 +60680,8 @@ declare module '@vue/runtime-core' {
60678
60680
  VMenu: typeof import('vuetify/components')['VMenu']
60679
60681
  VMessages: typeof import('vuetify/components')['VMessages']
60680
60682
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
60681
- VPagination: typeof import('vuetify/components')['VPagination']
60682
60683
  VOverlay: typeof import('vuetify/components')['VOverlay']
60684
+ VPagination: typeof import('vuetify/components')['VPagination']
60683
60685
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
60684
60686
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
60685
60687
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
@@ -60743,6 +60745,7 @@ declare module '@vue/runtime-core' {
60743
60745
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
60744
60746
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
60745
60747
  VBottomSheet: typeof import('vuetify/labs/components')['VBottomSheet']
60748
+ VDataIterator: typeof import('vuetify/labs/components')['VDataIterator']
60746
60749
  VDataTable: typeof import('vuetify/labs/components')['VDataTable']
60747
60750
  VDataTableFooter: typeof import('vuetify/labs/components')['VDataTableFooter']
60748
60751
  VDataTableRows: typeof import('vuetify/labs/components')['VDataTableRows']
@@ -60766,6 +60769,5 @@ declare module '@vue/runtime-core' {
60766
60769
  VStepperItem: typeof import('vuetify/labs/components')['VStepperItem']
60767
60770
  VStepperWindow: typeof import('vuetify/labs/components')['VStepperWindow']
60768
60771
  VStepperWindowItem: typeof import('vuetify/labs/components')['VStepperWindowItem']
60769
- VDataIterator: typeof import('vuetify/labs/components')['VDataIterator']
60770
60772
  }
60771
60773
  }