@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.12-master.2024-07-10

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 (102) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/dist/json/attributes.json +58 -70
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +114 -114
  5. package/dist/json/tags.json +4 -7
  6. package/dist/json/web-types.json +98 -117
  7. package/dist/vuetify-labs.css +3483 -3461
  8. package/dist/vuetify-labs.d.ts +640 -751
  9. package/dist/vuetify-labs.esm.js +80 -70
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +80 -70
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1390 -1368
  14. package/dist/vuetify.d.ts +604 -697
  15. package/dist/vuetify.esm.js +63 -54
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +63 -54
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +48 -46
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +3 -3
  23. package/lib/blueprints/md1.d.mts +3 -3
  24. package/lib/blueprints/md2.d.mts +3 -3
  25. package/lib/blueprints/md3.d.mts +3 -3
  26. package/lib/components/VAutocomplete/index.d.mts +25 -31
  27. package/lib/components/VBottomSheet/index.d.mts +10 -10
  28. package/lib/components/VCheckbox/index.d.mts +2 -8
  29. package/lib/components/VCombobox/index.d.mts +25 -31
  30. package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
  31. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  32. package/lib/components/VDataTable/index.d.mts +108 -108
  33. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
  34. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  35. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  36. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  37. package/lib/components/VDatePicker/index.d.mts +70 -55
  38. package/lib/components/VDialog/index.d.mts +28 -28
  39. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
  40. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/index.d.mts +48 -66
  42. package/lib/components/VField/VField.css +11 -6
  43. package/lib/components/VField/VField.mjs +5 -7
  44. package/lib/components/VField/VField.mjs.map +1 -1
  45. package/lib/components/VField/VField.sass +6 -2
  46. package/lib/components/VField/index.d.mts +6 -12
  47. package/lib/components/VFileInput/index.d.mts +6 -12
  48. package/lib/components/VInput/VInput.css +5 -5
  49. package/lib/components/VInput/VInput.mjs +1 -4
  50. package/lib/components/VInput/VInput.mjs.map +1 -1
  51. package/lib/components/VInput/VInput.sass +1 -1
  52. package/lib/components/VInput/index.d.mts +2 -8
  53. package/lib/components/VMenu/index.d.mts +32 -32
  54. package/lib/components/VOverlay/index.d.mts +10 -10
  55. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  56. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  57. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  58. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  59. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  60. package/lib/components/VRadio/VRadio.mjs +8 -5
  61. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  62. package/lib/components/VRadioGroup/index.d.mts +2 -8
  63. package/lib/components/VRangeSlider/index.d.mts +2 -8
  64. package/lib/components/VSelect/index.d.mts +25 -31
  65. package/lib/components/VSlider/index.d.mts +2 -8
  66. package/lib/components/VSnackbar/index.d.mts +28 -28
  67. package/lib/components/VSpeedDial/index.d.mts +14 -14
  68. package/lib/components/VSwitch/index.d.mts +2 -8
  69. package/lib/components/VTextField/VTextField.mjs +1 -1
  70. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  71. package/lib/components/VTextField/index.d.mts +18 -24
  72. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  73. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  74. package/lib/components/VTextarea/index.d.mts +72 -87
  75. package/lib/components/VTooltip/index.d.mts +32 -32
  76. package/lib/components/index.d.mts +646 -739
  77. package/lib/composables/calendar.mjs +10 -4
  78. package/lib/composables/calendar.mjs.map +1 -1
  79. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  80. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  81. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  82. package/lib/entry-bundler.mjs +1 -1
  83. package/lib/framework.mjs +1 -1
  84. package/lib/index.d.mts +48 -48
  85. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  86. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  87. package/lib/labs/VCalendar/index.d.mts +6 -0
  88. package/lib/labs/VDateInput/index.d.mts +39 -39
  89. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  90. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  91. package/lib/labs/VNumberInput/index.d.mts +6 -12
  92. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  93. package/lib/labs/VStepperVertical/index.d.mts +0 -18
  94. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  95. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  96. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  97. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  98. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  99. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  100. package/lib/labs/VTimePicker/index.d.mts +18 -18
  101. package/lib/labs/components.d.mts +106 -124
  102. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -13,7 +13,7 @@ interface DateAdapter<T = unknown> {
13
13
  toISO(date: T): string;
14
14
  startOfDay(date: T): T;
15
15
  endOfDay(date: T): T;
16
- startOfWeek(date: T): T;
16
+ startOfWeek(date: T, firstDayOfWeek?: number | string): T;
17
17
  endOfWeek(date: T): T;
18
18
  startOfMonth(date: T): T;
19
19
  endOfMonth(date: T): T;
@@ -36,8 +36,8 @@ interface DateAdapter<T = unknown> {
36
36
  getYear(date: T): number;
37
37
  setYear(date: T, year: number): T;
38
38
  getDiff(date: T, comparing: T | string, unit?: string): number;
39
- getWeekArray(date: T): T[][];
40
- getWeekdays(): string[];
39
+ getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
40
+ getWeekdays(firstDayOfWeek?: number | string): string[];
41
41
  getMonth(date: T): number;
42
42
  setMonth(date: T, month: number): T;
43
43
  getDate(date: T): number;
@@ -3657,10 +3657,7 @@ declare const VInput: {
3657
3657
  };
3658
3658
  id: StringConstructor;
3659
3659
  appendIcon: PropType<IconValue>;
3660
- centerAffix: {
3661
- type: BooleanConstructor;
3662
- default: boolean;
3663
- };
3660
+ centerAffix: BooleanConstructor;
3664
3661
  prependIcon: PropType<IconValue>;
3665
3662
  hideDetails: PropType<boolean | "auto">;
3666
3663
  hideSpinButtons: BooleanConstructor;
@@ -3722,10 +3719,7 @@ declare const VInput: {
3722
3719
  };
3723
3720
  id: StringConstructor;
3724
3721
  appendIcon: PropType<IconValue>;
3725
- centerAffix: {
3726
- type: BooleanConstructor;
3727
- default: boolean;
3728
- };
3722
+ centerAffix: BooleanConstructor;
3729
3723
  prependIcon: PropType<IconValue>;
3730
3724
  hideDetails: PropType<boolean | "auto">;
3731
3725
  hideSpinButtons: BooleanConstructor;
@@ -3780,6 +3774,7 @@ declare const VField: {
3780
3774
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3781
3775
  tile: boolean;
3782
3776
  clearIcon: IconValue;
3777
+ centerAffix: boolean;
3783
3778
  clearable: boolean;
3784
3779
  dirty: boolean;
3785
3780
  persistentClear: boolean;
@@ -3800,7 +3795,6 @@ declare const VField: {
3800
3795
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3801
3796
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3802
3797
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3803
- centerAffix?: boolean | undefined;
3804
3798
  } & {
3805
3799
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3806
3800
  }, {
@@ -3819,6 +3813,7 @@ declare const VField: {
3819
3813
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3820
3814
  tile: boolean;
3821
3815
  clearIcon: IconValue;
3816
+ centerAffix: boolean;
3822
3817
  clearable: boolean;
3823
3818
  dirty: boolean;
3824
3819
  persistentClear: boolean;
@@ -3839,7 +3834,6 @@ declare const VField: {
3839
3834
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3840
3835
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3841
3836
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3842
- centerAffix?: boolean | undefined;
3843
3837
  } & {
3844
3838
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3845
3839
  }, {
@@ -3901,6 +3895,7 @@ declare const VField: {
3901
3895
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3902
3896
  tile: boolean;
3903
3897
  clearIcon: IconValue;
3898
+ centerAffix: boolean;
3904
3899
  clearable: boolean;
3905
3900
  dirty: boolean;
3906
3901
  persistentClear: boolean;
@@ -3921,7 +3916,6 @@ declare const VField: {
3921
3916
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3922
3917
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3923
3918
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3924
- centerAffix?: boolean | undefined;
3925
3919
  } & {
3926
3920
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3927
3921
  }, {
@@ -3958,6 +3952,7 @@ declare const VField: {
3958
3952
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3959
3953
  tile: boolean;
3960
3954
  clearIcon: IconValue;
3955
+ centerAffix: boolean;
3961
3956
  clearable: boolean;
3962
3957
  dirty: boolean;
3963
3958
  persistentClear: boolean;
@@ -3978,7 +3973,6 @@ declare const VField: {
3978
3973
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3979
3974
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3980
3975
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3981
- centerAffix?: boolean | undefined;
3982
3976
  } & {
3983
3977
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3984
3978
  }, {
@@ -4054,10 +4048,7 @@ declare const VField: {
4054
4048
  default: string;
4055
4049
  };
4056
4050
  active: BooleanConstructor;
4057
- centerAffix: {
4058
- type: BooleanConstructor;
4059
- default: undefined;
4060
- };
4051
+ centerAffix: BooleanConstructor;
4061
4052
  color: StringConstructor;
4062
4053
  baseColor: StringConstructor;
4063
4054
  dirty: BooleanConstructor;
@@ -4104,10 +4095,7 @@ declare const VField: {
4104
4095
  default: string;
4105
4096
  };
4106
4097
  active: BooleanConstructor;
4107
- centerAffix: {
4108
- type: BooleanConstructor;
4109
- default: undefined;
4110
- };
4098
+ centerAffix: BooleanConstructor;
4111
4099
  color: StringConstructor;
4112
4100
  baseColor: StringConstructor;
4113
4101
  dirty: BooleanConstructor;
@@ -4181,7 +4169,7 @@ interface LocationStrategyData {
4181
4169
  isRtl: Ref<boolean>;
4182
4170
  }
4183
4171
  type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
4184
- updateLocation: (e: Event) => void;
4172
+ updateLocation: (e?: Event) => void;
4185
4173
  };
4186
4174
  declare const locationStrategies: {
4187
4175
  static: typeof staticLocationStrategy;
@@ -4877,6 +4865,7 @@ declare const VAutocomplete: {
4877
4865
  direction: "horizontal" | "vertical";
4878
4866
  valueComparator: typeof deepEqual;
4879
4867
  clearIcon: IconValue;
4868
+ centerAffix: boolean;
4880
4869
  hideSpinButtons: boolean;
4881
4870
  persistentHint: boolean;
4882
4871
  filterMode: FilterMode;
@@ -4926,7 +4915,6 @@ declare const VAutocomplete: {
4926
4915
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4927
4916
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4928
4917
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4929
- centerAffix?: boolean | undefined;
4930
4918
  hint?: string | undefined;
4931
4919
  hideDetails?: boolean | "auto" | undefined;
4932
4920
  customFilter?: FilterFunction | undefined;
@@ -5207,7 +5195,7 @@ declare const VAutocomplete: {
5207
5195
  eager: boolean;
5208
5196
  location: Anchor;
5209
5197
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5210
- updateLocation: (e: Event) => void;
5198
+ updateLocation: (e?: Event | undefined) => void;
5211
5199
  } | undefined) | "connected">;
5212
5200
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5213
5201
  closeDelay: NonNullable<string | number>;
@@ -5236,7 +5224,7 @@ declare const VAutocomplete: {
5236
5224
  eager: boolean;
5237
5225
  location: Anchor;
5238
5226
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5239
- updateLocation: (e: Event) => void;
5227
+ updateLocation: (e?: Event | undefined) => void;
5240
5228
  } | undefined) | "connected">;
5241
5229
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5242
5230
  closeDelay: NonNullable<string | number>;
@@ -5312,7 +5300,7 @@ declare const VAutocomplete: {
5312
5300
  eager: boolean;
5313
5301
  location: Anchor;
5314
5302
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5315
- updateLocation: (e: Event) => void;
5303
+ updateLocation: (e?: Event | undefined) => void;
5316
5304
  } | undefined) | "connected">;
5317
5305
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5318
5306
  closeDelay: NonNullable<string | number>;
@@ -5417,6 +5405,7 @@ declare const VAutocomplete: {
5417
5405
  direction: "horizontal" | "vertical";
5418
5406
  valueComparator: typeof deepEqual;
5419
5407
  clearIcon: IconValue;
5408
+ centerAffix: boolean;
5420
5409
  hideSpinButtons: boolean;
5421
5410
  persistentHint: boolean;
5422
5411
  filterMode: FilterMode;
@@ -5466,7 +5455,6 @@ declare const VAutocomplete: {
5466
5455
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5467
5456
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5468
5457
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5469
- centerAffix?: boolean | undefined;
5470
5458
  hint?: string | undefined;
5471
5459
  hideDetails?: boolean | "auto" | undefined;
5472
5460
  customFilter?: FilterFunction | undefined;
@@ -5747,7 +5735,7 @@ declare const VAutocomplete: {
5747
5735
  eager: boolean;
5748
5736
  location: Anchor;
5749
5737
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5750
- updateLocation: (e: Event) => void;
5738
+ updateLocation: (e?: Event | undefined) => void;
5751
5739
  } | undefined) | "connected">;
5752
5740
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5753
5741
  closeDelay: NonNullable<string | number>;
@@ -5776,7 +5764,7 @@ declare const VAutocomplete: {
5776
5764
  eager: boolean;
5777
5765
  location: Anchor;
5778
5766
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5779
- updateLocation: (e: Event) => void;
5767
+ updateLocation: (e?: Event | undefined) => void;
5780
5768
  } | undefined) | "connected">;
5781
5769
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5782
5770
  closeDelay: NonNullable<string | number>;
@@ -5852,7 +5840,7 @@ declare const VAutocomplete: {
5852
5840
  eager: boolean;
5853
5841
  location: Anchor;
5854
5842
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5855
- updateLocation: (e: Event) => void;
5843
+ updateLocation: (e?: Event | undefined) => void;
5856
5844
  } | undefined) | "connected">;
5857
5845
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5858
5846
  closeDelay: NonNullable<string | number>;
@@ -6071,6 +6059,7 @@ declare const VAutocomplete: {
6071
6059
  direction: "horizontal" | "vertical";
6072
6060
  valueComparator: typeof deepEqual;
6073
6061
  clearIcon: IconValue;
6062
+ centerAffix: boolean;
6074
6063
  hideSpinButtons: boolean;
6075
6064
  persistentHint: boolean;
6076
6065
  filterMode: FilterMode;
@@ -6120,7 +6109,6 @@ declare const VAutocomplete: {
6120
6109
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6121
6110
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6122
6111
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6123
- centerAffix?: boolean | undefined;
6124
6112
  hint?: string | undefined;
6125
6113
  hideDetails?: boolean | "auto" | undefined;
6126
6114
  customFilter?: FilterFunction | undefined;
@@ -6401,7 +6389,7 @@ declare const VAutocomplete: {
6401
6389
  eager: boolean;
6402
6390
  location: Anchor;
6403
6391
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6404
- updateLocation: (e: Event) => void;
6392
+ updateLocation: (e?: Event | undefined) => void;
6405
6393
  } | undefined) | "connected">;
6406
6394
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6407
6395
  closeDelay: NonNullable<string | number>;
@@ -6430,7 +6418,7 @@ declare const VAutocomplete: {
6430
6418
  eager: boolean;
6431
6419
  location: Anchor;
6432
6420
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6433
- updateLocation: (e: Event) => void;
6421
+ updateLocation: (e?: Event | undefined) => void;
6434
6422
  } | undefined) | "connected">;
6435
6423
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6436
6424
  closeDelay: NonNullable<string | number>;
@@ -6506,7 +6494,7 @@ declare const VAutocomplete: {
6506
6494
  eager: boolean;
6507
6495
  location: Anchor;
6508
6496
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6509
- updateLocation: (e: Event) => void;
6497
+ updateLocation: (e?: Event | undefined) => void;
6510
6498
  } | undefined) | "connected">;
6511
6499
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6512
6500
  closeDelay: NonNullable<string | number>;
@@ -6660,6 +6648,7 @@ declare const VAutocomplete: {
6660
6648
  direction: "horizontal" | "vertical";
6661
6649
  valueComparator: typeof deepEqual;
6662
6650
  clearIcon: IconValue;
6651
+ centerAffix: boolean;
6663
6652
  hideSpinButtons: boolean;
6664
6653
  persistentHint: boolean;
6665
6654
  filterMode: FilterMode;
@@ -6709,7 +6698,6 @@ declare const VAutocomplete: {
6709
6698
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6710
6699
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6711
6700
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6712
- centerAffix?: boolean | undefined;
6713
6701
  hint?: string | undefined;
6714
6702
  hideDetails?: boolean | "auto" | undefined;
6715
6703
  customFilter?: FilterFunction | undefined;
@@ -6990,7 +6978,7 @@ declare const VAutocomplete: {
6990
6978
  eager: boolean;
6991
6979
  location: Anchor;
6992
6980
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6993
- updateLocation: (e: Event) => void;
6981
+ updateLocation: (e?: Event | undefined) => void;
6994
6982
  } | undefined) | "connected">;
6995
6983
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6996
6984
  closeDelay: NonNullable<string | number>;
@@ -7019,7 +7007,7 @@ declare const VAutocomplete: {
7019
7007
  eager: boolean;
7020
7008
  location: Anchor;
7021
7009
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7022
- updateLocation: (e: Event) => void;
7010
+ updateLocation: (e?: Event | undefined) => void;
7023
7011
  } | undefined) | "connected">;
7024
7012
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7025
7013
  closeDelay: NonNullable<string | number>;
@@ -7095,7 +7083,7 @@ declare const VAutocomplete: {
7095
7083
  eager: boolean;
7096
7084
  location: Anchor;
7097
7085
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7098
- updateLocation: (e: Event) => void;
7086
+ updateLocation: (e?: Event | undefined) => void;
7099
7087
  } | undefined) | "connected">;
7100
7088
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7101
7089
  closeDelay: NonNullable<string | number>;
@@ -7448,10 +7436,7 @@ declare const VAutocomplete: {
7448
7436
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
7449
7437
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
7450
7438
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
7451
- centerAffix: {
7452
- type: BooleanConstructor;
7453
- default: undefined;
7454
- };
7439
+ centerAffix: BooleanConstructor;
7455
7440
  hideSpinButtons: BooleanConstructor;
7456
7441
  hint: StringConstructor;
7457
7442
  persistentHint: BooleanConstructor;
@@ -7787,7 +7772,7 @@ declare const VAutocomplete: {
7787
7772
  eager: boolean;
7788
7773
  location: Anchor;
7789
7774
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7790
- updateLocation: (e: Event) => void;
7775
+ updateLocation: (e?: Event | undefined) => void;
7791
7776
  } | undefined) | "connected">;
7792
7777
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7793
7778
  closeDelay: NonNullable<string | number>;
@@ -7816,7 +7801,7 @@ declare const VAutocomplete: {
7816
7801
  eager: boolean;
7817
7802
  location: Anchor;
7818
7803
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7819
- updateLocation: (e: Event) => void;
7804
+ updateLocation: (e?: Event | undefined) => void;
7820
7805
  } | undefined) | "connected">;
7821
7806
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7822
7807
  closeDelay: NonNullable<string | number>;
@@ -7892,7 +7877,7 @@ declare const VAutocomplete: {
7892
7877
  eager: boolean;
7893
7878
  location: Anchor;
7894
7879
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7895
- updateLocation: (e: Event) => void;
7880
+ updateLocation: (e?: Event | undefined) => void;
7896
7881
  } | undefined) | "connected">;
7897
7882
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7898
7883
  closeDelay: NonNullable<string | number>;
@@ -8092,10 +8077,7 @@ declare const VAutocomplete: {
8092
8077
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
8093
8078
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
8094
8079
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
8095
- centerAffix: {
8096
- type: BooleanConstructor;
8097
- default: undefined;
8098
- };
8080
+ centerAffix: BooleanConstructor;
8099
8081
  hideSpinButtons: BooleanConstructor;
8100
8082
  hint: StringConstructor;
8101
8083
  persistentHint: BooleanConstructor;
@@ -8431,7 +8413,7 @@ declare const VAutocomplete: {
8431
8413
  eager: boolean;
8432
8414
  location: Anchor;
8433
8415
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8434
- updateLocation: (e: Event) => void;
8416
+ updateLocation: (e?: Event | undefined) => void;
8435
8417
  } | undefined) | "connected">;
8436
8418
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8437
8419
  closeDelay: NonNullable<string | number>;
@@ -8460,7 +8442,7 @@ declare const VAutocomplete: {
8460
8442
  eager: boolean;
8461
8443
  location: Anchor;
8462
8444
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8463
- updateLocation: (e: Event) => void;
8445
+ updateLocation: (e?: Event | undefined) => void;
8464
8446
  } | undefined) | "connected">;
8465
8447
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8466
8448
  closeDelay: NonNullable<string | number>;
@@ -8536,7 +8518,7 @@ declare const VAutocomplete: {
8536
8518
  eager: boolean;
8537
8519
  location: Anchor;
8538
8520
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8539
- updateLocation: (e: Event) => void;
8521
+ updateLocation: (e?: Event | undefined) => void;
8540
8522
  } | undefined) | "connected">;
8541
8523
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8542
8524
  closeDelay: NonNullable<string | number>;
@@ -10123,7 +10105,7 @@ declare const VBottomSheet: {
10123
10105
  eager: boolean;
10124
10106
  location: Anchor;
10125
10107
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10126
- updateLocation: (e: Event) => void;
10108
+ updateLocation: (e?: Event | undefined) => void;
10127
10109
  } | undefined) | "connected";
10128
10110
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10129
10111
  activatorProps: Record<string, any>;
@@ -10209,7 +10191,7 @@ declare const VBottomSheet: {
10209
10191
  eager: boolean;
10210
10192
  location: Anchor;
10211
10193
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10212
- updateLocation: (e: Event) => void;
10194
+ updateLocation: (e?: Event | undefined) => void;
10213
10195
  } | undefined) | "connected";
10214
10196
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10215
10197
  activatorProps: Record<string, any>;
@@ -10293,7 +10275,7 @@ declare const VBottomSheet: {
10293
10275
  eager: boolean;
10294
10276
  location: Anchor;
10295
10277
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10296
- updateLocation: (e: Event) => void;
10278
+ updateLocation: (e?: Event | undefined) => void;
10297
10279
  } | undefined) | "connected";
10298
10280
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10299
10281
  activatorProps: Record<string, any>;
@@ -10345,7 +10327,7 @@ declare const VBottomSheet: {
10345
10327
  eager: boolean;
10346
10328
  location: Anchor;
10347
10329
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10348
- updateLocation: (e: Event) => void;
10330
+ updateLocation: (e?: Event | undefined) => void;
10349
10331
  } | undefined) | "connected";
10350
10332
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10351
10333
  activatorProps: Record<string, any>;
@@ -10429,7 +10411,7 @@ declare const VBottomSheet: {
10429
10411
  eager: boolean;
10430
10412
  location: Anchor;
10431
10413
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10432
- updateLocation: (e: Event) => void;
10414
+ updateLocation: (e?: Event | undefined) => void;
10433
10415
  } | undefined) | "connected";
10434
10416
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10435
10417
  activatorProps: Record<string, any>;
@@ -10465,7 +10447,7 @@ declare const VBottomSheet: {
10465
10447
  eager: boolean;
10466
10448
  location: Anchor;
10467
10449
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10468
- updateLocation: (e: Event) => void;
10450
+ updateLocation: (e?: Event | undefined) => void;
10469
10451
  } | undefined) | "connected";
10470
10452
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10471
10453
  activatorProps: Record<string, any>;
