@vuetify/nightly 3.2.0-dev-20230407.0 → 3.2.0-dev-20230415.0

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 (93) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/json/attributes.json +24 -8
  3. package/dist/json/importMap.json +14 -14
  4. package/dist/json/tags.json +5 -1
  5. package/dist/json/web-types.json +83 -47
  6. package/dist/vuetify-labs.css +2299 -2280
  7. package/dist/vuetify-labs.d.ts +548 -498
  8. package/dist/vuetify-labs.esm.js +92 -50
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +92 -50
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +23 -4
  13. package/dist/vuetify.d.ts +430 -406
  14. package/dist/vuetify.esm.js +74 -33
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +74 -33
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +280 -270
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/index.d.ts +38 -32
  24. package/lib/components/VCheckbox/index.d.ts +14 -14
  25. package/lib/components/VChip/VChip.mjs +2 -2
  26. package/lib/components/VChip/VChip.mjs.map +1 -1
  27. package/lib/components/VChip/index.d.ts +14 -14
  28. package/lib/components/VCombobox/VCombobox.mjs +6 -3
  29. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  30. package/lib/components/VCombobox/index.d.ts +38 -32
  31. package/lib/components/VField/VField.mjs +3 -3
  32. package/lib/components/VField/VField.mjs.map +1 -1
  33. package/lib/components/VField/index.d.ts +20 -20
  34. package/lib/components/VFileInput/VFileInput.mjs +0 -1
  35. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  36. package/lib/components/VFileInput/index.d.ts +50 -56
  37. package/lib/components/VImg/VImg.mjs +3 -3
  38. package/lib/components/VImg/VImg.mjs.map +1 -1
  39. package/lib/components/VImg/index.d.ts +19 -19
  40. package/lib/components/VInput/VInput.mjs +2 -2
  41. package/lib/components/VInput/VInput.mjs.map +1 -1
  42. package/lib/components/VInput/index.d.ts +14 -14
  43. package/lib/components/VList/VList.mjs +2 -1
  44. package/lib/components/VList/VList.mjs.map +1 -1
  45. package/lib/components/VList/VListItem.css +12 -0
  46. package/lib/components/VList/VListItem.mjs +2 -2
  47. package/lib/components/VList/VListItem.mjs.map +1 -1
  48. package/lib/components/VList/VListItem.sass +5 -0
  49. package/lib/components/VList/index.d.ts +14 -14
  50. package/lib/components/VOverlay/useActivator.mjs +1 -0
  51. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  52. package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
  53. package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
  54. package/lib/components/VProgressCircular/_variables.scss +1 -0
  55. package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
  56. package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
  57. package/lib/components/VProgressLinear/_variables.scss +1 -1
  58. package/lib/components/VRadioGroup/index.d.ts +14 -14
  59. package/lib/components/VRangeSlider/index.d.ts +14 -14
  60. package/lib/components/VSelect/VSelect.mjs +31 -2
  61. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  62. package/lib/components/VSelect/index.d.ts +38 -32
  63. package/lib/components/VSlider/index.d.ts +14 -14
  64. package/lib/components/VSwitch/index.d.ts +14 -14
  65. package/lib/components/VTextField/VTextField.mjs +2 -2
  66. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  67. package/lib/components/VTextField/index.d.ts +83 -77
  68. package/lib/components/VTextarea/VTextarea.mjs +8 -5
  69. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  70. package/lib/components/VTextarea/index.d.ts +56 -50
  71. package/lib/components/VToolbar/VToolbar.css +2 -0
  72. package/lib/components/VToolbar/VToolbar.sass +2 -0
  73. package/lib/components/index.d.ts +426 -402
  74. package/lib/composables/proxiedModel.mjs +2 -1
  75. package/lib/composables/proxiedModel.mjs.map +1 -1
  76. package/lib/composables/theme.mjs +1 -1
  77. package/lib/composables/theme.mjs.map +1 -1
  78. package/lib/entry-bundler.mjs +1 -1
  79. package/lib/framework.mjs +1 -1
  80. package/lib/index.d.ts +4 -4
  81. package/lib/labs/VDataTable/VDataTable.mjs +4 -4
  82. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  83. package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
  84. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  85. package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
  86. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  87. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
  88. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  89. package/lib/labs/VDataTable/index.d.ts +122 -96
  90. package/lib/labs/components.d.ts +122 -96
  91. package/lib/util/helpers.mjs +1 -1
  92. package/lib/util/helpers.mjs.map +1 -1
  93. package/package.json +2 -2
@@ -76,8 +76,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
76
76
 
77
77
  declare function deepEqual(a: any, b: any): boolean;
78
78
  type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
79
- type EventProp<T = (...args: any[]) => any> = T | T[];
80
- declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
79
+ type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
80
+ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
81
81
 
