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
@@ -4213,7 +4213,7 @@ declare const VInput: {
4213
4213
  messages?: string | readonly string[] | undefined;
4214
4214
  density?: Density | undefined;
4215
4215
  focused?: boolean | undefined;
4216
- errorMessages?: string | readonly string[] | undefined;
4216
+ errorMessages?: string | readonly string[] | null | undefined;
4217
4217
  maxErrors?: string | number | undefined;
4218
4218
  rules?: readonly ValidationRule[] | undefined;
4219
4219
  centerAffix?: boolean | undefined;
@@ -4331,7 +4331,7 @@ declare const VInput: {
4331
4331
  messages: string | readonly string[];
4332
4332
  density: Density;
4333
4333
  focused: boolean;
4334
- errorMessages: string | readonly string[];
4334
+ errorMessages: string | readonly string[] | null;
4335
4335
  maxErrors: string | number;
4336
4336
  rules: readonly ValidationRule[];
4337
4337
  centerAffix: boolean;
@@ -4389,7 +4389,7 @@ declare const VInput: {
4389
4389
  messages: string | readonly string[];
4390
4390
  density: Density;
4391
4391
  focused: boolean;
4392
- errorMessages: string | readonly string[];
4392
+ errorMessages: string | readonly string[] | null;
4393
4393
  maxErrors: string | number;
4394
4394
  rules: readonly ValidationRule[];
4395
4395
  centerAffix: boolean;
@@ -4439,7 +4439,7 @@ declare const VInput: {
4439
4439
  messages: string | readonly string[];
4440
4440
  density: Density;
4441
4441
  focused: boolean;
4442
- errorMessages: string | readonly string[];
4442
+ errorMessages: string | readonly string[] | null;
4443
4443
  maxErrors: string | number;
4444
4444
  rules: readonly ValidationRule[];
4445
4445
  centerAffix: boolean;
@@ -4499,7 +4499,7 @@ declare const VInput: {
4499
4499
  messages: string | readonly string[];
4500
4500
  density: Density;
4501
4501
  focused: boolean;
4502
- errorMessages: string | readonly string[];
4502
+ errorMessages: string | readonly string[] | null;
4503
4503
  maxErrors: string | number;
4504
4504
  rules: readonly ValidationRule[];
4505
4505
  centerAffix: boolean;
@@ -4557,7 +4557,7 @@ declare const VInput: {
4557
4557
  messages: string | readonly string[];
4558
4558
  density: Density;
4559
4559
  focused: boolean;
4560
- errorMessages: string | readonly string[];
4560
+ errorMessages: string | readonly string[] | null;
4561
4561
  maxErrors: string | number;
4562
4562
  rules: readonly ValidationRule[];
4563
4563
  centerAffix: boolean;
@@ -4587,7 +4587,7 @@ declare const VInput: {
4587
4587
  };
4588
4588
  error: BooleanConstructor;
4589
4589
  errorMessages: {
4590
- type: PropType<string | readonly string[]>;
4590
+ type: PropType<string | readonly string[] | null>;
4591
4591
  default: () => never[];
4592
4592
  };
4593
4593
  maxErrors: {
@@ -4647,7 +4647,7 @@ declare const VInput: {
4647
4647
  };
4648
4648
  error: BooleanConstructor;
4649
4649
  errorMessages: {
4650
- type: PropType<string | readonly string[]>;
4650
+ type: PropType<string | readonly string[] | null>;
4651
4651
  default: () => never[];
4652
4652
  };
4653
4653
  maxErrors: {
@@ -4815,7 +4815,7 @@ declare const VAutocomplete: {
4815
4815
  valueComparator?: typeof deepEqual | undefined;
4816
4816
  clearIcon?: IconValue | undefined;
4817
4817
  focused?: boolean | undefined;
4818
- errorMessages?: string | readonly string[] | undefined;
4818
+ errorMessages?: string | readonly string[] | null | undefined;
4819
4819
  maxErrors?: string | number | undefined;
4820
4820
  rules?: readonly ValidationRule[] | undefined;
4821
4821
  centerAffix?: boolean | undefined;
@@ -4854,7 +4854,7 @@ declare const VAutocomplete: {
4854
4854
  ref_for?: boolean | undefined;
4855
4855
  ref_key?: string | undefined;
4856
4856
  theme?: string | undefined;
4857
- counter?: string | number | true | undefined;
4857
+ counter?: string | number | boolean | undefined;
4858
4858
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
4859
4859
  [key: string]: any;
4860
4860
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -5127,7 +5127,7 @@ declare const VAutocomplete: {
5127
5127
  valueComparator: typeof deepEqual;
5128
5128
  clearIcon: IconValue;
5129
5129
  focused: boolean;
5130
- errorMessages: string | readonly string[];
5130
+ errorMessages: string | readonly string[] | null;
5131
5131
  maxErrors: string | number;
5132
5132
  rules: readonly ValidationRule[];
5133
5133
  persistentHint: boolean;
@@ -5162,7 +5162,7 @@ declare const VAutocomplete: {
5162
5162
  class?: any;
5163
5163
  placeholder?: string | undefined;
5164
5164
  theme?: string | undefined;
5165
- counter?: string | number | true | undefined;
5165
+ counter?: string | number | boolean | undefined;
5166
5166
  rounded?: string | number | boolean | undefined;
5167
5167
  bgColor?: string | undefined;
5168
5168
  prependIcon?: IconValue | undefined;
@@ -5335,7 +5335,7 @@ declare const VAutocomplete: {
5335
5335
  valueComparator: typeof deepEqual;
5336
5336
  clearIcon: IconValue;
5337
5337
  focused: boolean;
5338
- errorMessages: string | readonly string[];
5338
+ errorMessages: string | readonly string[] | null;
5339
5339
  maxErrors: string | number;
5340
5340
  rules: readonly ValidationRule[];
5341
5341
  centerAffix: boolean;
@@ -5464,7 +5464,7 @@ declare const VAutocomplete: {
5464
5464
  valueComparator: typeof deepEqual;
5465
5465
  clearIcon: IconValue;
5466
5466
  focused: boolean;
5467
- errorMessages: string | readonly string[];
5467
+ errorMessages: string | readonly string[] | null;
5468
5468
  maxErrors: string | number;
5469
5469
  rules: readonly ValidationRule[];
5470
5470
  persistentHint: boolean;
@@ -5499,7 +5499,7 @@ declare const VAutocomplete: {
5499
5499
  class?: any;
5500
5500
  placeholder?: string | undefined;
5501
5501
  theme?: string | undefined;
5502
- counter?: string | number | true | undefined;
5502
+ counter?: string | number | boolean | undefined;
5503
5503
  rounded?: string | number | boolean | undefined;
5504
5504
  bgColor?: string | undefined;
5505
5505
  prependIcon?: IconValue | undefined;
@@ -5670,7 +5670,7 @@ declare const VAutocomplete: {
5670
5670
  valueComparator: typeof deepEqual;
5671
5671
  clearIcon: IconValue;
5672
5672
  focused: boolean;
5673
- errorMessages: string | readonly string[];
5673
+ errorMessages: string | readonly string[] | null;
5674
5674
  maxErrors: string | number;
5675
5675
  rules: readonly ValidationRule[];
5676
5676
  persistentHint: boolean;
@@ -5705,7 +5705,7 @@ declare const VAutocomplete: {
5705
5705
  class?: any;
5706
5706
  placeholder?: string | undefined;
5707
5707
  theme?: string | undefined;
5708
- counter?: string | number | true | undefined;
5708
+ counter?: string | number | boolean | undefined;
5709
5709
  rounded?: string | number | boolean | undefined;
5710
5710
  bgColor?: string | undefined;
5711
5711
  prependIcon?: IconValue | undefined;
@@ -5878,7 +5878,7 @@ declare const VAutocomplete: {
5878
5878
  valueComparator: typeof deepEqual;
5879
5879
  clearIcon: IconValue;
5880
5880
  focused: boolean;
5881
- errorMessages: string | readonly string[];
5881
+ errorMessages: string | readonly string[] | null;
5882
5882
  maxErrors: string | number;
5883
5883
  rules: readonly ValidationRule[];
5884
5884
  centerAffix: boolean;
@@ -6065,7 +6065,7 @@ declare const VAutocomplete: {
6065
6065
  class: PropType<any>;
6066
6066
  placeholder: StringConstructor;
6067
6067
  theme: StringConstructor;
6068
- counter: PropType<string | number | true>;
6068
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
6069
6069
  messages: {
6070
6070
  type: PropType<string | readonly string[]>;
6071
6071
  default: () => never[];
@@ -6105,7 +6105,7 @@ declare const VAutocomplete: {
6105
6105
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
6106
6106
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
6107
6107
  errorMessages: {
6108
- type: PropType<string | readonly string[]>;
6108
+ type: PropType<string | readonly string[] | null>;
6109
6109
  default: () => never[];
6110
6110
  };
6111
6111
  maxErrors: {
@@ -6370,7 +6370,7 @@ declare const VAutocomplete: {
6370
6370
  class: PropType<any>;
6371
6371
  placeholder: StringConstructor;
6372
6372
  theme: StringConstructor;
6373
- counter: PropType<string | number | true>;
6373
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
6374
6374
  messages: {
6375
6375
  type: PropType<string | readonly string[]>;
6376
6376
  default: () => never[];
@@ -6410,7 +6410,7 @@ declare const VAutocomplete: {
6410
6410
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
6411
6411
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
6412
6412
  errorMessages: {
6413
- type: PropType<string | readonly string[]>;
6413
+ type: PropType<string | readonly string[] | null>;
6414
6414
  default: () => never[];
6415
6415
  };
6416
6416
  maxErrors: {
@@ -14519,7 +14519,7 @@ declare const VCheckbox: {
14519
14519
  valueComparator?: typeof deepEqual | undefined;
14520
14520
  indeterminateIcon?: IconValue | undefined;
14521
14521
  focused?: boolean | undefined;
14522
- errorMessages?: string | readonly string[] | undefined;
14522
+ errorMessages?: string | readonly string[] | null | undefined;
14523
14523
  maxErrors?: string | number | undefined;
14524
14524
  rules?: readonly ValidationRule[] | undefined;
14525
14525
  centerAffix?: boolean | undefined;
@@ -14690,7 +14690,7 @@ declare const VCheckbox: {
14690
14690
  valueComparator: typeof deepEqual;
14691
14691
  indeterminateIcon: IconValue;
14692
14692
  focused: boolean;
14693
- errorMessages: string | readonly string[];
14693
+ errorMessages: string | readonly string[] | null;
14694
14694
  maxErrors: string | number;
14695
14695
  rules: readonly ValidationRule[];
14696
14696
  centerAffix: boolean;
@@ -14787,7 +14787,7 @@ declare const VCheckbox: {
14787
14787
  valueComparator: typeof deepEqual;
14788
14788
  indeterminateIcon: IconValue;
14789
14789
  focused: boolean;
14790
- errorMessages: string | readonly string[];
14790
+ errorMessages: string | readonly string[] | null;
14791
14791
  maxErrors: string | number;
14792
14792
  rules: readonly ValidationRule[];
14793
14793
  centerAffix: boolean;
@@ -14856,7 +14856,7 @@ declare const VCheckbox: {
14856
14856
  valueComparator: typeof deepEqual;
14857
14857
  indeterminateIcon: IconValue;
14858
14858
  focused: boolean;
14859
- errorMessages: string | readonly string[];
14859
+ errorMessages: string | readonly string[] | null;
14860
14860
  maxErrors: string | number;
14861
14861
  rules: readonly ValidationRule[];
14862
14862
  centerAffix: boolean;
@@ -14954,7 +14954,7 @@ declare const VCheckbox: {
14954
14954
  valueComparator: typeof deepEqual;
14955
14955
  indeterminateIcon: IconValue;
14956
14956
  focused: boolean;
14957
- errorMessages: string | readonly string[];
14957
+ errorMessages: string | readonly string[] | null;
14958
14958
  maxErrors: string | number;
14959
14959
  rules: readonly ValidationRule[];
14960
14960
  centerAffix: boolean;
@@ -15051,7 +15051,7 @@ declare const VCheckbox: {
15051
15051
  valueComparator: typeof deepEqual;
15052
15052
  indeterminateIcon: IconValue;
15053
15053
  focused: boolean;
15054
- errorMessages: string | readonly string[];
15054
+ errorMessages: string | readonly string[] | null;
15055
15055
  maxErrors: string | number;
15056
15056
  rules: readonly ValidationRule[];
15057
15057
  centerAffix: boolean;
@@ -15140,7 +15140,7 @@ declare const VCheckbox: {
15140
15140
  focused: BooleanConstructor;
15141
15141
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
15142
15142
  errorMessages: {
15143
- type: vue.PropType<string | readonly string[]>;
15143
+ type: vue.PropType<string | readonly string[] | null>;
15144
15144
  default: () => never[];
15145
15145
  };
15146
15146
  maxErrors: {
@@ -15229,7 +15229,7 @@ declare const VCheckbox: {
15229
15229
  focused: BooleanConstructor;
15230
15230
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
15231
15231
  errorMessages: {
15232
- type: vue.PropType<string | readonly string[]>;
15232
+ type: vue.PropType<string | readonly string[] | null>;
15233
15233
  default: () => never[];
15234
15234
  };
15235
15235
  maxErrors: {
@@ -17822,7 +17822,7 @@ declare const VCombobox: {
17822
17822
  valueComparator?: typeof deepEqual | undefined;
17823
17823
  clearIcon?: IconValue | undefined;
17824
17824
  focused?: boolean | undefined;
17825
- errorMessages?: string | readonly string[] | undefined;
17825
+ errorMessages?: string | readonly string[] | null | undefined;
17826
17826
  maxErrors?: string | number | undefined;
17827
17827
  rules?: readonly ValidationRule[] | undefined;
17828
17828
  centerAffix?: boolean | undefined;
@@ -17861,7 +17861,7 @@ declare const VCombobox: {
17861
17861
  ref_for?: boolean | undefined;
17862
17862
  ref_key?: string | undefined;
17863
17863
  theme?: string | undefined;
17864
- counter?: string | number | true | undefined;
17864
+ counter?: string | number | boolean | undefined;
17865
17865
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
17866
17866
  [key: string]: any;
17867
17867
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -18134,7 +18134,7 @@ declare const VCombobox: {
18134
18134
  valueComparator: typeof deepEqual;
18135
18135
  clearIcon: IconValue;
18136
18136
  focused: boolean;
18137
- errorMessages: string | readonly string[];
18137
+ errorMessages: string | readonly string[] | null;
18138
18138
  maxErrors: string | number;
18139
18139
  rules: readonly ValidationRule[];
18140
18140
  persistentHint: boolean;
@@ -18169,7 +18169,7 @@ declare const VCombobox: {
18169
18169
  delimiters?: readonly string[] | undefined;
18170
18170
  placeholder?: string | undefined;
18171
18171
  theme?: string | undefined;
18172
- counter?: string | number | true | undefined;
18172
+ counter?: string | number | boolean | undefined;
18173
18173
  rounded?: string | number | boolean | undefined;
18174
18174
  bgColor?: string | undefined;
18175
18175
  prependIcon?: IconValue | undefined;
@@ -18342,7 +18342,7 @@ declare const VCombobox: {
18342
18342
  valueComparator: typeof deepEqual;
18343
18343
  clearIcon: IconValue;
18344
18344
  focused: boolean;
18345
- errorMessages: string | readonly string[];
18345
+ errorMessages: string | readonly string[] | null;
18346
18346
  maxErrors: string | number;
18347
18347
  rules: readonly ValidationRule[];
18348
18348
  centerAffix: boolean;
@@ -18471,7 +18471,7 @@ declare const VCombobox: {
18471
18471
  valueComparator: typeof deepEqual;
18472
18472
  clearIcon: IconValue;
18473
18473
  focused: boolean;
18474
- errorMessages: string | readonly string[];
18474
+ errorMessages: string | readonly string[] | null;
18475
18475
  maxErrors: string | number;
18476
18476
  rules: readonly ValidationRule[];
18477
18477
  persistentHint: boolean;
@@ -18506,7 +18506,7 @@ declare const VCombobox: {
18506
18506
  delimiters?: readonly string[] | undefined;
18507
18507
  placeholder?: string | undefined;
18508
18508
  theme?: string | undefined;
18509
- counter?: string | number | true | undefined;
18509
+ counter?: string | number | boolean | undefined;
18510
18510
  rounded?: string | number | boolean | undefined;
18511
18511
  bgColor?: string | undefined;
18512
18512
  prependIcon?: IconValue | undefined;
@@ -18677,7 +18677,7 @@ declare const VCombobox: {
18677
18677
  valueComparator: typeof deepEqual;
18678
18678
  clearIcon: IconValue;
18679
18679
  focused: boolean;
18680
- errorMessages: string | readonly string[];
18680
+ errorMessages: string | readonly string[] | null;
18681
18681
  maxErrors: string | number;
18682
18682
  rules: readonly ValidationRule[];
18683
18683
  persistentHint: boolean;
@@ -18712,7 +18712,7 @@ declare const VCombobox: {
18712
18712
  delimiters?: readonly string[] | undefined;
18713
18713
  placeholder?: string | undefined;
18714
18714
  theme?: string | undefined;
18715
- counter?: string | number | true | undefined;
18715
+ counter?: string | number | boolean | undefined;
18716
18716
  rounded?: string | number | boolean | undefined;
18717
18717
  bgColor?: string | undefined;
18718
18718
  prependIcon?: IconValue | undefined;
@@ -18885,7 +18885,7 @@ declare const VCombobox: {
18885
18885
  valueComparator: typeof deepEqual;
18886
18886
  clearIcon: IconValue;
18887
18887
  focused: boolean;
18888
- errorMessages: string | readonly string[];
18888
+ errorMessages: string | readonly string[] | null;
18889
18889
  maxErrors: string | number;
18890
18890
  rules: readonly ValidationRule[];
18891
18891
  centerAffix: boolean;
@@ -19072,7 +19072,7 @@ declare const VCombobox: {
19072
19072
  class: PropType<any>;
19073
19073
  placeholder: StringConstructor;
19074
19074
  theme: StringConstructor;
19075
- counter: PropType<string | number | true>;
19075
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19076
19076
  messages: {
19077
19077
  type: PropType<string | readonly string[]>;
19078
19078
  default: () => never[];
@@ -19112,7 +19112,7 @@ declare const VCombobox: {
19112
19112
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
19113
19113
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
19114
19114
  errorMessages: {
19115
- type: PropType<string | readonly string[]>;
19115
+ type: PropType<string | readonly string[] | null>;
19116
19116
  default: () => never[];
19117
19117
  };
19118
19118
  maxErrors: {
@@ -19383,7 +19383,7 @@ declare const VCombobox: {
19383
19383
  class: PropType<any>;
19384
19384
  placeholder: StringConstructor;
19385
19385
  theme: StringConstructor;
19386
- counter: PropType<string | number | true>;
19386
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19387
19387
  messages: {
19388
19388
  type: PropType<string | readonly string[]>;
19389
19389
  default: () => never[];
@@ -19423,7 +19423,7 @@ declare const VCombobox: {
19423
19423
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
19424
19424
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
19425
19425
  errorMessages: {
19426
- type: PropType<string | readonly string[]>;
19426
+ type: PropType<string | readonly string[] | null>;
19427
19427
  default: () => never[];
19428
19428
  };
19429
19429
  maxErrors: {
@@ -23412,7 +23412,7 @@ declare const VFileInput: {
23412
23412
  prependIcon?: NonNullable<IconValue> | undefined;
23413
23413
  clearIcon?: IconValue | undefined;
23414
23414
  focused?: boolean | undefined;
23415
- errorMessages?: string | readonly string[] | undefined;
23415
+ errorMessages?: string | readonly string[] | null | undefined;
23416
23416
  maxErrors?: string | number | undefined;
23417
23417
  rules?: readonly ValidationRule[] | undefined;
23418
23418
  centerAffix?: boolean | undefined;
@@ -23627,7 +23627,7 @@ declare const VFileInput: {
23627
23627
  prependIcon: NonNullable<IconValue>;
23628
23628
  clearIcon: IconValue;
23629
23629
  focused: boolean;
23630
- errorMessages: string | readonly string[];
23630
+ errorMessages: string | readonly string[] | null;
23631
23631
  maxErrors: string | number;
23632
23632
  rules: readonly ValidationRule[];
23633
23633
  persistentHint: boolean;
@@ -23744,7 +23744,7 @@ declare const VFileInput: {
23744
23744
  messages?: string | readonly string[] | undefined;
23745
23745
  density?: Density | undefined;
23746
23746
  focused?: boolean | undefined;
23747
- errorMessages?: string | readonly string[] | undefined;
23747
+ errorMessages?: string | readonly string[] | null | undefined;
23748
23748
  maxErrors?: string | number | undefined;
23749
23749
  rules?: readonly ValidationRule[] | undefined;
23750
23750
  centerAffix?: boolean | undefined;
@@ -23862,7 +23862,7 @@ declare const VFileInput: {
23862
23862
  messages: string | readonly string[];
23863
23863
  density: Density;
23864
23864
  focused: boolean;
23865
- errorMessages: string | readonly string[];
23865
+ errorMessages: string | readonly string[] | null;
23866
23866
  maxErrors: string | number;
23867
23867
  rules: readonly ValidationRule[];
23868
23868
  centerAffix: boolean;
@@ -23920,7 +23920,7 @@ declare const VFileInput: {
23920
23920
  messages: string | readonly string[];
23921
23921
  density: Density;
23922
23922
  focused: boolean;
23923
- errorMessages: string | readonly string[];
23923
+ errorMessages: string | readonly string[] | null;
23924
23924
  maxErrors: string | number;
23925
23925
  rules: readonly ValidationRule[];
23926
23926
  centerAffix: boolean;
@@ -23970,7 +23970,7 @@ declare const VFileInput: {
23970
23970
  messages: string | readonly string[];
23971
23971
  density: Density;
23972
23972
  focused: boolean;
23973
- errorMessages: string | readonly string[];
23973
+ errorMessages: string | readonly string[] | null;
23974
23974
  maxErrors: string | number;
23975
23975
  rules: readonly ValidationRule[];
23976
23976
  centerAffix: boolean;
@@ -24041,7 +24041,7 @@ declare const VFileInput: {
24041
24041
  prependIcon: NonNullable<IconValue>;
24042
24042
  clearIcon: IconValue;
24043
24043
  focused: boolean;
24044
- errorMessages: string | readonly string[];
24044
+ errorMessages: string | readonly string[] | null;
24045
24045
  maxErrors: string | number;
24046
24046
  rules: readonly ValidationRule[];
24047
24047
  centerAffix: boolean;
@@ -24136,7 +24136,7 @@ declare const VFileInput: {
24136
24136
  prependIcon: NonNullable<IconValue>;
24137
24137
  clearIcon: IconValue;
24138
24138
  focused: boolean;
24139
- errorMessages: string | readonly string[];
24139
+ errorMessages: string | readonly string[] | null;
24140
24140
  maxErrors: string | number;
24141
24141
  rules: readonly ValidationRule[];
24142
24142
  persistentHint: boolean;
@@ -24253,7 +24253,7 @@ declare const VFileInput: {
24253
24253
  messages?: string | readonly string[] | undefined;
24254
24254
  density?: Density | undefined;
24255
24255
  focused?: boolean | undefined;
24256
- errorMessages?: string | readonly string[] | undefined;
24256
+ errorMessages?: string | readonly string[] | null | undefined;
24257
24257
  maxErrors?: string | number | undefined;
24258
24258
  rules?: readonly ValidationRule[] | undefined;
24259
24259
  centerAffix?: boolean | undefined;
@@ -24371,7 +24371,7 @@ declare const VFileInput: {
24371
24371
  messages: string | readonly string[];
24372
24372
  density: Density;
24373
24373
  focused: boolean;
24374
- errorMessages: string | readonly string[];
24374
+ errorMessages: string | readonly string[] | null;
24375
24375
  maxErrors: string | number;
24376
24376
  rules: readonly ValidationRule[];
24377
24377
  centerAffix: boolean;
@@ -24429,7 +24429,7 @@ declare const VFileInput: {
24429
24429
  messages: string | readonly string[];
24430
24430
  density: Density;
24431
24431
  focused: boolean;
24432
- errorMessages: string | readonly string[];
24432
+ errorMessages: string | readonly string[] | null;
24433
24433
  maxErrors: string | number;
24434
24434
  rules: readonly ValidationRule[];
24435
24435
  centerAffix: boolean;
@@ -24479,7 +24479,7 @@ declare const VFileInput: {
24479
24479
  messages: string | readonly string[];
24480
24480
  density: Density;
24481
24481
  focused: boolean;
24482
- errorMessages: string | readonly string[];
24482
+ errorMessages: string | readonly string[] | null;
24483
24483
  maxErrors: string | number;
24484
24484
  rules: readonly ValidationRule[];
24485
24485
  centerAffix: boolean;
@@ -24548,7 +24548,7 @@ declare const VFileInput: {
24548
24548
  prependIcon: NonNullable<IconValue>;
24549
24549
  clearIcon: IconValue;
24550
24550
  focused: boolean;
24551
- errorMessages: string | readonly string[];
24551
+ errorMessages: string | readonly string[] | null;
24552
24552
  maxErrors: string | number;
24553
24553
  rules: readonly ValidationRule[];
24554
24554
  persistentHint: boolean;
@@ -24665,7 +24665,7 @@ declare const VFileInput: {
24665
24665
  messages?: string | readonly string[] | undefined;
24666
24666
  density?: Density | undefined;
24667
24667
  focused?: boolean | undefined;
24668
- errorMessages?: string | readonly string[] | undefined;
24668
+ errorMessages?: string | readonly string[] | null | undefined;
24669
24669
  maxErrors?: string | number | undefined;
24670
24670
  rules?: readonly ValidationRule[] | undefined;
24671
24671
  centerAffix?: boolean | undefined;
@@ -24783,7 +24783,7 @@ declare const VFileInput: {
24783
24783
  messages: string | readonly string[];
24784
24784
  density: Density;
24785
24785
  focused: boolean;
24786
- errorMessages: string | readonly string[];
24786
+ errorMessages: string | readonly string[] | null;
24787
24787
  maxErrors: string | number;
24788
24788
  rules: readonly ValidationRule[];
24789
24789
  centerAffix: boolean;
@@ -24841,7 +24841,7 @@ declare const VFileInput: {
24841
24841
  messages: string | readonly string[];
24842
24842
  density: Density;
24843
24843
  focused: boolean;
24844
- errorMessages: string | readonly string[];
24844
+ errorMessages: string | readonly string[] | null;
24845
24845
  maxErrors: string | number;
24846
24846
  rules: readonly ValidationRule[];
24847
24847
  centerAffix: boolean;
@@ -24891,7 +24891,7 @@ declare const VFileInput: {
24891
24891
  messages: string | readonly string[];
24892
24892
  density: Density;
24893
24893
  focused: boolean;
24894
- errorMessages: string | readonly string[];
24894
+ errorMessages: string | readonly string[] | null;
24895
24895
  maxErrors: string | number;
24896
24896
  rules: readonly ValidationRule[];
24897
24897
  centerAffix: boolean;
@@ -24962,7 +24962,7 @@ declare const VFileInput: {
24962
24962
  prependIcon: NonNullable<IconValue>;
24963
24963
  clearIcon: IconValue;
24964
24964
  focused: boolean;
24965
- errorMessages: string | readonly string[];
24965
+ errorMessages: string | readonly string[] | null;
24966
24966
  maxErrors: string | number;
24967
24967
  rules: readonly ValidationRule[];
24968
24968
  centerAffix: boolean;
@@ -25076,7 +25076,7 @@ declare const VFileInput: {
25076
25076
  focused: BooleanConstructor;
25077
25077
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
25078
25078
  errorMessages: {
25079
- type: PropType<string | readonly string[]>;
25079
+ type: PropType<string | readonly string[] | null>;
25080
25080
  default: () => never[];
25081
25081
  };
25082
25082
  maxErrors: {
@@ -25192,7 +25192,7 @@ declare const VFileInput: {
25192
25192
  focused: BooleanConstructor;
25193
25193
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
25194
25194
  errorMessages: {
25195
- type: PropType<string | readonly string[]>;
25195
+ type: PropType<string | readonly string[] | null>;
25196
25196
  default: () => never[];
25197
25197
  };
25198
25198
  maxErrors: {
@@ -38103,7 +38103,7 @@ declare const VRadioGroup: {
38103
38103
  trueIcon?: IconValue | undefined;
38104
38104
  valueComparator?: typeof deepEqual | undefined;
38105
38105
  focused?: boolean | undefined;
38106
- errorMessages?: string | readonly string[] | undefined;
38106
+ errorMessages?: string | readonly string[] | null | undefined;
38107
38107
  maxErrors?: string | number | undefined;
38108
38108
  rules?: readonly ValidationRule[] | undefined;
38109
38109
  centerAffix?: boolean | undefined;
@@ -38249,7 +38249,7 @@ declare const VRadioGroup: {
38249
38249
  trueIcon: IconValue;
38250
38250
  valueComparator: typeof deepEqual;
38251
38251
  focused: boolean;
38252
- errorMessages: string | readonly string[];
38252
+ errorMessages: string | readonly string[] | null;
38253
38253
  maxErrors: string | number;
38254
38254
  rules: readonly ValidationRule[];
38255
38255
  centerAffix: boolean;
@@ -38325,7 +38325,7 @@ declare const VRadioGroup: {
38325
38325
  trueIcon: IconValue;
38326
38326
  valueComparator: typeof deepEqual;
38327
38327
  focused: boolean;
38328
- errorMessages: string | readonly string[];
38328
+ errorMessages: string | readonly string[] | null;
38329
38329
  maxErrors: string | number;
38330
38330
  rules: readonly ValidationRule[];
38331
38331
  centerAffix: boolean;
@@ -38388,7 +38388,7 @@ declare const VRadioGroup: {
38388
38388
  trueIcon: IconValue;
38389
38389
  valueComparator: typeof deepEqual;
38390
38390
  focused: boolean;
38391
- errorMessages: string | readonly string[];
38391
+ errorMessages: string | readonly string[] | null;
38392
38392
  maxErrors: string | number;
38393
38393
  rules: readonly ValidationRule[];
38394
38394
  centerAffix: boolean;
@@ -38466,7 +38466,7 @@ declare const VRadioGroup: {
38466
38466
  trueIcon: IconValue;
38467
38467
  valueComparator: typeof deepEqual;
38468
38468
  focused: boolean;
38469
- errorMessages: string | readonly string[];
38469
+ errorMessages: string | readonly string[] | null;
38470
38470
  maxErrors: string | number;
38471
38471
  rules: readonly ValidationRule[];
38472
38472
  centerAffix: boolean;
@@ -38542,7 +38542,7 @@ declare const VRadioGroup: {
38542
38542
  trueIcon: IconValue;
38543
38543
  valueComparator: typeof deepEqual;
38544
38544
  focused: boolean;
38545
- errorMessages: string | readonly string[];
38545
+ errorMessages: string | readonly string[] | null;
38546
38546
  maxErrors: string | number;
38547
38547
  rules: readonly ValidationRule[];
38548
38548
  centerAffix: boolean;
@@ -38616,7 +38616,7 @@ declare const VRadioGroup: {
38616
38616
  focused: BooleanConstructor;
38617
38617
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
38618
38618
  errorMessages: {
38619
- type: vue.PropType<string | readonly string[]>;
38619
+ type: vue.PropType<string | readonly string[] | null>;
38620
38620
  default: () => never[];
38621
38621
  };
38622
38622
  maxErrors: {
@@ -38701,7 +38701,7 @@ declare const VRadioGroup: {
38701
38701
  focused: BooleanConstructor;
38702
38702
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
38703
38703
  errorMessages: {
38704
- type: vue.PropType<string | readonly string[]>;
38704
+ type: vue.PropType<string | readonly string[] | null>;
38705
38705
  default: () => never[];
38706
38706
  };
38707
38707
  maxErrors: {
@@ -38769,7 +38769,7 @@ declare const VRangeSlider: {
38769
38769
  density?: Density | undefined;
38770
38770
  modelValue?: readonly (string | number)[] | undefined;
38771
38771
  focused?: boolean | undefined;
38772
- errorMessages?: string | readonly string[] | undefined;
38772
+ errorMessages?: string | readonly string[] | null | undefined;
38773
38773
  maxErrors?: string | number | undefined;
38774
38774
  rules?: readonly ValidationRule[] | undefined;
38775
38775
  centerAffix?: boolean | undefined;
@@ -38943,7 +38943,7 @@ declare const VRangeSlider: {
38943
38943
  density: Density;
38944
38944
  modelValue: readonly (string | number)[];
38945
38945
  focused: boolean;
38946
- errorMessages: string | readonly string[];
38946
+ errorMessages: string | readonly string[] | null;
38947
38947
  maxErrors: string | number;
38948
38948
  rules: readonly ValidationRule[];
38949
38949
  centerAffix: boolean;
@@ -39045,7 +39045,7 @@ declare const VRangeSlider: {
39045
39045
  density: Density;
39046
39046
  modelValue: readonly (string | number)[];
39047
39047
  focused: boolean;
39048
- errorMessages: string | readonly string[];
39048
+ errorMessages: string | readonly string[] | null;
39049
39049
  maxErrors: string | number;
39050
39050
  rules: readonly ValidationRule[];
39051
39051
  centerAffix: boolean;
@@ -39121,7 +39121,7 @@ declare const VRangeSlider: {
39121
39121
  density: Density;
39122
39122
  modelValue: readonly (string | number)[];
39123
39123
  focused: boolean;
39124
- errorMessages: string | readonly string[];
39124
+ errorMessages: string | readonly string[] | null;
39125
39125
  maxErrors: string | number;
39126
39126
  rules: readonly ValidationRule[];
39127
39127
  centerAffix: boolean;
@@ -39221,7 +39221,7 @@ declare const VRangeSlider: {
39221
39221
  density: Density;
39222
39222
  modelValue: readonly (string | number)[];
39223
39223
  focused: boolean;
39224
- errorMessages: string | readonly string[];
39224
+ errorMessages: string | readonly string[] | null;
39225
39225
  maxErrors: string | number;
39226
39226
  rules: readonly ValidationRule[];
39227
39227
  centerAffix: boolean;
@@ -39323,7 +39323,7 @@ declare const VRangeSlider: {
39323
39323
  density: Density;
39324
39324
  modelValue: readonly (string | number)[];
39325
39325
  focused: boolean;
39326
- errorMessages: string | readonly string[];
39326
+ errorMessages: string | readonly string[] | null;
39327
39327
  maxErrors: string | number;
39328
39328
  rules: readonly ValidationRule[];
39329
39329
  centerAffix: boolean;
@@ -39439,7 +39439,7 @@ declare const VRangeSlider: {
39439
39439
  focused: BooleanConstructor;
39440
39440
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
39441
39441
  errorMessages: {
39442
- type: PropType<string | readonly string[]>;
39442
+ type: PropType<string | readonly string[] | null>;
39443
39443
  default: () => never[];
39444
39444
  };
39445
39445
  maxErrors: {
@@ -39556,7 +39556,7 @@ declare const VRangeSlider: {
39556
39556
  focused: BooleanConstructor;
39557
39557
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
39558
39558
  errorMessages: {
39559
- type: PropType<string | readonly string[]>;
39559
+ type: PropType<string | readonly string[] | null>;
39560
39560
  default: () => never[];
39561
39561
  };
39562
39562
  maxErrors: {
@@ -40290,7 +40290,7 @@ declare const VSelect: {
40290
40290
  valueComparator?: typeof deepEqual | undefined;
40291
40291
  clearIcon?: IconValue | undefined;
40292
40292
  focused?: boolean | undefined;
40293
- errorMessages?: string | readonly string[] | undefined;
40293
+ errorMessages?: string | readonly string[] | null | undefined;
40294
40294
  maxErrors?: string | number | undefined;
40295
40295
  rules?: readonly ValidationRule[] | undefined;
40296
40296
  centerAffix?: boolean | undefined;
@@ -40325,7 +40325,7 @@ declare const VSelect: {
40325
40325
  ref_for?: boolean | undefined;
40326
40326
  ref_key?: string | undefined;
40327
40327
  theme?: string | undefined;
40328
- counter?: string | number | true | undefined;
40328
+ counter?: string | number | boolean | undefined;
40329
40329
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
40330
40330
  [key: string]: any;
40331
40331
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -40596,7 +40596,7 @@ declare const VSelect: {
40596
40596
  valueComparator: typeof deepEqual;
40597
40597
  clearIcon: IconValue;
40598
40598
  focused: boolean;
40599
- errorMessages: string | readonly string[];
40599
+ errorMessages: string | readonly string[] | null;
40600
40600
  maxErrors: string | number;
40601
40601
  rules: readonly ValidationRule[];
40602
40602
  persistentHint: boolean;
@@ -40627,7 +40627,7 @@ declare const VSelect: {
40627
40627
  class?: any;
40628
40628
  placeholder?: string | undefined;
40629
40629
  theme?: string | undefined;
40630
- counter?: string | number | true | undefined;
40630
+ counter?: string | number | boolean | undefined;
40631
40631
  rounded?: string | number | boolean | undefined;
40632
40632
  bgColor?: string | undefined;
40633
40633
  prependIcon?: IconValue | undefined;
@@ -40797,7 +40797,7 @@ declare const VSelect: {
40797
40797
  valueComparator: typeof deepEqual;
40798
40798
  clearIcon: IconValue;
40799
40799
  focused: boolean;
40800
- errorMessages: string | readonly string[];
40800
+ errorMessages: string | readonly string[] | null;
40801
40801
  maxErrors: string | number;
40802
40802
  rules: readonly ValidationRule[];
40803
40803
  centerAffix: boolean;
@@ -40925,7 +40925,7 @@ declare const VSelect: {
40925
40925
  valueComparator: typeof deepEqual;
40926
40926
  clearIcon: IconValue;
40927
40927
  focused: boolean;
40928
- errorMessages: string | readonly string[];
40928
+ errorMessages: string | readonly string[] | null;
40929
40929
  maxErrors: string | number;
40930
40930
  rules: readonly ValidationRule[];
40931
40931
  persistentHint: boolean;
@@ -40956,7 +40956,7 @@ declare const VSelect: {
40956
40956
  class?: any;
40957
40957
  placeholder?: string | undefined;
40958
40958
  theme?: string | undefined;
40959
- counter?: string | number | true | undefined;
40959
+ counter?: string | number | boolean | undefined;
40960
40960
  rounded?: string | number | boolean | undefined;
40961
40961
  bgColor?: string | undefined;
40962
40962
  prependIcon?: IconValue | undefined;
@@ -41125,7 +41125,7 @@ declare const VSelect: {
41125
41125
  valueComparator: typeof deepEqual;
41126
41126
  clearIcon: IconValue;
41127
41127
  focused: boolean;
41128
- errorMessages: string | readonly string[];
41128
+ errorMessages: string | readonly string[] | null;
41129
41129
  maxErrors: string | number;
41130
41130
  rules: readonly ValidationRule[];
41131
41131
  persistentHint: boolean;
@@ -41156,7 +41156,7 @@ declare const VSelect: {
41156
41156
  class?: any;
41157
41157
  placeholder?: string | undefined;
41158
41158
  theme?: string | undefined;
41159
- counter?: string | number | true | undefined;
41159
+ counter?: string | number | boolean | undefined;
41160
41160
  rounded?: string | number | boolean | undefined;
41161
41161
  bgColor?: string | undefined;
41162
41162
  prependIcon?: IconValue | undefined;
@@ -41326,7 +41326,7 @@ declare const VSelect: {
41326
41326
  valueComparator: typeof deepEqual;
41327
41327
  clearIcon: IconValue;
41328
41328
  focused: boolean;
41329
- errorMessages: string | readonly string[];
41329
+ errorMessages: string | readonly string[] | null;
41330
41330
  maxErrors: string | number;
41331
41331
  rules: readonly ValidationRule[];
41332
41332
  centerAffix: boolean;
@@ -41514,7 +41514,7 @@ declare const VSelect: {
41514
41514
  class: PropType<any>;
41515
41515
  placeholder: StringConstructor;
41516
41516
  theme: StringConstructor;
41517
- counter: PropType<string | number | true>;
41517
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
41518
41518
  messages: {
41519
41519
  type: PropType<string | readonly string[]>;
41520
41520
  default: () => never[];
@@ -41554,7 +41554,7 @@ declare const VSelect: {
41554
41554
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
41555
41555
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
41556
41556
  errorMessages: {
41557
- type: PropType<string | readonly string[]>;
41557
+ type: PropType<string | readonly string[] | null>;
41558
41558
  default: () => never[];
41559
41559
  };
41560
41560
  maxErrors: {
@@ -41808,7 +41808,7 @@ declare const VSelect: {
41808
41808
  class: PropType<any>;
41809
41809
  placeholder: StringConstructor;
41810
41810
  theme: StringConstructor;
41811
- counter: PropType<string | number | true>;
41811
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
41812
41812
  messages: {
41813
41813
  type: PropType<string | readonly string[]>;
41814
41814
  default: () => never[];
@@ -41848,7 +41848,7 @@ declare const VSelect: {
41848
41848
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
41849
41849
  validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
41850
41850
  errorMessages: {
41851
- type: PropType<string | readonly string[]>;
41851
+ type: PropType<string | readonly string[] | null>;
41852
41852
  default: () => never[];
41853
41853
  };
41854
41854
  maxErrors: {
@@ -43013,7 +43013,7 @@ declare const VSlider: {
43013
43013
  density?: Density | undefined;
43014
43014
  modelValue?: string | number | undefined;
43015
43015
  focused?: boolean | undefined;
43016
- errorMessages?: string | readonly string[] | undefined;
43016
+ errorMessages?: string | readonly string[] | null | undefined;
43017
43017
  maxErrors?: string | number | undefined;
43018
43018
  rules?: readonly ValidationRule[] | undefined;
43019
43019
  centerAffix?: boolean | undefined;
@@ -43186,7 +43186,7 @@ declare const VSlider: {
43186
43186
  density: Density;
43187
43187
  modelValue: string | number;
43188
43188
  focused: boolean;
43189
- errorMessages: string | readonly string[];
43189
+ errorMessages: string | readonly string[] | null;
43190
43190
  maxErrors: string | number;
43191
43191
  rules: readonly ValidationRule[];
43192
43192
  centerAffix: boolean;
@@ -43287,7 +43287,7 @@ declare const VSlider: {
43287
43287
  density: Density;
43288
43288
  modelValue: string | number;
43289
43289
  focused: boolean;
43290
- errorMessages: string | readonly string[];
43290
+ errorMessages: string | readonly string[] | null;
43291
43291
  maxErrors: string | number;
43292
43292
  rules: readonly ValidationRule[];
43293
43293
  centerAffix: boolean;
@@ -43362,7 +43362,7 @@ declare const VSlider: {
43362
43362
  density: Density;
43363
43363
  modelValue: string | number;
43364
43364
  focused: boolean;
43365
- errorMessages: string | readonly string[];
43365
+ errorMessages: string | readonly string[] | null;
43366
43366
  maxErrors: string | number;
43367
43367
  rules: readonly ValidationRule[];
43368
43368
  centerAffix: boolean;
@@ -43461,7 +43461,7 @@ declare const VSlider: {
43461
43461
  density: Density;
43462
43462
  modelValue: string | number;
43463
43463
  focused: boolean;
43464
- errorMessages: string | readonly string[];
43464
+ errorMessages: string | readonly string[] | null;
43465
43465
  maxErrors: string | number;
43466
43466
  rules: readonly ValidationRule[];
43467
43467
  centerAffix: boolean;
@@ -43562,7 +43562,7 @@ declare const VSlider: {
43562
43562
  density: Density;
43563
43563
  modelValue: string | number;
43564
43564
  focused: boolean;
43565
- errorMessages: string | readonly string[];
43565
+ errorMessages: string | readonly string[] | null;
43566
43566
  maxErrors: string | number;
43567
43567
  rules: readonly ValidationRule[];
43568
43568
  centerAffix: boolean;
@@ -43615,7 +43615,7 @@ declare const VSlider: {
43615
43615
  };
43616
43616
  error: BooleanConstructor;
43617
43617
  errorMessages: {
43618
- type: vue.PropType<string | readonly string[]>;
43618
+ type: vue.PropType<string | readonly string[] | null>;
43619
43619
  default: () => never[];
43620
43620
  };
43621
43621
  maxErrors: {
@@ -43731,7 +43731,7 @@ declare const VSlider: {
43731
43731
  };
43732
43732
  error: BooleanConstructor;
43733
43733
  errorMessages: {
43734
- type: vue.PropType<string | readonly string[]>;
43734
+ type: vue.PropType<string | readonly string[] | null>;
43735
43735
  default: () => never[];
43736
43736
  };
43737
43737
  maxErrors: {
@@ -45622,7 +45622,7 @@ declare const VSwitch: {
45622
45622
  ripple?: boolean | undefined;
45623
45623
  valueComparator?: typeof deepEqual | undefined;
45624
45624
  focused?: boolean | undefined;
45625
- errorMessages?: string | readonly string[] | undefined;
45625
+ errorMessages?: string | readonly string[] | null | undefined;
45626
45626
  maxErrors?: string | number | undefined;
45627
45627
  rules?: readonly ValidationRule[] | undefined;
45628
45628
  centerAffix?: boolean | undefined;
@@ -45803,7 +45803,7 @@ declare const VSwitch: {
45803
45803
  ripple: boolean;
45804
45804
  valueComparator: typeof deepEqual;
45805
45805
  focused: boolean;
45806
- errorMessages: string | readonly string[];
45806
+ errorMessages: string | readonly string[] | null;
45807
45807
  maxErrors: string | number;
45808
45808
  rules: readonly ValidationRule[];
45809
45809
  centerAffix: boolean;
@@ -45908,7 +45908,7 @@ declare const VSwitch: {
45908
45908
  ripple: boolean;
45909
45909
  valueComparator: typeof deepEqual;
45910
45910
  focused: boolean;
45911
- errorMessages: string | readonly string[];
45911
+ errorMessages: string | readonly string[] | null;
45912
45912
  maxErrors: string | number;
45913
45913
  rules: readonly ValidationRule[];
45914
45914
  centerAffix: boolean;
@@ -45981,7 +45981,7 @@ declare const VSwitch: {
45981
45981
  ripple: boolean;
45982
45982
  valueComparator: typeof deepEqual;
45983
45983
  focused: boolean;
45984
- errorMessages: string | readonly string[];
45984
+ errorMessages: string | readonly string[] | null;
45985
45985
  maxErrors: string | number;
45986
45986
  rules: readonly ValidationRule[];
45987
45987
  centerAffix: boolean;
@@ -46086,7 +46086,7 @@ declare const VSwitch: {
46086
46086
  ripple: boolean;
46087
46087
  valueComparator: typeof deepEqual;
46088
46088
  focused: boolean;
46089
- errorMessages: string | readonly string[];
46089
+ errorMessages: string | readonly string[] | null;
46090
46090
  maxErrors: string | number;
46091
46091
  rules: readonly ValidationRule[];
46092
46092
  centerAffix: boolean;
@@ -46191,7 +46191,7 @@ declare const VSwitch: {
46191
46191
  ripple: boolean;
46192
46192
  valueComparator: typeof deepEqual;
46193
46193
  focused: boolean;
46194
- errorMessages: string | readonly string[];
46194
+ errorMessages: string | readonly string[] | null;
46195
46195
  maxErrors: string | number;
46196
46196
  rules: readonly ValidationRule[];
46197
46197
  centerAffix: boolean;
@@ -46273,7 +46273,7 @@ declare const VSwitch: {
46273
46273
  focused: BooleanConstructor;
46274
46274
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
46275
46275
  errorMessages: {
46276
- type: vue.PropType<string | readonly string[]>;
46276
+ type: vue.PropType<string | readonly string[] | null>;
46277
46277
  default: () => never[];
46278
46278
  };
46279
46279
  maxErrors: {
@@ -46359,7 +46359,7 @@ declare const VSwitch: {
46359
46359
  focused: BooleanConstructor;
46360
46360
  'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
46361
46361
  errorMessages: {
46362
- type: vue.PropType<string | readonly string[]>;
46362
+ type: vue.PropType<string | readonly string[] | null>;
46363
46363
  default: () => never[];
46364
46364
  };
46365
46365
  maxErrors: {
@@ -47889,7 +47889,7 @@ declare const VTextarea: {
47889
47889
  variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
47890
47890
  clearIcon?: IconValue | undefined;
47891
47891
  focused?: boolean | undefined;
47892
- errorMessages?: string | readonly string[] | undefined;
47892
+ errorMessages?: string | readonly string[] | null | undefined;
47893
47893
  maxErrors?: string | number | undefined;
47894
47894
  rules?: readonly ValidationRule[] | undefined;
47895
47895
  centerAffix?: boolean | undefined;
@@ -48083,7 +48083,7 @@ declare const VTextarea: {
48083
48083
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48084
48084
  clearIcon: IconValue;
48085
48085
  focused: boolean;
48086
- errorMessages: string | readonly string[];
48086
+ errorMessages: string | readonly string[] | null;
48087
48087
  maxErrors: string | number;
48088
48088
  rules: readonly ValidationRule[];
48089
48089
  persistentHint: boolean;
@@ -48192,7 +48192,7 @@ declare const VTextarea: {
48192
48192
  messages?: string | readonly string[] | undefined;
48193
48193
  density?: Density | undefined;
48194
48194
  focused?: boolean | undefined;
48195
- errorMessages?: string | readonly string[] | undefined;
48195
+ errorMessages?: string | readonly string[] | null | undefined;
48196
48196
  maxErrors?: string | number | undefined;
48197
48197
  rules?: readonly ValidationRule[] | undefined;
48198
48198
  centerAffix?: boolean | undefined;
@@ -48310,7 +48310,7 @@ declare const VTextarea: {
48310
48310
  messages: string | readonly string[];
48311
48311
  density: Density;
48312
48312
  focused: boolean;
48313
- errorMessages: string | readonly string[];
48313
+ errorMessages: string | readonly string[] | null;
48314
48314
  maxErrors: string | number;
48315
48315
  rules: readonly ValidationRule[];
48316
48316
  centerAffix: boolean;
@@ -48368,7 +48368,7 @@ declare const VTextarea: {
48368
48368
  messages: string | readonly string[];
48369
48369
  density: Density;
48370
48370
  focused: boolean;
48371
- errorMessages: string | readonly string[];
48371
+ errorMessages: string | readonly string[] | null;
48372
48372
  maxErrors: string | number;
48373
48373
  rules: readonly ValidationRule[];
48374
48374
  centerAffix: boolean;
@@ -48418,7 +48418,7 @@ declare const VTextarea: {
48418
48418
  messages: string | readonly string[];
48419
48419
  density: Density;
48420
48420
  focused: boolean;
48421
- errorMessages: string | readonly string[];
48421
+ errorMessages: string | readonly string[] | null;
48422
48422
  maxErrors: string | number;
48423
48423
  rules: readonly ValidationRule[];
48424
48424
  centerAffix: boolean;
@@ -48486,7 +48486,7 @@ declare const VTextarea: {
48486
48486
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48487
48487
  clearIcon: IconValue;
48488
48488
  focused: boolean;
48489
- errorMessages: string | readonly string[];
48489
+ errorMessages: string | readonly string[] | null;
48490
48490
  maxErrors: string | number;
48491
48491
  rules: readonly ValidationRule[];
48492
48492
  centerAffix: boolean;
@@ -48569,7 +48569,7 @@ declare const VTextarea: {
48569
48569
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48570
48570
  clearIcon: IconValue;
48571
48571
  focused: boolean;
48572
- errorMessages: string | readonly string[];
48572
+ errorMessages: string | readonly string[] | null;
48573
48573
  maxErrors: string | number;
48574
48574
  rules: readonly ValidationRule[];
48575
48575
  persistentHint: boolean;
@@ -48678,7 +48678,7 @@ declare const VTextarea: {
48678
48678
  messages?: string | readonly string[] | undefined;
48679
48679
  density?: Density | undefined;
48680
48680
  focused?: boolean | undefined;
48681
- errorMessages?: string | readonly string[] | undefined;
48681
+ errorMessages?: string | readonly string[] | null | undefined;
48682
48682
  maxErrors?: string | number | undefined;
48683
48683
  rules?: readonly ValidationRule[] | undefined;
48684
48684
  centerAffix?: boolean | undefined;
@@ -48796,7 +48796,7 @@ declare const VTextarea: {
48796
48796
  messages: string | readonly string[];
48797
48797
  density: Density;
48798
48798
  focused: boolean;
48799
- errorMessages: string | readonly string[];
48799
+ errorMessages: string | readonly string[] | null;
48800
48800
  maxErrors: string | number;
48801
48801
  rules: readonly ValidationRule[];
48802
48802
  centerAffix: boolean;
@@ -48854,7 +48854,7 @@ declare const VTextarea: {
48854
48854
  messages: string | readonly string[];
48855
48855
  density: Density;
48856
48856
  focused: boolean;
48857
- errorMessages: string | readonly string[];
48857
+ errorMessages: string | readonly string[] | null;
48858
48858
  maxErrors: string | number;
48859
48859
  rules: readonly ValidationRule[];
48860
48860
  centerAffix: boolean;
@@ -48904,7 +48904,7 @@ declare const VTextarea: {
48904
48904
  messages: string | readonly string[];
48905
48905
  density: Density;
48906
48906
  focused: boolean;
48907
- errorMessages: string | readonly string[];
48907
+ errorMessages: string | readonly string[] | null;
48908
48908
  maxErrors: string | number;
48909
48909
  rules: readonly ValidationRule[];
48910
48910
  centerAffix: boolean;
@@ -48970,7 +48970,7 @@ declare const VTextarea: {
48970
48970
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
48971
48971
  clearIcon: IconValue;
48972
48972
  focused: boolean;
48973
- errorMessages: string | readonly string[];
48973
+ errorMessages: string | readonly string[] | null;
48974
48974
  maxErrors: string | number;
48975
48975
  rules: readonly ValidationRule[];
48976
48976
  persistentHint: boolean;
@@ -49079,7 +49079,7 @@ declare const VTextarea: {
49079
49079
  messages?: string | readonly string[] | undefined;
49080
49080
  density?: Density | undefined;
49081
49081
  focused?: boolean | undefined;
49082
- errorMessages?: string | readonly string[] | undefined;
49082
+ errorMessages?: string | readonly string[] | null | undefined;
49083
49083
  maxErrors?: string | number | undefined;
49084
49084
  rules?: readonly ValidationRule[] | undefined;
49085
49085
  centerAffix?: boolean | undefined;
@@ -49197,7 +49197,7 @@ declare const VTextarea: {
49197
49197
  messages: string | readonly string[];
49198
49198
  density: Density;
49199
49199
  focused: boolean;
49200
- errorMessages: string | readonly string[];
49200
+ errorMessages: string | readonly string[] | null;
49201
49201
  maxErrors: string | number;
49202
49202
  rules: readonly ValidationRule[];
49203
49203
  centerAffix: boolean;
@@ -49255,7 +49255,7 @@ declare const VTextarea: {
49255
49255
  messages: string | readonly string[];
49256
49256
  density: Density;
49257
49257
  focused: boolean;
49258
- errorMessages: string | readonly string[];
49258
+ errorMessages: string | readonly string[] | null;
49259
49259
  maxErrors: string | number;
49260
49260
  rules: readonly ValidationRule[];
49261
49261
  centerAffix: boolean;
@@ -49305,7 +49305,7 @@ declare const VTextarea: {
49305
49305
  messages: string | readonly string[];
49306
49306
  density: Density;
49307
49307
  focused: boolean;
49308
- errorMessages: string | readonly string[];
49308
+ errorMessages: string | readonly string[] | null;
49309
49309
  maxErrors: string | number;
49310
49310
  rules: readonly ValidationRule[];
49311
49311
  centerAffix: boolean;
@@ -49373,7 +49373,7 @@ declare const VTextarea: {
49373
49373
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
49374
49374
  clearIcon: IconValue;
49375
49375
  focused: boolean;
49376
- errorMessages: string | readonly string[];
49376
+ errorMessages: string | readonly string[] | null;
49377
49377
  maxErrors: string | number;
49378
49378
  rules: readonly ValidationRule[];
49379
49379
  centerAffix: boolean;
@@ -49470,7 +49470,7 @@ declare const VTextarea: {
49470
49470
  focused: BooleanConstructor;
49471
49471
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
49472
49472
  errorMessages: {
49473
- type: PropType<string | readonly string[]>;
49473
+ type: PropType<string | readonly string[] | null>;
49474
49474
  default: () => never[];
49475
49475
  };
49476
49476
  maxErrors: {
@@ -49580,7 +49580,7 @@ declare const VTextarea: {
49580
49580
  focused: BooleanConstructor;
49581
49581
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
49582
49582
  errorMessages: {
49583
- type: PropType<string | readonly string[]>;
49583
+ type: PropType<string | readonly string[] | null>;
49584
49584
  default: () => never[];
49585
49585
  };
49586
49586
  maxErrors: {
@@ -49665,7 +49665,7 @@ declare const VTextField: {
49665
49665
  variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
49666
49666
  clearIcon?: IconValue | undefined;
49667
49667
  focused?: boolean | undefined;
49668
- errorMessages?: string | readonly string[] | undefined;
49668
+ errorMessages?: string | readonly string[] | null | undefined;
49669
49669
  maxErrors?: string | number | undefined;
49670
49670
  rules?: readonly ValidationRule[] | undefined;
49671
49671
  centerAffix?: boolean | undefined;
@@ -49707,7 +49707,7 @@ declare const VTextField: {
49707
49707
  ref_key?: string | undefined;
49708
49708
  theme?: string | undefined;
49709
49709
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
49710
- counter?: string | number | true | undefined;
49710
+ counter?: string | number | boolean | undefined;
49711
49711
  'v-slots'?: {
49712
49712
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
49713
49713
  clear?: false | (() => vue.VNodeChild) | undefined;
@@ -49863,7 +49863,7 @@ declare const VTextField: {
49863
49863
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
49864
49864
  clearIcon: IconValue;
49865
49865
  focused: boolean;
49866
- errorMessages: string | readonly string[];
49866
+ errorMessages: string | readonly string[] | null;
49867
49867
  maxErrors: string | number;
49868
49868
  rules: readonly ValidationRule[];
49869
49869
  persistentHint: boolean;
@@ -49884,7 +49884,7 @@ declare const VTextField: {
49884
49884
  class?: any;
49885
49885
  placeholder?: string | undefined;
49886
49886
  theme?: string | undefined;
49887
- counter?: string | number | true | undefined;
49887
+ counter?: string | number | boolean | undefined;
49888
49888
  rounded?: string | number | boolean | undefined;
49889
49889
  modelValue?: any;
49890
49890
  bgColor?: string | undefined;
@@ -49972,7 +49972,7 @@ declare const VTextField: {
49972
49972
  messages?: string | readonly string[] | undefined;
49973
49973
  density?: Density | undefined;
49974
49974
  focused?: boolean | undefined;
49975
- errorMessages?: string | readonly string[] | undefined;
49975
+ errorMessages?: string | readonly string[] | null | undefined;
49976
49976
  maxErrors?: string | number | undefined;
49977
49977
  rules?: readonly ValidationRule[] | undefined;
49978
49978
  centerAffix?: boolean | undefined;
@@ -50090,7 +50090,7 @@ declare const VTextField: {
50090
50090
  messages: string | readonly string[];
50091
50091
  density: Density;
50092
50092
  focused: boolean;
50093
- errorMessages: string | readonly string[];
50093
+ errorMessages: string | readonly string[] | null;
50094
50094
  maxErrors: string | number;
50095
50095
  rules: readonly ValidationRule[];
50096
50096
  centerAffix: boolean;
@@ -50148,7 +50148,7 @@ declare const VTextField: {
50148
50148
  messages: string | readonly string[];
50149
50149
  density: Density;
50150
50150
  focused: boolean;
50151
- errorMessages: string | readonly string[];
50151
+ errorMessages: string | readonly string[] | null;
50152
50152
  maxErrors: string | number;
50153
50153
  rules: readonly ValidationRule[];
50154
50154
  centerAffix: boolean;
@@ -50198,7 +50198,7 @@ declare const VTextField: {
50198
50198
  messages: string | readonly string[];
50199
50199
  density: Density;
50200
50200
  focused: boolean;
50201
- errorMessages: string | readonly string[];
50201
+ errorMessages: string | readonly string[] | null;
50202
50202
  maxErrors: string | number;
50203
50203
  rules: readonly ValidationRule[];
50204
50204
  centerAffix: boolean;
@@ -50513,7 +50513,7 @@ declare const VTextField: {
50513
50513
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
50514
50514
  clearIcon: IconValue;
50515
50515
  focused: boolean;
50516
- errorMessages: string | readonly string[];
50516
+ errorMessages: string | readonly string[] | null;
50517
50517
  maxErrors: string | number;
50518
50518
  rules: readonly ValidationRule[];
50519
50519
  centerAffix: boolean;
@@ -50597,7 +50597,7 @@ declare const VTextField: {
50597
50597
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
50598
50598
  clearIcon: IconValue;
50599
50599
  focused: boolean;
50600
- errorMessages: string | readonly string[];
50600
+ errorMessages: string | readonly string[] | null;
50601
50601
  maxErrors: string | number;
50602
50602
  rules: readonly ValidationRule[];
50603
50603
  persistentHint: boolean;
@@ -50618,7 +50618,7 @@ declare const VTextField: {
50618
50618
  class?: any;
50619
50619
  placeholder?: string | undefined;
50620
50620
  theme?: string | undefined;
50621
- counter?: string | number | true | undefined;
50621
+ counter?: string | number | boolean | undefined;
50622
50622
  rounded?: string | number | boolean | undefined;
50623
50623
  modelValue?: any;
50624
50624
  bgColor?: string | undefined;
@@ -50706,7 +50706,7 @@ declare const VTextField: {
50706
50706
  messages?: string | readonly string[] | undefined;
50707
50707
  density?: Density | undefined;
50708
50708
  focused?: boolean | undefined;
50709
- errorMessages?: string | readonly string[] | undefined;
50709
+ errorMessages?: string | readonly string[] | null | undefined;
50710
50710
  maxErrors?: string | number | undefined;
50711
50711
  rules?: readonly ValidationRule[] | undefined;
50712
50712
  centerAffix?: boolean | undefined;
@@ -50824,7 +50824,7 @@ declare const VTextField: {
50824
50824
  messages: string | readonly string[];
50825
50825
  density: Density;
50826
50826
  focused: boolean;
50827
- errorMessages: string | readonly string[];
50827
+ errorMessages: string | readonly string[] | null;
50828
50828
  maxErrors: string | number;
50829
50829
  rules: readonly ValidationRule[];
50830
50830
  centerAffix: boolean;
@@ -50882,7 +50882,7 @@ declare const VTextField: {
50882
50882
  messages: string | readonly string[];
50883
50883
  density: Density;
50884
50884
  focused: boolean;
50885
- errorMessages: string | readonly string[];
50885
+ errorMessages: string | readonly string[] | null;
50886
50886
  maxErrors: string | number;
50887
50887
  rules: readonly ValidationRule[];
50888
50888
  centerAffix: boolean;
@@ -50932,7 +50932,7 @@ declare const VTextField: {
50932
50932
  messages: string | readonly string[];
50933
50933
  density: Density;
50934
50934
  focused: boolean;
50935
- errorMessages: string | readonly string[];
50935
+ errorMessages: string | readonly string[] | null;
50936
50936
  maxErrors: string | number;
50937
50937
  rules: readonly ValidationRule[];
50938
50938
  centerAffix: boolean;
@@ -51245,7 +51245,7 @@ declare const VTextField: {
51245
51245
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
51246
51246
  clearIcon: IconValue;
51247
51247
  focused: boolean;
51248
- errorMessages: string | readonly string[];
51248
+ errorMessages: string | readonly string[] | null;
51249
51249
  maxErrors: string | number;
51250
51250
  rules: readonly ValidationRule[];
51251
51251
  persistentHint: boolean;
@@ -51266,7 +51266,7 @@ declare const VTextField: {
51266
51266
  class?: any;
51267
51267
  placeholder?: string | undefined;
51268
51268
  theme?: string | undefined;
51269
- counter?: string | number | true | undefined;
51269
+ counter?: string | number | boolean | undefined;
51270
51270
  rounded?: string | number | boolean | undefined;
51271
51271
  modelValue?: any;
51272
51272
  bgColor?: string | undefined;
@@ -51354,7 +51354,7 @@ declare const VTextField: {
51354
51354
  messages?: string | readonly string[] | undefined;
51355
51355
  density?: Density | undefined;
51356
51356
  focused?: boolean | undefined;
51357
- errorMessages?: string | readonly string[] | undefined;
51357
+ errorMessages?: string | readonly string[] | null | undefined;
51358
51358
  maxErrors?: string | number | undefined;
51359
51359
  rules?: readonly ValidationRule[] | undefined;
51360
51360
  centerAffix?: boolean | undefined;
@@ -51472,7 +51472,7 @@ declare const VTextField: {
51472
51472
  messages: string | readonly string[];
51473
51473
  density: Density;
51474
51474
  focused: boolean;
51475
- errorMessages: string | readonly string[];
51475
+ errorMessages: string | readonly string[] | null;
51476
51476
  maxErrors: string | number;
51477
51477
  rules: readonly ValidationRule[];
51478
51478
  centerAffix: boolean;
@@ -51530,7 +51530,7 @@ declare const VTextField: {
51530
51530
  messages: string | readonly string[];
51531
51531
  density: Density;
51532
51532
  focused: boolean;
51533
- errorMessages: string | readonly string[];
51533
+ errorMessages: string | readonly string[] | null;
51534
51534
  maxErrors: string | number;
51535
51535
  rules: readonly ValidationRule[];
51536
51536
  centerAffix: boolean;
@@ -51580,7 +51580,7 @@ declare const VTextField: {
51580
51580
  messages: string | readonly string[];
51581
51581
  density: Density;
51582
51582
  focused: boolean;
51583
- errorMessages: string | readonly string[];
51583
+ errorMessages: string | readonly string[] | null;
51584
51584
  maxErrors: string | number;
51585
51585
  rules: readonly ValidationRule[];
51586
51586
  centerAffix: boolean;
@@ -51895,7 +51895,7 @@ declare const VTextField: {
51895
51895
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
51896
51896
  clearIcon: IconValue;
51897
51897
  focused: boolean;
51898
- errorMessages: string | readonly string[];
51898
+ errorMessages: string | readonly string[] | null;
51899
51899
  maxErrors: string | number;
51900
51900
  rules: readonly ValidationRule[];
51901
51901
  centerAffix: boolean;
@@ -51992,7 +51992,7 @@ declare const VTextField: {
51992
51992
  focused: BooleanConstructor;
51993
51993
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
51994
51994
  errorMessages: {
51995
- type: PropType<string | readonly string[]>;
51995
+ type: PropType<string | readonly string[] | null>;
51996
51996
  default: () => never[];
51997
51997
  };
51998
51998
  maxErrors: {
@@ -52034,7 +52034,7 @@ declare const VTextField: {
52034
52034
  'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52035
52035
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52036
52036
  autofocus: BooleanConstructor;
52037
- counter: PropType<string | number | true>;
52037
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
52038
52038
  counterValue: PropType<number | ((value: any) => number)>;
52039
52039
  prefix: StringConstructor;
52040
52040
  placeholder: StringConstructor;
@@ -52096,7 +52096,7 @@ declare const VTextField: {
52096
52096
  focused: BooleanConstructor;
52097
52097
  'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
52098
52098
  errorMessages: {
52099
- type: PropType<string | readonly string[]>;
52099
+ type: PropType<string | readonly string[] | null>;
52100
52100
  default: () => never[];
52101
52101
  };
52102
52102
  maxErrors: {
@@ -52138,7 +52138,7 @@ declare const VTextField: {
52138
52138
  'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52139
52139
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52140
52140
  autofocus: BooleanConstructor;
52141
- counter: PropType<string | number | true>;
52141
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
52142
52142
  counterValue: PropType<number | ((value: any) => number)>;
52143
52143
  prefix: StringConstructor;
52144
52144
  placeholder: StringConstructor;
@@ -55205,7 +55205,7 @@ declare const VValidation: {
55205
55205
  disabled?: boolean | null | undefined;
55206
55206
  readonly?: boolean | null | undefined;
55207
55207
  focused?: boolean | undefined;
55208
- errorMessages?: string | readonly string[] | undefined;
55208
+ errorMessages?: string | readonly string[] | null | undefined;
55209
55209
  maxErrors?: string | number | undefined;
55210
55210
  rules?: readonly ValidationRule[] | undefined;
55211
55211
  key?: string | number | symbol | undefined;
@@ -55357,7 +55357,7 @@ declare const VValidation: {
55357
55357
  disabled: boolean | null;
55358
55358
  readonly: boolean | null;
55359
55359
  focused: boolean;
55360
- errorMessages: string | readonly string[];
55360
+ errorMessages: string | readonly string[] | null;
55361
55361
  maxErrors: string | number;
55362
55362
  rules: readonly ValidationRule[];
55363
55363
  } & {
@@ -55443,7 +55443,7 @@ declare const VValidation: {
55443
55443
  disabled: boolean | null;
55444
55444
  readonly: boolean | null;
55445
55445
  focused: boolean;
55446
- errorMessages: string | readonly string[];
55446
+ errorMessages: string | readonly string[] | null;
55447
55447
  maxErrors: string | number;
55448
55448
  rules: readonly ValidationRule[];
55449
55449
  }, {}, string, vue.SlotsType<Partial<{
@@ -55489,7 +55489,7 @@ declare const VValidation: {
55489
55489
  disabled: boolean | null;
55490
55490
  readonly: boolean | null;
55491
55491
  focused: boolean;
55492
- errorMessages: string | readonly string[];
55492
+ errorMessages: string | readonly string[] | null;
55493
55493
  maxErrors: string | number;
55494
55494
  rules: readonly ValidationRule[];
55495
55495
  } & {
@@ -55577,7 +55577,7 @@ declare const VValidation: {
55577
55577
  disabled: boolean | null;
55578
55578
  readonly: boolean | null;
55579
55579
  focused: boolean;
55580
- errorMessages: string | readonly string[];
55580
+ errorMessages: string | readonly string[] | null;
55581
55581
  maxErrors: string | number;
55582
55582
  rules: readonly ValidationRule[];
55583
55583
  } & {
@@ -55663,7 +55663,7 @@ declare const VValidation: {
55663
55663
  disabled: boolean | null;
55664
55664
  readonly: boolean | null;
55665
55665
  focused: boolean;
55666
- errorMessages: string | readonly string[];
55666
+ errorMessages: string | readonly string[] | null;
55667
55667
  maxErrors: string | number;
55668
55668
  rules: readonly ValidationRule[];
55669
55669
  }, {}, string, vue.SlotsType<Partial<{
@@ -55693,7 +55693,7 @@ declare const VValidation: {
55693
55693
  };
55694
55694
  error: BooleanConstructor;
55695
55695
  errorMessages: {
55696
- type: vue.PropType<string | readonly string[]>;
55696
+ type: vue.PropType<string | readonly string[] | null>;
55697
55697
  default: () => never[];
55698
55698
  };
55699
55699
  maxErrors: {
@@ -55722,7 +55722,7 @@ declare const VValidation: {
55722
55722
  };
55723
55723
  error: BooleanConstructor;
55724
55724
  errorMessages: {
55725
- type: vue.PropType<string | readonly string[]>;
55725
+ type: vue.PropType<string | readonly string[] | null>;
55726
55726
  default: () => never[];
55727
55727
  };
55728
55728
  maxErrors: {