@@ -10551,7 +10533,7 @@ declare const VBottomSheet: {
10551
10533
  eager: boolean;
10552
10534
  location: Anchor;
10553
10535
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10554
- updateLocation: (e: Event) => void;
10536
+ updateLocation: (e?: Event | undefined) => void;
10555
10537
  } | undefined) | "connected";
10556
10538
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10557
10539
  activatorProps: Record<string, any>;
@@ -10621,7 +10603,7 @@ declare const VBottomSheet: {
10621
10603
  };
10622
10604
  locationStrategy: {
10623
10605
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10624
- updateLocation: (e: Event) => void;
10606
+ updateLocation: (e?: Event | undefined) => void;
10625
10607
  } | undefined) | "connected">;
10626
10608
  default: string;
10627
10609
  validator: (val: any) => boolean;
@@ -10741,7 +10723,7 @@ declare const VBottomSheet: {
10741
10723
  };
10742
10724
  locationStrategy: {
10743
10725
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10744
- updateLocation: (e: Event) => void;
10726
+ updateLocation: (e?: Event | undefined) => void;
10745
10727
  } | undefined) | "connected">;
10746
10728
  default: string;
10747
10729
  validator: (val: any) => boolean;
@@ -16222,10 +16204,7 @@ declare const VCheckbox: {
16222
16204
  maxWidth: (StringConstructor | NumberConstructor)[];
16223
16205
  minWidth: (StringConstructor | NumberConstructor)[];
16224
16206
  appendIcon: vue.PropType<IconValue>;
16225
- centerAffix: {
16226
- type: BooleanConstructor;
16227
- default: boolean;
16228
- };
16207
+ centerAffix: BooleanConstructor;
16229
16208
  prependIcon: vue.PropType<IconValue>;
16230
16209
  hideDetails: vue.PropType<boolean | "auto">;
16231
16210
  hideSpinButtons: BooleanConstructor;
@@ -16321,10 +16300,7 @@ declare const VCheckbox: {
16321
16300
  maxWidth: (StringConstructor | NumberConstructor)[];
16322
16301
  minWidth: (StringConstructor | NumberConstructor)[];
16323
16302
  appendIcon: vue.PropType<IconValue>;
16324
- centerAffix: {
16325
- type: BooleanConstructor;
16326
- default: boolean;
16327
- };
16303
+ centerAffix: BooleanConstructor;
16328
16304
  prependIcon: vue.PropType<IconValue>;
16329
16305
  hideDetails: vue.PropType<boolean | "auto">;
16330
16306
  hideSpinButtons: BooleanConstructor;
@@ -18489,6 +18465,7 @@ declare const VCombobox: {
18489
18465
  direction: "horizontal" | "vertical";
18490
18466
  valueComparator: typeof deepEqual;
18491
18467
  clearIcon: IconValue;
18468
+ centerAffix: boolean;
18492
18469
  hideSpinButtons: boolean;
18493
18470
  persistentHint: boolean;
18494
18471
  filterMode: FilterMode;
@@ -18538,7 +18515,6 @@ declare const VCombobox: {
18538
18515
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
18539
18516
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
18540
18517
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
18541
- centerAffix?: boolean | undefined;
18542
18518
  hint?: string | undefined;
18543
18519
  hideDetails?: boolean | "auto" | undefined;
18544
18520
  customFilter?: FilterFunction | undefined;
@@ -18819,7 +18795,7 @@ declare const VCombobox: {
18819
18795
  eager: boolean;
18820
18796
  location: Anchor;
18821
18797
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18822
- updateLocation: (e: Event) => void;
18798
+ updateLocation: (e?: Event | undefined) => void;
18823
18799
  } | undefined) | "connected">;
18824
18800
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18825
18801
  closeDelay: NonNullable<string | number>;
@@ -18848,7 +18824,7 @@ declare const VCombobox: {
18848
18824
  eager: boolean;
18849
18825
  location: Anchor;
18850
18826
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18851
- updateLocation: (e: Event) => void;
18827
+ updateLocation: (e?: Event | undefined) => void;
18852
18828
  } | undefined) | "connected">;
18853
18829
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18854
18830
  closeDelay: NonNullable<string | number>;
@@ -18924,7 +18900,7 @@ declare const VCombobox: {
18924
18900
  eager: boolean;
18925
18901
  location: Anchor;
18926
18902
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18927
- updateLocation: (e: Event) => void;
18903
+ updateLocation: (e?: Event | undefined) => void;
18928
18904
  } | undefined) | "connected">;
18929
18905
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18930
18906
  closeDelay: NonNullable<string | number>;
@@ -19029,6 +19005,7 @@ declare const VCombobox: {
19029
19005
  direction: "horizontal" | "vertical";
19030
19006
  valueComparator: typeof deepEqual;
19031
19007
  clearIcon: IconValue;
19008
+ centerAffix: boolean;
19032
19009
  hideSpinButtons: boolean;
19033
19010
  persistentHint: boolean;
19034
19011
  filterMode: FilterMode;
@@ -19078,7 +19055,6 @@ declare const VCombobox: {
19078
19055
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
19079
19056
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
19080
19057
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
19081
- centerAffix?: boolean | undefined;
19082
19058
  hint?: string | undefined;
19083
19059
  hideDetails?: boolean | "auto" | undefined;
19084
19060
  customFilter?: FilterFunction | undefined;
@@ -19359,7 +19335,7 @@ declare const VCombobox: {
19359
19335
  eager: boolean;
19360
19336
  location: Anchor;
19361
19337
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19362
- updateLocation: (e: Event) => void;
19338
+ updateLocation: (e?: Event | undefined) => void;
19363
19339
  } | undefined) | "connected">;
19364
19340
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19365
19341
  closeDelay: NonNullable<string | number>;
@@ -19388,7 +19364,7 @@ declare const VCombobox: {
19388
19364
  eager: boolean;
19389
19365
  location: Anchor;
19390
19366
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19391
- updateLocation: (e: Event) => void;
19367
+ updateLocation: (e?: Event | undefined) => void;
19392
19368
  } | undefined) | "connected">;
19393
19369
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19394
19370
  closeDelay: NonNullable<string | number>;
@@ -19464,7 +19440,7 @@ declare const VCombobox: {
19464
19440
  eager: boolean;
19465
19441
  location: Anchor;
19466
19442
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19467
- updateLocation: (e: Event) => void;
19443
+ updateLocation: (e?: Event | undefined) => void;
19468
19444
  } | undefined) | "connected">;
19469
19445
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19470
19446
  closeDelay: NonNullable<string | number>;
@@ -19683,6 +19659,7 @@ declare const VCombobox: {
19683
19659
  direction: "horizontal" | "vertical";
19684
19660
  valueComparator: typeof deepEqual;
19685
19661
  clearIcon: IconValue;
19662
+ centerAffix: boolean;
19686
19663
  hideSpinButtons: boolean;
19687
19664
  persistentHint: boolean;
19688
19665
  filterMode: FilterMode;
@@ -19732,7 +19709,6 @@ declare const VCombobox: {
19732
19709
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
19733
19710
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
19734
19711
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
19735
- centerAffix?: boolean | undefined;
19736
19712
  hint?: string | undefined;
19737
19713
  hideDetails?: boolean | "auto" | undefined;
19738
19714
  customFilter?: FilterFunction | undefined;
@@ -20013,7 +19989,7 @@ declare const VCombobox: {
20013
19989
  eager: boolean;
20014
19990
  location: Anchor;
20015
19991
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20016
- updateLocation: (e: Event) => void;
19992
+ updateLocation: (e?: Event | undefined) => void;
20017
19993
  } | undefined) | "connected">;
20018
19994
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20019
19995
  closeDelay: NonNullable<string | number>;
@@ -20042,7 +20018,7 @@ declare const VCombobox: {
20042
20018
  eager: boolean;
20043
20019
  location: Anchor;
20044
20020
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20045
- updateLocation: (e: Event) => void;
20021
+ updateLocation: (e?: Event | undefined) => void;
20046
20022
  } | undefined) | "connected">;
20047
20023
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20048
20024
  closeDelay: NonNullable<string | number>;
@@ -20118,7 +20094,7 @@ declare const VCombobox: {
20118
20094
  eager: boolean;
20119
20095
  location: Anchor;
20120
20096
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20121
- updateLocation: (e: Event) => void;
20097
+ updateLocation: (e?: Event | undefined) => void;
20122
20098
  } | undefined) | "connected">;
20123
20099
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20124
20100
  closeDelay: NonNullable<string | number>;
@@ -20272,6 +20248,7 @@ declare const VCombobox: {
20272
20248
  direction: "horizontal" | "vertical";
20273
20249
  valueComparator: typeof deepEqual;
20274
20250
  clearIcon: IconValue;
20251
+ centerAffix: boolean;
20275
20252
  hideSpinButtons: boolean;
20276
20253
  persistentHint: boolean;
20277
20254
  filterMode: FilterMode;
@@ -20321,7 +20298,6 @@ declare const VCombobox: {
20321
20298
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
20322
20299
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
20323
20300
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
20324
- centerAffix?: boolean | undefined;
20325
20301
  hint?: string | undefined;
20326
20302
  hideDetails?: boolean | "auto" | undefined;
20327
20303
  customFilter?: FilterFunction | undefined;
@@ -20602,7 +20578,7 @@ declare const VCombobox: {
20602
20578
  eager: boolean;
20603
20579
  location: Anchor;
20604
20580
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20605
- updateLocation: (e: Event) => void;
20581
+ updateLocation: (e?: Event | undefined) => void;
20606
20582
  } | undefined) | "connected">;
20607
20583
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20608
20584
  closeDelay: NonNullable<string | number>;
@@ -20631,7 +20607,7 @@ declare const VCombobox: {
20631
20607
  eager: boolean;
20632
20608
  location: Anchor;
20633
20609
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20634
- updateLocation: (e: Event) => void;
20610
+ updateLocation: (e?: Event | undefined) => void;
20635
20611
  } | undefined) | "connected">;
20636
20612
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20637
20613
  closeDelay: NonNullable<string | number>;
@@ -20707,7 +20683,7 @@ declare const VCombobox: {
20707
20683
  eager: boolean;
20708
20684
  location: Anchor;
20709
20685
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20710
- updateLocation: (e: Event) => void;
20686
+ updateLocation: (e?: Event | undefined) => void;
20711
20687
  } | undefined) | "connected">;
20712
20688
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20713
20689
  closeDelay: NonNullable<string | number>;
@@ -21060,10 +21036,7 @@ declare const VCombobox: {
21060
21036
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
21061
21037
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
21062
21038
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
21063
- centerAffix: {
21064
- type: BooleanConstructor;
21065
- default: undefined;
21066
- };
21039
+ centerAffix: BooleanConstructor;
21067
21040
  hideSpinButtons: BooleanConstructor;
21068
21041
  hint: StringConstructor;
21069
21042
  persistentHint: BooleanConstructor;
@@ -21405,7 +21378,7 @@ declare const VCombobox: {
21405
21378
  eager: boolean;
21406
21379
  location: Anchor;
21407
21380
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21408
- updateLocation: (e: Event) => void;
21381
+ updateLocation: (e?: Event | undefined) => void;
21409
21382
  } | undefined) | "connected">;
21410
21383
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21411
21384
  closeDelay: NonNullable<string | number>;
@@ -21434,7 +21407,7 @@ declare const VCombobox: {
21434
21407
  eager: boolean;
21435
21408
  location: Anchor;
21436
21409
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21437
- updateLocation: (e: Event) => void;
21410
+ updateLocation: (e?: Event | undefined) => void;
21438
21411
  } | undefined) | "connected">;
21439
21412
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21440
21413
  closeDelay: NonNullable<string | number>;
@@ -21510,7 +21483,7 @@ declare const VCombobox: {
21510
21483
  eager: boolean;
21511
21484
  location: Anchor;
21512
21485
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21513
- updateLocation: (e: Event) => void;
21486
+ updateLocation: (e?: Event | undefined) => void;
21514
21487
  } | undefined) | "connected">;
21515
21488
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21516
21489
  closeDelay: NonNullable<string | number>;
@@ -21713,10 +21686,7 @@ declare const VCombobox: {
21713
21686
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
21714
21687
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
21715
21688
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
21716
- centerAffix: {
21717
- type: BooleanConstructor;
21718
- default: undefined;
21719
- };
21689
+ centerAffix: BooleanConstructor;
21720
21690
  hideSpinButtons: BooleanConstructor;
21721
21691
  hint: StringConstructor;
21722
21692
  persistentHint: BooleanConstructor;
@@ -22058,7 +22028,7 @@ declare const VCombobox: {
22058
22028
  eager: boolean;
22059
22029
  location: Anchor;
22060
22030
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22061
- updateLocation: (e: Event) => void;
22031
+ updateLocation: (e?: Event | undefined) => void;
22062
22032
  } | undefined) | "connected">;
22063
22033
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22064
22034
  closeDelay: NonNullable<string | number>;
@@ -22087,7 +22057,7 @@ declare const VCombobox: {
22087
22057
  eager: boolean;
22088
22058
  location: Anchor;
22089
22059
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22090
- updateLocation: (e: Event) => void;
22060
+ updateLocation: (e?: Event | undefined) => void;
22091
22061
  } | undefined) | "connected">;
22092
22062
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22093
22063
  closeDelay: NonNullable<string | number>;
@@ -22163,7 +22133,7 @@ declare const VCombobox: {
22163
22133
  eager: boolean;
22164
22134
  location: Anchor;
22165
22135
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22166
- updateLocation: (e: Event) => void;
22136
+ updateLocation: (e?: Event | undefined) => void;
22167
22137
  } | undefined) | "connected">;
22168
22138
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22169
22139
  closeDelay: NonNullable<string | number>;
