vuetify 3.1.13 → 3.1.14

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 (92) hide show
  1. package/dist/json/attributes.json +24 -8
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/tags.json +5 -1
  4. package/dist/json/web-types.json +83 -47
  5. package/dist/vuetify-labs.css +439 -420
  6. package/dist/vuetify-labs.d.ts +548 -498
  7. package/dist/vuetify-labs.esm.js +92 -50
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +92 -50
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +53 -34
  12. package/dist/vuetify.d.ts +427 -403
  13. package/dist/vuetify.esm.js +74 -33
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +74 -33
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +46 -36
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.ts +38 -32
  23. package/lib/components/VCheckbox/index.d.ts +14 -14
  24. package/lib/components/VChip/VChip.mjs +2 -2
  25. package/lib/components/VChip/VChip.mjs.map +1 -1
  26. package/lib/components/VChip/index.d.ts +14 -14
  27. package/lib/components/VCombobox/VCombobox.mjs +6 -3
  28. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  29. package/lib/components/VCombobox/index.d.ts +38 -32
  30. package/lib/components/VField/VField.mjs +3 -3
  31. package/lib/components/VField/VField.mjs.map +1 -1
  32. package/lib/components/VField/index.d.ts +20 -20
  33. package/lib/components/VFileInput/VFileInput.mjs +0 -1
  34. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  35. package/lib/components/VFileInput/index.d.ts +50 -56
  36. package/lib/components/VImg/VImg.mjs +3 -3
  37. package/lib/components/VImg/VImg.mjs.map +1 -1
  38. package/lib/components/VImg/index.d.ts +19 -19
  39. package/lib/components/VInput/VInput.mjs +2 -2
  40. package/lib/components/VInput/VInput.mjs.map +1 -1
  41. package/lib/components/VInput/index.d.ts +14 -14
  42. package/lib/components/VList/VList.mjs +2 -1
  43. package/lib/components/VList/VList.mjs.map +1 -1
  44. package/lib/components/VList/VListItem.css +12 -0
  45. package/lib/components/VList/VListItem.mjs +2 -2
  46. package/lib/components/VList/VListItem.mjs.map +1 -1
  47. package/lib/components/VList/VListItem.sass +5 -0
  48. package/lib/components/VList/index.d.ts +14 -14
  49. package/lib/components/VOverlay/useActivator.mjs +1 -0
  50. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  51. package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
  52. package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
  53. package/lib/components/VProgressCircular/_variables.scss +1 -0
  54. package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
  55. package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
  56. package/lib/components/VProgressLinear/_variables.scss +1 -1
  57. package/lib/components/VRadioGroup/index.d.ts +14 -14
  58. package/lib/components/VRangeSlider/index.d.ts +14 -14
  59. package/lib/components/VSelect/VSelect.mjs +31 -2
  60. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  61. package/lib/components/VSelect/index.d.ts +38 -32
  62. package/lib/components/VSlider/index.d.ts +14 -14
  63. package/lib/components/VSwitch/index.d.ts +14 -14
  64. package/lib/components/VTextField/VTextField.mjs +2 -2
  65. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  66. package/lib/components/VTextField/index.d.ts +83 -77
  67. package/lib/components/VTextarea/VTextarea.mjs +8 -5
  68. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  69. package/lib/components/VTextarea/index.d.ts +56 -50
  70. package/lib/components/VToolbar/VToolbar.css +2 -0
  71. package/lib/components/VToolbar/VToolbar.sass +2 -0
  72. package/lib/components/index.d.ts +426 -402
  73. package/lib/composables/proxiedModel.mjs +2 -1
  74. package/lib/composables/proxiedModel.mjs.map +1 -1
  75. package/lib/composables/theme.mjs +1 -1
  76. package/lib/composables/theme.mjs.map +1 -1
  77. package/lib/entry-bundler.mjs +1 -1
  78. package/lib/framework.mjs +1 -1
  79. package/lib/index.d.ts +1 -1
  80. package/lib/labs/VDataTable/VDataTable.mjs +4 -4
  81. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  82. package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
  83. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  84. package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
  85. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  86. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
  87. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  88. package/lib/labs/VDataTable/index.d.ts +122 -96
  89. package/lib/labs/components.d.ts +122 -96
  90. package/lib/util/helpers.mjs +1 -1
  91. package/lib/util/helpers.mjs.map +1 -1
  92. package/package.json +3 -3
@@ -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
 
@@ -40931,11 +40937,11 @@ declare const VSelect: {
40931
40937
  default: string;
40932
40938
  };
40933
40939
  prependInnerIcon: PropType<IconValue>;
40934
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
40935
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
40936
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
40937
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
40938
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
40940
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40941
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40942
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40943
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40944
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40939
40945
  focused: BooleanConstructor;