82
82
  declare const VApp: {
83
83
  new (...args: any[]): {
@@ -2427,8 +2427,8 @@ declare const VInput: {
2427
2427
  modelValue?: any;
2428
2428
  prependIcon?: IconValue | undefined;
2429
2429
  appendIcon?: IconValue | undefined;
2430
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
2431
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
2430
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2431
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2432
2432
  validateOn?: "input" | "blur" | "submit" | undefined;
2433
2433
  validationValue?: any;
2434
2434
  hideDetails?: boolean | "auto" | undefined;
@@ -2490,8 +2490,8 @@ declare const VInput: {
2490
2490
  modelValue?: any;
2491
2491
  prependIcon?: IconValue | undefined;
2492
2492
  appendIcon?: IconValue | undefined;
2493
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
2494
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
2493
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2494
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2495
2495
  validateOn?: "input" | "blur" | "submit" | undefined;
2496
2496
  validationValue?: any;
2497
2497
  hideDetails?: boolean | "auto" | undefined;
@@ -2576,8 +2576,8 @@ declare const VInput: {
2576
2576
  modelValue?: any;
2577
2577
  prependIcon?: IconValue | undefined;
2578
2578
  appendIcon?: IconValue | undefined;
2579
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
2580
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
2579
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2580
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2581
2581
  validateOn?: "input" | "blur" | "submit" | undefined;
2582
2582
  validationValue?: any;
2583
2583
  hideDetails?: boolean | "auto" | undefined;
@@ -2633,8 +2633,8 @@ declare const VInput: {
2633
2633
  modelValue?: any;
2634
2634
  prependIcon?: IconValue | undefined;
2635
2635
  appendIcon?: IconValue | undefined;
2636
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
2637
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
2636
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2637
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2638
2638
  validateOn?: "input" | "blur" | "submit" | undefined;
2639
2639
  validationValue?: any;
2640
2640
  hideDetails?: boolean | "auto" | undefined;
@@ -2721,8 +2721,8 @@ declare const VInput: {
2721
2721
  default: string;
2722
2722
  validator: (v: any) => boolean;
2723
2723
  };
2724
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
2725
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
2724
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2725
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2726
2726
  }, vue.ExtractPropTypes<{
2727
2727
  focused: BooleanConstructor;
2728
2728
  disabled: BooleanConstructor;
@@ -2763,8 +2763,8 @@ declare const VInput: {
2763
2763
  default: string;
2764
2764
  validator: (v: any) => boolean;
2765
2765
  };
2766
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
2767
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
2766
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2767
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2768
2768
  }>>;
2769
2769
  type VInput = InstanceType<typeof VInput>;
2770
2770
 
@@ -2819,9 +2819,9 @@ declare const VField: {
2819
2819
  default: string;
2820
2820
  validator: (v: any) => boolean;
2821
2821
  };
2822
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
2823
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
2824
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
2822
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2823
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2824
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2825
2825
  focused: BooleanConstructor;
2826
2826
  id: StringConstructor;
2827
2827
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -2865,9 +2865,9 @@ declare const VField: {
2865
2865
  default: string;
2866
2866
  validator: (v: any) => boolean;
2867
2867
  };
2868
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
2869
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
2870
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
2868
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2869
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2870
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2871
2871
  focused: BooleanConstructor;
2872
2872
  id: StringConstructor;
2873
2873
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -2934,9 +2934,9 @@ declare const VField: {
2934
2934
  default: string;
2935
2935
  validator: (v: any) => boolean;
2936
2936
  };
2937
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
2938
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
2939
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
2937
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2938
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2939
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2940
2940
  focused: BooleanConstructor;
2941
2941
  id: StringConstructor;
2942
2942
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -2972,9 +2972,9 @@ declare const VField: {
2972
2972
  default: string;
2973
2973
  validator: (v: any) => boolean;
2974
2974
  };
2975
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
2976
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
2977
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
2975
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2976
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2977
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2978
2978
  focused: BooleanConstructor;
2979
2979
  id: StringConstructor;
2980
2980
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -3058,9 +3058,9 @@ declare const VField: {
3058
3058
  default: string;
3059
3059
  validator: (v: any) => boolean;
3060
3060
  };
3061
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
3062
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
3063
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
3061
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3062
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3063
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3064
3064
  focused: BooleanConstructor;
3065
3065
  id: StringConstructor;
3066
3066
  }, vue.ExtractPropTypes<{
@@ -3088,9 +3088,9 @@ declare const VField: {
3088
3088
  default: string;
3089
3089
  validator: (v: any) => boolean;
3090
3090
  };
3091
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
3092
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
3093
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
3091
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3092
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3093
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3094
3094
  focused: BooleanConstructor;
3095
3095
  id: StringConstructor;
3096
3096
  }>>;
@@ -3291,11 +3291,11 @@ declare const VAutocomplete: {
3291
3291
  default: string;
3292
3292
  };
3293
3293
  prependInnerIcon: vue.PropType<IconValue>;
3294
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
3295
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
3296
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
3297
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
3298
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
3294
+ 'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3295
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3296
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3297
+ 'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3298
+ 'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3299
3299
  focused: BooleanConstructor;
3300
3300
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
3301
3301
  errorMessages: {
@@ -3320,6 +3320,7 @@ declare const VAutocomplete: {
3320
3320
  persistentCounter: BooleanConstructor;
3321
3321
  suffix: StringConstructor;
3322
3322
  counterValue: vue.PropType<(value: any) => number>;
3323
+ modelModifiers: vue.PropType<Record<string, boolean>>;
3323
3324
  items: {
3324
3325
  type: vue.PropType<any[]>;
3325
3326
  default: () => never[];
@@ -3773,11 +3774,11 @@ declare const VAutocomplete: {
3773
3774
  default: string;
3774
3775
  };
3775
3776
  prependInnerIcon: vue.PropType<IconValue>;
3776
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
3777
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
3778
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
3779
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
3780
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
3777
+ 'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3778
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3779
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3780
+ 'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3781
+ 'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3781
3782
  focused: BooleanConstructor;
3782
3783
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
3783
3784
  errorMessages: {
@@ -3802,6 +3803,7 @@ declare const VAutocomplete: {
3802
3803
  persistentCounter: BooleanConstructor;
3803
3804
  suffix: StringConstructor;
3804
3805
  counterValue: vue.PropType<(value: any) => number>;
3806
+ modelModifiers: vue.PropType<Record<string, boolean>>;
3805
3807
  items: {
3806
3808
  type: vue.PropType<any[]>;
3807
3809
  default: () => never[];
@@ -4317,11 +4319,11 @@ declare const VAutocomplete: {
4317
4319
  default: string;
4318
4320
  };
4319
4321
  prependInnerIcon: vue.PropType<IconValue>;
4320
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
4321
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
4322
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
4323
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
4324
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
4322
+ 'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4323
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4324
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4325
+ 'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4326
+ 'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4325
4327
  focused: BooleanConstructor;
4326
4328
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
4327
4329
  errorMessages: {
@@ -4346,6 +4348,7 @@ declare const VAutocomplete: {
4346
4348
  persistentCounter: BooleanConstructor;
4347
4349
  suffix: StringConstructor;
4348
4350
  counterValue: vue.PropType<(value: any) => number>;
4351
+ modelModifiers: vue.PropType<Record<string, boolean>>;
4349
4352
  items: {
4350
4353
  type: vue.PropType<any[]>;
4351
4354
  default: () => never[];
@@ -4798,11 +4801,11 @@ declare const VAutocomplete: {
4798
4801
  default: string;
4799
4802
  };
4800
4803
  prependInnerIcon: vue.PropType<IconValue>;
4801
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
4802
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
4803
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
4804
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
4805
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
4804
+ 'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4805
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4806
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4807
+ 'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4808
+ 'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4806
4809
  focused: BooleanConstructor;
4807
4810
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
4808
4811
  errorMessages: {
@@ -4827,6 +4830,7 @@ declare const VAutocomplete: {
4827
4830
  persistentCounter: BooleanConstructor;
4828
4831
  suffix: StringConstructor;
4829
4832
  counterValue: vue.PropType<(value: any) => number>;
4833
+ modelModifiers: vue.PropType<Record<string, boolean>>;
4830
4834
  items: {
4831
4835
  type: vue.PropType<any[]>;
4832
4836
  default: () => never[];
@@ -5438,11 +5442,11 @@ declare const VAutocomplete: {
5438
5442
  default: string;
5439
5443
  };
5440
5444
  prependInnerIcon: vue.PropType<IconValue>;
5441
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
5442
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
5443
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
5444
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
5445
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
5445
+ 'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5446
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5447
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5448
+ 'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5449
+ 'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5446
5450
  focused: BooleanConstructor;
5447
5451
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
5448
5452
  errorMessages: {
@@ -5467,6 +5471,7 @@ declare const VAutocomplete: {
5467
5471
  persistentCounter: BooleanConstructor;
5468
5472
  suffix: StringConstructor;
5469
5473
  counterValue: vue.PropType<(value: any) => number>;
5474
+ modelModifiers: vue.PropType<Record<string, boolean>>;
5470
5475
  items: {
5471
5476
  type: vue.PropType<any[]>;
5472
5477
  default: () => never[];
@@ -5903,11 +5908,11 @@ declare const VAutocomplete: {
5903
5908
  default: string;
5904
5909
  };
5905
5910
  prependInnerIcon: vue.PropType<IconValue>;
5906
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
5907
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
5908
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
5909
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
5910
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
5911
+ 'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5912
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5913
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5914
+ 'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5915
+ 'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5911
5916
  focused: BooleanConstructor;
5912
5917
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
5913
5918
  errorMessages: {
@@ -5932,6 +5937,7 @@ declare const VAutocomplete: {
5932
5937
  persistentCounter: BooleanConstructor;
5933
5938
  suffix: StringConstructor;
5934
5939
  counterValue: vue.PropType<(value: any) => number>;
5940
+ modelModifiers: vue.PropType<Record<string, boolean>>;
5935
5941
  items: {
5936
5942
  type: vue.PropType<any[]>;
5937
5943
  default: () => never[];
@@ -12145,8 +12151,8 @@ declare const VCheckbox: {
12145
12151
  modelValue?: any;
12146
12152
  prependIcon?: IconValue | undefined;
12147
12153
  appendIcon?: IconValue | undefined;
12148
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
12149
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
12154
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12155
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12150
12156
  validateOn?: "input" | "blur" | "submit" | undefined;
12151
12157
  validationValue?: any;
12152
12158
  hideDetails?: boolean | "auto" | undefined;
@@ -12241,8 +12247,8 @@ declare const VCheckbox: {
12241
12247
  modelValue?: any;
12242
12248
  prependIcon?: IconValue | undefined;
12243
12249
  appendIcon?: IconValue | undefined;
12244
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
12245
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
12250
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12251
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12246
12252
  validateOn?: "input" | "blur" | "submit" | undefined;
12247
12253
  validationValue?: any;
12248
12254
  hideDetails?: boolean | "auto" | undefined;
@@ -12363,8 +12369,8 @@ declare const VCheckbox: {
12363
12369
  modelValue?: any;
12364
12370
  prependIcon?: IconValue | undefined;
12365
12371
  appendIcon?: IconValue | undefined;
12366
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
12367
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
12372
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12373
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12368
12374
  validateOn?: "input" | "blur" | "submit" | undefined;
12369
12375
  validationValue?: any;
12370
12376
  hideDetails?: boolean | "auto" | undefined;
@@ -12449,8 +12455,8 @@ declare const VCheckbox: {
12449
12455
  modelValue?: any;
12450
12456
  prependIcon?: IconValue | undefined;
12451
12457
  appendIcon?: IconValue | undefined;
12452
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
12453
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
12458
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12459
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12454
12460
  validateOn?: "input" | "blur" | "submit" | undefined;
12455
12461
  validationValue?: any;
12456
12462
  hideDetails?: boolean | "auto" | undefined;
@@ -12593,8 +12599,8 @@ declare const VCheckbox: {
12593
12599
  default: string;
12594
12600
  validator: (v: any) => boolean;
12595
12601
  };
12596
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
12597
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
12602
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
12603
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
12598
12604
  }, vue.ExtractPropTypes<{
12599
12605
  type: StringConstructor;
12600
12606
  error: BooleanConstructor;
@@ -12666,8 +12672,8 @@ declare const VCheckbox: {
12666
12672
  default: string;
12667
12673
  validator: (v: any) => boolean;
12668
12674
  };
12669
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
12670
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
12675
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
12676
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
12671
12677
  }>>;
12672
12678
  type VCheckbox = InstanceType<typeof VCheckbox>;
12673
12679
 
@@ -13135,8 +13141,8 @@ declare const VChip: {
13135
13141
  color?: string | undefined;
13136
13142
  value?: any;
13137
13143
  text?: string | undefined;
13138
- onClick?: EventProp<(...args: any[]) => any> | undefined;
13139
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
13144
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13145
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13140
13146
  href?: string | undefined;
13141
13147
  elevation?: string | number | undefined;
13142
13148
  to?: vue_router.RouteLocationRaw | undefined;
@@ -13219,8 +13225,8 @@ declare const VChip: {
13219
13225
  color?: string | undefined;
13220
13226
  value?: any;
13221
13227
  text?: string | undefined;
13222
- onClick?: EventProp<(...args: any[]) => any> | undefined;
13223
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
13228
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13229
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13224
13230
  href?: string | undefined;
13225
13231
  elevation?: string | number | undefined;
13226
13232
  to?: vue_router.RouteLocationRaw | undefined;
@@ -13334,8 +13340,8 @@ declare const VChip: {
13334
13340
  color?: string | undefined;
13335
13341
  value?: any;
13336
13342
  text?: string | undefined;
13337
- onClick?: EventProp<(...args: any[]) => any> | undefined;
13338
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
13343
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13344
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13339
13345
  href?: string | undefined;
13340
13346
  elevation?: string | number | undefined;
13341
13347
  to?: vue_router.RouteLocationRaw | undefined;
@@ -13406,8 +13412,8 @@ declare const VChip: {
13406
13412
  color?: string | undefined;
13407
13413
  value?: any;
13408
13414
  text?: string | undefined;
13409
- onClick?: EventProp<(...args: any[]) => any> | undefined;
13410
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
13415
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13416
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
13411
13417
  href?: string | undefined;
13412
13418
  elevation?: string | number | undefined;
13413
13419
  to?: vue_router.RouteLocationRaw | undefined;
@@ -13555,8 +13561,8 @@ declare const VChip: {
13555
13561
  type: BooleanConstructor;
13556
13562
  default: boolean;
13557
13563
  };
13558
- onClick: vue.PropType<EventProp<(...args: any[]) => any>>;
13559
- onClickOnce: vue.PropType<EventProp<(...args: any[]) => any>>;
13564
+ onClick: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
13565
+ onClickOnce: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
13560
13566
  }, vue.ExtractPropTypes<{
13561
13567
  color: StringConstructor;
13562
13568
  variant: Omit<{
@@ -13635,8 +13641,8 @@ declare const VChip: {
13635
13641
  type: BooleanConstructor;
13636
13642
  default: boolean;
13637
13643
  };
13638
- onClick: vue.PropType<EventProp<(...args: any[]) => any>>;
13639
- onClickOnce: vue.PropType<EventProp<(...args: any[]) => any>>;
13644
+ onClick: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
13645
+ onClickOnce: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
13640
13646
  }>>;
13641
13647
  type VChip = InstanceType<typeof VChip>;
13642
13648
 
@@ -14574,11 +14580,11 @@ declare const VCombobox: {
14574
14580
  default: string;
14575
14581
  };
14576
14582
  prependInnerIcon: PropType<IconValue>;
14577
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
14578
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
14579
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
14580
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
14581
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
14583
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14584
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14585
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14586
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14587
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14582
14588
  focused: BooleanConstructor;
14583
14589
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
14584
14590
  errorMessages: {
@@ -14603,6 +14609,7 @@ declare const VCombobox: {
14603
14609
  persistentCounter: BooleanConstructor;
14604
14610
  suffix: StringConstructor;
14605
14611
  counterValue: PropType<(value: any) => number>;
14612
+ modelModifiers: PropType<Record<string, boolean>>;
14606
14613
  items: {
14607
14614
  type: PropType<any[]>;
14608
14615
  default: () => never[];
@@ -15062,11 +15069,11 @@ declare const VCombobox: {
15062
15069
  default: string;
15063
15070
  };
15064
15071
  prependInnerIcon: PropType<IconValue>;
15065
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
15066
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
15067
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
15068
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
15069
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
15072
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15073
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15074
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15075
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15076
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15070
15077
  focused: BooleanConstructor;
15071
15078
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
15072
15079
  errorMessages: {
@@ -15091,6 +15098,7 @@ declare const VCombobox: {
15091
15098
  persistentCounter: BooleanConstructor;
15092
15099
  suffix: StringConstructor;
15093
15100
  counterValue: PropType<(value: any) => number>;
15101
+ modelModifiers: PropType<Record<string, boolean>>;
15094
15102
  items: {
15095
15103
  type: PropType<any[]>;
15096
15104
  default: () => never[];
@@ -15611,11 +15619,11 @@ declare const VCombobox: {
15611
15619
  default: string;
15612
15620
  };
15613
15621
  prependInnerIcon: PropType<IconValue>;
15614
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
15615
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
15616
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
15617
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
15618
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
15622
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15623
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15624
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15625
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15626
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15619
15627
  focused: BooleanConstructor;
15620
15628
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
15621
15629
  errorMessages: {
@@ -15640,6 +15648,7 @@ declare const VCombobox: {
15640
15648
  persistentCounter: BooleanConstructor;
15641
15649
  suffix: StringConstructor;
15642
15650
  counterValue: PropType<(value: any) => number>;
15651
+ modelModifiers: PropType<Record<string, boolean>>;
15643
15652
  items: {
15644
15653
  type: PropType<any[]>;
15645
15654
  default: () => never[];
@@ -16097,11 +16106,11 @@ declare const VCombobox: {
16097
16106
  default: string;
16098
16107
  };
16099
16108
  prependInnerIcon: PropType<IconValue>;
16100
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
16101
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
16102
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
16103
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
16104
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
16109
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16110
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16111
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16112
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16113
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16105
16114
  focused: BooleanConstructor;
16106
16115
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
16107
16116
  errorMessages: {
@@ -16126,6 +16135,7 @@ declare const VCombobox: {
16126
16135
  persistentCounter: BooleanConstructor;
16127
16136
  suffix: StringConstructor;
16128
16137
  counterValue: PropType<(value: any) => number>;
16138
+ modelModifiers: PropType<Record<string, boolean>>;
16129
16139
  items: {
16130
16140
  type: PropType<any[]>;
16131
16141
  default: () => never[];
@@ -16742,11 +16752,11 @@ declare const VCombobox: {
16742
16752
  default: string;
16743
16753
  };
16744
16754
  prependInnerIcon: PropType<IconValue>;
16745
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
16746
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
16747
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
16748
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
16749
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
16755
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16756
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16757
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16758
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16759
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16750
16760
  focused: BooleanConstructor;
16751
16761
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
16752
16762
  errorMessages: {
@@ -16771,6 +16781,7 @@ declare const VCombobox: {
16771
16781
  persistentCounter: BooleanConstructor;
16772
16782
  suffix: StringConstructor;
16773
16783
  counterValue: PropType<(value: any) => number>;
16784
+ modelModifiers: PropType<Record<string, boolean>>;
16774
16785
  items: {
16775
16786
  type: PropType<any[]>;
16776
16787
  default: () => never[];
@@ -17213,11 +17224,11 @@ declare const VCombobox: {
17213
17224
  default: string;
17214
17225
  };
17215
17226
  prependInnerIcon: PropType<IconValue>;
17216
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
17217
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
17218
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
17219
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
17220
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
17227
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17228
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17229
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17230
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17231
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17221
17232
  focused: BooleanConstructor;
17222
17233
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
17223
17234
  errorMessages: {
@@ -17242,6 +17253,7 @@ declare const VCombobox: {
17242
17253
  persistentCounter: BooleanConstructor;
17243
17254
  suffix: StringConstructor;
17244
17255
  counterValue: PropType<(value: any) => number>;
17256
+ modelModifiers: PropType<Record<string, boolean>>;
17245
17257
  items: {
17246
17258
  type: PropType<any[]>;
17247
17259
  default: () => never[];
@@ -23891,17 +23903,16 @@ declare const VFileInput: {
23891
23903
  color?: string | undefined;
23892
23904
  loading?: string | boolean | undefined;
23893
23905
  label?: string | undefined;
23894
- placeholder?: string | undefined;
23895
23906
  theme?: string | undefined;
23896
23907
  bgColor?: string | undefined;
23897
23908
  appendIcon?: IconValue | undefined;
23898
23909
  appendInnerIcon?: IconValue | undefined;
23899
23910
  prependInnerIcon?: IconValue | undefined;
23900
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
23901
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
23902
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
23903
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
23904
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
23911
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23912
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23913
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23914
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23915
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23905
23916
  validateOn?: "input" | "blur" | "submit" | undefined;
23906
23917
  validationValue?: any;
23907
23918
  hideDetails?: boolean | "auto" | undefined;
@@ -24006,17 +24017,16 @@ declare const VFileInput: {
24006
24017
  color?: string | undefined;
24007
24018
  loading?: string | boolean | undefined;
24008
24019
  label?: string | undefined;
24009
- placeholder?: string | undefined;
24010
24020
  theme?: string | undefined;
24011
24021
  bgColor?: string | undefined;
24012
24022
  appendIcon?: IconValue | undefined;
24013
24023
  appendInnerIcon?: IconValue | undefined;
24014
24024
  prependInnerIcon?: IconValue | undefined;
24015
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
24016
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24017
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24018
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
24019
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
24025
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24026
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24027
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24028
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24029
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24020
24030
  validateOn?: "input" | "blur" | "submit" | undefined;
24021
24031
  validationValue?: any;
24022
24032
  hideDetails?: boolean | "auto" | undefined;
@@ -24105,8 +24115,8 @@ declare const VFileInput: {
24105
24115
  modelValue?: any;
24106
24116
  prependIcon?: IconValue | undefined;
24107
24117
  appendIcon?: IconValue | undefined;
24108
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24109
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24118
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24119
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24110
24120
  validateOn?: "input" | "blur" | "submit" | undefined;
24111
24121
  validationValue?: any;
24112
24122
  hideDetails?: boolean | "auto" | undefined;
@@ -24168,8 +24178,8 @@ declare const VFileInput: {
24168
24178
  modelValue?: any;
24169
24179
  prependIcon?: IconValue | undefined;
24170
24180
  appendIcon?: IconValue | undefined;
24171
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24172
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24181
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24182
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24173
24183
  validateOn?: "input" | "blur" | "submit" | undefined;
24174
24184
  validationValue?: any;
24175
24185
  hideDetails?: boolean | "auto" | undefined;
@@ -24254,8 +24264,8 @@ declare const VFileInput: {
24254
24264
  modelValue?: any;
24255
24265
  prependIcon?: IconValue | undefined;
24256
24266
  appendIcon?: IconValue | undefined;
24257
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24258
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24267
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24268
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24259
24269
  validateOn?: "input" | "blur" | "submit" | undefined;
24260
24270
  validationValue?: any;
24261
24271
  hideDetails?: boolean | "auto" | undefined;
@@ -24375,17 +24385,16 @@ declare const VFileInput: {
24375
24385
  color?: string | undefined;
24376
24386
  loading?: string | boolean | undefined;
24377
24387
  label?: string | undefined;
24378
- placeholder?: string | undefined;
24379
24388
  theme?: string | undefined;
24380
24389
  bgColor?: string | undefined;
24381
24390
  appendIcon?: IconValue | undefined;
24382
24391
  appendInnerIcon?: IconValue | undefined;
24383
24392
  prependInnerIcon?: IconValue | undefined;
24384
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
24385
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24386
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24387
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
24388
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
24393
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24394
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24395
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24396
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24397
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24389
24398
  validateOn?: "input" | "blur" | "submit" | undefined;
24390
24399
  validationValue?: any;
24391
24400
  hideDetails?: boolean | "auto" | undefined;
@@ -24474,8 +24483,8 @@ declare const VFileInput: {
24474
24483
  modelValue?: any;
24475
24484
  prependIcon?: IconValue | undefined;
24476
24485
  appendIcon?: IconValue | undefined;
24477
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24478
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24486
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24487
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24479
24488
  validateOn?: "input" | "blur" | "submit" | undefined;
24480
24489
  validationValue?: any;
24481
24490
  hideDetails?: boolean | "auto" | undefined;
@@ -24537,8 +24546,8 @@ declare const VFileInput: {
24537
24546
  modelValue?: any;
24538
24547
  prependIcon?: IconValue | undefined;
24539
24548
  appendIcon?: IconValue | undefined;
24540
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24541
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24549
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24550
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24542
24551
  validateOn?: "input" | "blur" | "submit" | undefined;
24543
24552
  validationValue?: any;
24544
24553
  hideDetails?: boolean | "auto" | undefined;
@@ -24623,8 +24632,8 @@ declare const VFileInput: {
24623
24632
  modelValue?: any;
24624
24633
  prependIcon?: IconValue | undefined;
24625
24634
  appendIcon?: IconValue | undefined;
24626
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24627
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24635
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24636
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24628
24637
  validateOn?: "input" | "blur" | "submit" | undefined;
24629
24638
  validationValue?: any;
24630
24639
  hideDetails?: boolean | "auto" | undefined;
@@ -24696,17 +24705,16 @@ declare const VFileInput: {
24696
24705
  color?: string | undefined;
24697
24706
  loading?: string | boolean | undefined;
24698
24707
  label?: string | undefined;
24699
- placeholder?: string | undefined;
24700
24708
  theme?: string | undefined;
24701
24709
  bgColor?: string | undefined;
24702
24710
  appendIcon?: IconValue | undefined;
24703
24711
  appendInnerIcon?: IconValue | undefined;
24704
24712
  prependInnerIcon?: IconValue | undefined;
24705
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
24706
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24707
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24708
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
24709
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
24713
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24714
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24715
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24716
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24717
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24710
24718
  validateOn?: "input" | "blur" | "submit" | undefined;
24711
24719
  validationValue?: any;
24712
24720
  hideDetails?: boolean | "auto" | undefined;
@@ -24795,8 +24803,8 @@ declare const VFileInput: {
24795
24803
  modelValue?: any;
24796
24804
  prependIcon?: IconValue | undefined;
24797
24805
  appendIcon?: IconValue | undefined;
24798
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24799
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24806
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24807
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24800
24808
  validateOn?: "input" | "blur" | "submit" | undefined;
24801
24809
  validationValue?: any;
24802
24810
  hideDetails?: boolean | "auto" | undefined;
@@ -24858,8 +24866,8 @@ declare const VFileInput: {
24858
24866
  modelValue?: any;
24859
24867
  prependIcon?: IconValue | undefined;
24860
24868
  appendIcon?: IconValue | undefined;
24861
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24862
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24869
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24870
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24863
24871
  validateOn?: "input" | "blur" | "submit" | undefined;
24864
24872
  validationValue?: any;
24865
24873
  hideDetails?: boolean | "auto" | undefined;
@@ -24944,8 +24952,8 @@ declare const VFileInput: {
24944
24952
  modelValue?: any;
24945
24953
  prependIcon?: IconValue | undefined;
24946
24954
  appendIcon?: IconValue | undefined;
24947
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
24948
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
24955
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24956
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24949
24957
  validateOn?: "input" | "blur" | "submit" | undefined;
24950
24958
  validationValue?: any;
24951
24959
  hideDetails?: boolean | "auto" | undefined;
@@ -25039,9 +25047,9 @@ declare const VFileInput: {
25039
25047
  default: string;
25040
25048
  validator: (v: any) => boolean;
25041
25049
  };
25042
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
25043
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
25044
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
25050
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25051
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25052
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25045
25053
  modelValue: {
25046
25054
  type: PropType<File[]>;
25047
25055
  default: () => never[];
@@ -25085,8 +25093,8 @@ declare const VFileInput: {
25085
25093
  default: string;
25086
25094
  validator: (v: any) => boolean;
25087
25095
  };
25088
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
25089
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
25096
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25097
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25090
25098
  chips: BooleanConstructor;
25091
25099
  counter: BooleanConstructor;
25092
25100
  counterSizeString: {
@@ -25100,7 +25108,6 @@ declare const VFileInput: {
25100
25108
  multiple: BooleanConstructor;
25101
25109
  hint: StringConstructor;
25102
25110
  persistentHint: BooleanConstructor;
25103
- placeholder: StringConstructor;
25104
25111
  showSize: {
25105
25112
  type: PropType<boolean | 1024 | 1000>;
25106
25113
  default: boolean;
@@ -25134,9 +25141,9 @@ declare const VFileInput: {
25134
25141
  default: string;
25135
25142
  validator: (v: any) => boolean;
25136
25143
  };
25137
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
25138
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
25139
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
25144
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25145
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25146
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25140
25147
  modelValue: {
25141
25148
  type: PropType<File[]>;
25142
25149
  default: () => never[];
@@ -25180,8 +25187,8 @@ declare const VFileInput: {
25180
25187
  default: string;
25181
25188
  validator: (v: any) => boolean;
25182
25189
  };
25183
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
25184
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
25190
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25191
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
25185
25192
  chips: BooleanConstructor;
25186
25193
  counter: BooleanConstructor;
25187
25194
  counterSizeString: {
@@ -25195,7 +25202,6 @@ declare const VFileInput: {
25195
25202
  multiple: BooleanConstructor;
25196
25203
  hint: StringConstructor;
25197
25204
  persistentHint: BooleanConstructor;
25198
- placeholder: StringConstructor;
25199
25205
  showSize: {
25200
25206
  type: PropType<boolean | 1024 | 1000>;
25201
25207
  default: boolean;
@@ -26974,9 +26980,9 @@ declare const VImg: {
26974
26980
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
26975
26981
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
26976
26982
  } & {
26977
- onError?: ((event: string | undefined) => any) | undefined;
26978
- onLoad?: ((event: string | undefined) => any) | undefined;
26979
- onLoadstart?: ((event: string | undefined) => any) | undefined;
26983
+ onError?: ((value: string | undefined) => any) | undefined;
26984
+ onLoad?: ((value: string | undefined) => any) | undefined;
26985
+ onLoadstart?: ((value: string | undefined) => any) | undefined;
26980
26986
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "options" | "cover" | "src">;
26981
26987
  $attrs: {
26982
26988
  [x: string]: unknown;
@@ -26989,7 +26995,7 @@ declare const VImg: {
26989
26995
  }>;
26990
26996
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26991
26997
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26992
- $emit: ((event: "error", event: string | undefined) => void) & ((event: "load", event: string | undefined) => void) & ((event: "loadstart", event: string | undefined) => void);
26998
+ $emit: ((event: "error", value: string | undefined) => void) & ((event: "load", value: string | undefined) => void) & ((event: "loadstart", value: string | undefined) => void);
26993
26999
  $el: any;
26994
27000
  $options: vue.ComponentOptionsBase<{
26995
27001
  transition: string | boolean | (vue.TransitionProps & {
@@ -27032,9 +27038,9 @@ declare const VImg: {
27032
27038
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
27033
27039
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
27034
27040
  } & {
27035
- onError?: ((event: string | undefined) => any) | undefined;
27036
- onLoad?: ((event: string | undefined) => any) | undefined;
27037
- onLoadstart?: ((event: string | undefined) => any) | undefined;
27041
+ onError?: ((value: string | undefined) => any) | undefined;
27042
+ onLoad?: ((value: string | undefined) => any) | undefined;
27043
+ onLoadstart?: ((value: string | undefined) => any) | undefined;
27038
27044
  }, {
27039
27045
  currentSrc: vue.Ref<string>;
27040
27046
  image: vue.Ref<HTMLImageElement | undefined>;
@@ -27042,9 +27048,9 @@ declare const VImg: {
27042
27048
  naturalWidth: vue.Ref<number | undefined>;
27043
27049
  naturalHeight: vue.Ref<number | undefined>;
27044
27050
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
27045
- loadstart: (event: string | undefined) => true;
27046
- load: (event: string | undefined) => true;
27047
- error: (event: string | undefined) => true;
27051
+ loadstart: (value: string | undefined) => true;
27052
+ load: (value: string | undefined) => true;
27053
+ error: (value: string | undefined) => true;
27048
27054
  }, string, {
27049
27055
  transition: string | boolean | (vue.TransitionProps & {
27050
27056
  component?: vue.Component | undefined;
@@ -27114,9 +27120,9 @@ declare const VImg: {
27114
27120
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
27115
27121
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
27116
27122
  } & {
27117
- onError?: ((event: string | undefined) => any) | undefined;
27118
- onLoad?: ((event: string | undefined) => any) | undefined;
27119
- onLoadstart?: ((event: string | undefined) => any) | undefined;
27123
+ onError?: ((value: string | undefined) => any) | undefined;
27124
+ onLoad?: ((value: string | undefined) => any) | undefined;
27125
+ onLoadstart?: ((value: string | undefined) => any) | undefined;
27120
27126
  } & vue.ShallowUnwrapRef<{
27121
27127
  currentSrc: vue.Ref<string>;
27122
27128
  image: vue.Ref<HTMLImageElement | undefined>;
@@ -27168,9 +27174,9 @@ declare const VImg: {
27168
27174
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
27169
27175
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
27170
27176
  } & {
27171
- onError?: ((event: string | undefined) => any) | undefined;
27172
- onLoad?: ((event: string | undefined) => any) | undefined;
27173
- onLoadstart?: ((event: string | undefined) => any) | undefined;
27177
+ onError?: ((value: string | undefined) => any) | undefined;
27178
+ onLoad?: ((value: string | undefined) => any) | undefined;
27179
+ onLoadstart?: ((value: string | undefined) => any) | undefined;
27174
27180
  }, {
27175
27181
  currentSrc: vue.Ref<string>;
27176
27182
  image: vue.Ref<HTMLImageElement | undefined>;
@@ -27178,9 +27184,9 @@ declare const VImg: {
27178
27184
  naturalWidth: vue.Ref<number | undefined>;
27179
27185
  naturalHeight: vue.Ref<number | undefined>;
27180
27186
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
27181
- loadstart: (event: string | undefined) => true;
27182
- load: (event: string | undefined) => true;
27183
- error: (event: string | undefined) => true;
27187
+ loadstart: (value: string | undefined) => true;
27188
+ load: (value: string | undefined) => true;
27189
+ error: (value: string | undefined) => true;
27184
27190
  }, string, {
27185
27191
  transition: string | boolean | (vue.TransitionProps & {
27186
27192
  component?: vue.Component | undefined;
@@ -29644,8 +29650,8 @@ declare const VListItem: {
29644
29650
  minWidth?: string | number | undefined;
29645
29651
  value?: any;
29646
29652
  title?: string | number | boolean | undefined;
29647
- onClick?: EventProp<(...args: any[]) => any> | undefined;
29648
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
29653
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29654
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29649
29655
  href?: string | undefined;
29650
29656
  elevation?: string | number | undefined;
29651
29657
  to?: vue_router.RouteLocationRaw | undefined;
@@ -29725,8 +29731,8 @@ declare const VListItem: {
29725
29731
  minWidth?: string | number | undefined;
29726
29732
  value?: any;
29727
29733
  title?: string | number | boolean | undefined;
29728
- onClick?: EventProp<(...args: any[]) => any> | undefined;
29729
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
29734
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29735
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29730
29736
  href?: string | undefined;
29731
29737
  elevation?: string | number | undefined;
29732
29738
  to?: vue_router.RouteLocationRaw | undefined;
@@ -29826,8 +29832,8 @@ declare const VListItem: {
29826
29832
  minWidth?: string | number | undefined;
29827
29833
  value?: any;
29828
29834
  title?: string | number | boolean | undefined;
29829
- onClick?: EventProp<(...args: any[]) => any> | undefined;
29830
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
29835
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29836
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29831
29837
  href?: string | undefined;
29832
29838
  elevation?: string | number | undefined;
29833
29839
  to?: vue_router.RouteLocationRaw | undefined;
@@ -29897,8 +29903,8 @@ declare const VListItem: {
29897
29903
  minWidth?: string | number | undefined;
29898
29904
  value?: any;
29899
29905
  title?: string | number | boolean | undefined;
29900
- onClick?: EventProp<(...args: any[]) => any> | undefined;
29901
- onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
29906
+ onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29907
+ onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
29902
29908
  href?: string | undefined;
29903
29909
  elevation?: string | number | undefined;
29904
29910
  to?: vue_router.RouteLocationRaw | undefined;
@@ -30019,8 +30025,8 @@ declare const VListItem: {
30019
30025
  subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
30020
30026
  title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
30021
30027
  value: null;
30022
- onClick: PropType<EventProp<(...args: any[]) => any>>;
30023
- onClickOnce: PropType<EventProp<(...args: any[]) => any>>;
30028
+ onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
30029
+ onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
30024
30030
  }, vue.ExtractPropTypes<{
30025
30031
  color: StringConstructor;
30026
30032
  variant: Omit<{
@@ -30084,8 +30090,8 @@ declare const VListItem: {
30084
30090
  subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
30085
30091
  title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
30086
30092
  value: null;
30087
- onClick: PropType<EventProp<(...args: any[]) => any>>;
30088
- onClickOnce: PropType<EventProp<(...args: any[]) => any>>;
30093
+ onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
30094
+ onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
30089
30095
  }>>;
30090
30096
  type VListItem = InstanceType<typeof VListItem>;
30091
30097
 
@@ -38848,8 +38854,8 @@ declare const VRadioGroup: {
38848
38854
  modelValue?: any;
38849
38855
  prependIcon?: IconValue | undefined;
38850
38856
  appendIcon?: IconValue | undefined;
38851
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
38852
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
38857
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38858
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38853
38859
  validateOn?: "input" | "blur" | "submit" | undefined;
38854
38860
  validationValue?: any;
38855
38861
  hideDetails?: boolean | "auto" | undefined;
@@ -38940,8 +38946,8 @@ declare const VRadioGroup: {
38940
38946
  modelValue?: any;
38941
38947
  prependIcon?: IconValue | undefined;
38942
38948
  appendIcon?: IconValue | undefined;
38943
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
38944
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
38949
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38950
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38945
38951
  validateOn?: "input" | "blur" | "submit" | undefined;
38946
38952
  validationValue?: any;
38947
38953
  hideDetails?: boolean | "auto" | undefined;
@@ -39058,8 +39064,8 @@ declare const VRadioGroup: {
39058
39064
  modelValue?: any;
39059
39065
  prependIcon?: IconValue | undefined;
39060
39066
  appendIcon?: IconValue | undefined;
39061
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
39062
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
39067
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39068
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39063
39069
  validateOn?: "input" | "blur" | "submit" | undefined;
39064
39070
  validationValue?: any;
39065
39071
  hideDetails?: boolean | "auto" | undefined;
@@ -39140,8 +39146,8 @@ declare const VRadioGroup: {
39140
39146
  modelValue?: any;
39141
39147
  prependIcon?: IconValue | undefined;
39142
39148
  appendIcon?: IconValue | undefined;
39143
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
39144
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
39149
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39150
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39145
39151
  validateOn?: "input" | "blur" | "submit" | undefined;
39146
39152
  validationValue?: any;
39147
39153
  hideDetails?: boolean | "auto" | undefined;
@@ -39274,8 +39280,8 @@ declare const VRadioGroup: {
39274
39280
  default: string;
39275
39281
  validator: (v: any) => boolean;
39276
39282
  };
39277
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
39278
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
39283
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39284
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39279
39285
  height: {
39280
39286
  type: (StringConstructor | NumberConstructor)[];
39281
39287
  default: string;
@@ -39343,8 +39349,8 @@ declare const VRadioGroup: {
39343
39349
  default: string;
39344
39350
  validator: (v: any) => boolean;
39345
39351
  };
39346
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
39347
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
39352
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39353
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39348
39354
  height: {
39349
39355
  type: (StringConstructor | NumberConstructor)[];
39350
39356
  default: string;
@@ -39410,8 +39416,8 @@ declare const VRangeSlider: {
39410
39416
  rounded?: string | number | boolean | undefined;
39411
39417
  prependIcon?: IconValue | undefined;
39412
39418
  appendIcon?: IconValue | undefined;
39413
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
39414
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
39419
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39420
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39415
39421
  validateOn?: "input" | "blur" | "submit" | undefined;
39416
39422
  validationValue?: any;
39417
39423
  hideDetails?: boolean | "auto" | undefined;
@@ -39499,8 +39505,8 @@ declare const VRangeSlider: {
39499
39505
  rounded?: string | number | boolean | undefined;
39500
39506
  prependIcon?: IconValue | undefined;
39501
39507
  appendIcon?: IconValue | undefined;
39502
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
39503
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
39508
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39509
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39504
39510
  validateOn?: "input" | "blur" | "submit" | undefined;
39505
39511
  validationValue?: any;
39506
39512
  hideDetails?: boolean | "auto" | undefined;
@@ -39621,8 +39627,8 @@ declare const VRangeSlider: {
39621
39627
  rounded?: string | number | boolean | undefined;
39622
39628
  prependIcon?: IconValue | undefined;
39623
39629
  appendIcon?: IconValue | undefined;
39624
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
39625
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
39630
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39631
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39626
39632
  validateOn?: "input" | "blur" | "submit" | undefined;
39627
39633
  validationValue?: any;
39628
39634
  hideDetails?: boolean | "auto" | undefined;
@@ -39700,8 +39706,8 @@ declare const VRangeSlider: {
39700
39706
  rounded?: string | number | boolean | undefined;
39701
39707
  prependIcon?: IconValue | undefined;
39702
39708
  appendIcon?: IconValue | undefined;
39703
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
39704
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
39709
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39710
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39705
39711
  validateOn?: "input" | "blur" | "submit" | undefined;
39706
39712
  validationValue?: any;
39707
39713
  hideDetails?: boolean | "auto" | undefined;
@@ -39869,8 +39875,8 @@ declare const VRangeSlider: {
39869
39875
  type: PropType<string | string[]>;
39870
39876
  default: () => never[];
39871
39877
  };
39872
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
39873
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
39878
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39879
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39874
39880
  }, vue.ExtractPropTypes<{
39875
39881
  strict: BooleanConstructor;
39876
39882
  modelValue: {
@@ -39968,8 +39974,8 @@ declare const VRangeSlider: {
39968
39974
  type: PropType<string | string[]>;
39969
39975
  default: () => never[];
39970
39976
  };
39971
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
39972
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
39977
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39978
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
39973
39979
  }>>;
39974
39980
  type VRangeSlider = InstanceType<typeof VRangeSlider>;
39975
39981
 
@@ -40932,11 +40938,11 @@ declare const VSelect: {
40932
40938
  default: string;
40933
40939
  };
40934
40940
  prependInnerIcon: PropType<IconValue>;
40935
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
40936
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
40937
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
40938
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
40939
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
40941
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40942
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40943
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40944
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40945
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40940
40946
  focused: BooleanConstructor;
40941
40947
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
40942
40948
  errorMessages: {
@@ -40961,6 +40967,7 @@ declare const VSelect: {
40961
40967
  persistentCounter: BooleanConstructor;
40962
40968
  suffix: StringConstructor;
40963
40969
  counterValue: PropType<(value: any) => number>;
40970
+ modelModifiers: PropType<Record<string, boolean>>;
40964
40971
  items: {
40965
40972
  type: PropType<any[]>;
40966
40973
  default: () => never[];
@@ -41609,11 +41616,11 @@ declare const VSelect: {
41609
41616
  default: string;
41610
41617
  };
41611
41618
  prependInnerIcon: PropType<IconValue>;
41612
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
41613
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
41614
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
41615
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
41616
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
41619
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41620
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41621
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41622
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41623
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41617
41624
  focused: BooleanConstructor;
41618
41625
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
41619
41626
  errorMessages: {
@@ -41638,6 +41645,7 @@ declare const VSelect: {
41638
41645
  persistentCounter: BooleanConstructor;
41639
41646
  suffix: StringConstructor;
41640
41647
  counterValue: PropType<(value: any) => number>;
41648
+ modelModifiers: PropType<Record<string, boolean>>;
41641
41649
  items: {
41642
41650
  type: PropType<any[]>;
41643
41651
  default: () => never[];
@@ -42442,11 +42450,11 @@ declare const VSelect: {
42442
42450
  default: string;
42443
42451
  };
42444
42452
  prependInnerIcon: PropType<IconValue>;
42445
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
42446
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
42447
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
42448
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
42449
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
42453
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42454
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42455
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42456
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42457
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42450
42458
  focused: BooleanConstructor;
42451
42459
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
42452
42460
  errorMessages: {
@@ -42471,6 +42479,7 @@ declare const VSelect: {
42471
42479
  persistentCounter: BooleanConstructor;
42472
42480
  suffix: StringConstructor;
42473
42481
  counterValue: PropType<(value: any) => number>;
42482
+ modelModifiers: PropType<Record<string, boolean>>;
42474
42483
  items: {
42475
42484
  type: PropType<any[]>;
42476
42485
  default: () => never[];
@@ -43112,11 +43121,11 @@ declare const VSelect: {
43112
43121
  default: string;
43113
43122
  };
43114
43123
  prependInnerIcon: PropType<IconValue>;
43115
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
43116
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
43117
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
43118
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
43119
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
43124
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43125
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43126
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43127
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43128
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43120
43129
  focused: BooleanConstructor;
43121
43130
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
43122
43131
  errorMessages: {
@@ -43141,6 +43150,7 @@ declare const VSelect: {
43141
43150
  persistentCounter: BooleanConstructor;
43142
43151
  suffix: StringConstructor;
43143
43152
  counterValue: PropType<(value: any) => number>;
43153
+ modelModifiers: PropType<Record<string, boolean>>;
43144
43154
  items: {
43145
43155
  type: PropType<any[]>;
43146
43156
  default: () => never[];
@@ -44041,11 +44051,11 @@ declare const VSelect: {
44041
44051
  default: string;
44042
44052
  };
44043
44053
  prependInnerIcon: PropType<IconValue>;
44044
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
44045
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
44046
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
44047
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
44048
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
44054
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44055
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44056
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44057
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44058
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44049
44059
  focused: BooleanConstructor;
44050
44060
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44051
44061
  errorMessages: {
@@ -44070,6 +44080,7 @@ declare const VSelect: {
44070
44080
  persistentCounter: BooleanConstructor;
44071
44081
  suffix: StringConstructor;
44072
44082
  counterValue: PropType<(value: any) => number>;
44083
+ modelModifiers: PropType<Record<string, boolean>>;
44073
44084
  items: {
44074
44085
  type: PropType<any[]>;
44075
44086
  default: () => never[];
@@ -44702,11 +44713,11 @@ declare const VSelect: {
44702
44713
  default: string;
44703
44714
  };
44704
44715
  prependInnerIcon: PropType<IconValue>;
44705
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
44706
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
44707
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
44708
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
44709
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
44716
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44717
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44718
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44719
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44720
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44710
44721
  focused: BooleanConstructor;
44711
44722
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44712
44723
  errorMessages: {
@@ -44731,6 +44742,7 @@ declare const VSelect: {
44731
44742
  persistentCounter: BooleanConstructor;
44732
44743
  suffix: StringConstructor;
44733
44744
  counterValue: PropType<(value: any) => number>;
44745
+ modelModifiers: PropType<Record<string, boolean>>;
44734
44746
  items: {
44735
44747
  type: PropType<any[]>;
44736
44748
  default: () => never[];
@@ -45955,8 +45967,8 @@ declare const VSlider: {
45955
45967
  rounded?: string | number | boolean | undefined;
45956
45968
  prependIcon?: IconValue | undefined;
45957
45969
  appendIcon?: IconValue | undefined;
45958
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
45959
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
45970
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
45971
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
45960
45972
  validateOn?: "input" | "blur" | "submit" | undefined;
45961
45973
  validationValue?: any;
45962
45974
  hideDetails?: boolean | "auto" | undefined;
@@ -46043,8 +46055,8 @@ declare const VSlider: {
46043
46055
  rounded?: string | number | boolean | undefined;
46044
46056
  prependIcon?: IconValue | undefined;
46045
46057
  appendIcon?: IconValue | undefined;
46046
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
46047
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
46058
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46059
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46048
46060
  validateOn?: "input" | "blur" | "submit" | undefined;
46049
46061
  validationValue?: any;
46050
46062
  hideDetails?: boolean | "auto" | undefined;
@@ -46163,8 +46175,8 @@ declare const VSlider: {
46163
46175
  rounded?: string | number | boolean | undefined;
46164
46176
  prependIcon?: IconValue | undefined;
46165
46177
  appendIcon?: IconValue | undefined;
46166
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
46167
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
46178
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46179
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46168
46180
  validateOn?: "input" | "blur" | "submit" | undefined;
46169
46181
  validationValue?: any;
46170
46182
  hideDetails?: boolean | "auto" | undefined;
@@ -46241,8 +46253,8 @@ declare const VSlider: {
46241
46253
  rounded?: string | number | boolean | undefined;
46242
46254
  prependIcon?: IconValue | undefined;
46243
46255
  appendIcon?: IconValue | undefined;
46244
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
46245
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
46256
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46257
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46246
46258
  validateOn?: "input" | "blur" | "submit" | undefined;
46247
46259
  validationValue?: any;
46248
46260
  hideDetails?: boolean | "auto" | undefined;
@@ -46355,8 +46367,8 @@ declare const VSlider: {
46355
46367
  default: string;
46356
46368
  validator: (v: any) => boolean;
46357
46369
  };
46358
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
46359
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
46370
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46371
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46360
46372
  elevation: Omit<{
46361
46373
  type: (StringConstructor | NumberConstructor)[];
46362
46374
  validator(v: any): boolean;
@@ -46453,8 +46465,8 @@ declare const VSlider: {
46453
46465
  default: string;
46454
46466
  validator: (v: any) => boolean;
46455
46467
  };
46456
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
46457
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
46468
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46469
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46458
46470
  elevation: Omit<{
46459
46471
  type: (StringConstructor | NumberConstructor)[];
46460
46472
  validator(v: any): boolean;
@@ -48231,8 +48243,8 @@ declare const VSwitch: {
48231
48243
  modelValue?: any;
48232
48244
  prependIcon?: IconValue | undefined;
48233
48245
  appendIcon?: IconValue | undefined;
48234
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48235
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48246
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48247
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48236
48248
  validateOn?: "input" | "blur" | "submit" | undefined;
48237
48249
  validationValue?: any;
48238
48250
  hideDetails?: boolean | "auto" | undefined;
@@ -48332,8 +48344,8 @@ declare const VSwitch: {
48332
48344
  modelValue?: any;
48333
48345
  prependIcon?: IconValue | undefined;
48334
48346
  appendIcon?: IconValue | undefined;
48335
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48336
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48347
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48348
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48337
48349
  validateOn?: "input" | "blur" | "submit" | undefined;
48338
48350
  validationValue?: any;
48339
48351
  hideDetails?: boolean | "auto" | undefined;
@@ -48462,8 +48474,8 @@ declare const VSwitch: {
48462
48474
  modelValue?: any;
48463
48475
  prependIcon?: IconValue | undefined;
48464
48476
  appendIcon?: IconValue | undefined;
48465
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48466
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48477
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48478
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48467
48479
  validateOn?: "input" | "blur" | "submit" | undefined;
48468
48480
  validationValue?: any;
48469
48481
  hideDetails?: boolean | "auto" | undefined;
@@ -48553,8 +48565,8 @@ declare const VSwitch: {
48553
48565
  modelValue?: any;
48554
48566
  prependIcon?: IconValue | undefined;
48555
48567
  appendIcon?: IconValue | undefined;
48556
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48557
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48568
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48569
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48558
48570
  validateOn?: "input" | "blur" | "submit" | undefined;
48559
48571
  validationValue?: any;
48560
48572
  hideDetails?: boolean | "auto" | undefined;
@@ -48694,8 +48706,8 @@ declare const VSwitch: {
48694
48706
  default: string;
48695
48707
  validator: (v: any) => boolean;
48696
48708
  };
48697
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
48698
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
48709
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48710
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48699
48711
  indeterminate: BooleanConstructor;
48700
48712
  inset: BooleanConstructor;
48701
48713
  flat: BooleanConstructor;
@@ -48764,8 +48776,8 @@ declare const VSwitch: {
48764
48776
  default: string;
48765
48777
  validator: (v: any) => boolean;
48766
48778
  };
48767
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
48768
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
48779
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48780
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48769
48781
  indeterminate: BooleanConstructor;
48770
48782
  inset: BooleanConstructor;
48771
48783
  flat: BooleanConstructor;
@@ -50104,17 +50116,18 @@ declare const VTextarea: {
50104
50116
  appendIcon?: IconValue | undefined;
50105
50117
  appendInnerIcon?: IconValue | undefined;
50106
50118
  prependInnerIcon?: IconValue | undefined;
50107
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50108
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50109
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50110
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50111
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50119
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50120
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50121
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50122
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50123
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50112
50124
  validateOn?: "input" | "blur" | "submit" | undefined;
50113
50125
  validationValue?: any;
50114
50126
  hideDetails?: boolean | "auto" | undefined;
50115
50127
  hint?: string | undefined;
50116
50128
  suffix?: string | undefined;
50117
50129
  counterValue?: ((value: any) => number) | undefined;
50130
+ modelModifiers?: Record<string, boolean> | undefined;
50118
50131
  maxRows?: string | number | undefined;
50119
50132
  } & {
50120
50133
  $children?: {} | vue.VNodeChild | {
@@ -50217,17 +50230,18 @@ declare const VTextarea: {
50217
50230
  appendIcon?: IconValue | undefined;
50218
50231
  appendInnerIcon?: IconValue | undefined;
50219
50232
  prependInnerIcon?: IconValue | undefined;
50220
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50221
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50222
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50223
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50224
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50233
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50234
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50235
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50236
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50237
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50225
50238
  validateOn?: "input" | "blur" | "submit" | undefined;
50226
50239
  validationValue?: any;
50227
50240
  hideDetails?: boolean | "auto" | undefined;
50228
50241
  hint?: string | undefined;
50229
50242
  suffix?: string | undefined;
50230
50243
  counterValue?: ((value: any) => number) | undefined;
50244
+ modelModifiers?: Record<string, boolean> | undefined;
50231
50245
  maxRows?: string | number | undefined;
50232
50246
  } & {
50233
50247
  $children?: {} | vue.VNodeChild | {
@@ -50306,8 +50320,8 @@ declare const VTextarea: {
50306
50320
  modelValue?: any;
50307
50321
  prependIcon?: IconValue | undefined;
50308
50322
  appendIcon?: IconValue | undefined;
50309
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50310
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50323
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50324
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50311
50325
  validateOn?: "input" | "blur" | "submit" | undefined;
50312
50326
  validationValue?: any;
50313
50327
  hideDetails?: boolean | "auto" | undefined;
@@ -50369,8 +50383,8 @@ declare const VTextarea: {
50369
50383
  modelValue?: any;
50370
50384
  prependIcon?: IconValue | undefined;
50371
50385
  appendIcon?: IconValue | undefined;
50372
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50373
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50386
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50387
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50374
50388
  validateOn?: "input" | "blur" | "submit" | undefined;
50375
50389
  validationValue?: any;
50376
50390
  hideDetails?: boolean | "auto" | undefined;
@@ -50455,8 +50469,8 @@ declare const VTextarea: {
50455
50469
  modelValue?: any;
50456
50470
  prependIcon?: IconValue | undefined;
50457
50471
  appendIcon?: IconValue | undefined;
50458
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50459
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50472
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50473
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50460
50474
  validateOn?: "input" | "blur" | "submit" | undefined;
50461
50475
  validationValue?: any;
50462
50476
  hideDetails?: boolean | "auto" | undefined;
@@ -50583,17 +50597,18 @@ declare const VTextarea: {
50583
50597
  appendIcon?: IconValue | undefined;
50584
50598
  appendInnerIcon?: IconValue | undefined;
50585
50599
  prependInnerIcon?: IconValue | undefined;
50586
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50587
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50588
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50589
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50590
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50600
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50601
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50602
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50603
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50604
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50591
50605
  validateOn?: "input" | "blur" | "submit" | undefined;
50592
50606
  validationValue?: any;
50593
50607
  hideDetails?: boolean | "auto" | undefined;
50594
50608
  hint?: string | undefined;
50595
50609
  suffix?: string | undefined;
50596
50610
  counterValue?: ((value: any) => number) | undefined;
50611
+ modelModifiers?: Record<string, boolean> | undefined;
50597
50612
  maxRows?: string | number | undefined;
50598
50613
  } & {
50599
50614
  $children?: {} | vue.VNodeChild | {
@@ -50672,8 +50687,8 @@ declare const VTextarea: {
50672
50687
  modelValue?: any;
50673
50688
  prependIcon?: IconValue | undefined;
50674
50689
  appendIcon?: IconValue | undefined;
50675
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50676
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50690
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50691
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50677
50692
  validateOn?: "input" | "blur" | "submit" | undefined;
50678
50693
  validationValue?: any;
50679
50694
  hideDetails?: boolean | "auto" | undefined;
@@ -50735,8 +50750,8 @@ declare const VTextarea: {
50735
50750
  modelValue?: any;
50736
50751
  prependIcon?: IconValue | undefined;
50737
50752
  appendIcon?: IconValue | undefined;
50738
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50739
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50753
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50754
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50740
50755
  validateOn?: "input" | "blur" | "submit" | undefined;
50741
50756
  validationValue?: any;
50742
50757
  hideDetails?: boolean | "auto" | undefined;
@@ -50821,8 +50836,8 @@ declare const VTextarea: {
50821
50836
  modelValue?: any;
50822
50837
  prependIcon?: IconValue | undefined;
50823
50838
  appendIcon?: IconValue | undefined;
50824
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50825
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50839
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50840
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50826
50841
  validateOn?: "input" | "blur" | "submit" | undefined;
50827
50842
  validationValue?: any;
50828
50843
  hideDetails?: boolean | "auto" | undefined;
@@ -50902,17 +50917,18 @@ declare const VTextarea: {
50902
50917
  appendIcon?: IconValue | undefined;
50903
50918
  appendInnerIcon?: IconValue | undefined;
50904
50919
  prependInnerIcon?: IconValue | undefined;
50905
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50906
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50907
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50908
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50909
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50920
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50921
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50922
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50923
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50924
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50910
50925
  validateOn?: "input" | "blur" | "submit" | undefined;
50911
50926
  validationValue?: any;
50912
50927
  hideDetails?: boolean | "auto" | undefined;
50913
50928
  hint?: string | undefined;
50914
50929
  suffix?: string | undefined;
50915
50930
  counterValue?: ((value: any) => number) | undefined;
50931
+ modelModifiers?: Record<string, boolean> | undefined;
50916
50932
  maxRows?: string | number | undefined;
50917
50933
  } & {
50918
50934
  $children?: {} | vue.VNodeChild | {
@@ -50991,8 +51007,8 @@ declare const VTextarea: {
50991
51007
  modelValue?: any;
50992
51008
  prependIcon?: IconValue | undefined;
50993
51009
  appendIcon?: IconValue | undefined;
50994
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50995
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51010
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51011
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50996
51012
  validateOn?: "input" | "blur" | "submit" | undefined;
50997
51013
  validationValue?: any;
50998
51014
  hideDetails?: boolean | "auto" | undefined;
@@ -51054,8 +51070,8 @@ declare const VTextarea: {
51054
51070
  modelValue?: any;
51055
51071
  prependIcon?: IconValue | undefined;
51056
51072
  appendIcon?: IconValue | undefined;
51057
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51058
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51073
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51074
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51059
51075
  validateOn?: "input" | "blur" | "submit" | undefined;
51060
51076
  validationValue?: any;
51061
51077
  hideDetails?: boolean | "auto" | undefined;
@@ -51140,8 +51156,8 @@ declare const VTextarea: {
51140
51156
  modelValue?: any;
51141
51157
  prependIcon?: IconValue | undefined;
51142
51158
  appendIcon?: IconValue | undefined;
51143
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51144
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51159
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51160
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51145
51161
  validateOn?: "input" | "blur" | "submit" | undefined;
51146
51162
  validationValue?: any;
51147
51163
  hideDetails?: boolean | "auto" | undefined;
@@ -51231,9 +51247,9 @@ declare const VTextarea: {
51231
51247
  default: string;
51232
51248
  validator: (v: any) => boolean;
51233
51249
  };
51234
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51235
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51236
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51250
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51251
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51252
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51237
51253
  focused: BooleanConstructor;
51238
51254
  errorMessages: {
51239
51255
  type: PropType<string | string[]>;
@@ -51270,8 +51286,8 @@ declare const VTextarea: {
51270
51286
  default: string;
51271
51287
  validator: (v: any) => boolean;
51272
51288
  };
51273
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
51274
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
51289
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51290
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51275
51291
  autoGrow: BooleanConstructor;
51276
51292
  autofocus: BooleanConstructor;
51277
51293
  counter: PropType<string | number | true>;
@@ -51293,6 +51309,7 @@ declare const VTextarea: {
51293
51309
  validator: (v: any) => boolean;
51294
51310
  };
51295
51311
  suffix: StringConstructor;
51312
+ modelModifiers: PropType<Record<string, boolean>>;
51296
51313
  }, vue.ExtractPropTypes<{
51297
51314
  loading: (StringConstructor | BooleanConstructor)[];
51298
51315
  theme: StringConstructor;
@@ -51318,9 +51335,9 @@ declare const VTextarea: {
51318
51335
  default: string;
51319
51336
  validator: (v: any) => boolean;
51320
51337
  };
51321
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51322
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51323
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51338
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51339
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51340
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51324
51341
  focused: BooleanConstructor;
51325
51342
  errorMessages: {
51326
51343
  type: PropType<string | string[]>;
@@ -51357,8 +51374,8 @@ declare const VTextarea: {
51357
51374
  default: string;
51358
51375
  validator: (v: any) => boolean;
51359
51376
  };
51360
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
51361
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
51377
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51378
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51362
51379
  autoGrow: BooleanConstructor;
51363
51380
  autofocus: BooleanConstructor;
51364
51381
  counter: PropType<string | number | true>;
@@ -51380,6 +51397,7 @@ declare const VTextarea: {
51380
51397
  validator: (v: any) => boolean;
51381
51398
  };
51382
51399
  suffix: StringConstructor;
51400
+ modelModifiers: PropType<Record<string, boolean>>;
51383
51401
  }>>;
51384
51402
  type VTextarea = InstanceType<typeof VTextarea>;
51385
51403
 
@@ -51451,17 +51469,18 @@ declare const VTextField: {
51451
51469
  appendIcon?: IconValue | undefined;
51452
51470
  appendInnerIcon?: IconValue | undefined;
51453
51471
  prependInnerIcon?: IconValue | undefined;
51454
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
51455
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51456
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51457
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
51458
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
51472
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51473
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51474
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51475
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51476
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51459
51477
  validateOn?: "input" | "blur" | "submit" | undefined;
51460
51478
  validationValue?: any;
51461
51479
  hideDetails?: boolean | "auto" | undefined;
51462
51480
  hint?: string | undefined;
51463
51481
  suffix?: string | undefined;
51464
51482
  counterValue?: ((value: any) => number) | undefined;
51483
+ modelModifiers?: Record<string, boolean> | undefined;
51465
51484
  } & {
51466
51485
  $children?: {} | vue.VNodeChild | {
51467
51486
  clear?: (() => vue.VNodeChild) | undefined;
@@ -51565,17 +51584,18 @@ declare const VTextField: {
51565
51584
  appendIcon?: IconValue | undefined;
51566
51585
  appendInnerIcon?: IconValue | undefined;
51567
51586
  prependInnerIcon?: IconValue | undefined;
51568
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
51569
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51570
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51571
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
51572
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
51587
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51588
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51589
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51590
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51591
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51573
51592
  validateOn?: "input" | "blur" | "submit" | undefined;
51574
51593
  validationValue?: any;
51575
51594
  hideDetails?: boolean | "auto" | undefined;
51576
51595
  hint?: string | undefined;
51577
51596
  suffix?: string | undefined;
51578
51597
  counterValue?: ((value: any) => number) | undefined;
51598
+ modelModifiers?: Record<string, boolean> | undefined;
51579
51599
  } & {
51580
51600
  $children?: {} | vue.VNodeChild | {
51581
51601
  clear?: (() => vue.VNodeChild) | undefined;
@@ -51657,8 +51677,8 @@ declare const VTextField: {
51657
51677
  modelValue?: any;
51658
51678
  prependIcon?: IconValue | undefined;
51659
51679
  appendIcon?: IconValue | undefined;
51660
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51661
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51680
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51681
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51662
51682
  validateOn?: "input" | "blur" | "submit" | undefined;
51663
51683
  validationValue?: any;
51664
51684
  hideDetails?: boolean | "auto" | undefined;
@@ -51720,8 +51740,8 @@ declare const VTextField: {
51720
51740
  modelValue?: any;
51721
51741
  prependIcon?: IconValue | undefined;
51722
51742
  appendIcon?: IconValue | undefined;
51723
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51724
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51743
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51744
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51725
51745
  validateOn?: "input" | "blur" | "submit" | undefined;
51726
51746
  validationValue?: any;
51727
51747
  hideDetails?: boolean | "auto" | undefined;
@@ -51806,8 +51826,8 @@ declare const VTextField: {
51806
51826
  modelValue?: any;
51807
51827
  prependIcon?: IconValue | undefined;
51808
51828
  appendIcon?: IconValue | undefined;
51809
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51810
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51829
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51830
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51811
51831
  validateOn?: "input" | "blur" | "submit" | undefined;
51812
51832
  validationValue?: any;
51813
51833
  hideDetails?: boolean | "auto" | undefined;
@@ -51881,9 +51901,9 @@ declare const VTextField: {
51881
51901
  default: string;
51882
51902
  validator: (v: any) => boolean;
51883
51903
  };
51884
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51885
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51886
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51904
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51905
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51906
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51887
51907
  focused: BooleanConstructor;
51888
51908
  id: StringConstructor;
51889
51909
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -51927,9 +51947,9 @@ declare const VTextField: {
51927
51947
  default: string;
51928
51948
  validator: (v: any) => boolean;
51929
51949
  };
51930
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51931
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51932
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51950
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51951
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51952
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51933
51953
  focused: BooleanConstructor;
51934
51954
  id: StringConstructor;
51935
51955
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -51996,9 +52016,9 @@ declare const VTextField: {
51996
52016
  default: string;
51997
52017
  validator: (v: any) => boolean;
51998
52018
  };
51999
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52000
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52001
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52019
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52020
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52021
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52002
52022
  focused: BooleanConstructor;
52003
52023
  id: StringConstructor;
52004
52024
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -52131,17 +52151,18 @@ declare const VTextField: {
52131
52151
  appendIcon?: IconValue | undefined;
52132
52152
  appendInnerIcon?: IconValue | undefined;
52133
52153
  prependInnerIcon?: IconValue | undefined;
52134
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
52135
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52136
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52137
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
52138
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
52154
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52155
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52156
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52157
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52158
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52139
52159
  validateOn?: "input" | "blur" | "submit" | undefined;
52140
52160
  validationValue?: any;
52141
52161
  hideDetails?: boolean | "auto" | undefined;
52142
52162
  hint?: string | undefined;
52143
52163
  suffix?: string | undefined;
52144
52164
  counterValue?: ((value: any) => number) | undefined;
52165
+ modelModifiers?: Record<string, boolean> | undefined;
52145
52166
  } & {
52146
52167
  $children?: {} | vue.VNodeChild | {
52147
52168
  clear?: (() => vue.VNodeChild) | undefined;
@@ -52223,8 +52244,8 @@ declare const VTextField: {
52223
52244
  modelValue?: any;
52224
52245
  prependIcon?: IconValue | undefined;
52225
52246
  appendIcon?: IconValue | undefined;
52226
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52227
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52247
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52248
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52228
52249
  validateOn?: "input" | "blur" | "submit" | undefined;
52229
52250
  validationValue?: any;
52230
52251
  hideDetails?: boolean | "auto" | undefined;
@@ -52286,8 +52307,8 @@ declare const VTextField: {
52286
52307
  modelValue?: any;
52287
52308
  prependIcon?: IconValue | undefined;
52288
52309
  appendIcon?: IconValue | undefined;
52289
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52290
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52310
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52311
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52291
52312
  validateOn?: "input" | "blur" | "submit" | undefined;
52292
52313
  validationValue?: any;
52293
52314
  hideDetails?: boolean | "auto" | undefined;
@@ -52372,8 +52393,8 @@ declare const VTextField: {
52372
52393
  modelValue?: any;
52373
52394
  prependIcon?: IconValue | undefined;
52374
52395
  appendIcon?: IconValue | undefined;
52375
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52376
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52396
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52397
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52377
52398
  validateOn?: "input" | "blur" | "submit" | undefined;
52378
52399
  validationValue?: any;
52379
52400
  hideDetails?: boolean | "auto" | undefined;
@@ -52447,9 +52468,9 @@ declare const VTextField: {
52447
52468
  default: string;
52448
52469
  validator: (v: any) => boolean;
52449
52470
  };
52450
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52451
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52452
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52471
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52472
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52473
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52453
52474
  focused: BooleanConstructor;
52454
52475
  id: StringConstructor;
52455
52476
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -52493,9 +52514,9 @@ declare const VTextField: {
52493
52514
  default: string;
52494
52515
  validator: (v: any) => boolean;
52495
52516
  };
52496
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52497
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52498
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52517
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52518
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52519
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52499
52520
  focused: BooleanConstructor;
52500
52521
  id: StringConstructor;
52501
52522
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -52562,9 +52583,9 @@ declare const VTextField: {
52562
52583
  default: string;
52563
52584
  validator: (v: any) => boolean;
52564
52585
  };
52565
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52566
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52567
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52586
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52587
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52588
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52568
52589
  focused: BooleanConstructor;
52569
52590
  id: StringConstructor;
52570
52591
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -52652,17 +52673,18 @@ declare const VTextField: {
52652
52673
  appendIcon?: IconValue | undefined;
52653
52674
  appendInnerIcon?: IconValue | undefined;
52654
52675
  prependInnerIcon?: IconValue | undefined;
52655
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
52656
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52657
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52658
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
52659
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
52676
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52677
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52678
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52679
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52680
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52660
52681
  validateOn?: "input" | "blur" | "submit" | undefined;
52661
52682
  validationValue?: any;
52662
52683
  hideDetails?: boolean | "auto" | undefined;
52663
52684
  hint?: string | undefined;
52664
52685
  suffix?: string | undefined;
52665
52686
  counterValue?: ((value: any) => number) | undefined;
52687
+ modelModifiers?: Record<string, boolean> | undefined;
52666
52688
  } & {
52667
52689
  $children?: {} | vue.VNodeChild | {
52668
52690
  clear?: (() => vue.VNodeChild) | undefined;
@@ -52744,8 +52766,8 @@ declare const VTextField: {
52744
52766
  modelValue?: any;
52745
52767
  prependIcon?: IconValue | undefined;
52746
52768
  appendIcon?: IconValue | undefined;
52747
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52748
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52769
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52770
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52749
52771
  validateOn?: "input" | "blur" | "submit" | undefined;
52750
52772
  validationValue?: any;
52751
52773
  hideDetails?: boolean | "auto" | undefined;
@@ -52807,8 +52829,8 @@ declare const VTextField: {
52807
52829
  modelValue?: any;
52808
52830
  prependIcon?: IconValue | undefined;
52809
52831
  appendIcon?: IconValue | undefined;
52810
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52811
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52832
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52833
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52812
52834
  validateOn?: "input" | "blur" | "submit" | undefined;
52813
52835
  validationValue?: any;
52814
52836
  hideDetails?: boolean | "auto" | undefined;
@@ -52893,8 +52915,8 @@ declare const VTextField: {
52893
52915
  modelValue?: any;
52894
52916
  prependIcon?: IconValue | undefined;
52895
52917
  appendIcon?: IconValue | undefined;
52896
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52897
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52918
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52919
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52898
52920
  validateOn?: "input" | "blur" | "submit" | undefined;
52899
52921
  validationValue?: any;
52900
52922
  hideDetails?: boolean | "auto" | undefined;
@@ -52968,9 +52990,9 @@ declare const VTextField: {
52968
52990
  default: string;
52969
52991
  validator: (v: any) => boolean;
52970
52992
  };
52971
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52972
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52973
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52993
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52994
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52995
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52974
52996
  focused: BooleanConstructor;
52975
52997
  id: StringConstructor;
52976
52998
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -53014,9 +53036,9 @@ declare const VTextField: {
53014
53036
  default: string;
53015
53037
  validator: (v: any) => boolean;
53016
53038
  };
53017
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53018
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53019
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53039
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53040
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53041
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53020
53042
  focused: BooleanConstructor;
53021
53043
  id: StringConstructor;
53022
53044
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -53083,9 +53105,9 @@ declare const VTextField: {
53083
53105
  default: string;
53084
53106
  validator: (v: any) => boolean;
53085
53107
  };
53086
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53087
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53088
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53108
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53109
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53110
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53089
53111
  focused: BooleanConstructor;
53090
53112
  id: StringConstructor;
53091
53113
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
@@ -53183,9 +53205,9 @@ declare const VTextField: {
53183
53205
  default: string;
53184
53206
  validator: (v: any) => boolean;
53185
53207
  };
53186
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53187
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53188
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53208
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53209
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53210
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53189
53211
  focused: BooleanConstructor;
53190
53212
  errorMessages: {
53191
53213
  type: PropType<string | string[]>;
@@ -53222,8 +53244,8 @@ declare const VTextField: {
53222
53244
  default: string;
53223
53245
  validator: (v: any) => boolean;
53224
53246
  };
53225
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
53226
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
53247
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53248
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53227
53249
  autofocus: BooleanConstructor;
53228
53250
  counter: PropType<string | number | true>;
53229
53251
  counterValue: PropType<(value: any) => number>;
@@ -53238,6 +53260,7 @@ declare const VTextField: {
53238
53260
  type: StringConstructor;
53239
53261
  default: string;
53240
53262
  };
53263
+ modelModifiers: PropType<Record<string, boolean>>;
53241
53264
  }, vue.ExtractPropTypes<{
53242
53265
  loading: (StringConstructor | BooleanConstructor)[];
53243
53266
  theme: StringConstructor;
@@ -53263,9 +53286,9 @@ declare const VTextField: {
53263
53286
  default: string;
53264
53287
  validator: (v: any) => boolean;
53265
53288
  };
53266
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53267
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53268
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53289
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53290
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53291
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53269
53292
  focused: BooleanConstructor;
53270
53293
  errorMessages: {
53271
53294
  type: PropType<string | string[]>;
@@ -53302,8 +53325,8 @@ declare const VTextField: {
53302
53325
  default: string;
53303
53326
  validator: (v: any) => boolean;
53304
53327
  };
53305
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
53306
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
53328
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53329
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53307
53330
  autofocus: BooleanConstructor;
53308
53331
  counter: PropType<string | number | true>;
53309
53332
  counterValue: PropType<(value: any) => number>;
@@ -53318,6 +53341,7 @@ declare const VTextField: {
53318
53341
  type: StringConstructor;
53319
53342
  default: string;
53320
53343
  };
53344
+ modelModifiers: PropType<Record<string, boolean>>;
53321
53345
  }>>;
53322
53346
  type VTextField = InstanceType<typeof VTextField>;
53323
53347