@@ -24032,8 +24002,8 @@ declare const VDataTable: {
24032
24002
  expanded: readonly string[];
24033
24003
  density: Density;
24034
24004
  valueComparator: typeof deepEqual;
24035
- nextIcon: string;
24036
- prevIcon: string;
24005
+ nextIcon: IconValue;
24006
+ prevIcon: IconValue;
24037
24007
  selectStrategy: "page" | "all" | "single";
24038
24008
  returnObject: boolean;
24039
24009
  filterMode: FilterMode;
@@ -24047,8 +24017,8 @@ declare const VDataTable: {
24047
24017
  expandOnClick: boolean;
24048
24018
  showExpand: boolean;
24049
24019
  itemsPerPage: string | number;
24050
- firstIcon: string;
24051
- lastIcon: string;
24020
+ firstIcon: IconValue;
24021
+ lastIcon: IconValue;
24052
24022
  firstPageLabel: string;
24053
24023
  prevPageLabel: string;
24054
24024
  nextPageLabel: string;
@@ -24111,8 +24081,8 @@ declare const VDataTable: {
24111
24081
  expanded: readonly string[];
24112
24082
  density: Density;
24113
24083
  valueComparator: typeof deepEqual;
24114
- nextIcon: string;
24115
- prevIcon: string;
24084
+ nextIcon: IconValue;
24085
+ prevIcon: IconValue;
24116
24086
  selectStrategy: "page" | "all" | "single";
24117
24087
  returnObject: boolean;
24118
24088
  filterMode: FilterMode;
@@ -24126,8 +24096,8 @@ declare const VDataTable: {
24126
24096
  expandOnClick: boolean;
24127
24097
  showExpand: boolean;
24128
24098
  itemsPerPage: string | number;
24129
- firstIcon: string;
24130
- lastIcon: string;
24099
+ firstIcon: IconValue;
24100
+ lastIcon: IconValue;
24131
24101
  firstPageLabel: string;
24132
24102
  prevPageLabel: string;
24133
24103
  nextPageLabel: string;
@@ -24181,8 +24151,8 @@ declare const VDataTable: {
24181
24151
  expanded: readonly string[];
24182
24152
  density: Density;
24183
24153
  valueComparator: typeof deepEqual;
24184
- nextIcon: string;
24185
- prevIcon: string;
24154
+ nextIcon: IconValue;
24155
+ prevIcon: IconValue;
24186
24156
  selectStrategy: "page" | "all" | "single";
24187
24157
  returnObject: boolean;
24188
24158
  filterMode: FilterMode;
@@ -24196,8 +24166,8 @@ declare const VDataTable: {
24196
24166
  expandOnClick: boolean;
24197
24167
  showExpand: boolean;
24198
24168
  itemsPerPage: string | number;
24199
- firstIcon: string;
24200
- lastIcon: string;
24169
+ firstIcon: IconValue;
24170
+ lastIcon: IconValue;
24201
24171
  firstPageLabel: string;
24202
24172
  prevPageLabel: string;
24203
24173
  nextPageLabel: string;
@@ -24333,8 +24303,8 @@ declare const VDataTable: {
24333
24303
  expanded: readonly string[];
24334
24304
  density: Density;
24335
24305
  valueComparator: typeof deepEqual;
24336
- nextIcon: string;
24337
- prevIcon: string;
24306
+ nextIcon: IconValue;
24307
+ prevIcon: IconValue;
24338
24308
  selectStrategy: "page" | "all" | "single";
24339
24309
  returnObject: boolean;
24340
24310
  filterMode: FilterMode;
@@ -24348,8 +24318,8 @@ declare const VDataTable: {
24348
24318
  expandOnClick: boolean;
24349
24319
  showExpand: boolean;
24350
24320
  itemsPerPage: string | number;
24351
- firstIcon: string;
24352
- lastIcon: string;
24321
+ firstIcon: IconValue;
24322
+ lastIcon: IconValue;
24353
24323
  firstPageLabel: string;
24354
24324
  prevPageLabel: string;
24355
24325
  nextPageLabel: string;
@@ -24403,8 +24373,8 @@ declare const VDataTable: {
24403
24373
  expanded: readonly string[];
24404
24374
  density: Density;
24405
24375
  valueComparator: typeof deepEqual;
24406
- nextIcon: string;
24407
- prevIcon: string;
24376
+ nextIcon: IconValue;
24377
+ prevIcon: IconValue;
24408
24378
  selectStrategy: "page" | "all" | "single";
24409
24379
  returnObject: boolean;
24410
24380
  filterMode: FilterMode;
@@ -24418,8 +24388,8 @@ declare const VDataTable: {
24418
24388
  expandOnClick: boolean;
24419
24389
  showExpand: boolean;
24420
24390
  itemsPerPage: string | number;
24421
- firstIcon: string;
24422
- lastIcon: string;
24391
+ firstIcon: IconValue;
24392
+ lastIcon: IconValue;
24423
24393
  firstPageLabel: string;
24424
24394
  prevPageLabel: string;
24425
24395
  nextPageLabel: string;
@@ -24455,8 +24425,8 @@ declare const VDataTable: {
24455
24425
  expanded: readonly string[];
24456
24426
  density: Density;
24457
24427
  valueComparator: typeof deepEqual;
24458
- nextIcon: string;
24459
- prevIcon: string;
24428
+ nextIcon: IconValue;
24429
+ prevIcon: IconValue;
24460
24430
  selectStrategy: "page" | "all" | "single";
24461
24431
  returnObject: boolean;
24462
24432
  filterMode: FilterMode;
@@ -24470,8 +24440,8 @@ declare const VDataTable: {
24470
24440
  expandOnClick: boolean;
24471
24441
  showExpand: boolean;
24472
24442
  itemsPerPage: string | number;
24473
- firstIcon: string;
24474
- lastIcon: string;
24443
+ firstIcon: IconValue;
24444
+ lastIcon: IconValue;
24475
24445
  firstPageLabel: string;
24476
24446
  prevPageLabel: string;
24477
24447
  nextPageLabel: string;
@@ -24534,8 +24504,8 @@ declare const VDataTable: {
24534
24504
  expanded: readonly string[];
24535
24505
  density: Density;
24536
24506
  valueComparator: typeof deepEqual;
24537
- nextIcon: string;
24538
- prevIcon: string;
24507
+ nextIcon: IconValue;
24508
+ prevIcon: IconValue;
24539
24509
  selectStrategy: "page" | "all" | "single";
24540
24510
  returnObject: boolean;
24541
24511
  filterMode: FilterMode;
@@ -24549,8 +24519,8 @@ declare const VDataTable: {
24549
24519
  expandOnClick: boolean;
24550
24520
  showExpand: boolean;
24551
24521
  itemsPerPage: string | number;
24552
- firstIcon: string;
24553
- lastIcon: string;
24522
+ firstIcon: IconValue;
24523
+ lastIcon: IconValue;
24554
24524
  firstPageLabel: string;
24555
24525
  prevPageLabel: string;
24556
24526
  nextPageLabel: string;
@@ -24729,19 +24699,19 @@ declare const VDataTable: {
24729
24699
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
24730
24700
  }, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
24731
24701
  prevIcon: {
24732
- type: StringConstructor;
24702
+ type: vue.PropType<IconValue>;
24733
24703
  default: string;
24734
24704
  };
24735
24705
  nextIcon: {
24736
- type: StringConstructor;
24706
+ type: vue.PropType<IconValue>;
24737
24707
  default: string;
24738
24708
  };
24739
24709
  firstIcon: {
24740
- type: StringConstructor;
24710
+ type: vue.PropType<IconValue>;
24741
24711
  default: string;
24742
24712
  };
24743
24713
  lastIcon: {
24744
- type: StringConstructor;
24714
+ type: vue.PropType<IconValue>;
24745
24715
  default: string;
24746
24716
  };
24747
24717
  itemsPerPageText: {
@@ -24940,19 +24910,19 @@ declare const VDataTable: {
24940
24910
  };
24941
24911
  }, vue.ExtractPropTypes<{
24942
24912
  prevIcon: {
24943
- type: StringConstructor;
24913
+ type: vue.PropType<IconValue>;
24944
24914
  default: string;
24945
24915
  };
24946
24916
  nextIcon: {
24947
- type: StringConstructor;
24917
+ type: vue.PropType<IconValue>;
24948
24918
  default: string;
24949
24919
  };
24950
24920
  firstIcon: {
24951
- type: StringConstructor;
24921
+ type: vue.PropType<IconValue>;
24952
24922
  default: string;
24953
24923
  };
24954
24924
  lastIcon: {
24955
- type: StringConstructor;
24925
+ type: vue.PropType<IconValue>;
24956
24926
  default: string;
24957
24927
  };
24958
24928
  itemsPerPageText: {
@@ -25156,10 +25126,10 @@ declare const VDataTableFooter: {
25156
25126
  new (...args: any[]): vue.CreateComponentPublicInstance<{
25157
25127
  itemsPerPageText: string;
25158
25128
  pageText: string;
25159
- nextIcon: string;
25160
- prevIcon: string;
25161
- firstIcon: string;
25162
- lastIcon: string;
25129
+ nextIcon: IconValue;
25130
+ prevIcon: IconValue;
25131
+ firstIcon: IconValue;
25132
+ lastIcon: IconValue;
25163
25133
  firstPageLabel: string;
25164
25134
  prevPageLabel: string;
25165
25135
  nextPageLabel: string;
@@ -25181,10 +25151,10 @@ declare const VDataTableFooter: {
25181
25151
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
25182
25152
  itemsPerPageText: string;
25183
25153
  pageText: string;
25184
- nextIcon: string;
25185
- prevIcon: string;
25186
- firstIcon: string;
25187
- lastIcon: string;
25154
+ nextIcon: IconValue;
25155
+ prevIcon: IconValue;
25156
+ firstIcon: IconValue;
25157
+ lastIcon: IconValue;
25188
25158
  firstPageLabel: string;
25189
25159
  prevPageLabel: string;
25190
25160
  nextPageLabel: string;
@@ -25206,10 +25176,10 @@ declare const VDataTableFooter: {
25206
25176
  }, {
25207
25177
  itemsPerPageText: string;
25208
25178
  pageText: string;
25209
- nextIcon: string;
25210
- prevIcon: string;
25211
- firstIcon: string;
25212
- lastIcon: string;
25179
+ nextIcon: IconValue;
25180
+ prevIcon: IconValue;
25181
+ firstIcon: IconValue;
25182
+ lastIcon: IconValue;
25213
25183
  firstPageLabel: string;
25214
25184
  prevPageLabel: string;
25215
25185
  nextPageLabel: string;
@@ -25233,10 +25203,10 @@ declare const VDataTableFooter: {
25233
25203
  }, {
25234
25204
  itemsPerPageText: string;
25235
25205
  pageText: string;
25236
- nextIcon: string;
25237
- prevIcon: string;
25238
- firstIcon: string;
25239
- lastIcon: string;
25206
+ nextIcon: IconValue;
25207
+ prevIcon: IconValue;
25208
+ firstIcon: IconValue;
25209
+ lastIcon: IconValue;
25240
25210
  firstPageLabel: string;
25241
25211
  prevPageLabel: string;
25242
25212
  nextPageLabel: string;
@@ -25258,10 +25228,10 @@ declare const VDataTableFooter: {
25258
25228
  }, {}, {}, {}, {}, {
25259
25229
  itemsPerPageText: string;
25260
25230
  pageText: string;
25261
- nextIcon: string;
25262
- prevIcon: string;
25263
- firstIcon: string;
25264
- lastIcon: string;
25231
+ nextIcon: IconValue;
25232
+ prevIcon: IconValue;
25233
+ firstIcon: IconValue;
25234
+ lastIcon: IconValue;
25265
25235
  firstPageLabel: string;
25266
25236
  prevPageLabel: string;
25267
25237
  nextPageLabel: string;
@@ -25278,10 +25248,10 @@ declare const VDataTableFooter: {
25278
25248
  } & vue.ComponentOptionsBase<{
25279
25249
  itemsPerPageText: string;
25280
25250
  pageText: string;
25281
- nextIcon: string;
25282
- prevIcon: string;
25283
- firstIcon: string;
25284
- lastIcon: string;
25251
+ nextIcon: IconValue;
25252
+ prevIcon: IconValue;
25253
+ firstIcon: IconValue;
25254
+ lastIcon: IconValue;
25285
25255
  firstPageLabel: string;
25286
25256
  prevPageLabel: string;
25287
25257
  nextPageLabel: string;
@@ -25303,10 +25273,10 @@ declare const VDataTableFooter: {
25303
25273
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
25304
25274
  itemsPerPageText: string;
25305
25275
  pageText: string;
25306
- nextIcon: string;
25307
- prevIcon: string;
25308
- firstIcon: string;
25309
- lastIcon: string;
25276
+ nextIcon: IconValue;
25277
+ prevIcon: IconValue;
25278
+ firstIcon: IconValue;
25279
+ lastIcon: IconValue;
25310
25280
  firstPageLabel: string;
25311
25281
  prevPageLabel: string;
25312
25282
  nextPageLabel: string;
@@ -25322,19 +25292,19 @@ declare const VDataTableFooter: {
25322
25292
  }>[];
25323
25293
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
25324
25294
  prevIcon: {
25325
- type: StringConstructor;
25295
+ type: PropType<IconValue>;
25326
25296
  default: string;
25327
25297
  };
25328
25298
  nextIcon: {
25329
- type: StringConstructor;
25299
+ type: PropType<IconValue>;
25330
25300
  default: string;
25331
25301
  };
25332
25302
  firstIcon: {
25333
- type: StringConstructor;
25303
+ type: PropType<IconValue>;
25334
25304
  default: string;
25335
25305
  };
25336
25306
  lastIcon: {
25337
- type: StringConstructor;
25307
+ type: PropType<IconValue>;
25338
25308
  default: string;
25339
25309
  };
25340
25310
  itemsPerPageText: {
@@ -25374,19 +25344,19 @@ declare const VDataTableFooter: {
25374
25344
  showCurrentPage: BooleanConstructor;
25375
25345
  }, vue.ExtractPropTypes<{
25376
25346
  prevIcon: {
25377
- type: StringConstructor;
25347
+ type: PropType<IconValue>;
25378
25348
  default: string;
25379
25349
  };
25380
25350
  nextIcon: {
25381
- type: StringConstructor;
25351
+ type: PropType<IconValue>;
25382
25352
  default: string;
25383
25353
  };
25384
25354
  firstIcon: {
25385
- type: StringConstructor;
25355
+ type: PropType<IconValue>;
25386
25356
  default: string;
25387
25357
  };
25388
25358
  lastIcon: {
25389
- type: StringConstructor;
25359
+ type: PropType<IconValue>;
25390
25360
  default: string;
25391
25361
  };
25392
25362
  itemsPerPageText: {
@@ -26452,8 +26422,8 @@ declare const VDataTableServer: {
26452
26422
  expanded: readonly string[];
26453
26423
  density: Density;
26454
26424
  valueComparator: typeof deepEqual;
26455
- nextIcon: string;
26456
- prevIcon: string;
26425
+ nextIcon: IconValue;
26426
+ prevIcon: IconValue;
26457
26427
  selectStrategy: "page" | "all" | "single";
26458
26428
  returnObject: boolean;
26459
26429
  hideNoData: boolean;
@@ -26466,8 +26436,8 @@ declare const VDataTableServer: {
26466
26436
  showExpand: boolean;
26467
26437
  itemsPerPage: string | number;
26468
26438
  itemsLength: string | number;
26469
- firstIcon: string;
26470
- lastIcon: string;
26439
+ firstIcon: IconValue;
26440
+ lastIcon: IconValue;
26471
26441
  firstPageLabel: string;
26472
26442
  prevPageLabel: string;
26473
26443
  nextPageLabel: string;
@@ -26570,8 +26540,8 @@ declare const VDataTableServer: {
26570
26540
  expanded: readonly string[];
26571
26541
  density: Density;
26572
26542
  valueComparator: typeof deepEqual;
26573
- nextIcon: string;
26574
- prevIcon: string;
26543
+ nextIcon: IconValue;
26544
+ prevIcon: IconValue;
26575
26545
  selectStrategy: "page" | "all" | "single";
26576
26546
  returnObject: boolean;
26577
26547
  hideNoData: boolean;
@@ -26584,8 +26554,8 @@ declare const VDataTableServer: {
26584
26554
  showExpand: boolean;
26585
26555
  itemsPerPage: string | number;
26586
26556
  itemsLength: string | number;
26587
- firstIcon: string;
26588
- lastIcon: string;
26557
+ firstIcon: IconValue;
26558
+ lastIcon: IconValue;
26589
26559
  firstPageLabel: string;
26590
26560
  prevPageLabel: string;
26591
26561
  nextPageLabel: string;
@@ -26680,8 +26650,8 @@ declare const VDataTableServer: {
26680
26650
  expanded: readonly string[];
26681
26651
  density: Density;
26682
26652
  valueComparator: typeof deepEqual;
26683
- nextIcon: string;
26684
- prevIcon: string;
26653
+ nextIcon: IconValue;
26654
+ prevIcon: IconValue;
26685
26655
  selectStrategy: "page" | "all" | "single";
26686
26656
  returnObject: boolean;
26687
26657
  hideNoData: boolean;
@@ -26693,8 +26663,8 @@ declare const VDataTableServer: {
26693
26663
  expandOnClick: boolean;
26694
26664
  showExpand: boolean;
26695
26665
  itemsPerPage: string | number;
26696
- firstIcon: string;
26697
- lastIcon: string;
26666
+ firstIcon: IconValue;
26667
+ lastIcon: IconValue;
26698
26668
  firstPageLabel: string;
26699
26669
  prevPageLabel: string;
26700
26670
  nextPageLabel: string;
@@ -26830,8 +26800,8 @@ declare const VDataTableServer: {
26830
26800
  expanded: readonly string[];
26831
26801
  density: Density;
26832
26802
  valueComparator: typeof deepEqual;
26833
- nextIcon: string;
26834
- prevIcon: string;
26803
+ nextIcon: IconValue;
26804
+ prevIcon: IconValue;
26835
26805
  selectStrategy: "page" | "all" | "single";
26836
26806
  returnObject: boolean;
26837
26807
  hideNoData: boolean;
@@ -26844,8 +26814,8 @@ declare const VDataTableServer: {
26844
26814
  showExpand: boolean;
26845
26815
  itemsPerPage: string | number;
26846
26816
  itemsLength: string | number;
26847
- firstIcon: string;
26848
- lastIcon: string;
26817
+ firstIcon: IconValue;
26818
+ lastIcon: IconValue;
26849
26819
  firstPageLabel: string;
26850
26820
  prevPageLabel: string;
26851
26821
  nextPageLabel: string;
@@ -26940,8 +26910,8 @@ declare const VDataTableServer: {
26940
26910
  expanded: readonly string[];
26941
26911
  density: Density;
26942
26912
  valueComparator: typeof deepEqual;
26943
- nextIcon: string;
26944
- prevIcon: string;
26913
+ nextIcon: IconValue;
26914
+ prevIcon: IconValue;
26945
26915
  selectStrategy: "page" | "all" | "single";
26946
26916
  returnObject: boolean;
26947
26917
  hideNoData: boolean;
@@ -26953,8 +26923,8 @@ declare const VDataTableServer: {
26953
26923
  expandOnClick: boolean;
26954
26924
  showExpand: boolean;
26955
26925
  itemsPerPage: string | number;
26956
- firstIcon: string;
26957
- lastIcon: string;
26926
+ firstIcon: IconValue;
26927
+ lastIcon: IconValue;
26958
26928
  firstPageLabel: string;
26959
26929
  prevPageLabel: string;
26960
26930
  nextPageLabel: string;
@@ -26990,8 +26960,8 @@ declare const VDataTableServer: {
26990
26960
  expanded: readonly string[];
26991
26961
  density: Density;
26992
26962
  valueComparator: typeof deepEqual;
26993
- nextIcon: string;
26994
- prevIcon: string;
26963
+ nextIcon: IconValue;
26964
+ prevIcon: IconValue;
26995
26965
  selectStrategy: "page" | "all" | "single";
26996
26966
  returnObject: boolean;
26997
26967
  hideNoData: boolean;
@@ -27004,8 +26974,8 @@ declare const VDataTableServer: {
27004
26974
  showExpand: boolean;
27005
26975
  itemsPerPage: string | number;
27006
26976
  itemsLength: string | number;
27007
- firstIcon: string;
27008
- lastIcon: string;
26977
+ firstIcon: IconValue;
26978
+ lastIcon: IconValue;
27009
26979
  firstPageLabel: string;
27010
26980
  prevPageLabel: string;
27011
26981
  nextPageLabel: string;
@@ -27108,8 +27078,8 @@ declare const VDataTableServer: {
27108
27078
  expanded: readonly string[];
27109
27079
  density: Density;
27110
27080
  valueComparator: typeof deepEqual;
27111
- nextIcon: string;
27112
- prevIcon: string;
27081
+ nextIcon: IconValue;
27082
+ prevIcon: IconValue;
27113
27083
  selectStrategy: "page" | "all" | "single";
27114
27084
  returnObject: boolean;
27115
27085
  hideNoData: boolean;
@@ -27121,8 +27091,8 @@ declare const VDataTableServer: {
27121
27091
  expandOnClick: boolean;
27122
27092
  showExpand: boolean;
27123
27093
  itemsPerPage: string | number;
27124
- firstIcon: string;
27125
- lastIcon: string;
27094
+ firstIcon: IconValue;
27095
+ lastIcon: IconValue;
27126
27096
  firstPageLabel: string;
27127
27097
  prevPageLabel: string;
27128
27098
  nextPageLabel: string;
@@ -27255,19 +27225,19 @@ declare const VDataTableServer: {
27255
27225
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
27256
27226
  }, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
27257
27227
  prevIcon: {
27258
- type: StringConstructor;
27228
+ type: vue.PropType<IconValue>;
27259
27229
  default: string;
27260
27230
  };
27261
27231
  nextIcon: {
27262
- type: StringConstructor;
27232
+ type: vue.PropType<IconValue>;
27263
27233
  default: string;
27264
27234
  };
27265
27235
  firstIcon: {
27266
- type: StringConstructor;
27236
+ type: vue.PropType<IconValue>;
27267
27237
  default: string;
27268
27238
  };
27269
27239
  lastIcon: {
27270
- type: StringConstructor;
27240
+ type: vue.PropType<IconValue>;
27271
27241
  default: string;
27272
27242
  };
27273
27243
  itemsPerPageText: {
@@ -27462,19 +27432,19 @@ declare const VDataTableServer: {
27462
27432
  };
27463
27433
  }, vue.ExtractPropTypes<{
27464
27434
  prevIcon: {
27465
- type: StringConstructor;
27435
+ type: vue.PropType<IconValue>;
27466
27436
  default: string;
27467
27437
  };
27468
27438
  nextIcon: {
27469
- type: StringConstructor;
27439
+ type: vue.PropType<IconValue>;
27470
27440
  default: string;
27471
27441
  };
27472
27442
  firstIcon: {
27473
- type: StringConstructor;
27443
+ type: vue.PropType<IconValue>;
27474
27444
  default: string;
27475
27445
  };
27476
27446
  lastIcon: {
27477
- type: StringConstructor;
27447
+ type: vue.PropType<IconValue>;
27478
27448
  default: string;
27479
27449
  };
27480
27450
  itemsPerPageText: {
@@ -27692,10 +27662,10 @@ declare const VDatePicker: {
27692
27662
  tag: string;
27693
27663
  transition: string;
27694
27664
  tile: boolean;
27695
- nextIcon: string;
27696
- prevIcon: string;
27665
+ nextIcon: IconValue;
27666
+ prevIcon: IconValue;
27697
27667
  reverseTransition: string;
27698
- modeIcon: string;
27668
+ modeIcon: IconValue;
27699
27669
  viewMode: "month" | "year" | "months";
27700
27670
  showAdjacentMonths: boolean;
27701
27671
  weekdays: number[];
@@ -27726,6 +27696,7 @@ declare const VDatePicker: {
27726
27696
  max?: unknown;
27727
27697
  bgColor?: string | undefined;
27728
27698
  min?: unknown;
27699
+ firstDayOfWeek?: string | number | undefined;
27729
27700
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27730
27701
  displayValue?: unknown;
27731
27702
  } & {
@@ -27745,10 +27716,10 @@ declare const VDatePicker: {
27745
27716
  tag: string;
27746
27717
  transition: string;
27747
27718
  tile: boolean;
27748
- nextIcon: string;
27749
- prevIcon: string;
27719
+ nextIcon: IconValue;
27720
+ prevIcon: IconValue;
27750
27721
  reverseTransition: string;
27751
- modeIcon: string;
27722
+ modeIcon: IconValue;
27752
27723
  viewMode: "month" | "year" | "months";
27753
27724
  showAdjacentMonths: boolean;
27754
27725
  weekdays: number[];
@@ -27779,6 +27750,7 @@ declare const VDatePicker: {
27779
27750
  max?: unknown;
27780
27751
  bgColor?: string | undefined;
27781
27752
  min?: unknown;
27753
+ firstDayOfWeek?: string | number | undefined;
27782
27754
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27783
27755
  displayValue?: unknown;
27784
27756
  } & {
@@ -27795,10 +27767,10 @@ declare const VDatePicker: {
27795
27767
  transition: string;
27796
27768
  rounded: string | number | boolean;
27797
27769
  tile: boolean;
27798
- nextIcon: string;
27799
- prevIcon: string;
27770
+ nextIcon: IconValue;
27771
+ prevIcon: IconValue;
27800
27772
  reverseTransition: string;
27801
- modeIcon: string;
27773
+ modeIcon: IconValue;
27802
27774
  viewMode: "month" | "year" | "months";
27803
27775
  showAdjacentMonths: boolean;
27804
27776
  weekdays: number[];
@@ -27838,10 +27810,10 @@ declare const VDatePicker: {
27838
27810
  tag: string;
27839
27811
  transition: string;
27840
27812
  tile: boolean;
27841
- nextIcon: string;
27842
- prevIcon: string;
27813
+ nextIcon: IconValue;
27814
+ prevIcon: IconValue;
27843
27815
  reverseTransition: string;
27844
- modeIcon: string;
27816
+ modeIcon: IconValue;
27845
27817
  viewMode: "month" | "year" | "months";
27846
27818
  showAdjacentMonths: boolean;
27847
27819
  weekdays: number[];
@@ -27872,6 +27844,7 @@ declare const VDatePicker: {
27872
27844
  max?: unknown;
27873
27845
  bgColor?: string | undefined;
27874
27846
  min?: unknown;
27847
+ firstDayOfWeek?: string | number | undefined;
27875
27848
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27876
27849
  displayValue?: unknown;
27877
27850
  } & {
@@ -27888,10 +27861,10 @@ declare const VDatePicker: {
27888
27861
  transition: string;
27889
27862
  rounded: string | number | boolean;
27890
27863
  tile: boolean;
27891
- nextIcon: string;
27892
- prevIcon: string;
27864
+ nextIcon: IconValue;
27865
+ prevIcon: IconValue;
27893
27866
  reverseTransition: string;
27894
- modeIcon: string;
27867
+ modeIcon: IconValue;
27895
27868
  viewMode: "month" | "year" | "months";
27896
27869
  showAdjacentMonths: boolean;
27897
27870
  weekdays: number[];
@@ -27912,10 +27885,10 @@ declare const VDatePicker: {
27912
27885
  tag: string;
27913
27886
  transition: string;
27914
27887
  tile: boolean;
27915
- nextIcon: string;
27916
- prevIcon: string;
27888
+ nextIcon: IconValue;
27889
+ prevIcon: IconValue;
27917
27890
  reverseTransition: string;
27918
- modeIcon: string;
27891
+ modeIcon: IconValue;
27919
27892
  viewMode: "month" | "year" | "months";
27920
27893
  showAdjacentMonths: boolean;
27921
27894
  weekdays: number[];
@@ -27946,6 +27919,7 @@ declare const VDatePicker: {
27946
27919
  max?: unknown;
27947
27920
  bgColor?: string | undefined;
27948
27921
  min?: unknown;
27922
+ firstDayOfWeek?: string | number | undefined;
27949
27923
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27950
27924
  displayValue?: unknown;
27951
27925
  } & {
@@ -27967,10 +27941,10 @@ declare const VDatePicker: {
27967
27941
  transition: string;
27968
27942
  rounded: string | number | boolean;
27969
27943
  tile: boolean;
27970
- nextIcon: string;
27971
- prevIcon: string;
27944
+ nextIcon: IconValue;
27945
+ prevIcon: IconValue;
27972
27946
  reverseTransition: string;
27973
- modeIcon: string;
27947
+ modeIcon: IconValue;
27974
27948
  viewMode: "month" | "year" | "months";
27975
27949
  showAdjacentMonths: boolean;
27976
27950
  weekdays: number[];
@@ -28076,6 +28050,7 @@ declare const VDatePicker: {
28076
28050
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
28077
28051
  default: NonNullable<"static" | "dynamic">;
28078
28052
  };
28053
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28079
28054
  hideWeekdays: BooleanConstructor;
28080
28055
  multiple: vue.PropType<number | boolean | (string & {}) | "range">;
28081
28056
  showWeek: BooleanConstructor;
@@ -28092,15 +28067,15 @@ declare const VDatePicker: {
28092
28067
  default: undefined;
28093
28068
  };
28094
28069
  nextIcon: {
28095
- type: StringConstructor[];
28070
+ type: vue.PropType<IconValue>;
28096
28071
  default: string;
28097
28072
  };
28098
28073
  prevIcon: {
28099
- type: StringConstructor[];
28074
+ type: vue.PropType<IconValue>;
28100
28075
  default: string;
28101
28076
  };
28102
28077
  modeIcon: {
28103
- type: StringConstructor[];
28078
+ type: vue.PropType<IconValue>;
28104
28079
  default: string;
28105
28080
  };
28106
28081
  text: StringConstructor;
@@ -28185,6 +28160,7 @@ declare const VDatePicker: {
28185
28160
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
28186
28161
  default: NonNullable<"static" | "dynamic">;
28187
28162
  };
28163
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28188
28164
  hideWeekdays: BooleanConstructor;
28189
28165
  multiple: vue.PropType<number | boolean | (string & {}) | "range">;
28190
28166
  showWeek: BooleanConstructor;
@@ -28201,15 +28177,15 @@ declare const VDatePicker: {
28201
28177
  default: undefined;
28202
28178
  };
28203
28179
  nextIcon: {
28204
- type: StringConstructor[];
28180
+ type: vue.PropType<IconValue>;
28205
28181
  default: string;
28206
28182
  };
28207
28183
  prevIcon: {
28208
- type: StringConstructor[];
28184
+ type: vue.PropType<IconValue>;
28209
28185
  default: string;
28210
28186
  };
28211
28187
  modeIcon: {
28212
- type: StringConstructor[];
28188
+ type: vue.PropType<IconValue>;
28213
28189
  default: string;
28214
28190
  };
28215
28191
  text: StringConstructor;
@@ -28227,9 +28203,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
28227
28203
  declare const VDatePickerControls: {
28228
28204
  new (...args: any[]): vue.CreateComponentPublicInstance<{
28229
28205
  disabled: string | boolean | string[];
28230
- nextIcon: string;
28231
- prevIcon: string;
28232
- modeIcon: string;
28206
+ nextIcon: IconValue;
28207
+ prevIcon: IconValue;
28208
+ modeIcon: IconValue;
28233
28209
  viewMode: "month" | "year" | "months";
28234
28210
  } & {
28235
28211
  text?: string | undefined;
@@ -28257,9 +28233,9 @@ declare const VDatePickerControls: {
28257
28233
  'click:text': () => true;
28258
28234
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
28259
28235
  disabled: string | boolean | string[];
28260
- nextIcon: string;
28261
- prevIcon: string;
28262
- modeIcon: string;
28236
+ nextIcon: IconValue;
28237
+ prevIcon: IconValue;
28238
+ modeIcon: IconValue;
28263
28239
  viewMode: "month" | "year" | "months";
28264
28240
  } & {
28265
28241
  text?: string | undefined;
@@ -28282,9 +28258,9 @@ declare const VDatePickerControls: {
28282
28258
  }, {
28283
28259
  active: string | string[];
28284
28260
  disabled: string | boolean | string[];
28285
- nextIcon: string;
28286
- prevIcon: string;
28287
- modeIcon: string;
28261
+ nextIcon: IconValue;
28262
+ prevIcon: IconValue;
28263
+ modeIcon: IconValue;
28288
28264
  viewMode: "month" | "year" | "months";
28289
28265
  }, true, {}, vue.SlotsType<Partial<{
28290
28266
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -28299,9 +28275,9 @@ declare const VDatePickerControls: {
28299
28275
  Defaults: {};
28300
28276
  }, {
28301
28277
  disabled: string | boolean | string[];
28302
- nextIcon: string;
28303
- prevIcon: string;
28304
- modeIcon: string;
28278
+ nextIcon: IconValue;
28279
+ prevIcon: IconValue;
28280
+ modeIcon: IconValue;
28305
28281
  viewMode: "month" | "year" | "months";
28306
28282
  } & {
28307
28283
  text?: string | undefined;
@@ -28324,9 +28300,9 @@ declare const VDatePickerControls: {
28324
28300
  }, {}, {}, {}, {}, {
28325
28301
  active: string | string[];
28326
28302
  disabled: string | boolean | string[];
28327
- nextIcon: string;
28328
- prevIcon: string;
28329
- modeIcon: string;
28303
+ nextIcon: IconValue;
28304
+ prevIcon: IconValue;
28305
+ modeIcon: IconValue;
28330
28306
  viewMode: "month" | "year" | "months";
28331
28307
  }>;
28332
28308
  __isFragment?: undefined;
@@ -28334,9 +28310,9 @@ declare const VDatePickerControls: {
28334
28310
  __isSuspense?: undefined;
28335
28311
  } & vue.ComponentOptionsBase<{
28336
28312
  disabled: string | boolean | string[];
28337
- nextIcon: string;
28338
- prevIcon: string;
28339
- modeIcon: string;
28313
+ nextIcon: IconValue;
28314
+ prevIcon: IconValue;
28315
+ modeIcon: IconValue;
28340
28316
  viewMode: "month" | "year" | "months";
28341
28317
  } & {
28342
28318
  text?: string | undefined;
@@ -28365,9 +28341,9 @@ declare const VDatePickerControls: {
28365
28341
  }, string, {
28366
28342
  active: string | string[];
28367
28343
  disabled: string | boolean | string[];
28368
- nextIcon: string;
28369
- prevIcon: string;
28370
- modeIcon: string;
28344
+ nextIcon: IconValue;
28345
+ prevIcon: IconValue;
28346
+ modeIcon: IconValue;
28371
28347
  viewMode: "month" | "year" | "months";
28372
28348
  }, {}, string, vue.SlotsType<Partial<{
28373
28349
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -28383,15 +28359,15 @@ declare const VDatePickerControls: {
28383
28359
  default: boolean;
28384
28360
  };
28385
28361
  nextIcon: {
28386
- type: StringConstructor[];
28362
+ type: PropType<IconValue>;
28387
28363
  default: string;
28388
28364
  };
28389
28365
  prevIcon: {
28390
- type: StringConstructor[];
28366
+ type: PropType<IconValue>;
28391
28367
  default: string;
28392
28368
  };
28393
28369
  modeIcon: {
28394
- type: StringConstructor[];
28370
+ type: PropType<IconValue>;
28395
28371
  default: string;
28396
28372
  };
28397
28373
  text: StringConstructor;
@@ -28409,15 +28385,15 @@ declare const VDatePickerControls: {
28409
28385
  default: boolean;
28410
28386
  };
28411
28387
  nextIcon: {
28412
- type: StringConstructor[];
28388
+ type: PropType<IconValue>;
28413
28389
  default: string;
28414
28390
  };
28415
28391
  prevIcon: {
28416
- type: StringConstructor[];
28392
+ type: PropType<IconValue>;
28417
28393
  default: string;
28418
28394
  };
28419
28395
  modeIcon: {
28420
- type: StringConstructor[];
28396
+ type: PropType<IconValue>;
28421
28397
  default: string;
28422
28398
  };
28423
28399
  text: StringConstructor;
@@ -28595,6 +28571,7 @@ declare const VDatePickerMonth: {
28595
28571
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28596
28572
  max?: unknown;
28597
28573
  min?: unknown;
28574
+ firstDayOfWeek?: string | number | undefined;
28598
28575
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28599
28576
  displayValue?: unknown;
28600
28577
  } & {
@@ -28649,6 +28626,7 @@ declare const VDatePickerMonth: {
28649
28626
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28650
28627
  max?: unknown;
28651
28628
  min?: unknown;
28629
+ firstDayOfWeek?: string | number | undefined;
28652
28630
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28653
28631
  displayValue?: unknown;
28654
28632
  } & {
@@ -28725,6 +28703,7 @@ declare const VDatePickerMonth: {
28725
28703
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28726
28704
  max?: unknown;
28727
28705
  min?: unknown;
28706
+ firstDayOfWeek?: string | number | undefined;
28728
28707
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28729
28708
  displayValue?: unknown;
28730
28709
  } & {
@@ -28788,6 +28767,7 @@ declare const VDatePickerMonth: {
28788
28767
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28789
28768
  max?: unknown;
28790
28769
  min?: unknown;
28770
+ firstDayOfWeek?: string | number | undefined;
28791
28771
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28792
28772
  displayValue?: unknown;
28793
28773
  } & {
@@ -28875,6 +28855,7 @@ declare const VDatePickerMonth: {
28875
28855
  type: PropType<"static" | "dynamic">;
28876
28856
  default: string;
28877
28857
  };
28858
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28878
28859
  color: StringConstructor;
28879
28860
  hideWeekdays: BooleanConstructor;
28880
28861
  multiple: PropType<number | boolean | (string & {}) | "range">;
@@ -28918,6 +28899,7 @@ declare const VDatePickerMonth: {
28918
28899
  type: PropType<"static" | "dynamic">;
28919
28900
  default: string;
28920
28901
  };
28902
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28921
28903
  color: StringConstructor;
28922
28904
  hideWeekdays: BooleanConstructor;
28923
28905
  multiple: PropType<number | boolean | (string & {}) | "range">;
@@ -29605,7 +29587,7 @@ declare const VDialog: {
29605
29587
  eager: boolean;
29606
29588
  location: Anchor;
29607
29589
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29608
- updateLocation: (e: Event) => void;
29590
+ updateLocation: (e?: Event | undefined) => void;
29609
29591
  } | undefined) | "connected";
29610
29592
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
29611
29593
  activatorProps: Record<string, any>;
@@ -29690,7 +29672,7 @@ declare const VDialog: {
29690
29672
  eager: boolean;
29691
29673
  location: Anchor;
29692
29674
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29693
- updateLocation: (e: Event) => void;
29675
+ updateLocation: (e?: Event | undefined) => void;
29694
29676
  } | undefined) | "connected";
29695
29677
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29696
29678
  activatorProps: Record<string, any>;
@@ -29717,7 +29699,7 @@ declare const VDialog: {
29717
29699
  eager: boolean;
29718
29700
  location: Anchor;
29719
29701
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29720
- updateLocation: (e: Event) => void;
29702
+ updateLocation: (e?: Event | undefined) => void;
29721
29703
  } | undefined) | "connected";
29722
29704
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29723
29705
  activatorProps: Record<string, any>;
@@ -29795,7 +29777,7 @@ declare const VDialog: {
29795
29777
  eager: boolean;
29796
29778
  location: Anchor;
29797
29779
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29798
- updateLocation: (e: Event) => void;
29780
+ updateLocation: (e?: Event | undefined) => void;
29799
29781
  } | undefined) | "connected";
29800
29782
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29801
29783
  activatorProps: Record<string, any>;
@@ -29902,7 +29884,7 @@ declare const VDialog: {
29902
29884
  eager: boolean;
29903
29885
  location: Anchor;
29904
29886
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29905
- updateLocation: (e: Event) => void;
29887
+ updateLocation: (e?: Event | undefined) => void;
29906
29888
  } | undefined) | "connected";
29907
29889
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29908
29890
  activatorProps: Record<string, any>;
@@ -29998,7 +29980,7 @@ declare const VDialog: {
29998
29980
  eager: boolean;
29999
29981
  location: Anchor;
30000
29982
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30001
- updateLocation: (e: Event) => void;
29983
+ updateLocation: (e?: Event | undefined) => void;
30002
29984
  } | undefined) | "connected";
30003
29985
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30004
29986
  activatorProps: Record<string, any>;
@@ -30058,7 +30040,7 @@ declare const VDialog: {
30058
30040
  eager: boolean;
30059
30041
  location: Anchor;
30060
30042
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30061
- updateLocation: (e: Event) => void;
30043
+ updateLocation: (e?: Event | undefined) => void;
30062
30044
  } | undefined) | "connected";
30063
30045
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30064
30046
  activatorProps: Record<string, any>;
@@ -30154,7 +30136,7 @@ declare const VDialog: {
30154
30136
  eager: boolean;
30155
30137
  location: Anchor;
30156
30138
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30157
- updateLocation: (e: Event) => void;
30139
+ updateLocation: (e?: Event | undefined) => void;
30158
30140
  } | undefined) | "connected";
30159
30141
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30160
30142
  activatorProps: Record<string, any>;
@@ -30238,7 +30220,7 @@ declare const VDialog: {
30238
30220
  eager: boolean;
30239
30221
  location: Anchor;
30240
30222
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30241
- updateLocation: (e: Event) => void;
30223
+ updateLocation: (e?: Event | undefined) => void;
30242
30224
  } | undefined) | "connected";
30243
30225
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30244
30226
  activatorProps: Record<string, any>;
@@ -30289,7 +30271,7 @@ declare const VDialog: {
30289
30271
  eager: boolean;
30290
30272
  location: Anchor;
30291
30273
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30292
- updateLocation: (e: Event) => void;
30274
+ updateLocation: (e?: Event | undefined) => void;
30293
30275
  } | undefined) | "connected";
30294
30276
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30295
30277
  activatorProps: Record<string, any>;
@@ -30374,7 +30356,7 @@ declare const VDialog: {
30374
30356
  eager: boolean;
30375
30357
  location: Anchor;
30376
30358
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30377
- updateLocation: (e: Event) => void;
30359
+ updateLocation: (e?: Event | undefined) => void;
30378
30360
  } | undefined) | "connected";
30379
30361
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30380
30362
  activatorProps: Record<string, any>;
@@ -30401,7 +30383,7 @@ declare const VDialog: {
30401
30383
  eager: boolean;
30402
30384
  location: Anchor;
30403
30385
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30404
- updateLocation: (e: Event) => void;
30386
+ updateLocation: (e?: Event | undefined) => void;
30405
30387
  } | undefined) | "connected";
30406
30388
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30407
30389
  activatorProps: Record<string, any>;
@@ -30479,7 +30461,7 @@ declare const VDialog: {
30479
30461
  eager: boolean;
30480
30462
  location: Anchor;
30481
30463
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30482
- updateLocation: (e: Event) => void;
30464
+ updateLocation: (e?: Event | undefined) => void;
30483
30465
  } | undefined) | "connected";
30484
30466
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30485
30467
  activatorProps: Record<string, any>;
@@ -30586,7 +30568,7 @@ declare const VDialog: {
30586
30568
  eager: boolean;
30587
30569
  location: Anchor;
30588
30570
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30589
- updateLocation: (e: Event) => void;
30571
+ updateLocation: (e?: Event | undefined) => void;
30590
30572
  } | undefined) | "connected";
30591
30573
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30592
30574
  activatorProps: Record<string, any>;
@@ -30682,7 +30664,7 @@ declare const VDialog: {
30682
30664
  eager: boolean;
30683
30665
  location: Anchor;
30684
30666
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30685
- updateLocation: (e: Event) => void;
30667
+ updateLocation: (e?: Event | undefined) => void;
30686
30668
  } | undefined) | "connected";
30687
30669
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30688
30670
  activatorProps: Record<string, any>;
@@ -30742,7 +30724,7 @@ declare const VDialog: {
30742
30724
  eager: boolean;
30743
30725
  location: Anchor;
30744
30726
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30745
- updateLocation: (e: Event) => void;
30727
+ updateLocation: (e?: Event | undefined) => void;
30746
30728
  } | undefined) | "connected";
30747
30729
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30748
30730
  activatorProps: Record<string, any>;
@@ -30835,7 +30817,7 @@ declare const VDialog: {
30835
30817
  eager: boolean;
30836
30818
  location: Anchor;
30837
30819
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30838
- updateLocation: (e: Event) => void;
30820
+ updateLocation: (e?: Event | undefined) => void;
30839
30821
  } | undefined) | "connected";
30840
30822
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30841
30823
  activatorProps: Record<string, any>;
@@ -30870,7 +30852,7 @@ declare const VDialog: {
30870
30852
  eager: boolean;
30871
30853
  location: Anchor;
30872
30854
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30873
- updateLocation: (e: Event) => void;
30855
+ updateLocation: (e?: Event | undefined) => void;
30874
30856
  } | undefined) | "connected";
30875
30857
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30876
30858
  activatorProps: Record<string, any>;
@@ -30955,7 +30937,7 @@ declare const VDialog: {
30955
30937
  eager: boolean;
30956
30938
  location: Anchor;
30957
30939
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30958
- updateLocation: (e: Event) => void;
30940
+ updateLocation: (e?: Event | undefined) => void;
30959
30941
  } | undefined) | "connected";
30960
30942
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30961
30943
  activatorProps: Record<string, any>;
@@ -30982,7 +30964,7 @@ declare const VDialog: {
30982
30964
  eager: boolean;
30983
30965
  location: Anchor;
30984
30966
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30985
- updateLocation: (e: Event) => void;
30967
+ updateLocation: (e?: Event | undefined) => void;
30986
30968
  } | undefined) | "connected";
30987
30969
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30988
30970
  activatorProps: Record<string, any>;
@@ -31060,7 +31042,7 @@ declare const VDialog: {
31060
31042
  eager: boolean;
31061
31043
  location: Anchor;
31062
31044
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31063
- updateLocation: (e: Event) => void;
31045
+ updateLocation: (e?: Event | undefined) => void;
31064
31046
  } | undefined) | "connected";
31065
31047
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31066
31048
  activatorProps: Record<string, any>;
@@ -31167,7 +31149,7 @@ declare const VDialog: {
31167
31149
  eager: boolean;
31168
31150
  location: Anchor;
31169
31151
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31170
- updateLocation: (e: Event) => void;
31152
+ updateLocation: (e?: Event | undefined) => void;
31171
31153
  } | undefined) | "connected";
31172
31154
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31173
31155
  activatorProps: Record<string, any>;
@@ -31263,7 +31245,7 @@ declare const VDialog: {
31263
31245
  eager: boolean;
31264
31246
  location: Anchor;
31265
31247
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31266
- updateLocation: (e: Event) => void;
31248
+ updateLocation: (e?: Event | undefined) => void;
31267
31249
  } | undefined) | "connected";
31268
31250
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31269
31251
  activatorProps: Record<string, any>;
@@ -31323,7 +31305,7 @@ declare const VDialog: {
31323
31305
  eager: boolean;
31324
31306
  location: Anchor;
31325
31307
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31326
- updateLocation: (e: Event) => void;
31308
+ updateLocation: (e?: Event | undefined) => void;
31327
31309
  } | undefined) | "connected";
31328
31310
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31329
31311
  activatorProps: Record<string, any>;
@@ -31419,7 +31401,7 @@ declare const VDialog: {
31419
31401
  eager: boolean;
31420
31402
  location: Anchor;
31421
31403
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31422
- updateLocation: (e: Event) => void;
31404
+ updateLocation: (e?: Event | undefined) => void;
31423
31405
  } | undefined) | "connected";
31424
31406
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
31425
31407
  activatorProps: Record<string, any>;
@@ -31478,7 +31460,7 @@ declare const VDialog: {
31478
31460
  };
31479
31461
  locationStrategy: {
31480
31462
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31481
- updateLocation: (e: Event) => void;
31463
+ updateLocation: (e?: Event | undefined) => void;
31482
31464
  } | undefined) | "connected">;
31483
31465
  default: string;
31484
31466
  validator: (val: any) => boolean;
@@ -31586,7 +31568,7 @@ declare const VDialog: {
31586
31568
  };
31587
31569
  locationStrategy: {
31588
31570
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31589
- updateLocation: (e: Event) => void;
31571
+ updateLocation: (e?: Event | undefined) => void;
31590
31572
  } | undefined) | "connected">;
31591
31573
  default: string;
31592
31574
  validator: (val: any) => boolean;
@@ -32237,9 +32219,6 @@ declare const VExpansionPanels: {
32237
32219
  focusable: boolean;
32238
32220
  } & {
32239
32221
  class?: any;
32240
- title?: string | undefined;
32241
- text?: string | undefined;
32242
- value?: any;
32243
32222
  theme?: string | undefined;
32244
32223
  color?: string | undefined;
32245
32224
  modelValue?: any;
@@ -32285,9 +32264,6 @@ declare const VExpansionPanels: {
32285
32264
  focusable: boolean;
32286
32265
  } & {
32287
32266
  class?: any;
32288
- title?: string | undefined;
32289
- text?: string | undefined;
32290
- value?: any;
32291
32267
  theme?: string | undefined;
32292
32268
  color?: string | undefined;
32293
32269
  modelValue?: any;
@@ -32359,9 +32335,6 @@ declare const VExpansionPanels: {
32359
32335
  focusable: boolean;
32360
32336
  } & {
32361
32337
  class?: any;
32362
- title?: string | undefined;
32363
- text?: string | undefined;
32364
- value?: any;
32365
32338
  theme?: string | undefined;
32366
32339
  color?: string | undefined;
32367
32340
  modelValue?: any;
@@ -32429,9 +32402,6 @@ declare const VExpansionPanels: {
32429
32402
  focusable: boolean;
32430
32403
  } & {
32431
32404
  class?: any;
32432
- title?: string | undefined;
32433
- text?: string | undefined;
32434
- value?: any;
32435
32405
  theme?: string | undefined;
32436
32406
  color?: string | undefined;
32437
32407
  modelValue?: any;
@@ -32487,51 +32457,46 @@ declare const VExpansionPanels: {
32487
32457
  default: string;
32488
32458
  validator: (v: any) => boolean;
32489
32459
  };
32490
- theme: StringConstructor;
32491
- eager: BooleanConstructor;
32460
+ tag: {
32461
+ type: StringConstructor;
32462
+ default: string;
32463
+ };
32492
32464
  class: PropType<any>;
32493
32465
  style: {
32494
32466
  type: PropType<vue.StyleValue>;
32495
32467
  default: null;
32496
32468
  };
32469
+ theme: StringConstructor;
32497
32470
  color: StringConstructor;
32498
- expandIcon: {
32499
- type: PropType<IconValue>;
32500
- default: string;
32501
- };
32502
- collapseIcon: {
32503
- type: PropType<IconValue>;
32504
- default: string;
32505
- };
32506
- hideActions: BooleanConstructor;
32507
- focusable: BooleanConstructor;
32508
32471
  static: BooleanConstructor;
32509
- ripple: {
32510
- type: PropType<boolean | {
32511
- class: string;
32512
- } | undefined>;
32513
- default: boolean;
32514
- };
32515
32472
  readonly: BooleanConstructor;
32516
- tag: {
32517
- type: StringConstructor;
32518
- default: string;
32519
- };
32520
32473
  rounded: {
32521
32474
  type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
32522
32475
  default: undefined;
32523
32476
  };
32524
32477
  tile: BooleanConstructor;
32525
- value: null;
32526
- disabled: BooleanConstructor;
32527
- selectedClass: StringConstructor;
32478
+ eager: BooleanConstructor;
32528
32479
  elevation: {
32529
32480
  type: (StringConstructor | NumberConstructor)[];
32530
32481
  validator(v: any): boolean;
32531
32482
  };
32532
- title: StringConstructor;
32533
- text: StringConstructor;
32534
32483
  bgColor: StringConstructor;
32484
+ ripple: {
32485
+ type: PropType<boolean | {
32486
+ class: string;
32487
+ } | undefined>;
32488
+ default: boolean;
32489
+ };
32490
+ collapseIcon: {
32491
+ type: PropType<IconValue>;
32492
+ default: string;
32493
+ };
32494
+ expandIcon: {
32495
+ type: PropType<IconValue>;
32496
+ default: string;
32497
+ };
32498
+ hideActions: BooleanConstructor;
32499
+ focusable: BooleanConstructor;
32535
32500
  modelValue: {
32536
32501
  type: null;
32537
32502
  default: undefined;
@@ -32539,6 +32504,8 @@ declare const VExpansionPanels: {
32539
32504
  multiple: BooleanConstructor;
32540
32505
  mandatory: PropType<boolean | "force">;
32541
32506
  max: NumberConstructor;
32507
+ selectedClass: StringConstructor;
32508
+ disabled: BooleanConstructor;
32542
32509
  flat: BooleanConstructor;
32543
32510
  }, vue.ExtractPropTypes<{
32544
32511
  variant: {
@@ -32546,51 +32513,46 @@ declare const VExpansionPanels: {
32546
32513
  default: string;
32547
32514
  validator: (v: any) => boolean;
32548
32515
  };
32549
- theme: StringConstructor;
32550
- eager: BooleanConstructor;
32516
+ tag: {
32517
+ type: StringConstructor;
32518
+ default: string;
32519
+ };
32551
32520
  class: PropType<any>;
32552
32521
  style: {
32553
32522
  type: PropType<vue.StyleValue>;
32554
32523
  default: null;
32555
32524
  };
32525
+ theme: StringConstructor;
32556
32526
  color: StringConstructor;
32557
- expandIcon: {
32558
- type: PropType<IconValue>;
32559
- default: string;
32560
- };
32561
- collapseIcon: {
32562
- type: PropType<IconValue>;
32563
- default: string;
32564
- };
32565
- hideActions: BooleanConstructor;
32566
- focusable: BooleanConstructor;
32567
32527
  static: BooleanConstructor;
32568
- ripple: {
32569
- type: PropType<boolean | {
32570
- class: string;
32571
- } | undefined>;
32572
- default: boolean;
32573
- };
32574
32528
  readonly: BooleanConstructor;
32575
- tag: {
32576
- type: StringConstructor;
32577
- default: string;
32578
- };
32579
32529
  rounded: {
32580
32530
  type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
32581
32531
  default: undefined;
32582
32532
  };
32583
32533
  tile: BooleanConstructor;
32584
- value: null;
32585
- disabled: BooleanConstructor;
32586
- selectedClass: StringConstructor;
32534
+ eager: BooleanConstructor;
32587
32535
  elevation: {
32588
32536
  type: (StringConstructor | NumberConstructor)[];
32589
32537
  validator(v: any): boolean;
32590
32538
  };
32591
- title: StringConstructor;
32592
- text: StringConstructor;
32593
32539
  bgColor: StringConstructor;
32540
+ ripple: {
32541
+ type: PropType<boolean | {
32542
+ class: string;
32543
+ } | undefined>;
32544
+ default: boolean;
32545
+ };
32546
+ collapseIcon: {
32547
+ type: PropType<IconValue>;
32548
+ default: string;
32549
+ };
32550
+ expandIcon: {
32551
+ type: PropType<IconValue>;
32552
+ default: string;
32553
+ };
32554
+ hideActions: BooleanConstructor;
32555
+ focusable: BooleanConstructor;
32594
32556
  modelValue: {
32595
32557
  type: null;
32596
32558
  default: undefined;
@@ -32598,6 +32560,8 @@ declare const VExpansionPanels: {
32598
32560
  multiple: BooleanConstructor;
32599
32561
  mandatory: PropType<boolean | "force">;
32600
32562
  max: NumberConstructor;
32563
+ selectedClass: StringConstructor;
32564
+ disabled: BooleanConstructor;
32601
32565
  flat: BooleanConstructor;
32602
32566
  }>>;
32603
32567
  type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
@@ -34048,6 +34012,7 @@ declare const VFileInput: {
34048
34012
  direction: "horizontal" | "vertical";
34049
34013
  prependIcon: NonNullable<IconValue>;
34050
34014
  clearIcon: IconValue;
34015
+ centerAffix: boolean;
34051
34016
  hideSpinButtons: boolean;
34052
34017
  persistentHint: boolean;
34053
34018
  clearable: boolean;
@@ -34084,7 +34049,6 @@ declare const VFileInput: {
34084
34049
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34085
34050
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34086
34051
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34087
- centerAffix?: boolean | undefined;
34088
34052
  hint?: string | undefined;
34089
34053
  hideDetails?: boolean | "auto" | undefined;
34090
34054
  } & {
@@ -34433,6 +34397,7 @@ declare const VFileInput: {
34433
34397
  direction: "horizontal" | "vertical";
34434
34398
  prependIcon: NonNullable<IconValue>;
34435
34399
  clearIcon: IconValue;
34400
+ centerAffix: boolean;
34436
34401
  hideSpinButtons: boolean;
34437
34402
  persistentHint: boolean;
34438
34403
  clearable: boolean;
@@ -34469,7 +34434,6 @@ declare const VFileInput: {
34469
34434
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34470
34435
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34471
34436
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34472
- centerAffix?: boolean | undefined;
34473
34437
  hint?: string | undefined;
34474
34438
  hideDetails?: boolean | "auto" | undefined;
34475
34439
  } & {
@@ -34656,6 +34620,7 @@ declare const VFileInput: {
34656
34620
  direction: "horizontal" | "vertical";
34657
34621
  prependIcon: NonNullable<IconValue>;
34658
34622
  clearIcon: IconValue;
34623
+ centerAffix: boolean;
34659
34624
  hideSpinButtons: boolean;
34660
34625
  persistentHint: boolean;
34661
34626
  clearable: boolean;
@@ -34692,7 +34657,6 @@ declare const VFileInput: {
34692
34657
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34693
34658
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34694
34659
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34695
- centerAffix?: boolean | undefined;
34696
34660
  hint?: string | undefined;
34697
34661
  hideDetails?: boolean | "auto" | undefined;
34698
34662
  } & {
@@ -35075,6 +35039,7 @@ declare const VFileInput: {
35075
35039
  direction: "horizontal" | "vertical";
35076
35040
  prependIcon: NonNullable<IconValue>;
35077
35041
  clearIcon: IconValue;
35042
+ centerAffix: boolean;
35078
35043
  hideSpinButtons: boolean;
35079
35044
  persistentHint: boolean;
35080
35045
  clearable: boolean;
@@ -35111,7 +35076,6 @@ declare const VFileInput: {
35111
35076
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
35112
35077
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
35113
35078
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
35114
- centerAffix?: boolean | undefined;
35115
35079
  hint?: string | undefined;
35116
35080
  hideDetails?: boolean | "auto" | undefined;
35117
35081
  } & {
@@ -35543,10 +35507,7 @@ declare const VFileInput: {
35543
35507
  default: string;
35544
35508
  };
35545
35509
  active: BooleanConstructor;
35546
- centerAffix: {
35547
- type: BooleanConstructor;
35548
- default: undefined;
35549
- };
35510
+ centerAffix: BooleanConstructor;
35550
35511
  color: StringConstructor;
35551
35512
  baseColor: StringConstructor;
35552
35513
  dirty: BooleanConstructor;
@@ -35665,10 +35626,7 @@ declare const VFileInput: {
35665
35626
  default: string;
35666
35627
  };
35667
35628
  active: BooleanConstructor;
35668
- centerAffix: {
35669
- type: BooleanConstructor;
35670
- default: undefined;
35671
- };
35629
+ centerAffix: BooleanConstructor;
35672
35630
  color: StringConstructor;
35673
35631
  baseColor: StringConstructor;
35674
35632
  dirty: BooleanConstructor;
@@ -41470,7 +41428,7 @@ declare const VMenu: {
41470
41428
  eager: boolean;
41471
41429
  location: Anchor;
41472
41430
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41473
- updateLocation: (e: Event) => void;
41431
+ updateLocation: (e?: Event | undefined) => void;
41474
41432
  } | undefined) | "connected">;
41475
41433
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41476
41434
  closeDelay: NonNullable<string | number>;
@@ -41555,7 +41513,7 @@ declare const VMenu: {
41555
41513
  eager: boolean;
41556
41514
  location: Anchor;
41557
41515
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41558
- updateLocation: (e: Event) => void;
41516
+ updateLocation: (e?: Event | undefined) => void;
41559
41517
  } | undefined) | "connected";
41560
41518
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41561
41519
  activatorProps: Record<string, any>;
@@ -41582,7 +41540,7 @@ declare const VMenu: {
41582
41540
  eager: boolean;
41583
41541
  location: Anchor;
41584
41542
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41585
- updateLocation: (e: Event) => void;
41543
+ updateLocation: (e?: Event | undefined) => void;
41586
41544
  } | undefined) | "connected";
41587
41545
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41588
41546
  activatorProps: Record<string, any>;
@@ -41660,7 +41618,7 @@ declare const VMenu: {
41660
41618
  eager: boolean;
41661
41619
  location: Anchor;
41662
41620
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41663
- updateLocation: (e: Event) => void;
41621
+ updateLocation: (e?: Event | undefined) => void;
41664
41622
  } | undefined) | "connected";
41665
41623
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41666
41624
  activatorProps: Record<string, any>;
@@ -41767,7 +41725,7 @@ declare const VMenu: {
41767
41725
  eager: boolean;
41768
41726
  location: Anchor;
41769
41727
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41770
- updateLocation: (e: Event) => void;
41728
+ updateLocation: (e?: Event | undefined) => void;
41771
41729
  } | undefined) | "connected";
41772
41730
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41773
41731
  activatorProps: Record<string, any>;
@@ -41863,7 +41821,7 @@ declare const VMenu: {
41863
41821
  eager: boolean;
41864
41822
  location: Anchor;
41865
41823
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41866
- updateLocation: (e: Event) => void;
41824
+ updateLocation: (e?: Event | undefined) => void;
41867
41825
  } | undefined) | "connected";
41868
41826
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41869
41827
  activatorProps: Record<string, any>;
@@ -41923,7 +41881,7 @@ declare const VMenu: {
41923
41881
  eager: boolean;
41924
41882
  location: Anchor;
41925
41883
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41926
- updateLocation: (e: Event) => void;
41884
+ updateLocation: (e?: Event | undefined) => void;
41927
41885
  } | undefined) | "connected";
41928
41886
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41929
41887
  activatorProps: Record<string, any>;
@@ -42017,7 +41975,7 @@ declare const VMenu: {
42017
41975
  eager: boolean;
42018
41976
  location: Anchor;
42019
41977
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42020
- updateLocation: (e: Event) => void;
41978
+ updateLocation: (e?: Event | undefined) => void;
42021
41979
  } | undefined) | "connected">;
42022
41980
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42023
41981
  closeDelay: NonNullable<string | number>;
@@ -42097,7 +42055,7 @@ declare const VMenu: {
42097
42055
  eager: boolean;
42098
42056
  location: Anchor;
42099
42057
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42100
- updateLocation: (e: Event) => void;
42058
+ updateLocation: (e?: Event | undefined) => void;
42101
42059
  } | undefined) | "connected">;
42102
42060
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42103
42061
  closeDelay: NonNullable<string | number>;
@@ -42146,7 +42104,7 @@ declare const VMenu: {
42146
42104
  eager: boolean;
42147
42105
  location: Anchor;
42148
42106
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42149
- updateLocation: (e: Event) => void;
42107
+ updateLocation: (e?: Event | undefined) => void;
42150
42108
  } | undefined) | "connected">;
42151
42109
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42152
42110
  closeDelay: NonNullable<string | number>;
@@ -42231,7 +42189,7 @@ declare const VMenu: {
42231
42189
  eager: boolean;
42232
42190
  location: Anchor;
42233
42191
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42234
- updateLocation: (e: Event) => void;
42192
+ updateLocation: (e?: Event | undefined) => void;
42235
42193
  } | undefined) | "connected";
42236
42194
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42237
42195
  activatorProps: Record<string, any>;
@@ -42258,7 +42216,7 @@ declare const VMenu: {
42258
42216
  eager: boolean;
42259
42217
  location: Anchor;
42260
42218
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42261
- updateLocation: (e: Event) => void;
42219
+ updateLocation: (e?: Event | undefined) => void;
42262
42220
  } | undefined) | "connected";
42263
42221
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42264
42222
  activatorProps: Record<string, any>;
@@ -42336,7 +42294,7 @@ declare const VMenu: {
42336
42294
  eager: boolean;
42337
42295
  location: Anchor;
42338
42296
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42339
- updateLocation: (e: Event) => void;
42297
+ updateLocation: (e?: Event | undefined) => void;
42340
42298
  } | undefined) | "connected";
42341
42299
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42342
42300
  activatorProps: Record<string, any>;
@@ -42443,7 +42401,7 @@ declare const VMenu: {
42443
42401
  eager: boolean;
42444
42402
  location: Anchor;
42445
42403
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42446
- updateLocation: (e: Event) => void;
42404
+ updateLocation: (e?: Event | undefined) => void;
42447
42405
  } | undefined) | "connected";
42448
42406
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42449
42407
  activatorProps: Record<string, any>;
@@ -42539,7 +42497,7 @@ declare const VMenu: {
42539
42497
  eager: boolean;
42540
42498
  location: Anchor;
42541
42499
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42542
- updateLocation: (e: Event) => void;
42500
+ updateLocation: (e?: Event | undefined) => void;
42543
42501
  } | undefined) | "connected";
42544
42502
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42545
42503
  activatorProps: Record<string, any>;
@@ -42599,7 +42557,7 @@ declare const VMenu: {
42599
42557
  eager: boolean;
42600
42558
  location: Anchor;
42601
42559
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42602
- updateLocation: (e: Event) => void;
42560
+ updateLocation: (e?: Event | undefined) => void;
42603
42561
  } | undefined) | "connected";
42604
42562
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42605
42563
  activatorProps: Record<string, any>;
@@ -42691,7 +42649,7 @@ declare const VMenu: {
42691
42649
  eager: boolean;
42692
42650
  location: Anchor;
42693
42651
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42694
- updateLocation: (e: Event) => void;
42652
+ updateLocation: (e?: Event | undefined) => void;
42695
42653
  } | undefined) | "connected">;
42696
42654
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42697
42655
  closeDelay: NonNullable<string | number>;
@@ -42724,7 +42682,7 @@ declare const VMenu: {
42724
42682
  eager: boolean;
42725
42683
  location: Anchor;
42726
42684
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42727
- updateLocation: (e: Event) => void;
42685
+ updateLocation: (e?: Event | undefined) => void;
42728
42686
  } | undefined) | "connected">;
42729
42687
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42730
42688
  closeDelay: NonNullable<string | number>;
@@ -42809,7 +42767,7 @@ declare const VMenu: {
42809
42767
  eager: boolean;
42810
42768
  location: Anchor;
42811
42769
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42812
- updateLocation: (e: Event) => void;
42770
+ updateLocation: (e?: Event | undefined) => void;
42813
42771
  } | undefined) | "connected";
42814
42772
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42815
42773
  activatorProps: Record<string, any>;
@@ -42836,7 +42794,7 @@ declare const VMenu: {
42836
42794
  eager: boolean;
42837
42795
  location: Anchor;
42838
42796
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42839
- updateLocation: (e: Event) => void;
42797
+ updateLocation: (e?: Event | undefined) => void;
42840
42798
  } | undefined) | "connected";
42841
42799
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42842
42800
  activatorProps: Record<string, any>;
@@ -42914,7 +42872,7 @@ declare const VMenu: {
42914
42872
  eager: boolean;
42915
42873
  location: Anchor;
42916
42874
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42917
- updateLocation: (e: Event) => void;
42875
+ updateLocation: (e?: Event | undefined) => void;
42918
42876
  } | undefined) | "connected";
42919
42877
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42920
42878
  activatorProps: Record<string, any>;
@@ -43021,7 +42979,7 @@ declare const VMenu: {
43021
42979
  eager: boolean;
43022
42980
  location: Anchor;
43023
42981
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43024
- updateLocation: (e: Event) => void;
42982
+ updateLocation: (e?: Event | undefined) => void;
43025
42983
  } | undefined) | "connected";
43026
42984
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43027
42985
  activatorProps: Record<string, any>;
@@ -43117,7 +43075,7 @@ declare const VMenu: {
43117
43075
  eager: boolean;
43118
43076
  location: Anchor;
43119
43077
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43120
- updateLocation: (e: Event) => void;
43078
+ updateLocation: (e?: Event | undefined) => void;
43121
43079
  } | undefined) | "connected";
43122
43080
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43123
43081
  activatorProps: Record<string, any>;
@@ -43177,7 +43135,7 @@ declare const VMenu: {
43177
43135
  eager: boolean;
43178
43136
  location: Anchor;
43179
43137
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43180
- updateLocation: (e: Event) => void;
43138
+ updateLocation: (e?: Event | undefined) => void;
43181
43139
  } | undefined) | "connected";
43182
43140
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43183
43141
  activatorProps: Record<string, any>;
@@ -43271,7 +43229,7 @@ declare const VMenu: {
43271
43229
  eager: boolean;
43272
43230
  location: Anchor;
43273
43231
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43274
- updateLocation: (e: Event) => void;
43232
+ updateLocation: (e?: Event | undefined) => void;
43275
43233
  } | undefined) | "connected">;
43276
43234
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
43277
43235
  closeDelay: NonNullable<string | number>;
@@ -43352,16 +43310,16 @@ declare const VMenu: {
43352
43310
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43353
43311
  locationStrategy: Omit<{
43354
43312
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43355
- updateLocation: (e: Event) => void;
43313
+ updateLocation: (e?: Event | undefined) => void;
43356
43314
  } | undefined) | "connected">;
43357
43315
  default: string;
43358
43316
  validator: (val: any) => boolean;
43359
43317
  }, "default" | "type"> & {
43360
43318
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43361
- updateLocation: (e: Event) => void;
43319
+ updateLocation: (e?: Event | undefined) => void;
43362
43320
  } | undefined) | "connected">>;
43363
43321
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43364
- updateLocation: (e: Event) => void;
43322
+ updateLocation: (e?: Event | undefined) => void;
43365
43323
  } | undefined) | "connected">;
43366
43324
  };
43367
43325
  scrollStrategy: Omit<{
@@ -43467,16 +43425,16 @@ declare const VMenu: {
43467
43425
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43468
43426
  locationStrategy: Omit<{
43469
43427
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43470
- updateLocation: (e: Event) => void;
43428
+ updateLocation: (e?: Event | undefined) => void;
43471
43429
  } | undefined) | "connected">;
43472
43430
  default: string;
43473
43431
  validator: (val: any) => boolean;
43474
43432
  }, "default" | "type"> & {
43475
43433
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43476
- updateLocation: (e: Event) => void;
43434
+ updateLocation: (e?: Event | undefined) => void;
43477
43435
  } | undefined) | "connected">>;
43478
43436
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43479
- updateLocation: (e: Event) => void;
43437
+ updateLocation: (e?: Event | undefined) => void;
43480
43438
  } | undefined) | "connected">;
43481
43439
  };
43482
43440
  scrollStrategy: Omit<{
@@ -44441,7 +44399,7 @@ declare const VOverlay: {
44441
44399
  eager: boolean;
44442
44400
  location: Anchor;
44443
44401
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44444
- updateLocation: (e: Event) => void;
44402
+ updateLocation: (e?: Event | undefined) => void;
44445
44403
  } | undefined) | "connected";
44446
44404
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44447
44405
  activatorProps: Record<string, any>;
@@ -44537,7 +44495,7 @@ declare const VOverlay: {
44537
44495
  eager: boolean;
44538
44496
  location: Anchor;
44539
44497
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44540
- updateLocation: (e: Event) => void;
44498
+ updateLocation: (e?: Event | undefined) => void;
44541
44499
  } | undefined) | "connected";
44542
44500
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44543
44501
  activatorProps: Record<string, any>;
@@ -44619,7 +44577,7 @@ declare const VOverlay: {
44619
44577
  eager: boolean;
44620
44578
  location: Anchor;
44621
44579
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44622
- updateLocation: (e: Event) => void;
44580
+ updateLocation: (e?: Event | undefined) => void;
44623
44581
  } | undefined) | "connected";
44624
44582
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44625
44583
  activatorProps: Record<string, any>;
@@ -44666,7 +44624,7 @@ declare const VOverlay: {
44666
44624
  eager: boolean;
44667
44625
  location: Anchor;
44668
44626
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44669
- updateLocation: (e: Event) => void;
44627
+ updateLocation: (e?: Event | undefined) => void;
44670
44628
  } | undefined) | "connected";
44671
44629
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44672
44630
  activatorProps: Record<string, any>;
@@ -44757,7 +44715,7 @@ declare const VOverlay: {
44757
44715
  eager: boolean;
44758
44716
  location: Anchor;
44759
44717
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44760
- updateLocation: (e: Event) => void;
44718
+ updateLocation: (e?: Event | undefined) => void;
44761
44719
  } | undefined) | "connected";
44762
44720
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44763
44721
  activatorProps: Record<string, any>;
@@ -44788,7 +44746,7 @@ declare const VOverlay: {
44788
44746
  eager: boolean;
44789
44747
  location: Anchor;
44790
44748
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44791
- updateLocation: (e: Event) => void;
44749
+ updateLocation: (e?: Event | undefined) => void;
44792
44750
  } | undefined) | "connected";
44793
44751
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44794
44752
  activatorProps: Record<string, any>;
@@ -44884,7 +44842,7 @@ declare const VOverlay: {
44884
44842
  eager: boolean;
44885
44843
  location: Anchor;
44886
44844
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44887
- updateLocation: (e: Event) => void;
44845
+ updateLocation: (e?: Event | undefined) => void;
44888
44846
  } | undefined) | "connected";
44889
44847
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44890
44848
  activatorProps: Record<string, any>;
@@ -44927,7 +44885,7 @@ declare const VOverlay: {
44927
44885
  };
44928
44886
  locationStrategy: {
44929
44887
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44930
- updateLocation: (e: Event) => void;
44888
+ updateLocation: (e?: Event | undefined) => void;
44931
44889
  } | undefined) | "connected">;
44932
44890
  default: string;
44933
44891
  validator: (val: any) => boolean;
@@ -45010,7 +44968,7 @@ declare const VOverlay: {
45010
44968
  };
45011
44969
  locationStrategy: {
45012
44970
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45013
- updateLocation: (e: Event) => void;
44971
+ updateLocation: (e?: Event | undefined) => void;
45014
44972
  } | undefined) | "connected">;
45015
44973
  default: string;
45016
44974
  validator: (val: any) => boolean;
@@ -47316,10 +47274,7 @@ declare const VRadioGroup: {
47316
47274
  maxWidth: (StringConstructor | NumberConstructor)[];
47317
47275
  minWidth: (StringConstructor | NumberConstructor)[];
47318
47276
  appendIcon: vue.PropType<IconValue>;
47319
- centerAffix: {
47320
- type: BooleanConstructor;
47321
- default: boolean;
47322
- };
47277
+ centerAffix: BooleanConstructor;
47323
47278
  prependIcon: vue.PropType<IconValue>;
47324
47279
  hideDetails: vue.PropType<boolean | "auto">;
47325
47280
  hideSpinButtons: BooleanConstructor;
@@ -47410,10 +47365,7 @@ declare const VRadioGroup: {
47410
47365
  maxWidth: (StringConstructor | NumberConstructor)[];
47411
47366
  minWidth: (StringConstructor | NumberConstructor)[];
47412
47367
  appendIcon: vue.PropType<IconValue>;
47413
- centerAffix: {
47414
- type: BooleanConstructor;
47415
- default: boolean;
47416
- };
47368
+ centerAffix: BooleanConstructor;
47417
47369
  prependIcon: vue.PropType<IconValue>;
47418
47370
  hideDetails: vue.PropType<boolean | "auto">;
47419
47371
  hideSpinButtons: BooleanConstructor;
@@ -48139,10 +48091,7 @@ declare const VRangeSlider: {
48139
48091
  };
48140
48092
  id: StringConstructor;
48141
48093
  appendIcon: PropType<IconValue>;
48142
- centerAffix: {
48143
- type: BooleanConstructor;
48144
- default: boolean;
48145
- };
48094
+ centerAffix: BooleanConstructor;
48146
48095
  prependIcon: PropType<IconValue>;
48147
48096
  hideDetails: PropType<boolean | "auto">;
48148
48097
  hideSpinButtons: BooleanConstructor;
@@ -48266,10 +48215,7 @@ declare const VRangeSlider: {
48266
48215
  };
48267
48216
  id: StringConstructor;
48268
48217
  appendIcon: PropType<IconValue>;
48269
- centerAffix: {
48270
- type: BooleanConstructor;
48271
- default: boolean;
48272
- };
48218
+ centerAffix: BooleanConstructor;
48273
48219
  prependIcon: PropType<IconValue>;
48274
48220
  hideDetails: PropType<boolean | "auto">;
48275
48221
  hideSpinButtons: BooleanConstructor;
@@ -48847,6 +48793,7 @@ declare const VSelect: {
48847
48793
  direction: "horizontal" | "vertical";
48848
48794
  valueComparator: typeof deepEqual;
48849
48795
  clearIcon: IconValue;
48796
+ centerAffix: boolean;
48850
48797
  hideSpinButtons: boolean;
48851
48798
  persistentHint: boolean;
48852
48799
  itemChildren: NonNullable<SelectItemKey>;
@@ -48891,7 +48838,6 @@ declare const VSelect: {
48891
48838
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
48892
48839
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
48893
48840
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
48894
- centerAffix?: boolean | undefined;
48895
48841
  hint?: string | undefined;
48896
48842
  hideDetails?: boolean | "auto" | undefined;
48897
48843
  suffix?: string | undefined;
@@ -49170,7 +49116,7 @@ declare const VSelect: {
49170
49116
  eager: boolean;
49171
49117
  location: Anchor;
49172
49118
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49173
- updateLocation: (e: Event) => void;
49119
+ updateLocation: (e?: Event | undefined) => void;
49174
49120
  } | undefined) | "connected">;
49175
49121
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49176
49122
  closeDelay: NonNullable<string | number>;
@@ -49199,7 +49145,7 @@ declare const VSelect: {
49199
49145
  eager: boolean;
49200
49146
  location: Anchor;
49201
49147
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49202
- updateLocation: (e: Event) => void;
49148
+ updateLocation: (e?: Event | undefined) => void;
49203
49149
  } | undefined) | "connected">;
49204
49150
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49205
49151
  closeDelay: NonNullable<string | number>;
@@ -49275,7 +49221,7 @@ declare const VSelect: {
49275
49221
  eager: boolean;
49276
49222
  location: Anchor;
49277
49223
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49278
- updateLocation: (e: Event) => void;
49224
+ updateLocation: (e?: Event | undefined) => void;
49279
49225
  } | undefined) | "connected">;
49280
49226
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49281
49227
  closeDelay: NonNullable<string | number>;
@@ -49379,6 +49325,7 @@ declare const VSelect: {
49379
49325
  direction: "horizontal" | "vertical";
49380
49326
  valueComparator: typeof deepEqual;
49381
49327
  clearIcon: IconValue;
49328
+ centerAffix: boolean;
49382
49329
  hideSpinButtons: boolean;
49383
49330
  persistentHint: boolean;
49384
49331
  itemChildren: NonNullable<SelectItemKey>;
@@ -49423,7 +49370,6 @@ declare const VSelect: {
49423
49370
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49424
49371
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49425
49372
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49426
- centerAffix?: boolean | undefined;
49427
49373
  hint?: string | undefined;
49428
49374
  hideDetails?: boolean | "auto" | undefined;
49429
49375
  suffix?: string | undefined;
@@ -49702,7 +49648,7 @@ declare const VSelect: {
49702
49648
  eager: boolean;
49703
49649
  location: Anchor;
49704
49650
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49705
- updateLocation: (e: Event) => void;
49651
+ updateLocation: (e?: Event | undefined) => void;
49706
49652
  } | undefined) | "connected">;
49707
49653
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49708
49654
  closeDelay: NonNullable<string | number>;
@@ -49731,7 +49677,7 @@ declare const VSelect: {
49731
49677
  eager: boolean;
49732
49678
  location: Anchor;
49733
49679
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49734
- updateLocation: (e: Event) => void;
49680
+ updateLocation: (e?: Event | undefined) => void;
49735
49681
  } | undefined) | "connected">;
49736
49682
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49737
49683
  closeDelay: NonNullable<string | number>;
@@ -49807,7 +49753,7 @@ declare const VSelect: {
49807
49753
  eager: boolean;
49808
49754
  location: Anchor;
49809
49755
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49810
- updateLocation: (e: Event) => void;
49756
+ updateLocation: (e?: Event | undefined) => void;
49811
49757
  } | undefined) | "connected">;
49812
49758
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49813
49759
  closeDelay: NonNullable<string | number>;
@@ -50024,6 +49970,7 @@ declare const VSelect: {
50024
49970
  direction: "horizontal" | "vertical";
50025
49971
  valueComparator: typeof deepEqual;
50026
49972
  clearIcon: IconValue;
49973
+ centerAffix: boolean;
50027
49974
  hideSpinButtons: boolean;
50028
49975
  persistentHint: boolean;
50029
49976
  itemChildren: NonNullable<SelectItemKey>;
@@ -50068,7 +50015,6 @@ declare const VSelect: {
50068
50015
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50069
50016
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50070
50017
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50071
- centerAffix?: boolean | undefined;
50072
50018
  hint?: string | undefined;
50073
50019
  hideDetails?: boolean | "auto" | undefined;
50074
50020
  suffix?: string | undefined;
@@ -50347,7 +50293,7 @@ declare const VSelect: {
50347
50293
  eager: boolean;
50348
50294
  location: Anchor;
50349
50295
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50350
- updateLocation: (e: Event) => void;
50296
+ updateLocation: (e?: Event | undefined) => void;
50351
50297
  } | undefined) | "connected">;
50352
50298
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50353
50299
  closeDelay: NonNullable<string | number>;
@@ -50376,7 +50322,7 @@ declare const VSelect: {
50376
50322
  eager: boolean;
50377
50323
  location: Anchor;
50378
50324
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50379
- updateLocation: (e: Event) => void;
50325
+ updateLocation: (e?: Event | undefined) => void;
50380
50326
  } | undefined) | "connected">;
50381
50327
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50382
50328
  closeDelay: NonNullable<string | number>;
@@ -50452,7 +50398,7 @@ declare const VSelect: {
50452
50398
  eager: boolean;
50453
50399
  location: Anchor;
50454
50400
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50455
- updateLocation: (e: Event) => void;
50401
+ updateLocation: (e?: Event | undefined) => void;
50456
50402
  } | undefined) | "connected">;
50457
50403
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50458
50404
  closeDelay: NonNullable<string | number>;
@@ -50604,6 +50550,7 @@ declare const VSelect: {
50604
50550
  direction: "horizontal" | "vertical";
50605
50551
  valueComparator: typeof deepEqual;
50606
50552
  clearIcon: IconValue;
50553
+ centerAffix: boolean;
50607
50554
  hideSpinButtons: boolean;
50608
50555
  persistentHint: boolean;
50609
50556
  itemChildren: NonNullable<SelectItemKey>;
@@ -50648,7 +50595,6 @@ declare const VSelect: {
50648
50595
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50649
50596
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50650
50597
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50651
- centerAffix?: boolean | undefined;
50652
50598
  hint?: string | undefined;
50653
50599
  hideDetails?: boolean | "auto" | undefined;
50654
50600
  suffix?: string | undefined;
@@ -50927,7 +50873,7 @@ declare const VSelect: {
50927
50873
  eager: boolean;
50928
50874
  location: Anchor;
50929
50875
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50930
- updateLocation: (e: Event) => void;
50876
+ updateLocation: (e?: Event | undefined) => void;
50931
50877
  } | undefined) | "connected">;
50932
50878
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50933
50879
  closeDelay: NonNullable<string | number>;
@@ -50956,7 +50902,7 @@ declare const VSelect: {
50956
50902
  eager: boolean;
50957
50903
  location: Anchor;
50958
50904
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50959
- updateLocation: (e: Event) => void;
50905
+ updateLocation: (e?: Event | undefined) => void;
50960
50906
  } | undefined) | "connected">;
50961
50907
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50962
50908
  closeDelay: NonNullable<string | number>;
@@ -51032,7 +50978,7 @@ declare const VSelect: {
51032
50978
  eager: boolean;
51033
50979
  location: Anchor;
51034
50980
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51035
- updateLocation: (e: Event) => void;
50981
+ updateLocation: (e?: Event | undefined) => void;
51036
50982
  } | undefined) | "connected">;
51037
50983
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51038
50984
  closeDelay: NonNullable<string | number>;
@@ -51384,10 +51330,7 @@ declare const VSelect: {
51384
51330
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
51385
51331
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
51386
51332
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
51387
- centerAffix: {
51388
- type: BooleanConstructor;
51389
- default: undefined;
51390
- };
51333
+ centerAffix: BooleanConstructor;
51391
51334
  hideSpinButtons: BooleanConstructor;
51392
51335
  hint: StringConstructor;
51393
51336
  persistentHint: BooleanConstructor;
@@ -51723,7 +51666,7 @@ declare const VSelect: {
51723
51666
  eager: boolean;
51724
51667
  location: Anchor;
51725
51668
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51726
- updateLocation: (e: Event) => void;
51669
+ updateLocation: (e?: Event | undefined) => void;
51727
51670
  } | undefined) | "connected">;
51728
51671
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51729
51672
  closeDelay: NonNullable<string | number>;
@@ -51752,7 +51695,7 @@ declare const VSelect: {
51752
51695
  eager: boolean;
51753
51696
  location: Anchor;
51754
51697
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51755
- updateLocation: (e: Event) => void;
51698
+ updateLocation: (e?: Event | undefined) => void;
51756
51699
  } | undefined) | "connected">;
51757
51700
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51758
51701
  closeDelay: NonNullable<string | number>;
@@ -51828,7 +51771,7 @@ declare const VSelect: {
51828
51771
  eager: boolean;
51829
51772
  location: Anchor;
51830
51773
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51831
- updateLocation: (e: Event) => void;
51774
+ updateLocation: (e?: Event | undefined) => void;
51832
51775
  } | undefined) | "connected">;
51833
51776
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51834
51777
  closeDelay: NonNullable<string | number>;
@@ -52016,10 +51959,7 @@ declare const VSelect: {
52016
51959
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
52017
51960
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
52018
51961
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
52019
- centerAffix: {
52020
- type: BooleanConstructor;
52021
- default: undefined;
52022
- };
51962
+ centerAffix: BooleanConstructor;
52023
51963
  hideSpinButtons: BooleanConstructor;
52024
51964
  hint: StringConstructor;
52025
51965
  persistentHint: BooleanConstructor;
@@ -52355,7 +52295,7 @@ declare const VSelect: {
52355
52295
  eager: boolean;
52356
52296
  location: Anchor;
52357
52297
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52358
- updateLocation: (e: Event) => void;
52298
+ updateLocation: (e?: Event | undefined) => void;
52359
52299
  } | undefined) | "connected">;
52360
52300
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52361
52301
  closeDelay: NonNullable<string | number>;
@@ -52384,7 +52324,7 @@ declare const VSelect: {
52384
52324
  eager: boolean;
52385
52325
  location: Anchor;
52386
52326
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52387
- updateLocation: (e: Event) => void;
52327
+ updateLocation: (e?: Event | undefined) => void;
52388
52328
  } | undefined) | "connected">;
52389
52329
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52390
52330
  closeDelay: NonNullable<string | number>;
@@ -52460,7 +52400,7 @@ declare const VSelect: {
52460
52400
  eager: boolean;
52461
52401
  location: Anchor;
52462
52402
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52463
- updateLocation: (e: Event) => void;
52403
+ updateLocation: (e?: Event | undefined) => void;
52464
52404
  } | undefined) | "connected">;
52465
52405
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52466
52406
  closeDelay: NonNullable<string | number>;
@@ -54053,10 +53993,7 @@ declare const VSlider: {
54053
53993
  };
54054
53994
  id: StringConstructor;
54055
53995
  appendIcon: vue.PropType<IconValue>;
54056
- centerAffix: {
54057
- type: BooleanConstructor;
54058
- default: boolean;
54059
- };
53996
+ centerAffix: BooleanConstructor;
54060
53997
  prependIcon: vue.PropType<IconValue>;
54061
53998
  hideDetails: vue.PropType<boolean | "auto">;
54062
53999
  hideSpinButtons: BooleanConstructor;
@@ -54179,10 +54116,7 @@ declare const VSlider: {
54179
54116
  };
54180
54117
  id: StringConstructor;
54181
54118
  appendIcon: vue.PropType<IconValue>;
54182
- centerAffix: {
54183
- type: BooleanConstructor;
54184
- default: boolean;
54185
- };
54119
+ centerAffix: BooleanConstructor;
54186
54120
  prependIcon: vue.PropType<IconValue>;
54187
54121
  hideDetails: vue.PropType<boolean | "auto">;
54188
54122
  hideSpinButtons: BooleanConstructor;
@@ -54277,7 +54211,7 @@ declare const VSnackbar: {
54277
54211
  eager: boolean;
54278
54212
  location: Anchor;
54279
54213
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54280
- updateLocation: (e: Event) => void;
54214
+ updateLocation: (e?: Event | undefined) => void;
54281
54215
  } | undefined) | "connected";
54282
54216
  activatorProps: Record<string, any>;
54283
54217
  openOnHover: boolean;
@@ -54362,7 +54296,7 @@ declare const VSnackbar: {
54362
54296
  eager: boolean;
54363
54297
  location: Anchor;
54364
54298
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54365
- updateLocation: (e: Event) => void;
54299
+ updateLocation: (e?: Event | undefined) => void;
54366
54300
  } | undefined) | "connected";
54367
54301
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54368
54302
  activatorProps: Record<string, any>;
@@ -54389,7 +54323,7 @@ declare const VSnackbar: {
54389
54323
  eager: boolean;
54390
54324
  location: Anchor;
54391
54325
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54392
- updateLocation: (e: Event) => void;
54326
+ updateLocation: (e?: Event | undefined) => void;
54393
54327
  } | undefined) | "connected";
54394
54328
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54395
54329
  activatorProps: Record<string, any>;
@@ -54467,7 +54401,7 @@ declare const VSnackbar: {
54467
54401
  eager: boolean;
54468
54402
  location: Anchor;
54469
54403
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54470
- updateLocation: (e: Event) => void;
54404
+ updateLocation: (e?: Event | undefined) => void;
54471
54405
  } | undefined) | "connected";
54472
54406
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54473
54407
  activatorProps: Record<string, any>;
@@ -54574,7 +54508,7 @@ declare const VSnackbar: {
54574
54508
  eager: boolean;
54575
54509
  location: Anchor;
54576
54510
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54577
- updateLocation: (e: Event) => void;
54511
+ updateLocation: (e?: Event | undefined) => void;
54578
54512
  } | undefined) | "connected";
54579
54513
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54580
54514
  activatorProps: Record<string, any>;
@@ -54670,7 +54604,7 @@ declare const VSnackbar: {
54670
54604
  eager: boolean;
54671
54605
  location: Anchor;
54672
54606
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54673
- updateLocation: (e: Event) => void;
54607
+ updateLocation: (e?: Event | undefined) => void;
54674
54608
  } | undefined) | "connected";