40940
40946
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
40941
40947
  errorMessages: {
@@ -40960,6 +40966,7 @@ declare const VSelect: {
40960
40966
  persistentCounter: BooleanConstructor;
40961
40967
  suffix: StringConstructor;
40962
40968
  counterValue: PropType<(value: any) => number>;
40969
+ modelModifiers: PropType<Record<string, boolean>>;
40963
40970
  items: {
40964
40971
  type: PropType<any[]>;
40965
40972
  default: () => never[];
@@ -41608,11 +41615,11 @@ declare const VSelect: {
41608
41615
  default: string;
41609
41616
  };
41610
41617
  prependInnerIcon: PropType<IconValue>;
41611
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
41612
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
41613
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
41614
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
41615
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
41618
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41619
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41620
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41621
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41622
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41616
41623
  focused: BooleanConstructor;
41617
41624
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
41618
41625
  errorMessages: {
@@ -41637,6 +41644,7 @@ declare const VSelect: {
41637
41644
  persistentCounter: BooleanConstructor;
41638
41645
  suffix: StringConstructor;
41639
41646
  counterValue: PropType<(value: any) => number>;
41647
+ modelModifiers: PropType<Record<string, boolean>>;
41640
41648
  items: {
41641
41649
  type: PropType<any[]>;
41642
41650
  default: () => never[];
@@ -42441,11 +42449,11 @@ declare const VSelect: {
42441
42449
  default: string;
42442
42450
  };
42443
42451
  prependInnerIcon: PropType<IconValue>;
42444
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
42445
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
42446
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
42447
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
42448
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
42452
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42453
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42454
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42455
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42456
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42449
42457
  focused: BooleanConstructor;
42450
42458
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
42451
42459
  errorMessages: {
@@ -42470,6 +42478,7 @@ declare const VSelect: {
42470
42478
  persistentCounter: BooleanConstructor;
42471
42479
  suffix: StringConstructor;
42472
42480
  counterValue: PropType<(value: any) => number>;
42481
+ modelModifiers: PropType<Record<string, boolean>>;
42473
42482
  items: {
42474
42483
  type: PropType<any[]>;
42475
42484
  default: () => never[];
@@ -43111,11 +43120,11 @@ declare const VSelect: {
43111
43120
  default: string;
43112
43121
  };
43113
43122
  prependInnerIcon: PropType<IconValue>;
43114
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
43115
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
43116
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
43117
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
43118
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
43123
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43124
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43125
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43126
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43127
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43119
43128
  focused: BooleanConstructor;
43120
43129
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
43121
43130
  errorMessages: {
@@ -43140,6 +43149,7 @@ declare const VSelect: {
43140
43149
  persistentCounter: BooleanConstructor;
43141
43150
  suffix: StringConstructor;
43142
43151
  counterValue: PropType<(value: any) => number>;
43152
+ modelModifiers: PropType<Record<string, boolean>>;
43143
43153
  items: {
43144
43154
  type: PropType<any[]>;
43145
43155
  default: () => never[];
@@ -44040,11 +44050,11 @@ declare const VSelect: {
44040
44050
  default: string;
44041
44051
  };
44042
44052
  prependInnerIcon: PropType<IconValue>;
44043
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
44044
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
44045
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
44046
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
44047
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
44053
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44054
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44055
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44056
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44057
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44048
44058
  focused: BooleanConstructor;
44049
44059
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44050
44060
  errorMessages: {
@@ -44069,6 +44079,7 @@ declare const VSelect: {
44069
44079
  persistentCounter: BooleanConstructor;
44070
44080
  suffix: StringConstructor;
44071
44081
  counterValue: PropType<(value: any) => number>;
44082
+ modelModifiers: PropType<Record<string, boolean>>;
44072
44083
  items: {
44073
44084
  type: PropType<any[]>;
44074
44085
  default: () => never[];
@@ -44701,11 +44712,11 @@ declare const VSelect: {
44701
44712
  default: string;
44702
44713
  };
44703
44714
  prependInnerIcon: PropType<IconValue>;
44704
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
44705
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
44706
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
44707
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
44708
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
44715
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44716
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44717
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44718
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44719
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44709
44720
  focused: BooleanConstructor;
44710
44721
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44711
44722
  errorMessages: {
@@ -44730,6 +44741,7 @@ declare const VSelect: {
44730
44741
  persistentCounter: BooleanConstructor;
44731
44742
  suffix: StringConstructor;
44732
44743
  counterValue: PropType<(value: any) => number>;
44744
+ modelModifiers: PropType<Record<string, boolean>>;
44733
44745
  items: {
44734
44746
  type: PropType<any[]>;
44735
44747
  default: () => never[];
@@ -45954,8 +45966,8 @@ declare const VSlider: {
45954
45966
  rounded?: string | number | boolean | undefined;
45955
45967
  prependIcon?: IconValue | undefined;
45956
45968
  appendIcon?: IconValue | undefined;
45957
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
45958
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
45969
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
45970
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
45959
45971
  validateOn?: "input" | "blur" | "submit" | undefined;
45960
45972
  validationValue?: any;
45961
45973
  hideDetails?: boolean | "auto" | undefined;
@@ -46042,8 +46054,8 @@ declare const VSlider: {
46042
46054
  rounded?: string | number | boolean | undefined;
46043
46055
  prependIcon?: IconValue | undefined;
46044
46056
  appendIcon?: IconValue | undefined;
46045
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
46046
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
46057
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46058
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46047
46059
  validateOn?: "input" | "blur" | "submit" | undefined;
46048
46060
  validationValue?: any;
46049
46061
  hideDetails?: boolean | "auto" | undefined;
@@ -46162,8 +46174,8 @@ declare const VSlider: {
46162
46174
  rounded?: string | number | boolean | undefined;
46163
46175
  prependIcon?: IconValue | undefined;
46164
46176
  appendIcon?: IconValue | undefined;
46165
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
46166
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
46177
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46178
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46167
46179
  validateOn?: "input" | "blur" | "submit" | undefined;
46168
46180
  validationValue?: any;
46169
46181
  hideDetails?: boolean | "auto" | undefined;
@@ -46240,8 +46252,8 @@ declare const VSlider: {
46240
46252
  rounded?: string | number | boolean | undefined;
46241
46253
  prependIcon?: IconValue | undefined;
46242
46254
  appendIcon?: IconValue | undefined;
46243
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
46244
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
46255
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46256
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46245
46257
  validateOn?: "input" | "blur" | "submit" | undefined;
46246
46258
  validationValue?: any;
46247
46259
  hideDetails?: boolean | "auto" | undefined;
@@ -46354,8 +46366,8 @@ declare const VSlider: {
46354
46366
  default: string;
46355
46367
  validator: (v: any) => boolean;
46356
46368
  };
46357
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
46358
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
46369
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46370
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46359
46371
  elevation: Omit<{
46360
46372
  type: (StringConstructor | NumberConstructor)[];
46361
46373
  validator(v: any): boolean;
@@ -46452,8 +46464,8 @@ declare const VSlider: {
46452
46464
  default: string;
46453
46465
  validator: (v: any) => boolean;
46454
46466
  };
46455
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
46456
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
46467
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46468
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
46457
46469
  elevation: Omit<{
46458
46470
  type: (StringConstructor | NumberConstructor)[];
46459
46471
  validator(v: any): boolean;
@@ -48230,8 +48242,8 @@ declare const VSwitch: {
48230
48242
  modelValue?: any;
48231
48243
  prependIcon?: IconValue | undefined;
48232
48244
  appendIcon?: IconValue | undefined;
48233
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48234
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48245
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48246
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48235
48247
  validateOn?: "input" | "blur" | "submit" | undefined;
48236
48248
  validationValue?: any;
48237
48249
  hideDetails?: boolean | "auto" | undefined;
@@ -48331,8 +48343,8 @@ declare const VSwitch: {
48331
48343
  modelValue?: any;
48332
48344
  prependIcon?: IconValue | undefined;
48333
48345
  appendIcon?: IconValue | undefined;
48334
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48335
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48346
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48347
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48336
48348
  validateOn?: "input" | "blur" | "submit" | undefined;
48337
48349
  validationValue?: any;
48338
48350
  hideDetails?: boolean | "auto" | undefined;
@@ -48461,8 +48473,8 @@ declare const VSwitch: {
48461
48473
  modelValue?: any;
48462
48474
  prependIcon?: IconValue | undefined;
48463
48475
  appendIcon?: IconValue | undefined;
48464
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48465
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48476
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48477
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48466
48478
  validateOn?: "input" | "blur" | "submit" | undefined;
48467
48479
  validationValue?: any;
48468
48480
  hideDetails?: boolean | "auto" | undefined;
@@ -48552,8 +48564,8 @@ declare const VSwitch: {
48552
48564
  modelValue?: any;
48553
48565
  prependIcon?: IconValue | undefined;
48554
48566
  appendIcon?: IconValue | undefined;
48555
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
48556
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
48567
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48568
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48557
48569
  validateOn?: "input" | "blur" | "submit" | undefined;
48558
48570
  validationValue?: any;
48559
48571
  hideDetails?: boolean | "auto" | undefined;
@@ -48693,8 +48705,8 @@ declare const VSwitch: {
48693
48705
  default: string;
48694
48706
  validator: (v: any) => boolean;
48695
48707
  };
48696
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
48697
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
48708
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48709
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48698
48710
  indeterminate: BooleanConstructor;
48699
48711
  inset: BooleanConstructor;
48700
48712
  flat: BooleanConstructor;
@@ -48763,8 +48775,8 @@ declare const VSwitch: {
48763
48775
  default: string;
48764
48776
  validator: (v: any) => boolean;
48765
48777
  };
48766
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
48767
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
48778
+ 'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48779
+ 'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
48768
48780
  indeterminate: BooleanConstructor;
48769
48781
  inset: BooleanConstructor;
48770
48782
  flat: BooleanConstructor;
@@ -50103,17 +50115,18 @@ declare const VTextarea: {
50103
50115
  appendIcon?: IconValue | undefined;
50104
50116
  appendInnerIcon?: IconValue | undefined;
50105
50117
  prependInnerIcon?: IconValue | undefined;
50106
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50107
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50108
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50109
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50110
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50118
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50119
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50120
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50121
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50122
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50111
50123
  validateOn?: "input" | "blur" | "submit" | undefined;
50112
50124
  validationValue?: any;
50113
50125
  hideDetails?: boolean | "auto" | undefined;
50114
50126
  hint?: string | undefined;
50115
50127
  suffix?: string | undefined;
50116
50128
  counterValue?: ((value: any) => number) | undefined;
50129
+ modelModifiers?: Record<string, boolean> | undefined;
50117
50130
  maxRows?: string | number | undefined;
50118
50131
  } & {
50119
50132
  $children?: {} | vue.VNodeChild | {
@@ -50216,17 +50229,18 @@ declare const VTextarea: {
50216
50229
  appendIcon?: IconValue | undefined;
50217
50230
  appendInnerIcon?: IconValue | undefined;
50218
50231
  prependInnerIcon?: IconValue | undefined;
50219
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50220
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50221
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50222
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50223
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50232
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50233
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50234
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50235
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50236
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50224
50237
  validateOn?: "input" | "blur" | "submit" | undefined;
50225
50238
  validationValue?: any;
50226
50239
  hideDetails?: boolean | "auto" | undefined;
50227
50240
  hint?: string | undefined;
50228
50241
  suffix?: string | undefined;
50229
50242
  counterValue?: ((value: any) => number) | undefined;
50243
+ modelModifiers?: Record<string, boolean> | undefined;
50230
50244
  maxRows?: string | number | undefined;
50231
50245
  } & {
50232
50246
  $children?: {} | vue.VNodeChild | {
@@ -50305,8 +50319,8 @@ declare const VTextarea: {
50305
50319
  modelValue?: any;
50306
50320
  prependIcon?: IconValue | undefined;
50307
50321
  appendIcon?: IconValue | undefined;
50308
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50309
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50322
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50323
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50310
50324
  validateOn?: "input" | "blur" | "submit" | undefined;
50311
50325
  validationValue?: any;
50312
50326
  hideDetails?: boolean | "auto" | undefined;
@@ -50368,8 +50382,8 @@ declare const VTextarea: {
50368
50382
  modelValue?: any;
50369
50383
  prependIcon?: IconValue | undefined;
50370
50384
  appendIcon?: IconValue | undefined;
50371
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50372
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50385
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50386
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50373
50387
  validateOn?: "input" | "blur" | "submit" | undefined;
50374
50388
  validationValue?: any;
50375
50389
  hideDetails?: boolean | "auto" | undefined;
@@ -50454,8 +50468,8 @@ declare const VTextarea: {
50454
50468
  modelValue?: any;
50455
50469
  prependIcon?: IconValue | undefined;
50456
50470
  appendIcon?: IconValue | undefined;
50457
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50458
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50471
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50472
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50459
50473
  validateOn?: "input" | "blur" | "submit" | undefined;
50460
50474
  validationValue?: any;
50461
50475
  hideDetails?: boolean | "auto" | undefined;
@@ -50582,17 +50596,18 @@ declare const VTextarea: {
50582
50596
  appendIcon?: IconValue | undefined;
50583
50597
  appendInnerIcon?: IconValue | undefined;
50584
50598
  prependInnerIcon?: IconValue | undefined;
50585
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50586
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50587
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50588
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50589
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50599
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50600
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50601
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50602
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50603
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50590
50604
  validateOn?: "input" | "blur" | "submit" | undefined;
50591
50605
  validationValue?: any;
50592
50606
  hideDetails?: boolean | "auto" | undefined;
50593
50607
  hint?: string | undefined;
50594
50608
  suffix?: string | undefined;
50595
50609
  counterValue?: ((value: any) => number) | undefined;
50610
+ modelModifiers?: Record<string, boolean> | undefined;
50596
50611
  maxRows?: string | number | undefined;
50597
50612
  } & {
50598
50613
  $children?: {} | vue.VNodeChild | {
@@ -50671,8 +50686,8 @@ declare const VTextarea: {
50671
50686
  modelValue?: any;
50672
50687
  prependIcon?: IconValue | undefined;
50673
50688
  appendIcon?: IconValue | undefined;
50674
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50675
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50689
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50690
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50676
50691
  validateOn?: "input" | "blur" | "submit" | undefined;
50677
50692
  validationValue?: any;
50678
50693
  hideDetails?: boolean | "auto" | undefined;
@@ -50734,8 +50749,8 @@ declare const VTextarea: {
50734
50749
  modelValue?: any;
50735
50750
  prependIcon?: IconValue | undefined;
50736
50751
  appendIcon?: IconValue | undefined;
50737
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50738
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50752
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50753
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50739
50754
  validateOn?: "input" | "blur" | "submit" | undefined;
50740
50755
  validationValue?: any;
50741
50756
  hideDetails?: boolean | "auto" | undefined;
@@ -50820,8 +50835,8 @@ declare const VTextarea: {
50820
50835
  modelValue?: any;
50821
50836
  prependIcon?: IconValue | undefined;
50822
50837
  appendIcon?: IconValue | undefined;
50823
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50824
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50838
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50839
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50825
50840
  validateOn?: "input" | "blur" | "submit" | undefined;
50826
50841
  validationValue?: any;
50827
50842
  hideDetails?: boolean | "auto" | undefined;
@@ -50901,17 +50916,18 @@ declare const VTextarea: {
50901
50916
  appendIcon?: IconValue | undefined;
50902
50917
  appendInnerIcon?: IconValue | undefined;
50903
50918
  prependInnerIcon?: IconValue | undefined;
50904
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
50905
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50906
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
50907
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
50908
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
50919
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50920
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50921
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50922
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50923
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50909
50924
  validateOn?: "input" | "blur" | "submit" | undefined;
50910
50925
  validationValue?: any;
50911
50926
  hideDetails?: boolean | "auto" | undefined;
50912
50927
  hint?: string | undefined;
50913
50928
  suffix?: string | undefined;
50914
50929
  counterValue?: ((value: any) => number) | undefined;
50930
+ modelModifiers?: Record<string, boolean> | undefined;
50915
50931
  maxRows?: string | number | undefined;
50916
50932
  } & {
50917
50933
  $children?: {} | vue.VNodeChild | {
@@ -50990,8 +51006,8 @@ declare const VTextarea: {
50990
51006
  modelValue?: any;
50991
51007
  prependIcon?: IconValue | undefined;
50992
51008
  appendIcon?: IconValue | undefined;
50993
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
50994
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51009
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51010
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50995
51011
  validateOn?: "input" | "blur" | "submit" | undefined;
50996
51012
  validationValue?: any;
50997
51013
  hideDetails?: boolean | "auto" | undefined;
@@ -51053,8 +51069,8 @@ declare const VTextarea: {
51053
51069
  modelValue?: any;
51054
51070
  prependIcon?: IconValue | undefined;
51055
51071
  appendIcon?: IconValue | undefined;
51056
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51057
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51072
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51073
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51058
51074
  validateOn?: "input" | "blur" | "submit" | undefined;
51059
51075
  validationValue?: any;
51060
51076
  hideDetails?: boolean | "auto" | undefined;
@@ -51139,8 +51155,8 @@ declare const VTextarea: {
51139
51155
  modelValue?: any;
51140
51156
  prependIcon?: IconValue | undefined;
51141
51157
  appendIcon?: IconValue | undefined;
51142
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51143
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51158
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51159
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51144
51160
  validateOn?: "input" | "blur" | "submit" | undefined;
51145
51161
  validationValue?: any;
51146
51162
  hideDetails?: boolean | "auto" | undefined;
@@ -51230,9 +51246,9 @@ declare const VTextarea: {
51230
51246
  default: string;
51231
51247
  validator: (v: any) => boolean;
51232
51248
  };
51233
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51234
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51235
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51249
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51250
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51251
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51236
51252
  focused: BooleanConstructor;
51237
51253
  errorMessages: {
51238
51254
  type: PropType<string | string[]>;
@@ -51269,8 +51285,8 @@ declare const VTextarea: {
51269
51285
  default: string;
51270
51286
  validator: (v: any) => boolean;
51271
51287
  };
51272
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
51273
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
51288
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51289
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51274
51290
  autoGrow: BooleanConstructor;
51275
51291
  autofocus: BooleanConstructor;
51276
51292
  counter: PropType<string | number | true>;
@@ -51292,6 +51308,7 @@ declare const VTextarea: {
51292
51308
  validator: (v: any) => boolean;
51293
51309
  };
51294
51310
  suffix: StringConstructor;
51311
+ modelModifiers: PropType<Record<string, boolean>>;
51295
51312
  }, vue.ExtractPropTypes<{
51296
51313
  loading: (StringConstructor | BooleanConstructor)[];
51297
51314
  theme: StringConstructor;
@@ -51317,9 +51334,9 @@ declare const VTextarea: {
51317
51334
  default: string;
51318
51335
  validator: (v: any) => boolean;
51319
51336
  };
51320
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51321
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51322
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51337
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51338
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51339
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51323
51340
  focused: BooleanConstructor;
51324
51341
  errorMessages: {
51325
51342
  type: PropType<string | string[]>;
@@ -51356,8 +51373,8 @@ declare const VTextarea: {
51356
51373
  default: string;
51357
51374
  validator: (v: any) => boolean;
51358
51375
  };
51359
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
51360
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
51376
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51377
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51361
51378
  autoGrow: BooleanConstructor;
51362
51379
  autofocus: BooleanConstructor;
51363
51380
  counter: PropType<string | number | true>;
@@ -51379,6 +51396,7 @@ declare const VTextarea: {
51379
51396
  validator: (v: any) => boolean;
51380
51397
  };
51381
51398
  suffix: StringConstructor;
51399
+ modelModifiers: PropType<Record<string, boolean>>;
51382
51400
  }>>;
51383
51401
  type VTextarea = InstanceType<typeof VTextarea>;
51384
51402
 
@@ -51450,17 +51468,18 @@ declare const VTextField: {
51450
51468
  appendIcon?: IconValue | undefined;
51451
51469
  appendInnerIcon?: IconValue | undefined;
51452
51470
  prependInnerIcon?: IconValue | undefined;
51453
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
51454
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51455
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51456
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
51457
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
51471
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51472
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51473
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51474
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51475
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51458
51476
  validateOn?: "input" | "blur" | "submit" | undefined;
51459
51477
  validationValue?: any;
51460
51478
  hideDetails?: boolean | "auto" | undefined;
51461
51479
  hint?: string | undefined;
51462
51480
  suffix?: string | undefined;
51463
51481
  counterValue?: ((value: any) => number) | undefined;
51482
+ modelModifiers?: Record<string, boolean> | undefined;
51464
51483
  } & {
51465
51484
  $children?: {} | vue.VNodeChild | {
51466
51485
  clear?: (() => vue.VNodeChild) | undefined;
@@ -51564,17 +51583,18 @@ declare const VTextField: {
51564
51583
  appendIcon?: IconValue | undefined;
51565
51584
  appendInnerIcon?: IconValue | undefined;
51566
51585
  prependInnerIcon?: IconValue | undefined;
51567
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
51568
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51569
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51570
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
51571
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
51586
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51587
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51588
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51589
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51590
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51572
51591
  validateOn?: "input" | "blur" | "submit" | undefined;
51573
51592
  validationValue?: any;
51574
51593
  hideDetails?: boolean | "auto" | undefined;
51575
51594
  hint?: string | undefined;
51576
51595
  suffix?: string | undefined;
51577
51596
  counterValue?: ((value: any) => number) | undefined;
51597
+ modelModifiers?: Record<string, boolean> | undefined;
51578
51598
  } & {
51579
51599
  $children?: {} | vue.VNodeChild | {
51580
51600
  clear?: (() => vue.VNodeChild) | undefined;
@@ -51656,8 +51676,8 @@ declare const VTextField: {
51656
51676
  modelValue?: any;
51657
51677
  prependIcon?: IconValue | undefined;
51658
51678
  appendIcon?: IconValue | undefined;
51659
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51660
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51679
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51680
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51661
51681
  validateOn?: "input" | "blur" | "submit" | undefined;
51662
51682
  validationValue?: any;
51663
51683
  hideDetails?: boolean | "auto" | undefined;
@@ -51719,8 +51739,8 @@ declare const VTextField: {
51719
51739
  modelValue?: any;
51720
51740
  prependIcon?: IconValue | undefined;
51721
51741
  appendIcon?: IconValue | undefined;
51722
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51723
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51742
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51743
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51724
51744
  validateOn?: "input" | "blur" | "submit" | undefined;
51725
51745
  validationValue?: any;
51726
51746
  hideDetails?: boolean | "auto" | undefined;
@@ -51805,8 +51825,8 @@ declare const VTextField: {
51805
51825
  modelValue?: any;
51806
51826
  prependIcon?: IconValue | undefined;
51807
51827
  appendIcon?: IconValue | undefined;
51808
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
51809
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
51828
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51829
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51810
51830
  validateOn?: "input" | "blur" | "submit" | undefined;
51811
51831
  validationValue?: any;
51812
51832
  hideDetails?: boolean | "auto" | undefined;
@@ -51880,9 +51900,9 @@ declare const VTextField: {
51880
51900
  default: string;
51881
51901
  validator: (v: any) => boolean;
51882
51902
  };
51883
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51884
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51885
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51903
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51904
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51905
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51886
51906
  focused: BooleanConstructor;
51887
51907
  id: StringConstructor;
51888
51908
  }, "$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">>> & {
@@ -51926,9 +51946,9 @@ declare const VTextField: {
51926
51946
  default: string;
51927
51947
  validator: (v: any) => boolean;
51928
51948
  };
51929
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51930
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
51931
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
51949
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51950
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51951
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51932
51952
  focused: BooleanConstructor;
51933
51953
  id: StringConstructor;
51934
51954
  }, "$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">>> & {
@@ -51995,9 +52015,9 @@ declare const VTextField: {
51995
52015
  default: string;
51996
52016
  validator: (v: any) => boolean;
51997
52017
  };
51998
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
51999
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52000
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52018
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52019
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52020
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52001
52021
  focused: BooleanConstructor;
52002
52022
  id: StringConstructor;
52003
52023
  }, "$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">>> & {
@@ -52130,17 +52150,18 @@ declare const VTextField: {
52130
52150
  appendIcon?: IconValue | undefined;
52131
52151
  appendInnerIcon?: IconValue | undefined;
52132
52152
  prependInnerIcon?: IconValue | undefined;
52133
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
52134
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52135
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52136
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
52137
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
52153
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52154
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52155
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52156
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52157
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52138
52158
  validateOn?: "input" | "blur" | "submit" | undefined;
52139
52159
  validationValue?: any;
52140
52160
  hideDetails?: boolean | "auto" | undefined;
52141
52161
  hint?: string | undefined;
52142
52162
  suffix?: string | undefined;
52143
52163
  counterValue?: ((value: any) => number) | undefined;
52164
+ modelModifiers?: Record<string, boolean> | undefined;
52144
52165
  } & {
52145
52166
  $children?: {} | vue.VNodeChild | {
52146
52167
  clear?: (() => vue.VNodeChild) | undefined;
@@ -52222,8 +52243,8 @@ declare const VTextField: {
52222
52243
  modelValue?: any;
52223
52244
  prependIcon?: IconValue | undefined;
52224
52245
  appendIcon?: IconValue | undefined;
52225
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52226
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52246
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52247
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52227
52248
  validateOn?: "input" | "blur" | "submit" | undefined;
52228
52249
  validationValue?: any;
52229
52250
  hideDetails?: boolean | "auto" | undefined;
@@ -52285,8 +52306,8 @@ declare const VTextField: {
52285
52306
  modelValue?: any;
52286
52307
  prependIcon?: IconValue | undefined;
52287
52308
  appendIcon?: IconValue | undefined;
52288
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52289
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52309
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52310
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52290
52311
  validateOn?: "input" | "blur" | "submit" | undefined;
52291
52312
  validationValue?: any;
52292
52313
  hideDetails?: boolean | "auto" | undefined;
@@ -52371,8 +52392,8 @@ declare const VTextField: {
52371
52392
  modelValue?: any;
52372
52393
  prependIcon?: IconValue | undefined;
52373
52394
  appendIcon?: IconValue | undefined;
52374
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52375
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52395
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52396
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52376
52397
  validateOn?: "input" | "blur" | "submit" | undefined;
52377
52398
  validationValue?: any;
52378
52399
  hideDetails?: boolean | "auto" | undefined;
@@ -52446,9 +52467,9 @@ declare const VTextField: {
52446
52467
  default: string;
52447
52468
  validator: (v: any) => boolean;
52448
52469
  };
52449
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52450
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52451
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52470
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52471
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52472
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52452
52473
  focused: BooleanConstructor;
52453
52474
  id: StringConstructor;
52454
52475
  }, "$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">>> & {
@@ -52492,9 +52513,9 @@ declare const VTextField: {
52492
52513
  default: string;
52493
52514
  validator: (v: any) => boolean;
52494
52515
  };
52495
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52496
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52497
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52516
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52517
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52518
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52498
52519
  focused: BooleanConstructor;
52499
52520
  id: StringConstructor;
52500
52521
  }, "$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">>> & {
@@ -52561,9 +52582,9 @@ declare const VTextField: {
52561
52582
  default: string;
52562
52583
  validator: (v: any) => boolean;
52563
52584
  };
52564
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52565
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52566
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52585
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52586
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52587
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52567
52588
  focused: BooleanConstructor;
52568
52589
  id: StringConstructor;
52569
52590
  }, "$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">>> & {
@@ -52651,17 +52672,18 @@ declare const VTextField: {
52651
52672
  appendIcon?: IconValue | undefined;
52652
52673
  appendInnerIcon?: IconValue | undefined;
52653
52674
  prependInnerIcon?: IconValue | undefined;
52654
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
52655
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52656
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52657
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
52658
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
52675
+ 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52676
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52677
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52678
+ 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52679
+ 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52659
52680
  validateOn?: "input" | "blur" | "submit" | undefined;
52660
52681
  validationValue?: any;
52661
52682
  hideDetails?: boolean | "auto" | undefined;
52662
52683
  hint?: string | undefined;
52663
52684
  suffix?: string | undefined;
52664
52685
  counterValue?: ((value: any) => number) | undefined;
52686
+ modelModifiers?: Record<string, boolean> | undefined;
52665
52687
  } & {
52666
52688
  $children?: {} | vue.VNodeChild | {
52667
52689
  clear?: (() => vue.VNodeChild) | undefined;
@@ -52743,8 +52765,8 @@ declare const VTextField: {
52743
52765
  modelValue?: any;
52744
52766
  prependIcon?: IconValue | undefined;
52745
52767
  appendIcon?: IconValue | undefined;
52746
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52747
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52768
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52769
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52748
52770
  validateOn?: "input" | "blur" | "submit" | undefined;
52749
52771
  validationValue?: any;
52750
52772
  hideDetails?: boolean | "auto" | undefined;
@@ -52806,8 +52828,8 @@ declare const VTextField: {
52806
52828
  modelValue?: any;
52807
52829
  prependIcon?: IconValue | undefined;
52808
52830
  appendIcon?: IconValue | undefined;
52809
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52810
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52831
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52832
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52811
52833
  validateOn?: "input" | "blur" | "submit" | undefined;
52812
52834
  validationValue?: any;
52813
52835
  hideDetails?: boolean | "auto" | undefined;
@@ -52892,8 +52914,8 @@ declare const VTextField: {
52892
52914
  modelValue?: any;
52893
52915
  prependIcon?: IconValue | undefined;
52894
52916
  appendIcon?: IconValue | undefined;
52895
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
52896
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
52917
+ 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52918
+ 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52897
52919
  validateOn?: "input" | "blur" | "submit" | undefined;
52898
52920
  validationValue?: any;
52899
52921
  hideDetails?: boolean | "auto" | undefined;
@@ -52967,9 +52989,9 @@ declare const VTextField: {
52967
52989
  default: string;
52968
52990
  validator: (v: any) => boolean;
52969
52991
  };
52970
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
52971
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
52972
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
52992
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52993
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52994
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52973
52995
  focused: BooleanConstructor;
52974
52996
  id: StringConstructor;
52975
52997
  }, "$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">>> & {
@@ -53013,9 +53035,9 @@ declare const VTextField: {
53013
53035
  default: string;
53014
53036
  validator: (v: any) => boolean;
53015
53037
  };
53016
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53017
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53018
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53038
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53039
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53040
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53019
53041
  focused: BooleanConstructor;
53020
53042
  id: StringConstructor;
53021
53043
  }, "$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">>> & {
@@ -53082,9 +53104,9 @@ declare const VTextField: {
53082
53104
  default: string;
53083
53105
  validator: (v: any) => boolean;
53084
53106
  };
53085
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53086
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53087
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53107
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53108
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53109
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53088
53110
  focused: BooleanConstructor;
53089
53111
  id: StringConstructor;
53090
53112
  }, "$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">>> & {
@@ -53182,9 +53204,9 @@ declare const VTextField: {
53182
53204
  default: string;
53183
53205
  validator: (v: any) => boolean;
53184
53206
  };
53185
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53186
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53187
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53207
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53208
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53209
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53188
53210
  focused: BooleanConstructor;
53189
53211
  errorMessages: {
53190
53212
  type: PropType<string | string[]>;
@@ -53221,8 +53243,8 @@ declare const VTextField: {
53221
53243
  default: string;
53222
53244
  validator: (v: any) => boolean;
53223
53245
  };
53224
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
53225
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
53246
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53247
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53226
53248
  autofocus: BooleanConstructor;
53227
53249
  counter: PropType<string | number | true>;
53228
53250
  counterValue: PropType<(value: any) => number>;
@@ -53237,6 +53259,7 @@ declare const VTextField: {
53237
53259
  type: StringConstructor;
53238
53260
  default: string;
53239
53261
  };
53262
+ modelModifiers: PropType<Record<string, boolean>>;
53240
53263
  }, vue.ExtractPropTypes<{
53241
53264
  loading: (StringConstructor | BooleanConstructor)[];
53242
53265
  theme: StringConstructor;
@@ -53262,9 +53285,9 @@ declare const VTextField: {
53262
53285
  default: string;
53263
53286
  validator: (v: any) => boolean;
53264
53287
  };
53265
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
53266
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
53267
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
53288
+ 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53289
+ 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53290
+ 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53268
53291
  focused: BooleanConstructor;
53269
53292
  errorMessages: {
53270
53293
  type: PropType<string | string[]>;
@@ -53301,8 +53324,8 @@ declare const VTextField: {
53301
53324
  default: string;
53302
53325
  validator: (v: any) => boolean;
53303
53326
  };
53304
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
53305
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
53327
+ 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53328
+ 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53306
53329
  autofocus: BooleanConstructor;
53307
53330
  counter: PropType<string | number | true>;
53308
53331
  counterValue: PropType<(value: any) => number>;
@@ -53317,6 +53340,7 @@ declare const VTextField: {
53317
53340
  type: StringConstructor;
53318
53341
  default: string;
53319
53342
  };
53343
+ modelModifiers: PropType<Record<string, boolean>>;
53320
53344
  }>>;
53321
53345
  type VTextField = InstanceType<typeof VTextField>;
53322
53346