54675
54609
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54676
54610
  activatorProps: Record<string, any>;
@@ -54730,7 +54664,7 @@ declare const VSnackbar: {
54730
54664
  eager: boolean;
54731
54665
  location: Anchor;
54732
54666
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54733
- updateLocation: (e: Event) => void;
54667
+ updateLocation: (e?: Event | undefined) => void;
54734
54668
  } | undefined) | "connected";
54735
54669
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54736
54670
  activatorProps: Record<string, any>;
@@ -54826,7 +54760,7 @@ declare const VSnackbar: {
54826
54760
  eager: boolean;
54827
54761
  location: Anchor;
54828
54762
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54829
- updateLocation: (e: Event) => void;
54763
+ updateLocation: (e?: Event | undefined) => void;
54830
54764
  } | undefined) | "connected";
54831
54765
  activatorProps: Record<string, any>;
54832
54766
  openOnHover: boolean;
@@ -54912,7 +54846,7 @@ declare const VSnackbar: {
54912
54846
  eager: boolean;
54913
54847
  location: Anchor;
54914
54848
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54915
- updateLocation: (e: Event) => void;
54849
+ updateLocation: (e?: Event | undefined) => void;
54916
54850
  } | undefined) | "connected";
54917
54851
  activatorProps: Record<string, any>;
54918
54852
  openOnClick: boolean;
@@ -54964,7 +54898,7 @@ declare const VSnackbar: {
54964
54898
  eager: boolean;
54965
54899
  location: Anchor;
54966
54900
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54967
- updateLocation: (e: Event) => void;
54901
+ updateLocation: (e?: Event | undefined) => void;
54968
54902
  } | undefined) | "connected";
54969
54903
  activatorProps: Record<string, any>;
54970
54904
  openOnHover: boolean;
@@ -55049,7 +54983,7 @@ declare const VSnackbar: {
55049
54983
  eager: boolean;
55050
54984
  location: Anchor;
55051
54985
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55052
- updateLocation: (e: Event) => void;
54986
+ updateLocation: (e?: Event | undefined) => void;
55053
54987
  } | undefined) | "connected";
55054
54988
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55055
54989
  activatorProps: Record<string, any>;
@@ -55076,7 +55010,7 @@ declare const VSnackbar: {
55076
55010
  eager: boolean;
55077
55011
  location: Anchor;
55078
55012
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55079
- updateLocation: (e: Event) => void;
55013
+ updateLocation: (e?: Event | undefined) => void;
55080
55014
  } | undefined) | "connected";
55081
55015
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55082
55016
  activatorProps: Record<string, any>;
@@ -55154,7 +55088,7 @@ declare const VSnackbar: {
55154
55088
  eager: boolean;
55155
55089
  location: Anchor;
55156
55090
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55157
- updateLocation: (e: Event) => void;
55091
+ updateLocation: (e?: Event | undefined) => void;
55158
55092
  } | undefined) | "connected";
55159
55093
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55160
55094
  activatorProps: Record<string, any>;
@@ -55261,7 +55195,7 @@ declare const VSnackbar: {
55261
55195
  eager: boolean;
55262
55196
  location: Anchor;
55263
55197
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55264
- updateLocation: (e: Event) => void;
55198
+ updateLocation: (e?: Event | undefined) => void;
55265
55199
  } | undefined) | "connected";
55266
55200
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55267
55201
  activatorProps: Record<string, any>;
@@ -55357,7 +55291,7 @@ declare const VSnackbar: {
55357
55291
  eager: boolean;
55358
55292
  location: Anchor;
55359
55293
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55360
- updateLocation: (e: Event) => void;
55294
+ updateLocation: (e?: Event | undefined) => void;
55361
55295
  } | undefined) | "connected";
55362
55296
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55363
55297
  activatorProps: Record<string, any>;
@@ -55417,7 +55351,7 @@ declare const VSnackbar: {
55417
55351
  eager: boolean;
55418
55352
  location: Anchor;
55419
55353
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55420
- updateLocation: (e: Event) => void;
55354
+ updateLocation: (e?: Event | undefined) => void;
55421
55355
  } | undefined) | "connected";
55422
55356
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55423
55357
  activatorProps: Record<string, any>;
@@ -55512,7 +55446,7 @@ declare const VSnackbar: {
55512
55446
  eager: boolean;
55513
55447
  location: Anchor;
55514
55448
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55515
- updateLocation: (e: Event) => void;
55449
+ updateLocation: (e?: Event | undefined) => void;
55516
55450
  } | undefined) | "connected";
55517
55451
  activatorProps: Record<string, any>;
55518
55452
  openOnClick: boolean;
@@ -55543,7 +55477,7 @@ declare const VSnackbar: {
55543
55477
  eager: boolean;
55544
55478
  location: Anchor;
55545
55479
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55546
- updateLocation: (e: Event) => void;
55480
+ updateLocation: (e?: Event | undefined) => void;
55547
55481
  } | undefined) | "connected";
55548
55482
  activatorProps: Record<string, any>;
55549
55483
  openOnHover: boolean;
@@ -55628,7 +55562,7 @@ declare const VSnackbar: {
55628
55562
  eager: boolean;
55629
55563
  location: Anchor;
55630
55564
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55631
- updateLocation: (e: Event) => void;
55565
+ updateLocation: (e?: Event | undefined) => void;
55632
55566
  } | undefined) | "connected";
55633
55567
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55634
55568
  activatorProps: Record<string, any>;
@@ -55655,7 +55589,7 @@ declare const VSnackbar: {
55655
55589
  eager: boolean;
55656
55590
  location: Anchor;
55657
55591
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55658
- updateLocation: (e: Event) => void;
55592
+ updateLocation: (e?: Event | undefined) => void;
55659
55593
  } | undefined) | "connected";
55660
55594
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55661
55595
  activatorProps: Record<string, any>;
@@ -55733,7 +55667,7 @@ declare const VSnackbar: {
55733
55667
  eager: boolean;
55734
55668
  location: Anchor;
55735
55669
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55736
- updateLocation: (e: Event) => void;
55670
+ updateLocation: (e?: Event | undefined) => void;
55737
55671
  } | undefined) | "connected";
55738
55672
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55739
55673
  activatorProps: Record<string, any>;
@@ -55840,7 +55774,7 @@ declare const VSnackbar: {
55840
55774
  eager: boolean;
55841
55775
  location: Anchor;
55842
55776
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55843
- updateLocation: (e: Event) => void;
55777
+ updateLocation: (e?: Event | undefined) => void;
55844
55778
  } | undefined) | "connected";
55845
55779
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55846
55780
  activatorProps: Record<string, any>;
@@ -55936,7 +55870,7 @@ declare const VSnackbar: {
55936
55870
  eager: boolean;
55937
55871
  location: Anchor;
55938
55872
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55939
- updateLocation: (e: Event) => void;
55873
+ updateLocation: (e?: Event | undefined) => void;
55940
55874
  } | undefined) | "connected";
55941
55875
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55942
55876
  activatorProps: Record<string, any>;
@@ -55996,7 +55930,7 @@ declare const VSnackbar: {
55996
55930
  eager: boolean;
55997
55931
  location: Anchor;
55998
55932
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55999
- updateLocation: (e: Event) => void;
55933
+ updateLocation: (e?: Event | undefined) => void;
56000
55934
  } | undefined) | "connected";
56001
55935
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56002
55936
  activatorProps: Record<string, any>;
@@ -56093,7 +56027,7 @@ declare const VSnackbar: {
56093
56027
  eager: boolean;
56094
56028
  location: Anchor;
56095
56029
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56096
- updateLocation: (e: Event) => void;
56030
+ updateLocation: (e?: Event | undefined) => void;
56097
56031
  } | undefined) | "connected";
56098
56032
  activatorProps: Record<string, any>;
56099
56033
  openOnClick: boolean;
@@ -56172,7 +56106,7 @@ declare const VSnackbar: {
56172
56106
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56173
56107
  locationStrategy: {
56174
56108
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56175
- updateLocation: (e: Event) => void;
56109
+ updateLocation: (e?: Event | undefined) => void;
56176
56110
  } | undefined) | "connected">;
56177
56111
  default: string;
56178
56112
  validator: (val: any) => boolean;
@@ -56273,7 +56207,7 @@ declare const VSnackbar: {
56273
56207
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56274
56208
  locationStrategy: {
56275
56209
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56276
- updateLocation: (e: Event) => void;
56210
+ updateLocation: (e?: Event | undefined) => void;
56277
56211
  } | undefined) | "connected">;
56278
56212
  default: string;
56279
56213
  validator: (val: any) => boolean;
@@ -56737,7 +56671,7 @@ declare const VSpeedDial: {
56737
56671
  eager: boolean;
56738
56672
  location: NonNullable<Anchor>;
56739
56673
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56740
- updateLocation: (e: Event) => void;
56674
+ updateLocation: (e?: Event | undefined) => void;
56741
56675
  } | undefined) | "connected">;
56742
56676
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56743
56677
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56819,7 +56753,7 @@ declare const VSpeedDial: {
56819
56753
  eager: boolean;
56820
56754
  location: NonNullable<Anchor>;
56821
56755
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56822
- updateLocation: (e: Event) => void;
56756
+ updateLocation: (e?: Event | undefined) => void;
56823
56757
  } | undefined) | "connected">;
56824
56758
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56825
56759
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56899,7 +56833,7 @@ declare const VSpeedDial: {
56899
56833
  eager: boolean;
56900
56834
  location: NonNullable<Anchor>;
56901
56835
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56902
- updateLocation: (e: Event) => void;
56836
+ updateLocation: (e?: Event | undefined) => void;
56903
56837
  } | undefined) | "connected">;
56904
56838
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56905
56839
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56950,7 +56884,7 @@ declare const VSpeedDial: {
56950
56884
  eager: boolean;
56951
56885
  location: NonNullable<Anchor>;
56952
56886
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56953
- updateLocation: (e: Event) => void;
56887
+ updateLocation: (e?: Event | undefined) => void;
56954
56888
  } | undefined) | "connected">;
56955
56889
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56956
56890
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57030,7 +56964,7 @@ declare const VSpeedDial: {
57030
56964
  eager: boolean;
57031
56965
  location: NonNullable<Anchor>;
57032
56966
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57033
- updateLocation: (e: Event) => void;
56967
+ updateLocation: (e?: Event | undefined) => void;
57034
56968
  } | undefined) | "connected">;
57035
56969
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57036
56970
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57065,7 +56999,7 @@ declare const VSpeedDial: {
57065
56999
  eager: boolean;
57066
57000
  location: NonNullable<Anchor>;
57067
57001
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57068
- updateLocation: (e: Event) => void;
57002
+ updateLocation: (e?: Event | undefined) => void;
57069
57003
  } | undefined) | "connected">;
57070
57004
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57071
57005
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57147,7 +57081,7 @@ declare const VSpeedDial: {
57147
57081
  eager: boolean;
57148
57082
  location: NonNullable<Anchor>;
57149
57083
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57150
- updateLocation: (e: Event) => void;
57084
+ updateLocation: (e?: Event | undefined) => void;
57151
57085
  } | undefined) | "connected">;
57152
57086
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57153
57087
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57248,16 +57182,16 @@ declare const VSpeedDial: {
57248
57182
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57249
57183
  locationStrategy: Omit<{
57250
57184
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57251
- updateLocation: (e: Event) => void;
57185
+ updateLocation: (e?: Event | undefined) => void;
57252
57186
  } | undefined) | "connected">;
57253
57187
  default: string;
57254
57188
  validator: (val: any) => boolean;
57255
57189
  }, "default" | "type"> & {
57256
57190
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57257
- updateLocation: (e: Event) => void;
57191
+ updateLocation: (e?: Event | undefined) => void;
57258
57192
  } | undefined) | "connected">>;
57259
57193
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57260
- updateLocation: (e: Event) => void;
57194
+ updateLocation: (e?: Event | undefined) => void;
57261
57195
  } | undefined) | "connected">;
57262
57196
  };
57263
57197
  scrollStrategy: Omit<{
@@ -57389,16 +57323,16 @@ declare const VSpeedDial: {
57389
57323
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57390
57324
  locationStrategy: Omit<{
57391
57325
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57392
- updateLocation: (e: Event) => void;
57326
+ updateLocation: (e?: Event | undefined) => void;
57393
57327
  } | undefined) | "connected">;
57394
57328
  default: string;
57395
57329
  validator: (val: any) => boolean;
57396
57330
  }, "default" | "type"> & {
57397
57331
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57398
- updateLocation: (e: Event) => void;
57332
+ updateLocation: (e?: Event | undefined) => void;
57399
57333
  } | undefined) | "connected">>;
57400
57334
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57401
- updateLocation: (e: Event) => void;
57335
+ updateLocation: (e?: Event | undefined) => void;
57402
57336
  } | undefined) | "connected">;
57403
57337
  };
57404
57338
  scrollStrategy: Omit<{
@@ -59662,10 +59596,7 @@ declare const VSwitch: {
59662
59596
  maxWidth: (StringConstructor | NumberConstructor)[];
59663
59597
  minWidth: (StringConstructor | NumberConstructor)[];
59664
59598
  appendIcon: vue.PropType<IconValue>;
59665
- centerAffix: {
59666
- type: BooleanConstructor;
59667
- default: boolean;
59668
- };
59599
+ centerAffix: BooleanConstructor;
59669
59600
  prependIcon: vue.PropType<IconValue>;
59670
59601
  hideDetails: vue.PropType<boolean | "auto">;
59671
59602
  hideSpinButtons: BooleanConstructor;
@@ -59758,10 +59689,7 @@ declare const VSwitch: {
59758
59689
  maxWidth: (StringConstructor | NumberConstructor)[];
59759
59690
  minWidth: (StringConstructor | NumberConstructor)[];
59760
59691
  appendIcon: vue.PropType<IconValue>;
59761
- centerAffix: {
59762
- type: BooleanConstructor;
59763
- default: boolean;
59764
- };
59692
+ centerAffix: BooleanConstructor;
59765
59693
  prependIcon: vue.PropType<IconValue>;
59766
59694
  hideDetails: vue.PropType<boolean | "auto">;
59767
59695
  hideSpinButtons: BooleanConstructor;
@@ -62763,7 +62691,6 @@ declare const VTextarea: {
62763
62691
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
62764
62692
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
62765
62693
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
62766
- centerAffix?: boolean | undefined;
62767
62694
  hint?: string | undefined;
62768
62695
  hideDetails?: boolean | "auto" | undefined;
62769
62696
  suffix?: string | undefined;
@@ -63136,7 +63063,6 @@ declare const VTextarea: {
63136
63063
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63137
63064
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63138
63065
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63139
- centerAffix?: boolean | undefined;
63140
63066
  hint?: string | undefined;
63141
63067
  hideDetails?: boolean | "auto" | undefined;
63142
63068
  suffix?: string | undefined;
@@ -63218,7 +63144,6 @@ declare const VTextarea: {
63218
63144
  density: Density;
63219
63145
  direction: "horizontal" | "vertical";
63220
63146
  clearIcon: IconValue;
63221
- centerAffix: boolean;
63222
63147
  hideSpinButtons: boolean;
63223
63148
  persistentHint: boolean;
63224
63149
  autofocus: boolean;
@@ -63334,7 +63259,6 @@ declare const VTextarea: {
63334
63259
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63335
63260
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63336
63261
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63337
- centerAffix?: boolean | undefined;
63338
63262
  hint?: string | undefined;
63339
63263
  hideDetails?: boolean | "auto" | undefined;
63340
63264
  suffix?: string | undefined;
@@ -63661,7 +63585,6 @@ declare const VTextarea: {
63661
63585
  density: Density;
63662
63586
  direction: "horizontal" | "vertical";
63663
63587
  clearIcon: IconValue;
63664
- centerAffix: boolean;
63665
63588
  hideSpinButtons: boolean;
63666
63589
  persistentHint: boolean;
63667
63590
  autofocus: boolean;
@@ -63738,7 +63661,6 @@ declare const VTextarea: {
63738
63661
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63739
63662
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63740
63663
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63741
- centerAffix?: boolean | undefined;
63742
63664
  hint?: string | undefined;
63743
63665
  hideDetails?: boolean | "auto" | undefined;
63744
63666
  suffix?: string | undefined;
@@ -64070,7 +63992,6 @@ declare const VTextarea: {
64070
63992
  density: Density;
64071
63993
  direction: "horizontal" | "vertical";
64072
63994
  clearIcon: IconValue;
64073
- centerAffix: boolean;
64074
63995
  hideSpinButtons: boolean;
64075
63996
  persistentHint: boolean;
64076
63997
  autofocus: boolean;
@@ -64120,52 +64041,55 @@ declare const VTextarea: {
64120
64041
  [key: string]: any;
64121
64042
  }>[];
64122
64043
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
64123
- theme: StringConstructor;
64124
- rounded: {
64125
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64126
- default: undefined;
64127
- };
64128
- tile: BooleanConstructor;
64129
- loading: (StringConstructor | BooleanConstructor)[];
64044
+ reverse: BooleanConstructor;
64045
+ flat: BooleanConstructor;
64130
64046
  class: PropType<any>;
64131
64047
  style: {
64132
64048
  type: PropType<vue.StyleValue>;
64133
64049
  default: null;
64134
64050
  };
64135
- appendInnerIcon: PropType<IconValue>;
64136
- bgColor: StringConstructor;
64137
- clearable: BooleanConstructor;
64138
- clearIcon: {
64139
- type: PropType<IconValue>;
64140
- default: string;
64141
- };
64051
+ label: StringConstructor;
64142
64052
  active: BooleanConstructor;
64143
- centerAffix: {
64144
- type: BooleanConstructor;
64145
- default: undefined;
64146
- };
64053
+ error: BooleanConstructor;
64054
+ theme: StringConstructor;
64147
64055
  color: StringConstructor;
64148
- baseColor: StringConstructor;
64149
- dirty: BooleanConstructor;
64150
64056
  disabled: {
64151
64057
  type: BooleanConstructor;
64152
64058
  default: null;
64153
64059
  };
64154
- error: BooleanConstructor;
64155
- flat: BooleanConstructor;
64156
- label: StringConstructor;
64157
- persistentClear: BooleanConstructor;
64158
- prependInnerIcon: PropType<IconValue>;
64159
- reverse: BooleanConstructor;
64160
- singleLine: BooleanConstructor;
64060
+ loading: (StringConstructor | BooleanConstructor)[];
64061
+ rounded: {
64062
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64063
+ default: undefined;
64064
+ };
64161
64065
  variant: {
64162
64066
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
64163
64067
  default: string;
64164
64068
  validator: (v: any) => boolean;
64165
64069
  };
64070
+ tile: BooleanConstructor;
64071
+ baseColor: StringConstructor;
64072
+ bgColor: StringConstructor;
64073
+ clearIcon: {
64074
+ type: PropType<IconValue>;
64075
+ default: string;
64076
+ };
64077
+ appendInnerIcon: PropType<IconValue>;
64078
+ prependInnerIcon: PropType<IconValue>;
64166
64079
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
64167
64080
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
64168
64081
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
64082
+ clearable: BooleanConstructor;
64083
+ dirty: BooleanConstructor;
64084
+ persistentClear: BooleanConstructor;
64085
+ singleLine: BooleanConstructor;
64086
+ id: StringConstructor;
64087
+ width: (StringConstructor | NumberConstructor)[];
64088
+ name: StringConstructor;
64089
+ messages: {
64090
+ type: PropType<string | readonly string[]>;
64091
+ default: () => never[];
64092
+ };
64169
64093
  focused: BooleanConstructor;
64170
64094
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
64171
64095
  errorMessages: {
@@ -64176,7 +64100,6 @@ declare const VTextarea: {
64176
64100
  type: (StringConstructor | NumberConstructor)[];
64177
64101
  default: number;
64178
64102
  };
64179
- name: StringConstructor;
64180
64103
  readonly: {
64181
64104
  type: PropType<boolean | null>;
64182
64105
  default: null;
@@ -64188,7 +64111,6 @@ declare const VTextarea: {
64188
64111
  modelValue: null;
64189
64112
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
64190
64113
  validationValue: null;
64191
- width: (StringConstructor | NumberConstructor)[];
64192
64114
  maxWidth: (StringConstructor | NumberConstructor)[];
64193
64115
  minWidth: (StringConstructor | NumberConstructor)[];
64194
64116
  density: {
@@ -64196,24 +64118,19 @@ declare const VTextarea: {
64196
64118
  default: string;
64197
64119
  validator: (v: any) => boolean;
64198
64120
  };
64199
- id: StringConstructor;
64200
- appendIcon: PropType<IconValue>;
64201
- prependIcon: PropType<IconValue>;
64202
- hideDetails: PropType<boolean | "auto">;
64203
- hideSpinButtons: BooleanConstructor;
64204
- hint: StringConstructor;
64205
- persistentHint: BooleanConstructor;
64206
- messages: {
64207
- type: PropType<string | readonly string[]>;
64208
- default: () => never[];
64209
- };
64210
64121
  direction: {
64211
64122
  type: PropType<"horizontal" | "vertical">;
64212
64123
  default: string;
64213
64124
  validator: (v: any) => boolean;
64214
64125
  };
64126
+ prependIcon: PropType<IconValue>;
64127
+ appendIcon: PropType<IconValue>;
64215
64128
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
64216
64129
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
64130
+ hideSpinButtons: BooleanConstructor;
64131
+ hint: StringConstructor;
64132
+ persistentHint: BooleanConstructor;
64133
+ hideDetails: PropType<boolean | "auto">;
64217
64134
  autoGrow: BooleanConstructor;
64218
64135
  autofocus: BooleanConstructor;
64219
64136
  counter: PropType<string | number | true>;
@@ -64235,52 +64152,55 @@ declare const VTextarea: {
64235
64152
  suffix: StringConstructor;
64236
64153
  modelModifiers: PropType<Record<string, boolean>>;
64237
64154
  }, vue.ExtractPropTypes<{
64238
- theme: StringConstructor;
64239
- rounded: {
64240
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64241
- default: undefined;
64242
- };
64243
- tile: BooleanConstructor;
64244
- loading: (StringConstructor | BooleanConstructor)[];
64155
+ reverse: BooleanConstructor;
64156
+ flat: BooleanConstructor;
64245
64157
  class: PropType<any>;
64246
64158
  style: {
64247
64159
  type: PropType<vue.StyleValue>;
64248
64160
  default: null;
64249
64161
  };
64250
- appendInnerIcon: PropType<IconValue>;
64251
- bgColor: StringConstructor;
64252
- clearable: BooleanConstructor;
64253
- clearIcon: {
64254
- type: PropType<IconValue>;
64255
- default: string;
64256
- };
64162
+ label: StringConstructor;
64257
64163
  active: BooleanConstructor;
64258
- centerAffix: {
64259
- type: BooleanConstructor;
64260
- default: undefined;
64261
- };
64164
+ error: BooleanConstructor;
64165
+ theme: StringConstructor;
64262
64166
  color: StringConstructor;
64263
- baseColor: StringConstructor;
64264
- dirty: BooleanConstructor;
64265
64167
  disabled: {
64266
64168
  type: BooleanConstructor;
64267
64169
  default: null;
64268
64170
  };
64269
- error: BooleanConstructor;
64270
- flat: BooleanConstructor;
64271
- label: StringConstructor;
64272
- persistentClear: BooleanConstructor;
64273
- prependInnerIcon: PropType<IconValue>;
64274
- reverse: BooleanConstructor;
64275
- singleLine: BooleanConstructor;
64171
+ loading: (StringConstructor | BooleanConstructor)[];
64172
+ rounded: {
64173
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64174
+ default: undefined;
64175
+ };
64276
64176
  variant: {
64277
64177
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
64278
64178
  default: string;
64279
64179
  validator: (v: any) => boolean;
64280
64180
  };
64181
+ tile: BooleanConstructor;
64182
+ baseColor: StringConstructor;
64183
+ bgColor: StringConstructor;
64184
+ clearIcon: {
64185
+ type: PropType<IconValue>;
64186
+ default: string;
64187
+ };
64188
+ appendInnerIcon: PropType<IconValue>;
64189
+ prependInnerIcon: PropType<IconValue>;
64281
64190
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
64282
64191
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
64283
64192
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
64193
+ clearable: BooleanConstructor;
64194
+ dirty: BooleanConstructor;
64195
+ persistentClear: BooleanConstructor;
64196
+ singleLine: BooleanConstructor;
64197
+ id: StringConstructor;
64198
+ width: (StringConstructor | NumberConstructor)[];
64199
+ name: StringConstructor;
64200
+ messages: {
64201
+ type: PropType<string | readonly string[]>;
64202
+ default: () => never[];
64203
+ };
64284
64204
  focused: BooleanConstructor;
64285
64205
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
64286
64206
  errorMessages: {
@@ -64291,7 +64211,6 @@ declare const VTextarea: {
64291
64211
  type: (StringConstructor | NumberConstructor)[];
64292
64212
  default: number;
64293
64213
  };
64294
- name: StringConstructor;
64295
64214
  readonly: {
64296
64215
  type: PropType<boolean | null>;
64297
64216
  default: null;
@@ -64303,7 +64222,6 @@ declare const VTextarea: {
64303
64222
  modelValue: null;
64304
64223
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
64305
64224
  validationValue: null;
64306
- width: (StringConstructor | NumberConstructor)[];
64307
64225
  maxWidth: (StringConstructor | NumberConstructor)[];
64308
64226
  minWidth: (StringConstructor | NumberConstructor)[];
64309
64227
  density: {
@@ -64311,24 +64229,19 @@ declare const VTextarea: {
64311
64229
  default: string;
64312
64230
  validator: (v: any) => boolean;
64313
64231
  };
64314
- id: StringConstructor;
64315
- appendIcon: PropType<IconValue>;
64316
- prependIcon: PropType<IconValue>;
64317
- hideDetails: PropType<boolean | "auto">;
64318
- hideSpinButtons: BooleanConstructor;
64319
- hint: StringConstructor;
64320
- persistentHint: BooleanConstructor;
64321
- messages: {
64322
- type: PropType<string | readonly string[]>;
64323
- default: () => never[];
64324
- };
64325
64232
  direction: {
64326
64233
  type: PropType<"horizontal" | "vertical">;
64327
64234
  default: string;
64328
64235
  validator: (v: any) => boolean;
64329
64236
  };
64237
+ prependIcon: PropType<IconValue>;
64238
+ appendIcon: PropType<IconValue>;
64330
64239
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
64331
64240
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
64241
+ hideSpinButtons: BooleanConstructor;
64242
+ hint: StringConstructor;
64243
+ persistentHint: BooleanConstructor;
64244
+ hideDetails: PropType<boolean | "auto">;
64332
64245
  autoGrow: BooleanConstructor;
64333
64246
  autofocus: BooleanConstructor;
64334
64247
  counter: PropType<string | number | true>;
@@ -64372,6 +64285,7 @@ declare const VTextField: {
64372
64285
  density: Density;
64373
64286
  direction: "horizontal" | "vertical";
64374
64287
  clearIcon: IconValue;
64288
+ centerAffix: boolean;
64375
64289
  hideSpinButtons: boolean;
64376
64290
  persistentHint: boolean;
64377
64291
  autofocus: boolean;
@@ -64412,7 +64326,6 @@ declare const VTextField: {
64412
64326
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64413
64327
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64414
64328
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64415
- centerAffix?: boolean | undefined;
64416
64329
  hint?: string | undefined;
64417
64330
  hideDetails?: boolean | "auto" | undefined;
64418
64331
  suffix?: string | undefined;
@@ -64753,6 +64666,7 @@ declare const VTextField: {
64753
64666
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64754
64667
  tile: boolean;
64755
64668
  clearIcon: IconValue;
64669
+ centerAffix: boolean;
64756
64670
  clearable: boolean;
64757
64671
  dirty: boolean;
64758
64672
  persistentClear: boolean;
@@ -64772,7 +64686,6 @@ declare const VTextField: {
64772
64686
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64773
64687
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64774
64688
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64775
- centerAffix?: boolean | undefined;
64776
64689
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
64777
64690
  reverse: boolean;
64778
64691
  flat: boolean;
@@ -64784,6 +64697,7 @@ declare const VTextField: {
64784
64697
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64785
64698
  tile: boolean;
64786
64699
  clearIcon: IconValue;
64700
+ centerAffix: boolean;
64787
64701
  clearable: boolean;
64788
64702
  dirty: boolean;
64789
64703
  persistentClear: boolean;
@@ -64804,7 +64718,6 @@ declare const VTextField: {
64804
64718
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64805
64719
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64806
64720
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64807
- centerAffix?: boolean | undefined;
64808
64721
  } & {
64809
64722
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
64810
64723
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -64854,6 +64767,7 @@ declare const VTextField: {
64854
64767
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64855
64768
  tile: boolean;
64856
64769
  clearIcon: IconValue;
64770
+ centerAffix: boolean;
64857
64771
  clearable: boolean;
64858
64772
  dirty: boolean;
64859
64773
  persistentClear: boolean;
@@ -64874,7 +64788,6 @@ declare const VTextField: {
64874
64788
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64875
64789
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64876
64790
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64877
- centerAffix?: boolean | undefined;
64878
64791
  } & {
64879
64792
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
64880
64793
  }, {
@@ -64954,6 +64867,7 @@ declare const VTextField: {
64954
64867
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64955
64868
  tile: boolean;
64956
64869
  clearIcon: IconValue;
64870
+ centerAffix: boolean;
64957
64871
  clearable: boolean;
64958
64872
  dirty: boolean;
64959
64873
  persistentClear: boolean;
@@ -64974,7 +64888,6 @@ declare const VTextField: {
64974
64888
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64975
64889
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64976
64890
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64977
- centerAffix?: boolean | undefined;
64978
64891
  } & {
64979
64892
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
64980
64893
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -65006,6 +64919,7 @@ declare const VTextField: {
65006
64919
  density: Density;
65007
64920
  direction: "horizontal" | "vertical";
65008
64921
  clearIcon: IconValue;
64922
+ centerAffix: boolean;
65009
64923
  hideSpinButtons: boolean;
65010
64924
  persistentHint: boolean;
65011
64925
  autofocus: boolean;
@@ -65046,7 +64960,6 @@ declare const VTextField: {
65046
64960
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65047
64961
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65048
64962
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65049
- centerAffix?: boolean | undefined;
65050
64963
  hint?: string | undefined;
65051
64964
  hideDetails?: boolean | "auto" | undefined;
65052
64965
  suffix?: string | undefined;
@@ -65206,6 +65119,7 @@ declare const VTextField: {
65206
65119
  density: Density;
65207
65120
  direction: "horizontal" | "vertical";
65208
65121
  clearIcon: IconValue;
65122
+ centerAffix: boolean;
65209
65123
  hideSpinButtons: boolean;
65210
65124
  persistentHint: boolean;
65211
65125
  autofocus: boolean;
@@ -65246,7 +65160,6 @@ declare const VTextField: {
65246
65160
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65247
65161
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65248
65162
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65249
- centerAffix?: boolean | undefined;
65250
65163
  hint?: string | undefined;
65251
65164
  hideDetails?: boolean | "auto" | undefined;
65252
65165
  suffix?: string | undefined;
@@ -65587,6 +65500,7 @@ declare const VTextField: {
65587
65500
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65588
65501
  tile: boolean;
65589
65502
  clearIcon: IconValue;
65503
+ centerAffix: boolean;
65590
65504
  clearable: boolean;
65591
65505
  dirty: boolean;
65592
65506
  persistentClear: boolean;
@@ -65606,7 +65520,6 @@ declare const VTextField: {
65606
65520
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65607
65521
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65608
65522
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65609
- centerAffix?: boolean | undefined;
65610
65523
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65611
65524
  reverse: boolean;
65612
65525
  flat: boolean;
@@ -65618,6 +65531,7 @@ declare const VTextField: {
65618
65531
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65619
65532
  tile: boolean;
65620
65533
  clearIcon: IconValue;
65534
+ centerAffix: boolean;
65621
65535
  clearable: boolean;
65622
65536
  dirty: boolean;
65623
65537
  persistentClear: boolean;
@@ -65638,7 +65552,6 @@ declare const VTextField: {
65638
65552
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65639
65553
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65640
65554
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65641
- centerAffix?: boolean | undefined;
65642
65555
  } & {
65643
65556
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65644
65557
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -65688,6 +65601,7 @@ declare const VTextField: {
65688
65601
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65689
65602
  tile: boolean;
65690
65603
  clearIcon: IconValue;
65604
+ centerAffix: boolean;
65691
65605
  clearable: boolean;
65692
65606
  dirty: boolean;
65693
65607
  persistentClear: boolean;
@@ -65708,7 +65622,6 @@ declare const VTextField: {
65708
65622
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65709
65623
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65710
65624
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65711
- centerAffix?: boolean | undefined;
65712
65625
  } & {
65713
65626
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65714
65627
  }, {
@@ -65788,6 +65701,7 @@ declare const VTextField: {
65788
65701
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65789
65702
  tile: boolean;
65790
65703
  clearIcon: IconValue;
65704
+ centerAffix: boolean;
65791
65705
  clearable: boolean;
65792
65706
  dirty: boolean;
65793
65707
  persistentClear: boolean;
@@ -65808,7 +65722,6 @@ declare const VTextField: {
65808
65722
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65809
65723
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65810
65724
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65811
- centerAffix?: boolean | undefined;
65812
65725
  } & {
65813
65726
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65814
65727
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -65869,6 +65782,7 @@ declare const VTextField: {
65869
65782
  density: Density;
65870
65783
  direction: "horizontal" | "vertical";
65871
65784
  clearIcon: IconValue;
65785
+ centerAffix: boolean;
65872
65786
  hideSpinButtons: boolean;
65873
65787
  persistentHint: boolean;
65874
65788
  autofocus: boolean;
@@ -65909,7 +65823,6 @@ declare const VTextField: {
65909
65823
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65910
65824
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65911
65825
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65912
- centerAffix?: boolean | undefined;
65913
65826
  hint?: string | undefined;
65914
65827
  hideDetails?: boolean | "auto" | undefined;
65915
65828
  suffix?: string | undefined;
@@ -66250,6 +66163,7 @@ declare const VTextField: {
66250
66163
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66251
66164
  tile: boolean;
66252
66165
  clearIcon: IconValue;
66166
+ centerAffix: boolean;
66253
66167
  clearable: boolean;
66254
66168
  dirty: boolean;
66255
66169
  persistentClear: boolean;
@@ -66269,7 +66183,6 @@ declare const VTextField: {
66269
66183
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66270
66184
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66271
66185
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66272
- centerAffix?: boolean | undefined;
66273
66186
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66274
66187
  reverse: boolean;
66275
66188
  flat: boolean;
@@ -66281,6 +66194,7 @@ declare const VTextField: {
66281
66194
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66282
66195
  tile: boolean;
66283
66196
  clearIcon: IconValue;
66197
+ centerAffix: boolean;
66284
66198
  clearable: boolean;
66285
66199
  dirty: boolean;
66286
66200
  persistentClear: boolean;
@@ -66301,7 +66215,6 @@ declare const VTextField: {
66301
66215
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66302
66216
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66303
66217
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66304
- centerAffix?: boolean | undefined;
66305
66218
  } & {
66306
66219
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66307
66220
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -66351,6 +66264,7 @@ declare const VTextField: {
66351
66264
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66352
66265
  tile: boolean;
66353
66266
  clearIcon: IconValue;
66267
+ centerAffix: boolean;
66354
66268
  clearable: boolean;
66355
66269
  dirty: boolean;
66356
66270
  persistentClear: boolean;
@@ -66371,7 +66285,6 @@ declare const VTextField: {
66371
66285
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66372
66286
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66373
66287
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66374
- centerAffix?: boolean | undefined;
66375
66288
  } & {
66376
66289
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66377
66290
  }, {
@@ -66451,6 +66364,7 @@ declare const VTextField: {
66451
66364
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66452
66365
  tile: boolean;
66453
66366
  clearIcon: IconValue;
66367
+ centerAffix: boolean;
66454
66368
  clearable: boolean;
66455
66369
  dirty: boolean;
66456
66370
  persistentClear: boolean;
@@ -66471,7 +66385,6 @@ declare const VTextField: {
66471
66385
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66472
66386
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66473
66387
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66474
- centerAffix?: boolean | undefined;
66475
66388
  } & {
66476
66389
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66477
66390
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -66574,10 +66487,7 @@ declare const VTextField: {
66574
66487
  default: string;
66575
66488
  };
66576
66489
  active: BooleanConstructor;
66577
- centerAffix: {
66578
- type: BooleanConstructor;
66579
- default: undefined;
66580
- };
66490
+ centerAffix: BooleanConstructor;
66581
66491
  color: StringConstructor;
66582
66492
  baseColor: StringConstructor;
66583
66493
  dirty: BooleanConstructor;
@@ -66683,10 +66593,7 @@ declare const VTextField: {
66683
66593
  default: string;
66684
66594
  };
66685
66595
  active: BooleanConstructor;
66686
- centerAffix: {
66687
- type: BooleanConstructor;
66688
- default: undefined;
66689
- };
66596
+ centerAffix: BooleanConstructor;
66690
66597
  color: StringConstructor;
66691
66598
  baseColor: StringConstructor;
66692
66599
  dirty: BooleanConstructor;
@@ -67729,7 +67636,7 @@ declare const VTooltip: {
67729
67636
  eager: boolean;
67730
67637
  location: NonNullable<Anchor>;
67731
67638
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67732
- updateLocation: (e: Event) => void;
67639
+ updateLocation: (e?: Event | undefined) => void;
67733
67640
  } | undefined) | "connected">;
67734
67641
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
67735
67642
  activatorProps: Record<string, any>;
@@ -67809,7 +67716,7 @@ declare const VTooltip: {
67809
67716
  eager: boolean;
67810
67717
  location: Anchor;
67811
67718
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67812
- updateLocation: (e: Event) => void;
67719
+ updateLocation: (e?: Event | undefined) => void;
67813
67720
  } | undefined) | "connected";
67814
67721
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67815
67722
  activatorProps: Record<string, any>;
@@ -67836,7 +67743,7 @@ declare const VTooltip: {
67836
67743
  eager: boolean;
67837
67744
  location: Anchor;
67838
67745
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67839
- updateLocation: (e: Event) => void;
67746
+ updateLocation: (e?: Event | undefined) => void;
67840
67747
  } | undefined) | "connected";
67841
67748
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67842
67749
  activatorProps: Record<string, any>;
@@ -67914,7 +67821,7 @@ declare const VTooltip: {
67914
67821
  eager: boolean;
67915
67822
  location: Anchor;
67916
67823
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67917
- updateLocation: (e: Event) => void;
67824
+ updateLocation: (e?: Event | undefined) => void;
67918
67825
  } | undefined) | "connected";
67919
67826
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67920
67827
  activatorProps: Record<string, any>;
@@ -68021,7 +67928,7 @@ declare const VTooltip: {
68021
67928
  eager: boolean;
68022
67929
  location: Anchor;
68023
67930
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68024
- updateLocation: (e: Event) => void;
67931
+ updateLocation: (e?: Event | undefined) => void;
68025
67932
  } | undefined) | "connected";
68026
67933
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68027
67934
  activatorProps: Record<string, any>;
@@ -68117,7 +68024,7 @@ declare const VTooltip: {
68117
68024
  eager: boolean;
68118
68025
  location: Anchor;
68119
68026
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68120
- updateLocation: (e: Event) => void;
68027
+ updateLocation: (e?: Event | undefined) => void;
68121
68028
  } | undefined) | "connected";
68122
68029
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68123
68030
  activatorProps: Record<string, any>;
@@ -68177,7 +68084,7 @@ declare const VTooltip: {
68177
68084
  eager: boolean;
68178
68085
  location: Anchor;
68179
68086
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68180
- updateLocation: (e: Event) => void;
68087
+ updateLocation: (e?: Event | undefined) => void;
68181
68088
  } | undefined) | "connected";
68182
68089
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68183
68090
  activatorProps: Record<string, any>;
@@ -68271,7 +68178,7 @@ declare const VTooltip: {
68271
68178
  eager: boolean;
68272
68179
  location: NonNullable<Anchor>;
68273
68180
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68274
- updateLocation: (e: Event) => void;
68181
+ updateLocation: (e?: Event | undefined) => void;
68275
68182
  } | undefined) | "connected">;
68276
68183
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68277
68184
  activatorProps: Record<string, any>;
@@ -68349,7 +68256,7 @@ declare const VTooltip: {
68349
68256
  eager: boolean;
68350
68257
  location: NonNullable<Anchor>;
68351
68258
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68352
- updateLocation: (e: Event) => void;
68259
+ updateLocation: (e?: Event | undefined) => void;
68353
68260
  } | undefined) | "connected">;
68354
68261
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68355
68262
  activatorProps: Record<string, any>;
@@ -68395,7 +68302,7 @@ declare const VTooltip: {
68395
68302
  eager: boolean;
68396
68303
  location: NonNullable<Anchor>;
68397
68304
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68398
- updateLocation: (e: Event) => void;
68305
+ updateLocation: (e?: Event | undefined) => void;
68399
68306
  } | undefined) | "connected">;
68400
68307
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68401
68308
  activatorProps: Record<string, any>;
@@ -68475,7 +68382,7 @@ declare const VTooltip: {
68475
68382
  eager: boolean;
68476
68383
  location: Anchor;
68477
68384
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68478
- updateLocation: (e: Event) => void;
68385
+ updateLocation: (e?: Event | undefined) => void;
68479
68386
  } | undefined) | "connected";
68480
68387
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68481
68388
  activatorProps: Record<string, any>;
@@ -68502,7 +68409,7 @@ declare const VTooltip: {
68502
68409
  eager: boolean;
68503
68410
  location: Anchor;
68504
68411
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68505
- updateLocation: (e: Event) => void;
68412
+ updateLocation: (e?: Event | undefined) => void;
68506
68413
  } | undefined) | "connected";
68507
68414
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68508
68415
  activatorProps: Record<string, any>;
@@ -68580,7 +68487,7 @@ declare const VTooltip: {
68580
68487
  eager: boolean;
68581
68488
  location: Anchor;
68582
68489
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68583
- updateLocation: (e: Event) => void;
68490
+ updateLocation: (e?: Event | undefined) => void;
68584
68491
  } | undefined) | "connected";
68585
68492
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68586
68493
  activatorProps: Record<string, any>;
@@ -68687,7 +68594,7 @@ declare const VTooltip: {
68687
68594
  eager: boolean;
68688
68595
  location: Anchor;
68689
68596
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68690
- updateLocation: (e: Event) => void;
68597
+ updateLocation: (e?: Event | undefined) => void;
68691
68598
  } | undefined) | "connected";
68692
68599
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68693
68600
  activatorProps: Record<string, any>;
@@ -68783,7 +68690,7 @@ declare const VTooltip: {
68783
68690
  eager: boolean;
68784
68691
  location: Anchor;
68785
68692
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68786
- updateLocation: (e: Event) => void;
68693
+ updateLocation: (e?: Event | undefined) => void;
68787
68694
  } | undefined) | "connected";
68788
68695
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68789
68696
  activatorProps: Record<string, any>;
@@ -68843,7 +68750,7 @@ declare const VTooltip: {
68843
68750
  eager: boolean;
68844
68751
  location: Anchor;
68845
68752
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68846
- updateLocation: (e: Event) => void;
68753
+ updateLocation: (e?: Event | undefined) => void;
68847
68754
  } | undefined) | "connected";
68848
68755
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68849
68756
  activatorProps: Record<string, any>;
@@ -68935,7 +68842,7 @@ declare const VTooltip: {
68935
68842
  eager: boolean;
68936
68843
  location: NonNullable<Anchor>;
68937
68844
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68938
- updateLocation: (e: Event) => void;
68845
+ updateLocation: (e?: Event | undefined) => void;
68939
68846
  } | undefined) | "connected">;
68940
68847
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68941
68848
  activatorProps: Record<string, any>;
@@ -68965,7 +68872,7 @@ declare const VTooltip: {
68965
68872
  eager: boolean;
68966
68873
  location: NonNullable<Anchor>;
68967
68874
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68968
- updateLocation: (e: Event) => void;
68875
+ updateLocation: (e?: Event | undefined) => void;
68969
68876
  } | undefined) | "connected">;
68970
68877
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68971
68878
  activatorProps: Record<string, any>;
@@ -69045,7 +68952,7 @@ declare const VTooltip: {
69045
68952
  eager: boolean;
69046
68953
  location: Anchor;
69047
68954
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69048
- updateLocation: (e: Event) => void;
68955
+ updateLocation: (e?: Event | undefined) => void;
69049
68956
  } | undefined) | "connected";
69050
68957
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69051
68958
  activatorProps: Record<string, any>;
@@ -69072,7 +68979,7 @@ declare const VTooltip: {
69072
68979
  eager: boolean;
69073
68980
  location: Anchor;
69074
68981
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69075
- updateLocation: (e: Event) => void;
68982
+ updateLocation: (e?: Event | undefined) => void;
69076
68983
  } | undefined) | "connected";
69077
68984
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69078
68985
  activatorProps: Record<string, any>;
@@ -69150,7 +69057,7 @@ declare const VTooltip: {
69150
69057
  eager: boolean;
69151
69058
  location: Anchor;
69152
69059
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69153
- updateLocation: (e: Event) => void;
69060
+ updateLocation: (e?: Event | undefined) => void;
69154
69061
  } | undefined) | "connected";
69155
69062
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69156
69063
  activatorProps: Record<string, any>;
@@ -69257,7 +69164,7 @@ declare const VTooltip: {
69257
69164
  eager: boolean;
69258
69165
  location: Anchor;
69259
69166
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69260
- updateLocation: (e: Event) => void;
69167
+ updateLocation: (e?: Event | undefined) => void;
69261
69168
  } | undefined) | "connected";
69262
69169
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69263
69170
  activatorProps: Record<string, any>;
@@ -69353,7 +69260,7 @@ declare const VTooltip: {
69353
69260
  eager: boolean;
69354
69261
  location: Anchor;
69355
69262
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69356
- updateLocation: (e: Event) => void;
69263
+ updateLocation: (e?: Event | undefined) => void;
69357
69264
  } | undefined) | "connected";
69358
69265
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69359
69266
  activatorProps: Record<string, any>;
@@ -69413,7 +69320,7 @@ declare const VTooltip: {
69413
69320
  eager: boolean;
69414
69321
  location: Anchor;
69415
69322
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69416
- updateLocation: (e: Event) => void;
69323
+ updateLocation: (e?: Event | undefined) => void;
69417
69324
  } | undefined) | "connected";
69418
69325
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69419
69326
  activatorProps: Record<string, any>;
@@ -69507,7 +69414,7 @@ declare const VTooltip: {
69507
69414
  eager: boolean;
69508
69415
  location: NonNullable<Anchor>;
69509
69416
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69510
- updateLocation: (e: Event) => void;
69417
+ updateLocation: (e?: Event | undefined) => void;
69511
69418
  } | undefined) | "connected">;
69512
69419
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69513
69420
  activatorProps: Record<string, any>;
@@ -69596,16 +69503,16 @@ declare const VTooltip: {
69596
69503
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69597
69504
  locationStrategy: Omit<{
69598
69505
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69599
- updateLocation: (e: Event) => void;
69506
+ updateLocation: (e?: Event | undefined) => void;
69600
69507
  } | undefined) | "connected">;
69601
69508
  default: string;
69602
69509
  validator: (val: any) => boolean;
69603
69510
  }, "default" | "type"> & {
69604
69511
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69605
- updateLocation: (e: Event) => void;
69512
+ updateLocation: (e?: Event | undefined) => void;
69606
69513
  } | undefined) | "connected">>;
69607
69514
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69608
- updateLocation: (e: Event) => void;
69515
+ updateLocation: (e?: Event | undefined) => void;
69609
69516
  } | undefined) | "connected">;
69610
69517
  };
69611
69518
  scrollStrategy: Omit<{
@@ -69722,16 +69629,16 @@ declare const VTooltip: {
69722
69629
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69723
69630
  locationStrategy: Omit<{
69724
69631
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69725
- updateLocation: (e: Event) => void;
69632
+ updateLocation: (e?: Event | undefined) => void;
69726
69633
  } | undefined) | "connected">;
69727
69634
  default: string;
69728
69635
  validator: (val: any) => boolean;
69729
69636
  }, "default" | "type"> & {
69730
69637
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69731
- updateLocation: (e: Event) => void;
69638
+ updateLocation: (e?: Event | undefined) => void;
69732
69639
  } | undefined) | "connected">>;
69733
69640
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69734
- updateLocation: (e: Event) => void;
69641
+ updateLocation: (e?: Event | undefined) => void;
69735
69642
  } | undefined) | "connected">;
69736
69643
  };
69737
69644
  scrollStrategy: Omit<{
@@ -72759,7 +72666,7 @@ declare const createVuetify: {
72759
72666
  toISO: (date: unknown) => string;
72760
72667
  startOfDay: (date: unknown) => unknown;
72761
72668
  endOfDay: (date: unknown) => unknown;
72762
- startOfWeek: (date: unknown) => unknown;
72669
+ startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
72763
72670
  endOfWeek: (date: unknown) => unknown;
72764
72671
  startOfMonth: (date: unknown) => unknown;
72765
72672
  endOfMonth: (date: unknown) => unknown;
@@ -72782,8 +72689,8 @@ declare const createVuetify: {
72782
72689
  getYear: (date: unknown) => number;
72783
72690
  setYear: (date: unknown, year: number) => unknown;
72784
72691
  getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
72785
- getWeekArray: (date: unknown) => unknown[][];
72786
- getWeekdays: () => string[];
72692
+ getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
72693
+ getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
72787
72694
  getMonth: (date: unknown) => number;
72788
72695
  setMonth: (date: unknown, month: number) => unknown;
72789
72696
  getDate: (date: unknown) => number;
@@ -72847,40 +72754,40 @@ declare module '@vue/runtime-core' {
72847
72754
  }
72848
72755
 
72849
72756
  export interface GlobalComponents {
72850
- VAlert: typeof import('vuetify/components')['VAlert']
72851
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72852
- VApp: typeof import('vuetify/components')['VApp']
72853
72757
  VAppBar: typeof import('vuetify/components')['VAppBar']
72854
72758
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72855
72759
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72856
- VAvatar: typeof import('vuetify/components')['VAvatar']
72857
- VBadge: typeof import('vuetify/components')['VBadge']
72760
+ VApp: typeof import('vuetify/components')['VApp']
72858
72761
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72859
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72860
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72861
- VBtn: typeof import('vuetify/components')['VBtn']
72762
+ VAvatar: typeof import('vuetify/components')['VAvatar']
72763
+ VAlert: typeof import('vuetify/components')['VAlert']
72764
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72862
72765
  VBanner: typeof import('vuetify/components')['VBanner']
72863
72766
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
72864
72767
  VBannerText: typeof import('vuetify/components')['VBannerText']
72865
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72768
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72769
+ VBadge: typeof import('vuetify/components')['VBadge']
72770
+ VBtn: typeof import('vuetify/components')['VBtn']
72771
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72866
72772
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72867
72773
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72868
72774
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72869
- VCarousel: typeof import('vuetify/components')['VCarousel']
72870
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72775
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72776
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72871
72777
  VCard: typeof import('vuetify/components')['VCard']
72872
72778
  VCardActions: typeof import('vuetify/components')['VCardActions']
72873
72779
  VCardItem: typeof import('vuetify/components')['VCardItem']
72874
72780
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
72875
72781
  VCardText: typeof import('vuetify/components')['VCardText']
72876
72782
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72877
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72878
72783
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
72879
72784
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72785
+ VCarousel: typeof import('vuetify/components')['VCarousel']
72786
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72880
72787
  VChip: typeof import('vuetify/components')['VChip']
72881
- VCombobox: typeof import('vuetify/components')['VCombobox']
72882
- VCode: typeof import('vuetify/components')['VCode']
72883
72788
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
72789
+ VCode: typeof import('vuetify/components')['VCode']
72790
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
72884
72791
  VCounter: typeof import('vuetify/components')['VCounter']
72885
72792
  VDataTable: typeof import('vuetify/components')['VDataTable']
72886
72793
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -72889,7 +72796,7 @@ declare module '@vue/runtime-core' {
72889
72796
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72890
72797
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72891
72798
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72892
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
72799
+ VCombobox: typeof import('vuetify/components')['VCombobox']
72893
72800
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
72894
72801
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72895
72802
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -72897,29 +72804,30 @@ declare module '@vue/runtime-core' {
72897
72804
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72898
72805
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72899
72806
  VDialog: typeof import('vuetify/components')['VDialog']
72900
- VDivider: typeof import('vuetify/components')['VDivider']
72901
- VFab: typeof import('vuetify/components')['VFab']
72807
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
72808
+ VField: typeof import('vuetify/components')['VField']
72809
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72902
72810
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
72903
72811
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
72904
72812
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72905
72813
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72906
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
72907
- VField: typeof import('vuetify/components')['VField']
72908
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72909
- VFooter: typeof import('vuetify/components')['VFooter']
72910
72814
  VFileInput: typeof import('vuetify/components')['VFileInput']
72911
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72815
+ VDivider: typeof import('vuetify/components')['VDivider']
72816
+ VFab: typeof import('vuetify/components')['VFab']
72817
+ VFooter: typeof import('vuetify/components')['VFooter']
72912
72818
  VIcon: typeof import('vuetify/components')['VIcon']
72913
72819
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72914
72820
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72915
72821
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72916
72822
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72917
72823
  VImg: typeof import('vuetify/components')['VImg']
72824
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72825
+ VInput: typeof import('vuetify/components')['VInput']
72826
+ VKbd: typeof import('vuetify/components')['VKbd']
72918
72827
  VLabel: typeof import('vuetify/components')['VLabel']
72828
+ VMain: typeof import('vuetify/components')['VMain']
72919
72829
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
72920
72830
  VItem: typeof import('vuetify/components')['VItem']
72921
- VKbd: typeof import('vuetify/components')['VKbd']
72922
- VInput: typeof import('vuetify/components')['VInput']
72923
72831
  VList: typeof import('vuetify/components')['VList']
72924
72832
  VListGroup: typeof import('vuetify/components')['VListGroup']
72925
72833
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -72929,44 +72837,43 @@ declare module '@vue/runtime-core' {
72929
72837
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
72930
72838
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72931
72839
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72932
- VMain: typeof import('vuetify/components')['VMain']
72840
+ VMessages: typeof import('vuetify/components')['VMessages']
72841
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72933
72842
  VMenu: typeof import('vuetify/components')['VMenu']
72934
72843
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
72935
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72936
- VMessages: typeof import('vuetify/components')['VMessages']
72937
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72938
72844
  VOverlay: typeof import('vuetify/components')['VOverlay']
72939
72845
  VPagination: typeof import('vuetify/components')['VPagination']
72940
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72941
72846
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72847
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72848
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72942
72849
  VRating: typeof import('vuetify/components')['VRating']
72943
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72944
72850
  VSelect: typeof import('vuetify/components')['VSelect']
72945
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72946
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72947
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72851
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72948
72852
  VSheet: typeof import('vuetify/components')['VSheet']
72949
72853
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72854
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72855
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72856
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72950
72857
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
72951
72858
  VSlider: typeof import('vuetify/components')['VSlider']
72952
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
72859
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72953
72860
  VStepper: typeof import('vuetify/components')['VStepper']
72954
72861
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
72955
72862
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72956
72863
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
72957
72864
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72958
72865
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72959
- VSwitch: typeof import('vuetify/components')['VSwitch']
72960
- VTextarea: typeof import('vuetify/components')['VTextarea']
72866
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
72961
72867
  VTab: typeof import('vuetify/components')['VTab']
72962
72868
  VTabs: typeof import('vuetify/components')['VTabs']
72963
72869
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72964
72870
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72871
+ VTable: typeof import('vuetify/components')['VTable']
72872
+ VTextField: typeof import('vuetify/components')['VTextField']
72965
72873
  VToolbar: typeof import('vuetify/components')['VToolbar']
72966
72874
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
72967
72875
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
72968
- VTable: typeof import('vuetify/components')['VTable']
72969
- VTextField: typeof import('vuetify/components')['VTextField']
72876
+ VTextarea: typeof import('vuetify/components')['VTextarea']
72970
72877
  VTimeline: typeof import('vuetify/components')['VTimeline']
72971
72878
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72972
72879
  VTooltip: typeof import('vuetify/components')['VTooltip']
@@ -72975,11 +72882,11 @@ declare module '@vue/runtime-core' {
72975
72882
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
72976
72883
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
72977
72884
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
72978
- VForm: typeof import('vuetify/components')['VForm']
72979
72885
  VContainer: typeof import('vuetify/components')['VContainer']
72980
72886
  VCol: typeof import('vuetify/components')['VCol']
72981
72887
  VRow: typeof import('vuetify/components')['VRow']
72982
72888
  VSpacer: typeof import('vuetify/components')['VSpacer']
72889
+ VForm: typeof import('vuetify/components')['VForm']
72983
72890
  VHover: typeof import('vuetify/components')['VHover']
72984
72891
  VLazy: typeof import('vuetify/components')['VLazy']
72985
72892
  VLayout: typeof import('vuetify/components')['VLayout']
@@ -73023,12 +72930,12 @@ declare module '@vue/runtime-core' {
73023
72930
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73024
72931
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73025
72932
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73026
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73027
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73028
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73029
72933
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73030
72934
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73031
72935
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
72936
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
72937
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
72938
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73032
72939
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73033
72940
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73034
72941
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']