@vuetify/nightly 3.6.11-master.2024-07-08 → 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 (98) hide show
  1. package/CHANGELOG.md +2 -8
  2. package/dist/json/attributes.json +57 -45
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +110 -110
  5. package/dist/json/tags.json +4 -1
  6. package/dist/json/web-types.json +97 -62
  7. package/dist/vuetify-labs.css +2451 -2429
  8. package/dist/vuetify-labs.d.ts +592 -667
  9. package/dist/vuetify-labs.esm.js +77 -69
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +77 -69
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +4229 -4207
  14. package/dist/vuetify.d.ts +551 -626
  15. package/dist/vuetify.esm.js +60 -53
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +60 -53
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +47 -45
  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/VField/VField.css +11 -6
  40. package/lib/components/VField/VField.mjs +5 -7
  41. package/lib/components/VField/VField.mjs.map +1 -1
  42. package/lib/components/VField/VField.sass +6 -2
  43. package/lib/components/VField/index.d.mts +6 -12
  44. package/lib/components/VFileInput/index.d.mts +6 -12
  45. package/lib/components/VInput/VInput.css +5 -5
  46. package/lib/components/VInput/VInput.mjs +1 -4
  47. package/lib/components/VInput/VInput.mjs.map +1 -1
  48. package/lib/components/VInput/VInput.sass +1 -1
  49. package/lib/components/VInput/index.d.mts +2 -8
  50. package/lib/components/VMenu/index.d.mts +32 -32
  51. package/lib/components/VOverlay/index.d.mts +10 -10
  52. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  53. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  54. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  55. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  56. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  57. package/lib/components/VRadio/VRadio.mjs +8 -5
  58. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  59. package/lib/components/VRadioGroup/index.d.mts +2 -8
  60. package/lib/components/VRangeSlider/index.d.mts +2 -8
  61. package/lib/components/VSelect/index.d.mts +25 -31
  62. package/lib/components/VSlider/index.d.mts +2 -8
  63. package/lib/components/VSnackbar/index.d.mts +28 -28
  64. package/lib/components/VSpeedDial/index.d.mts +14 -14
  65. package/lib/components/VSwitch/index.d.mts +2 -8
  66. package/lib/components/VTextField/VTextField.mjs +1 -1
  67. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  68. package/lib/components/VTextField/index.d.mts +18 -24
  69. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  70. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  71. package/lib/components/VTextarea/index.d.mts +72 -87
  72. package/lib/components/VTooltip/index.d.mts +32 -32
  73. package/lib/components/index.d.mts +508 -583
  74. package/lib/composables/calendar.mjs +10 -4
  75. package/lib/composables/calendar.mjs.map +1 -1
  76. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  77. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  78. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  79. package/lib/entry-bundler.mjs +1 -1
  80. package/lib/framework.mjs +1 -1
  81. package/lib/index.d.mts +43 -43
  82. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  83. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  84. package/lib/labs/VCalendar/index.d.mts +6 -0
  85. package/lib/labs/VDateInput/index.d.mts +39 -39
  86. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  87. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  88. package/lib/labs/VNumberInput/index.d.mts +6 -12
  89. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  90. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  91. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  92. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  93. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  94. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  95. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  96. package/lib/labs/VTimePicker/index.d.mts +18 -18
  97. package/lib/labs/components.d.mts +106 -106
  98. package/package.json +1 -1
@@ -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;
@@ -3642,10 +3642,7 @@ declare const VInput: {
3642
3642
  };
3643
3643
  id: StringConstructor;
3644
3644
  appendIcon: PropType<IconValue>;
3645
- centerAffix: {
3646
- type: BooleanConstructor;
3647
- default: boolean;
3648
- };
3645
+ centerAffix: BooleanConstructor;
3649
3646
  prependIcon: PropType<IconValue>;
3650
3647
  hideDetails: PropType<boolean | "auto">;
3651
3648
  hideSpinButtons: BooleanConstructor;
@@ -3707,10 +3704,7 @@ declare const VInput: {
3707
3704
  };
3708
3705
  id: StringConstructor;
3709
3706
  appendIcon: PropType<IconValue>;
3710
- centerAffix: {
3711
- type: BooleanConstructor;
3712
- default: boolean;
3713
- };
3707
+ centerAffix: BooleanConstructor;
3714
3708
  prependIcon: PropType<IconValue>;
3715
3709
  hideDetails: PropType<boolean | "auto">;
3716
3710
  hideSpinButtons: BooleanConstructor;
@@ -3765,6 +3759,7 @@ declare const VField: {
3765
3759
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3766
3760
  tile: boolean;
3767
3761
  clearIcon: IconValue;
3762
+ centerAffix: boolean;
3768
3763
  clearable: boolean;
3769
3764
  dirty: boolean;
3770
3765
  persistentClear: boolean;
@@ -3785,7 +3780,6 @@ declare const VField: {
3785
3780
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3786
3781
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3787
3782
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3788
- centerAffix?: boolean | undefined;
3789
3783
  } & {
3790
3784
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3791
3785
  }, {
@@ -3804,6 +3798,7 @@ declare const VField: {
3804
3798
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3805
3799
  tile: boolean;
3806
3800
  clearIcon: IconValue;
3801
+ centerAffix: boolean;
3807
3802
  clearable: boolean;
3808
3803
  dirty: boolean;
3809
3804
  persistentClear: boolean;
@@ -3824,7 +3819,6 @@ declare const VField: {
3824
3819
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3825
3820
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3826
3821
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3827
- centerAffix?: boolean | undefined;
3828
3822
  } & {
3829
3823
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3830
3824
  }, {
@@ -3886,6 +3880,7 @@ declare const VField: {
3886
3880
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3887
3881
  tile: boolean;
3888
3882
  clearIcon: IconValue;
3883
+ centerAffix: boolean;
3889
3884
  clearable: boolean;
3890
3885
  dirty: boolean;
3891
3886
  persistentClear: boolean;
@@ -3906,7 +3901,6 @@ declare const VField: {
3906
3901
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3907
3902
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3908
3903
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3909
- centerAffix?: boolean | undefined;
3910
3904
  } & {
3911
3905
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3912
3906
  }, {
@@ -3943,6 +3937,7 @@ declare const VField: {
3943
3937
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3944
3938
  tile: boolean;
3945
3939
  clearIcon: IconValue;
3940
+ centerAffix: boolean;
3946
3941
  clearable: boolean;
3947
3942
  dirty: boolean;
3948
3943
  persistentClear: boolean;
@@ -3963,7 +3958,6 @@ declare const VField: {
3963
3958
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3964
3959
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3965
3960
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3966
- centerAffix?: boolean | undefined;
3967
3961
  } & {
3968
3962
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3969
3963
  }, {
@@ -4039,10 +4033,7 @@ declare const VField: {
4039
4033
  default: string;
4040
4034
  };
4041
4035
  active: BooleanConstructor;
4042
- centerAffix: {
4043
- type: BooleanConstructor;
4044
- default: undefined;
4045
- };
4036
+ centerAffix: BooleanConstructor;
4046
4037
  color: StringConstructor;
4047
4038
  baseColor: StringConstructor;
4048
4039
  dirty: BooleanConstructor;
@@ -4089,10 +4080,7 @@ declare const VField: {
4089
4080
  default: string;
4090
4081
  };
4091
4082
  active: BooleanConstructor;
4092
- centerAffix: {
4093
- type: BooleanConstructor;
4094
- default: undefined;
4095
- };
4083
+ centerAffix: BooleanConstructor;
4096
4084
  color: StringConstructor;
4097
4085
  baseColor: StringConstructor;
4098
4086
  dirty: BooleanConstructor;
@@ -4166,7 +4154,7 @@ interface LocationStrategyData {
4166
4154
  isRtl: Ref<boolean>;
4167
4155
  }
4168
4156
  type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
4169
- updateLocation: (e: Event) => void;
4157
+ updateLocation: (e?: Event) => void;
4170
4158
  };
4171
4159
  declare const locationStrategies: {
4172
4160
  static: typeof staticLocationStrategy;
@@ -4862,6 +4850,7 @@ declare const VAutocomplete: {
4862
4850
  direction: "horizontal" | "vertical";
4863
4851
  valueComparator: typeof deepEqual;
4864
4852
  clearIcon: IconValue;
4853
+ centerAffix: boolean;
4865
4854
  hideSpinButtons: boolean;
4866
4855
  persistentHint: boolean;
4867
4856
  filterMode: FilterMode;
@@ -4911,7 +4900,6 @@ declare const VAutocomplete: {
4911
4900
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4912
4901
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4913
4902
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4914
- centerAffix?: boolean | undefined;
4915
4903
  hint?: string | undefined;
4916
4904
  hideDetails?: boolean | "auto" | undefined;
4917
4905
  customFilter?: FilterFunction | undefined;
@@ -5192,7 +5180,7 @@ declare const VAutocomplete: {
5192
5180
  eager: boolean;
5193
5181
  location: Anchor;
5194
5182
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5195
- updateLocation: (e: Event) => void;
5183
+ updateLocation: (e?: Event | undefined) => void;
5196
5184
  } | undefined) | "connected">;
5197
5185
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5198
5186
  closeDelay: NonNullable<string | number>;
@@ -5221,7 +5209,7 @@ declare const VAutocomplete: {
5221
5209
  eager: boolean;
5222
5210
  location: Anchor;
5223
5211
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5224
- updateLocation: (e: Event) => void;
5212
+ updateLocation: (e?: Event | undefined) => void;
5225
5213
  } | undefined) | "connected">;
5226
5214
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5227
5215
  closeDelay: NonNullable<string | number>;
@@ -5297,7 +5285,7 @@ declare const VAutocomplete: {
5297
5285
  eager: boolean;
5298
5286
  location: Anchor;
5299
5287
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5300
- updateLocation: (e: Event) => void;
5288
+ updateLocation: (e?: Event | undefined) => void;
5301
5289
  } | undefined) | "connected">;
5302
5290
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5303
5291
  closeDelay: NonNullable<string | number>;
@@ -5402,6 +5390,7 @@ declare const VAutocomplete: {
5402
5390
  direction: "horizontal" | "vertical";
5403
5391
  valueComparator: typeof deepEqual;
5404
5392
  clearIcon: IconValue;
5393
+ centerAffix: boolean;
5405
5394
  hideSpinButtons: boolean;
5406
5395
  persistentHint: boolean;
5407
5396
  filterMode: FilterMode;
@@ -5451,7 +5440,6 @@ declare const VAutocomplete: {
5451
5440
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5452
5441
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5453
5442
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5454
- centerAffix?: boolean | undefined;
5455
5443
  hint?: string | undefined;
5456
5444
  hideDetails?: boolean | "auto" | undefined;
5457
5445
  customFilter?: FilterFunction | undefined;
@@ -5732,7 +5720,7 @@ declare const VAutocomplete: {
5732
5720
  eager: boolean;
5733
5721
  location: Anchor;
5734
5722
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5735
- updateLocation: (e: Event) => void;
5723
+ updateLocation: (e?: Event | undefined) => void;
5736
5724
  } | undefined) | "connected">;
5737
5725
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5738
5726
  closeDelay: NonNullable<string | number>;
@@ -5761,7 +5749,7 @@ declare const VAutocomplete: {
5761
5749
  eager: boolean;
5762
5750
  location: Anchor;
5763
5751
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5764
- updateLocation: (e: Event) => void;
5752
+ updateLocation: (e?: Event | undefined) => void;
5765
5753
  } | undefined) | "connected">;
5766
5754
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5767
5755
  closeDelay: NonNullable<string | number>;
@@ -5837,7 +5825,7 @@ declare const VAutocomplete: {
5837
5825
  eager: boolean;
5838
5826
  location: Anchor;
5839
5827
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5840
- updateLocation: (e: Event) => void;
5828
+ updateLocation: (e?: Event | undefined) => void;
5841
5829
  } | undefined) | "connected">;
5842
5830
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5843
5831
  closeDelay: NonNullable<string | number>;
@@ -6056,6 +6044,7 @@ declare const VAutocomplete: {
6056
6044
  direction: "horizontal" | "vertical";
6057
6045
  valueComparator: typeof deepEqual;
6058
6046
  clearIcon: IconValue;
6047
+ centerAffix: boolean;
6059
6048
  hideSpinButtons: boolean;
6060
6049
  persistentHint: boolean;
6061
6050
  filterMode: FilterMode;
@@ -6105,7 +6094,6 @@ declare const VAutocomplete: {
6105
6094
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6106
6095
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6107
6096
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6108
- centerAffix?: boolean | undefined;
6109
6097
  hint?: string | undefined;
6110
6098
  hideDetails?: boolean | "auto" | undefined;
6111
6099
  customFilter?: FilterFunction | undefined;
@@ -6386,7 +6374,7 @@ declare const VAutocomplete: {
6386
6374
  eager: boolean;
6387
6375
  location: Anchor;
6388
6376
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6389
- updateLocation: (e: Event) => void;
6377
+ updateLocation: (e?: Event | undefined) => void;
6390
6378
  } | undefined) | "connected">;
6391
6379
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6392
6380
  closeDelay: NonNullable<string | number>;
@@ -6415,7 +6403,7 @@ declare const VAutocomplete: {
6415
6403
  eager: boolean;
6416
6404
  location: Anchor;
6417
6405
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6418
- updateLocation: (e: Event) => void;
6406
+ updateLocation: (e?: Event | undefined) => void;
6419
6407
  } | undefined) | "connected">;
6420
6408
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6421
6409
  closeDelay: NonNullable<string | number>;
@@ -6491,7 +6479,7 @@ declare const VAutocomplete: {
6491
6479
  eager: boolean;
6492
6480
  location: Anchor;
6493
6481
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6494
- updateLocation: (e: Event) => void;
6482
+ updateLocation: (e?: Event | undefined) => void;
6495
6483
  } | undefined) | "connected">;
6496
6484
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6497
6485
  closeDelay: NonNullable<string | number>;
@@ -6645,6 +6633,7 @@ declare const VAutocomplete: {
6645
6633
  direction: "horizontal" | "vertical";
6646
6634
  valueComparator: typeof deepEqual;
6647
6635
  clearIcon: IconValue;
6636
+ centerAffix: boolean;
6648
6637
  hideSpinButtons: boolean;
6649
6638
  persistentHint: boolean;
6650
6639
  filterMode: FilterMode;
@@ -6694,7 +6683,6 @@ declare const VAutocomplete: {
6694
6683
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6695
6684
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6696
6685
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6697
- centerAffix?: boolean | undefined;
6698
6686
  hint?: string | undefined;
6699
6687
  hideDetails?: boolean | "auto" | undefined;
6700
6688
  customFilter?: FilterFunction | undefined;
@@ -6975,7 +6963,7 @@ declare const VAutocomplete: {
6975
6963
  eager: boolean;
6976
6964
  location: Anchor;
6977
6965
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6978
- updateLocation: (e: Event) => void;
6966
+ updateLocation: (e?: Event | undefined) => void;
6979
6967
  } | undefined) | "connected">;
6980
6968
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6981
6969
  closeDelay: NonNullable<string | number>;
@@ -7004,7 +6992,7 @@ declare const VAutocomplete: {
7004
6992
  eager: boolean;
7005
6993
  location: Anchor;
7006
6994
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7007
- updateLocation: (e: Event) => void;
6995
+ updateLocation: (e?: Event | undefined) => void;
7008
6996
  } | undefined) | "connected">;
7009
6997
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7010
6998
  closeDelay: NonNullable<string | number>;
@@ -7080,7 +7068,7 @@ declare const VAutocomplete: {
7080
7068
  eager: boolean;
7081
7069
  location: Anchor;
7082
7070
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7083
- updateLocation: (e: Event) => void;
7071
+ updateLocation: (e?: Event | undefined) => void;
7084
7072
  } | undefined) | "connected">;
7085
7073
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7086
7074
  closeDelay: NonNullable<string | number>;
@@ -7433,10 +7421,7 @@ declare const VAutocomplete: {
7433
7421
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
7434
7422
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
7435
7423
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
7436
- centerAffix: {
7437
- type: BooleanConstructor;
7438
- default: undefined;
7439
- };
7424
+ centerAffix: BooleanConstructor;
7440
7425
  hideSpinButtons: BooleanConstructor;
7441
7426
  hint: StringConstructor;
7442
7427
  persistentHint: BooleanConstructor;
@@ -7772,7 +7757,7 @@ declare const VAutocomplete: {
7772
7757
  eager: boolean;
7773
7758
  location: Anchor;
7774
7759
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7775
- updateLocation: (e: Event) => void;
7760
+ updateLocation: (e?: Event | undefined) => void;
7776
7761
  } | undefined) | "connected">;
7777
7762
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7778
7763
  closeDelay: NonNullable<string | number>;
@@ -7801,7 +7786,7 @@ declare const VAutocomplete: {
7801
7786
  eager: boolean;
7802
7787
  location: Anchor;
7803
7788
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7804
- updateLocation: (e: Event) => void;
7789
+ updateLocation: (e?: Event | undefined) => void;
7805
7790
  } | undefined) | "connected">;
7806
7791
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7807
7792
  closeDelay: NonNullable<string | number>;
@@ -7877,7 +7862,7 @@ declare const VAutocomplete: {
7877
7862
  eager: boolean;
7878
7863
  location: Anchor;
7879
7864
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7880
- updateLocation: (e: Event) => void;
7865
+ updateLocation: (e?: Event | undefined) => void;
7881
7866
  } | undefined) | "connected">;
7882
7867
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7883
7868
  closeDelay: NonNullable<string | number>;
@@ -8077,10 +8062,7 @@ declare const VAutocomplete: {
8077
8062
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
8078
8063
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
8079
8064
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
8080
- centerAffix: {
8081
- type: BooleanConstructor;
8082
- default: undefined;
8083
- };
8065
+ centerAffix: BooleanConstructor;
8084
8066
  hideSpinButtons: BooleanConstructor;
8085
8067
  hint: StringConstructor;
8086
8068
  persistentHint: BooleanConstructor;
@@ -8416,7 +8398,7 @@ declare const VAutocomplete: {
8416
8398
  eager: boolean;
8417
8399
  location: Anchor;
8418
8400
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8419
- updateLocation: (e: Event) => void;
8401
+ updateLocation: (e?: Event | undefined) => void;
8420
8402
  } | undefined) | "connected">;
8421
8403
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8422
8404
  closeDelay: NonNullable<string | number>;
@@ -8445,7 +8427,7 @@ declare const VAutocomplete: {
8445
8427
  eager: boolean;
8446
8428
  location: Anchor;
8447
8429
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8448
- updateLocation: (e: Event) => void;
8430
+ updateLocation: (e?: Event | undefined) => void;
8449
8431
  } | undefined) | "connected">;
8450
8432
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8451
8433
  closeDelay: NonNullable<string | number>;
@@ -8521,7 +8503,7 @@ declare const VAutocomplete: {
8521
8503
  eager: boolean;
8522
8504
  location: Anchor;
8523
8505
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8524
- updateLocation: (e: Event) => void;
8506
+ updateLocation: (e?: Event | undefined) => void;
8525
8507
  } | undefined) | "connected">;
8526
8508
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8527
8509
  closeDelay: NonNullable<string | number>;
@@ -10108,7 +10090,7 @@ declare const VBottomSheet: {
10108
10090
  eager: boolean;
10109
10091
  location: Anchor;
10110
10092
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10111
- updateLocation: (e: Event) => void;
10093
+ updateLocation: (e?: Event | undefined) => void;
10112
10094
  } | undefined) | "connected";
10113
10095
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10114
10096
  activatorProps: Record<string, any>;
@@ -10194,7 +10176,7 @@ declare const VBottomSheet: {
10194
10176
  eager: boolean;
10195
10177
  location: Anchor;
10196
10178
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10197
- updateLocation: (e: Event) => void;
10179
+ updateLocation: (e?: Event | undefined) => void;
10198
10180
  } | undefined) | "connected";
10199
10181
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10200
10182
  activatorProps: Record<string, any>;
@@ -10278,7 +10260,7 @@ declare const VBottomSheet: {
10278
10260
  eager: boolean;
10279
10261
  location: Anchor;
10280
10262
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10281
- updateLocation: (e: Event) => void;
10263
+ updateLocation: (e?: Event | undefined) => void;
10282
10264
  } | undefined) | "connected";
10283
10265
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10284
10266
  activatorProps: Record<string, any>;
@@ -10330,7 +10312,7 @@ declare const VBottomSheet: {
10330
10312
  eager: boolean;
10331
10313
  location: Anchor;
10332
10314
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10333
- updateLocation: (e: Event) => void;
10315
+ updateLocation: (e?: Event | undefined) => void;
10334
10316
  } | undefined) | "connected";
10335
10317
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10336
10318
  activatorProps: Record<string, any>;
@@ -10414,7 +10396,7 @@ declare const VBottomSheet: {
10414
10396
  eager: boolean;
10415
10397
  location: Anchor;
10416
10398
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10417
- updateLocation: (e: Event) => void;
10399
+ updateLocation: (e?: Event | undefined) => void;
10418
10400
  } | undefined) | "connected";
10419
10401
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10420
10402
  activatorProps: Record<string, any>;
@@ -10450,7 +10432,7 @@ declare const VBottomSheet: {
10450
10432
  eager: boolean;
10451
10433
  location: Anchor;
10452
10434
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10453
- updateLocation: (e: Event) => void;
10435
+ updateLocation: (e?: Event | undefined) => void;
10454
10436
  } | undefined) | "connected";
10455
10437
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10456
10438
  activatorProps: Record<string, any>;
@@ -10536,7 +10518,7 @@ declare const VBottomSheet: {
10536
10518
  eager: boolean;
10537
10519
  location: Anchor;
10538
10520
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10539
- updateLocation: (e: Event) => void;
10521
+ updateLocation: (e?: Event | undefined) => void;
10540
10522
  } | undefined) | "connected";
10541
10523
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10542
10524
  activatorProps: Record<string, any>;
@@ -10606,7 +10588,7 @@ declare const VBottomSheet: {
10606
10588
  };
10607
10589
  locationStrategy: {
10608
10590
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10609
- updateLocation: (e: Event) => void;
10591
+ updateLocation: (e?: Event | undefined) => void;
10610
10592
  } | undefined) | "connected">;
10611
10593
  default: string;
10612
10594
  validator: (val: any) => boolean;
@@ -10726,7 +10708,7 @@ declare const VBottomSheet: {
10726
10708
  };
10727
10709
  locationStrategy: {
10728
10710
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10729
- updateLocation: (e: Event) => void;
10711
+ updateLocation: (e?: Event | undefined) => void;
10730
10712
  } | undefined) | "connected">;
10731
10713
  default: string;
10732
10714
  validator: (val: any) => boolean;
@@ -16207,10 +16189,7 @@ declare const VCheckbox: {
16207
16189
  maxWidth: (StringConstructor | NumberConstructor)[];
16208
16190
  minWidth: (StringConstructor | NumberConstructor)[];
16209
16191
  appendIcon: vue.PropType<IconValue>;
16210
- centerAffix: {
16211
- type: BooleanConstructor;
16212
- default: boolean;
16213
- };
16192
+ centerAffix: BooleanConstructor;
16214
16193
  prependIcon: vue.PropType<IconValue>;
16215
16194
  hideDetails: vue.PropType<boolean | "auto">;
16216
16195
  hideSpinButtons: BooleanConstructor;
@@ -16306,10 +16285,7 @@ declare const VCheckbox: {
16306
16285
  maxWidth: (StringConstructor | NumberConstructor)[];
16307
16286
  minWidth: (StringConstructor | NumberConstructor)[];
16308
16287
  appendIcon: vue.PropType<IconValue>;
16309
- centerAffix: {
16310
- type: BooleanConstructor;
16311
- default: boolean;
16312
- };
16288
+ centerAffix: BooleanConstructor;
16313
16289
  prependIcon: vue.PropType<IconValue>;
16314
16290
  hideDetails: vue.PropType<boolean | "auto">;
16315
16291
  hideSpinButtons: BooleanConstructor;
@@ -18474,6 +18450,7 @@ declare const VCombobox: {
18474
18450
  direction: "horizontal" | "vertical";
18475
18451
  valueComparator: typeof deepEqual;
18476
18452
  clearIcon: IconValue;
18453
+ centerAffix: boolean;
18477
18454
  hideSpinButtons: boolean;
18478
18455
  persistentHint: boolean;
18479
18456
  filterMode: FilterMode;
@@ -18523,7 +18500,6 @@ declare const VCombobox: {
18523
18500
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
18524
18501
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
18525
18502
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
18526
- centerAffix?: boolean | undefined;
18527
18503
  hint?: string | undefined;
18528
18504
  hideDetails?: boolean | "auto" | undefined;
18529
18505
  customFilter?: FilterFunction | undefined;
@@ -18804,7 +18780,7 @@ declare const VCombobox: {
18804
18780
  eager: boolean;
18805
18781
  location: Anchor;
18806
18782
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18807
- updateLocation: (e: Event) => void;
18783
+ updateLocation: (e?: Event | undefined) => void;
18808
18784
  } | undefined) | "connected">;
18809
18785
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18810
18786
  closeDelay: NonNullable<string | number>;
@@ -18833,7 +18809,7 @@ declare const VCombobox: {
18833
18809
  eager: boolean;
18834
18810
  location: Anchor;
18835
18811
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18836
- updateLocation: (e: Event) => void;
18812
+ updateLocation: (e?: Event | undefined) => void;
18837
18813
  } | undefined) | "connected">;
18838
18814
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18839
18815
  closeDelay: NonNullable<string | number>;
@@ -18909,7 +18885,7 @@ declare const VCombobox: {
18909
18885
  eager: boolean;
18910
18886
  location: Anchor;
18911
18887
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18912
- updateLocation: (e: Event) => void;
18888
+ updateLocation: (e?: Event | undefined) => void;
18913
18889
  } | undefined) | "connected">;
18914
18890
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18915
18891
  closeDelay: NonNullable<string | number>;
@@ -19014,6 +18990,7 @@ declare const VCombobox: {
19014
18990
  direction: "horizontal" | "vertical";
19015
18991
  valueComparator: typeof deepEqual;
19016
18992
  clearIcon: IconValue;
18993
+ centerAffix: boolean;
19017
18994
  hideSpinButtons: boolean;
19018
18995
  persistentHint: boolean;
19019
18996
  filterMode: FilterMode;
@@ -19063,7 +19040,6 @@ declare const VCombobox: {
19063
19040
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
19064
19041
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
19065
19042
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
19066
- centerAffix?: boolean | undefined;
19067
19043
  hint?: string | undefined;
19068
19044
  hideDetails?: boolean | "auto" | undefined;
19069
19045
  customFilter?: FilterFunction | undefined;
@@ -19344,7 +19320,7 @@ declare const VCombobox: {
19344
19320
  eager: boolean;
19345
19321
  location: Anchor;
19346
19322
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19347
- updateLocation: (e: Event) => void;
19323
+ updateLocation: (e?: Event | undefined) => void;
19348
19324
  } | undefined) | "connected">;
19349
19325
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19350
19326
  closeDelay: NonNullable<string | number>;
@@ -19373,7 +19349,7 @@ declare const VCombobox: {
19373
19349
  eager: boolean;
19374
19350
  location: Anchor;
19375
19351
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19376
- updateLocation: (e: Event) => void;
19352
+ updateLocation: (e?: Event | undefined) => void;
19377
19353
  } | undefined) | "connected">;
19378
19354
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19379
19355
  closeDelay: NonNullable<string | number>;
@@ -19449,7 +19425,7 @@ declare const VCombobox: {
19449
19425
  eager: boolean;
19450
19426
  location: Anchor;
19451
19427
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19452
- updateLocation: (e: Event) => void;
19428
+ updateLocation: (e?: Event | undefined) => void;
19453
19429
  } | undefined) | "connected">;
19454
19430
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19455
19431
  closeDelay: NonNullable<string | number>;
@@ -19668,6 +19644,7 @@ declare const VCombobox: {
19668
19644
  direction: "horizontal" | "vertical";
19669
19645
  valueComparator: typeof deepEqual;
19670
19646
  clearIcon: IconValue;
19647
+ centerAffix: boolean;
19671
19648
  hideSpinButtons: boolean;
19672
19649
  persistentHint: boolean;
19673
19650
  filterMode: FilterMode;
@@ -19717,7 +19694,6 @@ declare const VCombobox: {
19717
19694
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
19718
19695
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
19719
19696
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
19720
- centerAffix?: boolean | undefined;
19721
19697
  hint?: string | undefined;
19722
19698
  hideDetails?: boolean | "auto" | undefined;
19723
19699
  customFilter?: FilterFunction | undefined;
@@ -19998,7 +19974,7 @@ declare const VCombobox: {
19998
19974
  eager: boolean;
19999
19975
  location: Anchor;
20000
19976
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20001
- updateLocation: (e: Event) => void;
19977
+ updateLocation: (e?: Event | undefined) => void;
20002
19978
  } | undefined) | "connected">;
20003
19979
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20004
19980
  closeDelay: NonNullable<string | number>;
@@ -20027,7 +20003,7 @@ declare const VCombobox: {
20027
20003
  eager: boolean;
20028
20004
  location: Anchor;
20029
20005
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20030
- updateLocation: (e: Event) => void;
20006
+ updateLocation: (e?: Event | undefined) => void;
20031
20007
  } | undefined) | "connected">;
20032
20008
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20033
20009
  closeDelay: NonNullable<string | number>;
@@ -20103,7 +20079,7 @@ declare const VCombobox: {
20103
20079
  eager: boolean;
20104
20080
  location: Anchor;
20105
20081
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20106
- updateLocation: (e: Event) => void;
20082
+ updateLocation: (e?: Event | undefined) => void;
20107
20083
  } | undefined) | "connected">;
20108
20084
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20109
20085
  closeDelay: NonNullable<string | number>;
@@ -20257,6 +20233,7 @@ declare const VCombobox: {
20257
20233
  direction: "horizontal" | "vertical";
20258
20234
  valueComparator: typeof deepEqual;
20259
20235
  clearIcon: IconValue;
20236
+ centerAffix: boolean;
20260
20237
  hideSpinButtons: boolean;
20261
20238
  persistentHint: boolean;
20262
20239
  filterMode: FilterMode;
@@ -20306,7 +20283,6 @@ declare const VCombobox: {
20306
20283
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
20307
20284
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
20308
20285
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
20309
- centerAffix?: boolean | undefined;
20310
20286
  hint?: string | undefined;
20311
20287
  hideDetails?: boolean | "auto" | undefined;
20312
20288
  customFilter?: FilterFunction | undefined;
@@ -20587,7 +20563,7 @@ declare const VCombobox: {
20587
20563
  eager: boolean;
20588
20564
  location: Anchor;
20589
20565
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20590
- updateLocation: (e: Event) => void;
20566
+ updateLocation: (e?: Event | undefined) => void;
20591
20567
  } | undefined) | "connected">;
20592
20568
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20593
20569
  closeDelay: NonNullable<string | number>;
@@ -20616,7 +20592,7 @@ declare const VCombobox: {
20616
20592
  eager: boolean;
20617
20593
  location: Anchor;
20618
20594
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20619
- updateLocation: (e: Event) => void;
20595
+ updateLocation: (e?: Event | undefined) => void;
20620
20596
  } | undefined) | "connected">;
20621
20597
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20622
20598
  closeDelay: NonNullable<string | number>;
@@ -20692,7 +20668,7 @@ declare const VCombobox: {
20692
20668
  eager: boolean;
20693
20669
  location: Anchor;
20694
20670
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20695
- updateLocation: (e: Event) => void;
20671
+ updateLocation: (e?: Event | undefined) => void;
20696
20672
  } | undefined) | "connected">;
20697
20673
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20698
20674
  closeDelay: NonNullable<string | number>;
@@ -21045,10 +21021,7 @@ declare const VCombobox: {
21045
21021
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
21046
21022
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
21047
21023
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
21048
- centerAffix: {
21049
- type: BooleanConstructor;
21050
- default: undefined;
21051
- };
21024
+ centerAffix: BooleanConstructor;
21052
21025
  hideSpinButtons: BooleanConstructor;
21053
21026
  hint: StringConstructor;
21054
21027
  persistentHint: BooleanConstructor;
@@ -21390,7 +21363,7 @@ declare const VCombobox: {
21390
21363
  eager: boolean;
21391
21364
  location: Anchor;
21392
21365
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21393
- updateLocation: (e: Event) => void;
21366
+ updateLocation: (e?: Event | undefined) => void;
21394
21367
  } | undefined) | "connected">;
21395
21368
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21396
21369
  closeDelay: NonNullable<string | number>;
@@ -21419,7 +21392,7 @@ declare const VCombobox: {
21419
21392
  eager: boolean;
21420
21393
  location: Anchor;
21421
21394
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21422
- updateLocation: (e: Event) => void;
21395
+ updateLocation: (e?: Event | undefined) => void;
21423
21396
  } | undefined) | "connected">;
21424
21397
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21425
21398
  closeDelay: NonNullable<string | number>;
@@ -21495,7 +21468,7 @@ declare const VCombobox: {
21495
21468
  eager: boolean;
21496
21469
  location: Anchor;
21497
21470
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21498
- updateLocation: (e: Event) => void;
21471
+ updateLocation: (e?: Event | undefined) => void;
21499
21472
  } | undefined) | "connected">;
21500
21473
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21501
21474
  closeDelay: NonNullable<string | number>;
@@ -21698,10 +21671,7 @@ declare const VCombobox: {
21698
21671
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
21699
21672
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
21700
21673
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
21701
- centerAffix: {
21702
- type: BooleanConstructor;
21703
- default: undefined;
21704
- };
21674
+ centerAffix: BooleanConstructor;
21705
21675
  hideSpinButtons: BooleanConstructor;
21706
21676
  hint: StringConstructor;
21707
21677
  persistentHint: BooleanConstructor;
@@ -22043,7 +22013,7 @@ declare const VCombobox: {
22043
22013
  eager: boolean;
22044
22014
  location: Anchor;
22045
22015
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22046
- updateLocation: (e: Event) => void;
22016
+ updateLocation: (e?: Event | undefined) => void;
22047
22017
  } | undefined) | "connected">;
22048
22018
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22049
22019
  closeDelay: NonNullable<string | number>;
@@ -22072,7 +22042,7 @@ declare const VCombobox: {
22072
22042
  eager: boolean;
22073
22043
  location: Anchor;
22074
22044
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22075
- updateLocation: (e: Event) => void;
22045
+ updateLocation: (e?: Event | undefined) => void;
22076
22046
  } | undefined) | "connected">;
22077
22047
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22078
22048
  closeDelay: NonNullable<string | number>;
@@ -22148,7 +22118,7 @@ declare const VCombobox: {
22148
22118
  eager: boolean;
22149
22119
  location: Anchor;
22150
22120
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22151
- updateLocation: (e: Event) => void;
22121
+ updateLocation: (e?: Event | undefined) => void;
22152
22122
  } | undefined) | "connected">;
22153
22123
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22154
22124
  closeDelay: NonNullable<string | number>;
@@ -24017,8 +23987,8 @@ declare const VDataTable: {
24017
23987
  expanded: readonly string[];
24018
23988
  density: Density;
24019
23989
  valueComparator: typeof deepEqual;
24020
- nextIcon: string;
24021
- prevIcon: string;
23990
+ nextIcon: IconValue;
23991
+ prevIcon: IconValue;
24022
23992
  selectStrategy: "page" | "all" | "single";
24023
23993
  returnObject: boolean;
24024
23994
  filterMode: FilterMode;
@@ -24032,8 +24002,8 @@ declare const VDataTable: {
24032
24002
  expandOnClick: boolean;
24033
24003
  showExpand: boolean;
24034
24004
  itemsPerPage: string | number;
24035
- firstIcon: string;
24036
- lastIcon: string;
24005
+ firstIcon: IconValue;
24006
+ lastIcon: IconValue;
24037
24007
  firstPageLabel: string;
24038
24008
  prevPageLabel: string;
24039
24009
  nextPageLabel: string;
@@ -24096,8 +24066,8 @@ declare const VDataTable: {
24096
24066
  expanded: readonly string[];
24097
24067
  density: Density;
24098
24068
  valueComparator: typeof deepEqual;
24099
- nextIcon: string;
24100
- prevIcon: string;
24069
+ nextIcon: IconValue;
24070
+ prevIcon: IconValue;
24101
24071
  selectStrategy: "page" | "all" | "single";
24102
24072
  returnObject: boolean;
24103
24073
  filterMode: FilterMode;
@@ -24111,8 +24081,8 @@ declare const VDataTable: {
24111
24081
  expandOnClick: boolean;
24112
24082
  showExpand: boolean;
24113
24083
  itemsPerPage: string | number;
24114
- firstIcon: string;
24115
- lastIcon: string;
24084
+ firstIcon: IconValue;
24085
+ lastIcon: IconValue;
24116
24086
  firstPageLabel: string;
24117
24087
  prevPageLabel: string;
24118
24088
  nextPageLabel: string;
@@ -24166,8 +24136,8 @@ declare const VDataTable: {
24166
24136
  expanded: readonly string[];
24167
24137
  density: Density;
24168
24138
  valueComparator: typeof deepEqual;
24169
- nextIcon: string;
24170
- prevIcon: string;
24139
+ nextIcon: IconValue;
24140
+ prevIcon: IconValue;
24171
24141
  selectStrategy: "page" | "all" | "single";
24172
24142
  returnObject: boolean;
24173
24143
  filterMode: FilterMode;
@@ -24181,8 +24151,8 @@ declare const VDataTable: {
24181
24151
  expandOnClick: boolean;
24182
24152
  showExpand: boolean;
24183
24153
  itemsPerPage: string | number;
24184
- firstIcon: string;
24185
- lastIcon: string;
24154
+ firstIcon: IconValue;
24155
+ lastIcon: IconValue;
24186
24156
  firstPageLabel: string;
24187
24157
  prevPageLabel: string;
24188
24158
  nextPageLabel: string;
@@ -24318,8 +24288,8 @@ declare const VDataTable: {
24318
24288
  expanded: readonly string[];
24319
24289
  density: Density;
24320
24290
  valueComparator: typeof deepEqual;
24321
- nextIcon: string;
24322
- prevIcon: string;
24291
+ nextIcon: IconValue;
24292
+ prevIcon: IconValue;
24323
24293
  selectStrategy: "page" | "all" | "single";
24324
24294
  returnObject: boolean;
24325
24295
  filterMode: FilterMode;
@@ -24333,8 +24303,8 @@ declare const VDataTable: {
24333
24303
  expandOnClick: boolean;
24334
24304
  showExpand: boolean;
24335
24305
  itemsPerPage: string | number;
24336
- firstIcon: string;
24337
- lastIcon: string;
24306
+ firstIcon: IconValue;
24307
+ lastIcon: IconValue;
24338
24308
  firstPageLabel: string;
24339
24309
  prevPageLabel: string;
24340
24310
  nextPageLabel: string;
@@ -24388,8 +24358,8 @@ declare const VDataTable: {
24388
24358
  expanded: readonly string[];
24389
24359
  density: Density;
24390
24360
  valueComparator: typeof deepEqual;
24391
- nextIcon: string;
24392
- prevIcon: string;
24361
+ nextIcon: IconValue;
24362
+ prevIcon: IconValue;
24393
24363
  selectStrategy: "page" | "all" | "single";
24394
24364
  returnObject: boolean;
24395
24365
  filterMode: FilterMode;
@@ -24403,8 +24373,8 @@ declare const VDataTable: {
24403
24373
  expandOnClick: boolean;
24404
24374
  showExpand: boolean;
24405
24375
  itemsPerPage: string | number;
24406
- firstIcon: string;
24407
- lastIcon: string;
24376
+ firstIcon: IconValue;
24377
+ lastIcon: IconValue;
24408
24378
  firstPageLabel: string;
24409
24379
  prevPageLabel: string;
24410
24380
  nextPageLabel: string;
@@ -24440,8 +24410,8 @@ declare const VDataTable: {
24440
24410
  expanded: readonly string[];
24441
24411
  density: Density;
24442
24412
  valueComparator: typeof deepEqual;
24443
- nextIcon: string;
24444
- prevIcon: string;
24413
+ nextIcon: IconValue;
24414
+ prevIcon: IconValue;
24445
24415
  selectStrategy: "page" | "all" | "single";
24446
24416
  returnObject: boolean;
24447
24417
  filterMode: FilterMode;
@@ -24455,8 +24425,8 @@ declare const VDataTable: {
24455
24425
  expandOnClick: boolean;
24456
24426
  showExpand: boolean;
24457
24427
  itemsPerPage: string | number;
24458
- firstIcon: string;
24459
- lastIcon: string;
24428
+ firstIcon: IconValue;
24429
+ lastIcon: IconValue;
24460
24430
  firstPageLabel: string;
24461
24431
  prevPageLabel: string;
24462
24432
  nextPageLabel: string;
@@ -24519,8 +24489,8 @@ declare const VDataTable: {
24519
24489
  expanded: readonly string[];
24520
24490
  density: Density;
24521
24491
  valueComparator: typeof deepEqual;
24522
- nextIcon: string;
24523
- prevIcon: string;
24492
+ nextIcon: IconValue;
24493
+ prevIcon: IconValue;
24524
24494
  selectStrategy: "page" | "all" | "single";
24525
24495
  returnObject: boolean;
24526
24496
  filterMode: FilterMode;
@@ -24534,8 +24504,8 @@ declare const VDataTable: {
24534
24504
  expandOnClick: boolean;
24535
24505
  showExpand: boolean;
24536
24506
  itemsPerPage: string | number;
24537
- firstIcon: string;
24538
- lastIcon: string;
24507
+ firstIcon: IconValue;
24508
+ lastIcon: IconValue;
24539
24509
  firstPageLabel: string;
24540
24510
  prevPageLabel: string;
24541
24511
  nextPageLabel: string;
@@ -24714,19 +24684,19 @@ declare const VDataTable: {
24714
24684
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
24715
24685
  }, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
24716
24686
  prevIcon: {
24717
- type: StringConstructor;
24687
+ type: vue.PropType<IconValue>;
24718
24688
  default: string;
24719
24689
  };
24720
24690
  nextIcon: {
24721
- type: StringConstructor;
24691
+ type: vue.PropType<IconValue>;
24722
24692
  default: string;
24723
24693
  };
24724
24694
  firstIcon: {
24725
- type: StringConstructor;
24695
+ type: vue.PropType<IconValue>;
24726
24696
  default: string;
24727
24697
  };
24728
24698
  lastIcon: {
24729
- type: StringConstructor;
24699
+ type: vue.PropType<IconValue>;
24730
24700
  default: string;
24731
24701
  };
24732
24702
  itemsPerPageText: {
@@ -24925,19 +24895,19 @@ declare const VDataTable: {
24925
24895
  };
24926
24896
  }, vue.ExtractPropTypes<{
24927
24897
  prevIcon: {
24928
- type: StringConstructor;
24898
+ type: vue.PropType<IconValue>;
24929
24899
  default: string;
24930
24900
  };
24931
24901
  nextIcon: {
24932
- type: StringConstructor;
24902
+ type: vue.PropType<IconValue>;
24933
24903
  default: string;
24934
24904
  };
24935
24905
  firstIcon: {
24936
- type: StringConstructor;
24906
+ type: vue.PropType<IconValue>;
24937
24907
  default: string;
24938
24908
  };
24939
24909
  lastIcon: {
24940
- type: StringConstructor;
24910
+ type: vue.PropType<IconValue>;
24941
24911
  default: string;
24942
24912
  };
24943
24913
  itemsPerPageText: {
@@ -25141,10 +25111,10 @@ declare const VDataTableFooter: {
25141
25111
  new (...args: any[]): vue.CreateComponentPublicInstance<{
25142
25112
  itemsPerPageText: string;
25143
25113
  pageText: string;
25144
- nextIcon: string;
25145
- prevIcon: string;
25146
- firstIcon: string;
25147
- lastIcon: string;
25114
+ nextIcon: IconValue;
25115
+ prevIcon: IconValue;
25116
+ firstIcon: IconValue;
25117
+ lastIcon: IconValue;
25148
25118
  firstPageLabel: string;
25149
25119
  prevPageLabel: string;
25150
25120
  nextPageLabel: string;
@@ -25166,10 +25136,10 @@ declare const VDataTableFooter: {
25166
25136
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
25167
25137
  itemsPerPageText: string;
25168
25138
  pageText: string;
25169
- nextIcon: string;
25170
- prevIcon: string;
25171
- firstIcon: string;
25172
- lastIcon: string;
25139
+ nextIcon: IconValue;
25140
+ prevIcon: IconValue;
25141
+ firstIcon: IconValue;
25142
+ lastIcon: IconValue;
25173
25143
  firstPageLabel: string;
25174
25144
  prevPageLabel: string;
25175
25145
  nextPageLabel: string;
@@ -25191,10 +25161,10 @@ declare const VDataTableFooter: {
25191
25161
  }, {
25192
25162
  itemsPerPageText: string;
25193
25163
  pageText: string;
25194
- nextIcon: string;
25195
- prevIcon: string;
25196
- firstIcon: string;
25197
- lastIcon: string;
25164
+ nextIcon: IconValue;
25165
+ prevIcon: IconValue;
25166
+ firstIcon: IconValue;
25167
+ lastIcon: IconValue;
25198
25168
  firstPageLabel: string;
25199
25169
  prevPageLabel: string;
25200
25170
  nextPageLabel: string;
@@ -25218,10 +25188,10 @@ declare const VDataTableFooter: {
25218
25188
  }, {
25219
25189
  itemsPerPageText: string;
25220
25190
  pageText: string;
25221
- nextIcon: string;
25222
- prevIcon: string;
25223
- firstIcon: string;
25224
- lastIcon: string;
25191
+ nextIcon: IconValue;
25192
+ prevIcon: IconValue;
25193
+ firstIcon: IconValue;
25194
+ lastIcon: IconValue;
25225
25195
  firstPageLabel: string;
25226
25196
  prevPageLabel: string;
25227
25197
  nextPageLabel: string;
@@ -25243,10 +25213,10 @@ declare const VDataTableFooter: {
25243
25213
  }, {}, {}, {}, {}, {
25244
25214
  itemsPerPageText: string;
25245
25215
  pageText: string;
25246
- nextIcon: string;
25247
- prevIcon: string;
25248
- firstIcon: string;
25249
- lastIcon: string;
25216
+ nextIcon: IconValue;
25217
+ prevIcon: IconValue;
25218
+ firstIcon: IconValue;
25219
+ lastIcon: IconValue;
25250
25220
  firstPageLabel: string;
25251
25221
  prevPageLabel: string;
25252
25222
  nextPageLabel: string;
@@ -25263,10 +25233,10 @@ declare const VDataTableFooter: {
25263
25233
  } & vue.ComponentOptionsBase<{
25264
25234
  itemsPerPageText: string;
25265
25235
  pageText: string;
25266
- nextIcon: string;
25267
- prevIcon: string;
25268
- firstIcon: string;
25269
- lastIcon: string;
25236
+ nextIcon: IconValue;
25237
+ prevIcon: IconValue;
25238
+ firstIcon: IconValue;
25239
+ lastIcon: IconValue;
25270
25240
  firstPageLabel: string;
25271
25241
  prevPageLabel: string;
25272
25242
  nextPageLabel: string;
@@ -25288,10 +25258,10 @@ declare const VDataTableFooter: {
25288
25258
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
25289
25259
  itemsPerPageText: string;
25290
25260
  pageText: string;
25291
- nextIcon: string;
25292
- prevIcon: string;
25293
- firstIcon: string;
25294
- lastIcon: string;
25261
+ nextIcon: IconValue;
25262
+ prevIcon: IconValue;
25263
+ firstIcon: IconValue;
25264
+ lastIcon: IconValue;
25295
25265
  firstPageLabel: string;
25296
25266
  prevPageLabel: string;
25297
25267
  nextPageLabel: string;
@@ -25307,19 +25277,19 @@ declare const VDataTableFooter: {
25307
25277
  }>[];
25308
25278
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
25309
25279
  prevIcon: {
25310
- type: StringConstructor;
25280
+ type: PropType<IconValue>;
25311
25281
  default: string;
25312
25282
  };
25313
25283
  nextIcon: {
25314
- type: StringConstructor;
25284
+ type: PropType<IconValue>;
25315
25285
  default: string;
25316
25286
  };
25317
25287
  firstIcon: {
25318
- type: StringConstructor;
25288
+ type: PropType<IconValue>;
25319
25289
  default: string;
25320
25290
  };
25321
25291
  lastIcon: {
25322
- type: StringConstructor;
25292
+ type: PropType<IconValue>;
25323
25293
  default: string;
25324
25294
  };
25325
25295
  itemsPerPageText: {
@@ -25359,19 +25329,19 @@ declare const VDataTableFooter: {
25359
25329
  showCurrentPage: BooleanConstructor;
25360
25330
  }, vue.ExtractPropTypes<{
25361
25331
  prevIcon: {
25362
- type: StringConstructor;
25332
+ type: PropType<IconValue>;
25363
25333
  default: string;
25364
25334
  };
25365
25335
  nextIcon: {
25366
- type: StringConstructor;
25336
+ type: PropType<IconValue>;
25367
25337
  default: string;
25368
25338
  };
25369
25339
  firstIcon: {
25370
- type: StringConstructor;
25340
+ type: PropType<IconValue>;
25371
25341
  default: string;
25372
25342
  };
25373
25343
  lastIcon: {
25374
- type: StringConstructor;
25344
+ type: PropType<IconValue>;
25375
25345
  default: string;
25376
25346
  };
25377
25347
  itemsPerPageText: {
@@ -26437,8 +26407,8 @@ declare const VDataTableServer: {
26437
26407
  expanded: readonly string[];
26438
26408
  density: Density;
26439
26409
  valueComparator: typeof deepEqual;
26440
- nextIcon: string;
26441
- prevIcon: string;
26410
+ nextIcon: IconValue;
26411
+ prevIcon: IconValue;
26442
26412
  selectStrategy: "page" | "all" | "single";
26443
26413
  returnObject: boolean;
26444
26414
  hideNoData: boolean;
@@ -26451,8 +26421,8 @@ declare const VDataTableServer: {
26451
26421
  showExpand: boolean;
26452
26422
  itemsPerPage: string | number;
26453
26423
  itemsLength: string | number;
26454
- firstIcon: string;
26455
- lastIcon: string;
26424
+ firstIcon: IconValue;
26425
+ lastIcon: IconValue;
26456
26426
  firstPageLabel: string;
26457
26427
  prevPageLabel: string;
26458
26428
  nextPageLabel: string;
@@ -26555,8 +26525,8 @@ declare const VDataTableServer: {
26555
26525
  expanded: readonly string[];
26556
26526
  density: Density;
26557
26527
  valueComparator: typeof deepEqual;
26558
- nextIcon: string;
26559
- prevIcon: string;
26528
+ nextIcon: IconValue;
26529
+ prevIcon: IconValue;
26560
26530
  selectStrategy: "page" | "all" | "single";
26561
26531
  returnObject: boolean;
26562
26532
  hideNoData: boolean;
@@ -26569,8 +26539,8 @@ declare const VDataTableServer: {
26569
26539
  showExpand: boolean;
26570
26540
  itemsPerPage: string | number;
26571
26541
  itemsLength: string | number;
26572
- firstIcon: string;
26573
- lastIcon: string;
26542
+ firstIcon: IconValue;
26543
+ lastIcon: IconValue;
26574
26544
  firstPageLabel: string;
26575
26545
  prevPageLabel: string;
26576
26546
  nextPageLabel: string;
@@ -26665,8 +26635,8 @@ declare const VDataTableServer: {
26665
26635
  expanded: readonly string[];
26666
26636
  density: Density;
26667
26637
  valueComparator: typeof deepEqual;
26668
- nextIcon: string;
26669
- prevIcon: string;
26638
+ nextIcon: IconValue;
26639
+ prevIcon: IconValue;
26670
26640
  selectStrategy: "page" | "all" | "single";
26671
26641
  returnObject: boolean;
26672
26642
  hideNoData: boolean;
@@ -26678,8 +26648,8 @@ declare const VDataTableServer: {
26678
26648
  expandOnClick: boolean;
26679
26649
  showExpand: boolean;
26680
26650
  itemsPerPage: string | number;
26681
- firstIcon: string;
26682
- lastIcon: string;
26651
+ firstIcon: IconValue;
26652
+ lastIcon: IconValue;
26683
26653
  firstPageLabel: string;
26684
26654
  prevPageLabel: string;
26685
26655
  nextPageLabel: string;
@@ -26815,8 +26785,8 @@ declare const VDataTableServer: {
26815
26785
  expanded: readonly string[];
26816
26786
  density: Density;
26817
26787
  valueComparator: typeof deepEqual;
26818
- nextIcon: string;
26819
- prevIcon: string;
26788
+ nextIcon: IconValue;
26789
+ prevIcon: IconValue;
26820
26790
  selectStrategy: "page" | "all" | "single";
26821
26791
  returnObject: boolean;
26822
26792
  hideNoData: boolean;
@@ -26829,8 +26799,8 @@ declare const VDataTableServer: {
26829
26799
  showExpand: boolean;
26830
26800
  itemsPerPage: string | number;
26831
26801
  itemsLength: string | number;
26832
- firstIcon: string;
26833
- lastIcon: string;
26802
+ firstIcon: IconValue;
26803
+ lastIcon: IconValue;
26834
26804
  firstPageLabel: string;
26835
26805
  prevPageLabel: string;
26836
26806
  nextPageLabel: string;
@@ -26925,8 +26895,8 @@ declare const VDataTableServer: {
26925
26895
  expanded: readonly string[];
26926
26896
  density: Density;
26927
26897
  valueComparator: typeof deepEqual;
26928
- nextIcon: string;
26929
- prevIcon: string;
26898
+ nextIcon: IconValue;
26899
+ prevIcon: IconValue;
26930
26900
  selectStrategy: "page" | "all" | "single";
26931
26901
  returnObject: boolean;
26932
26902
  hideNoData: boolean;
@@ -26938,8 +26908,8 @@ declare const VDataTableServer: {
26938
26908
  expandOnClick: boolean;
26939
26909
  showExpand: boolean;
26940
26910
  itemsPerPage: string | number;
26941
- firstIcon: string;
26942
- lastIcon: string;
26911
+ firstIcon: IconValue;
26912
+ lastIcon: IconValue;
26943
26913
  firstPageLabel: string;
26944
26914
  prevPageLabel: string;
26945
26915
  nextPageLabel: string;
@@ -26975,8 +26945,8 @@ declare const VDataTableServer: {
26975
26945
  expanded: readonly string[];
26976
26946
  density: Density;
26977
26947
  valueComparator: typeof deepEqual;
26978
- nextIcon: string;
26979
- prevIcon: string;
26948
+ nextIcon: IconValue;
26949
+ prevIcon: IconValue;
26980
26950
  selectStrategy: "page" | "all" | "single";
26981
26951
  returnObject: boolean;
26982
26952
  hideNoData: boolean;
@@ -26989,8 +26959,8 @@ declare const VDataTableServer: {
26989
26959
  showExpand: boolean;
26990
26960
  itemsPerPage: string | number;
26991
26961
  itemsLength: string | number;
26992
- firstIcon: string;
26993
- lastIcon: string;
26962
+ firstIcon: IconValue;
26963
+ lastIcon: IconValue;
26994
26964
  firstPageLabel: string;
26995
26965
  prevPageLabel: string;
26996
26966
  nextPageLabel: string;
@@ -27093,8 +27063,8 @@ declare const VDataTableServer: {
27093
27063
  expanded: readonly string[];
27094
27064
  density: Density;
27095
27065
  valueComparator: typeof deepEqual;
27096
- nextIcon: string;
27097
- prevIcon: string;
27066
+ nextIcon: IconValue;
27067
+ prevIcon: IconValue;
27098
27068
  selectStrategy: "page" | "all" | "single";
27099
27069
  returnObject: boolean;
27100
27070
  hideNoData: boolean;
@@ -27106,8 +27076,8 @@ declare const VDataTableServer: {
27106
27076
  expandOnClick: boolean;
27107
27077
  showExpand: boolean;
27108
27078
  itemsPerPage: string | number;
27109
- firstIcon: string;
27110
- lastIcon: string;
27079
+ firstIcon: IconValue;
27080
+ lastIcon: IconValue;
27111
27081
  firstPageLabel: string;
27112
27082
  prevPageLabel: string;
27113
27083
  nextPageLabel: string;
@@ -27240,19 +27210,19 @@ declare const VDataTableServer: {
27240
27210
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
27241
27211
  }, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
27242
27212
  prevIcon: {
27243
- type: StringConstructor;
27213
+ type: vue.PropType<IconValue>;
27244
27214
  default: string;
27245
27215
  };
27246
27216
  nextIcon: {
27247
- type: StringConstructor;
27217
+ type: vue.PropType<IconValue>;
27248
27218
  default: string;
27249
27219
  };
27250
27220
  firstIcon: {
27251
- type: StringConstructor;
27221
+ type: vue.PropType<IconValue>;
27252
27222
  default: string;
27253
27223
  };
27254
27224
  lastIcon: {
27255
- type: StringConstructor;
27225
+ type: vue.PropType<IconValue>;
27256
27226
  default: string;
27257
27227
  };
27258
27228
  itemsPerPageText: {
@@ -27447,19 +27417,19 @@ declare const VDataTableServer: {
27447
27417
  };
27448
27418
  }, vue.ExtractPropTypes<{
27449
27419
  prevIcon: {
27450
- type: StringConstructor;
27420
+ type: vue.PropType<IconValue>;
27451
27421
  default: string;
27452
27422
  };
27453
27423
  nextIcon: {
27454
- type: StringConstructor;
27424
+ type: vue.PropType<IconValue>;
27455
27425
  default: string;
27456
27426
  };
27457
27427
  firstIcon: {
27458
- type: StringConstructor;
27428
+ type: vue.PropType<IconValue>;
27459
27429
  default: string;
27460
27430
  };
27461
27431
  lastIcon: {
27462
- type: StringConstructor;
27432
+ type: vue.PropType<IconValue>;
27463
27433
  default: string;
27464
27434
  };
27465
27435
  itemsPerPageText: {
@@ -27976,10 +27946,10 @@ declare const VDatePicker: {
27976
27946
  tag: string;
27977
27947
  transition: string;
27978
27948
  tile: boolean;
27979
- nextIcon: string;
27980
- prevIcon: string;
27949
+ nextIcon: IconValue;
27950
+ prevIcon: IconValue;
27981
27951
  reverseTransition: string;
27982
- modeIcon: string;
27952
+ modeIcon: IconValue;
27983
27953
  viewMode: "month" | "year" | "months";
27984
27954
  showAdjacentMonths: boolean;
27985
27955
  weekdays: number[];
@@ -28010,6 +27980,7 @@ declare const VDatePicker: {
28010
27980
  max?: unknown;
28011
27981
  bgColor?: string | undefined;
28012
27982
  min?: unknown;
27983
+ firstDayOfWeek?: string | number | undefined;
28013
27984
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28014
27985
  displayValue?: unknown;
28015
27986
  } & {
@@ -28029,10 +28000,10 @@ declare const VDatePicker: {
28029
28000
  tag: string;
28030
28001
  transition: string;
28031
28002
  tile: boolean;
28032
- nextIcon: string;
28033
- prevIcon: string;
28003
+ nextIcon: IconValue;
28004
+ prevIcon: IconValue;
28034
28005
  reverseTransition: string;
28035
- modeIcon: string;
28006
+ modeIcon: IconValue;
28036
28007
  viewMode: "month" | "year" | "months";
28037
28008
  showAdjacentMonths: boolean;
28038
28009
  weekdays: number[];
@@ -28063,6 +28034,7 @@ declare const VDatePicker: {
28063
28034
  max?: unknown;
28064
28035
  bgColor?: string | undefined;
28065
28036
  min?: unknown;
28037
+ firstDayOfWeek?: string | number | undefined;
28066
28038
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28067
28039
  displayValue?: unknown;
28068
28040
  } & {
@@ -28079,10 +28051,10 @@ declare const VDatePicker: {
28079
28051
  transition: string;
28080
28052
  rounded: string | number | boolean;
28081
28053
  tile: boolean;
28082
- nextIcon: string;
28083
- prevIcon: string;
28054
+ nextIcon: IconValue;
28055
+ prevIcon: IconValue;
28084
28056
  reverseTransition: string;
28085
- modeIcon: string;
28057
+ modeIcon: IconValue;
28086
28058
  viewMode: "month" | "year" | "months";
28087
28059
  showAdjacentMonths: boolean;
28088
28060
  weekdays: number[];
@@ -28122,10 +28094,10 @@ declare const VDatePicker: {
28122
28094
  tag: string;
28123
28095
  transition: string;
28124
28096
  tile: boolean;
28125
- nextIcon: string;
28126
- prevIcon: string;
28097
+ nextIcon: IconValue;
28098
+ prevIcon: IconValue;
28127
28099
  reverseTransition: string;
28128
- modeIcon: string;
28100
+ modeIcon: IconValue;
28129
28101
  viewMode: "month" | "year" | "months";
28130
28102
  showAdjacentMonths: boolean;
28131
28103
  weekdays: number[];
@@ -28156,6 +28128,7 @@ declare const VDatePicker: {
28156
28128
  max?: unknown;
28157
28129
  bgColor?: string | undefined;
28158
28130
  min?: unknown;
28131
+ firstDayOfWeek?: string | number | undefined;
28159
28132
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28160
28133
  displayValue?: unknown;
28161
28134
  } & {
@@ -28172,10 +28145,10 @@ declare const VDatePicker: {
28172
28145
  transition: string;
28173
28146
  rounded: string | number | boolean;
28174
28147
  tile: boolean;
28175
- nextIcon: string;
28176
- prevIcon: string;
28148
+ nextIcon: IconValue;
28149
+ prevIcon: IconValue;
28177
28150
  reverseTransition: string;
28178
- modeIcon: string;
28151
+ modeIcon: IconValue;
28179
28152
  viewMode: "month" | "year" | "months";
28180
28153
  showAdjacentMonths: boolean;
28181
28154
  weekdays: number[];
@@ -28196,10 +28169,10 @@ declare const VDatePicker: {
28196
28169
  tag: string;
28197
28170
  transition: string;
28198
28171
  tile: boolean;
28199
- nextIcon: string;
28200
- prevIcon: string;
28172
+ nextIcon: IconValue;
28173
+ prevIcon: IconValue;
28201
28174
  reverseTransition: string;
28202
- modeIcon: string;
28175
+ modeIcon: IconValue;
28203
28176
  viewMode: "month" | "year" | "months";
28204
28177
  showAdjacentMonths: boolean;
28205
28178
  weekdays: number[];
@@ -28230,6 +28203,7 @@ declare const VDatePicker: {
28230
28203
  max?: unknown;
28231
28204
  bgColor?: string | undefined;
28232
28205
  min?: unknown;
28206
+ firstDayOfWeek?: string | number | undefined;
28233
28207
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28234
28208
  displayValue?: unknown;
28235
28209
  } & {
@@ -28251,10 +28225,10 @@ declare const VDatePicker: {
28251
28225
  transition: string;
28252
28226
  rounded: string | number | boolean;
28253
28227
  tile: boolean;
28254
- nextIcon: string;
28255
- prevIcon: string;
28228
+ nextIcon: IconValue;
28229
+ prevIcon: IconValue;
28256
28230
  reverseTransition: string;
28257
- modeIcon: string;
28231
+ modeIcon: IconValue;
28258
28232
  viewMode: "month" | "year" | "months";
28259
28233
  showAdjacentMonths: boolean;
28260
28234
  weekdays: number[];
@@ -28360,6 +28334,7 @@ declare const VDatePicker: {
28360
28334
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
28361
28335
  default: NonNullable<"static" | "dynamic">;
28362
28336
  };
28337
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28363
28338
  hideWeekdays: BooleanConstructor;
28364
28339
  multiple: vue.PropType<number | boolean | (string & {}) | "range">;
28365
28340
  showWeek: BooleanConstructor;
@@ -28376,15 +28351,15 @@ declare const VDatePicker: {
28376
28351
  default: undefined;
28377
28352
  };
28378
28353
  nextIcon: {
28379
- type: StringConstructor[];
28354
+ type: vue.PropType<IconValue>;
28380
28355
  default: string;
28381
28356
  };
28382
28357
  prevIcon: {
28383
- type: StringConstructor[];
28358
+ type: vue.PropType<IconValue>;
28384
28359
  default: string;
28385
28360
  };
28386
28361
  modeIcon: {
28387
- type: StringConstructor[];
28362
+ type: vue.PropType<IconValue>;
28388
28363
  default: string;
28389
28364
  };
28390
28365
  text: StringConstructor;
@@ -28469,6 +28444,7 @@ declare const VDatePicker: {
28469
28444
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
28470
28445
  default: NonNullable<"static" | "dynamic">;
28471
28446
  };
28447
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28472
28448
  hideWeekdays: BooleanConstructor;
28473
28449
  multiple: vue.PropType<number | boolean | (string & {}) | "range">;
28474
28450
  showWeek: BooleanConstructor;
@@ -28485,15 +28461,15 @@ declare const VDatePicker: {
28485
28461
  default: undefined;
28486
28462
  };
28487
28463
  nextIcon: {
28488
- type: StringConstructor[];
28464
+ type: vue.PropType<IconValue>;
28489
28465
  default: string;
28490
28466
  };
28491
28467
  prevIcon: {
28492
- type: StringConstructor[];
28468
+ type: vue.PropType<IconValue>;
28493
28469
  default: string;
28494
28470
  };
28495
28471
  modeIcon: {
28496
- type: StringConstructor[];
28472
+ type: vue.PropType<IconValue>;
28497
28473
  default: string;
28498
28474
  };
28499
28475
  text: StringConstructor;
@@ -28511,9 +28487,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
28511
28487
  declare const VDatePickerControls: {
28512
28488
  new (...args: any[]): vue.CreateComponentPublicInstance<{
28513
28489
  disabled: string | boolean | string[];
28514
- nextIcon: string;
28515
- prevIcon: string;
28516
- modeIcon: string;
28490
+ nextIcon: IconValue;
28491
+ prevIcon: IconValue;
28492
+ modeIcon: IconValue;
28517
28493
  viewMode: "month" | "year" | "months";
28518
28494
  } & {
28519
28495
  text?: string | undefined;
@@ -28541,9 +28517,9 @@ declare const VDatePickerControls: {
28541
28517
  'click:text': () => true;
28542
28518
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
28543
28519
  disabled: string | boolean | string[];
28544
- nextIcon: string;
28545
- prevIcon: string;
28546
- modeIcon: string;
28520
+ nextIcon: IconValue;
28521
+ prevIcon: IconValue;
28522
+ modeIcon: IconValue;
28547
28523
  viewMode: "month" | "year" | "months";
28548
28524
  } & {
28549
28525
  text?: string | undefined;
@@ -28566,9 +28542,9 @@ declare const VDatePickerControls: {
28566
28542
  }, {
28567
28543
  active: string | string[];
28568
28544
  disabled: string | boolean | string[];
28569
- nextIcon: string;
28570
- prevIcon: string;
28571
- modeIcon: string;
28545
+ nextIcon: IconValue;
28546
+ prevIcon: IconValue;
28547
+ modeIcon: IconValue;
28572
28548
  viewMode: "month" | "year" | "months";
28573
28549
  }, true, {}, vue.SlotsType<Partial<{
28574
28550
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -28583,9 +28559,9 @@ declare const VDatePickerControls: {
28583
28559
  Defaults: {};
28584
28560
  }, {
28585
28561
  disabled: string | boolean | string[];
28586
- nextIcon: string;
28587
- prevIcon: string;
28588
- modeIcon: string;
28562
+ nextIcon: IconValue;
28563
+ prevIcon: IconValue;
28564
+ modeIcon: IconValue;
28589
28565
  viewMode: "month" | "year" | "months";
28590
28566
  } & {
28591
28567
  text?: string | undefined;
@@ -28608,9 +28584,9 @@ declare const VDatePickerControls: {
28608
28584
  }, {}, {}, {}, {}, {
28609
28585
  active: string | string[];
28610
28586
  disabled: string | boolean | string[];
28611
- nextIcon: string;
28612
- prevIcon: string;
28613
- modeIcon: string;
28587
+ nextIcon: IconValue;
28588
+ prevIcon: IconValue;
28589
+ modeIcon: IconValue;
28614
28590
  viewMode: "month" | "year" | "months";
28615
28591
  }>;
28616
28592
  __isFragment?: undefined;
@@ -28618,9 +28594,9 @@ declare const VDatePickerControls: {
28618
28594
  __isSuspense?: undefined;
28619
28595
  } & vue.ComponentOptionsBase<{
28620
28596
  disabled: string | boolean | string[];
28621
- nextIcon: string;
28622
- prevIcon: string;
28623
- modeIcon: string;
28597
+ nextIcon: IconValue;
28598
+ prevIcon: IconValue;
28599
+ modeIcon: IconValue;
28624
28600
  viewMode: "month" | "year" | "months";
28625
28601
  } & {
28626
28602
  text?: string | undefined;
@@ -28649,9 +28625,9 @@ declare const VDatePickerControls: {
28649
28625
  }, string, {
28650
28626
  active: string | string[];
28651
28627
  disabled: string | boolean | string[];
28652
- nextIcon: string;
28653
- prevIcon: string;
28654
- modeIcon: string;
28628
+ nextIcon: IconValue;
28629
+ prevIcon: IconValue;
28630
+ modeIcon: IconValue;
28655
28631
  viewMode: "month" | "year" | "months";
28656
28632
  }, {}, string, vue.SlotsType<Partial<{
28657
28633
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -28667,15 +28643,15 @@ declare const VDatePickerControls: {
28667
28643
  default: boolean;
28668
28644
  };
28669
28645
  nextIcon: {
28670
- type: StringConstructor[];
28646
+ type: PropType<IconValue>;
28671
28647
  default: string;
28672
28648
  };
28673
28649
  prevIcon: {
28674
- type: StringConstructor[];
28650
+ type: PropType<IconValue>;
28675
28651
  default: string;
28676
28652
  };
28677
28653
  modeIcon: {
28678
- type: StringConstructor[];
28654
+ type: PropType<IconValue>;
28679
28655
  default: string;
28680
28656
  };
28681
28657
  text: StringConstructor;
@@ -28693,15 +28669,15 @@ declare const VDatePickerControls: {
28693
28669
  default: boolean;
28694
28670
  };
28695
28671
  nextIcon: {
28696
- type: StringConstructor[];
28672
+ type: PropType<IconValue>;
28697
28673
  default: string;
28698
28674
  };
28699
28675
  prevIcon: {
28700
- type: StringConstructor[];
28676
+ type: PropType<IconValue>;
28701
28677
  default: string;
28702
28678
  };
28703
28679
  modeIcon: {
28704
- type: StringConstructor[];
28680
+ type: PropType<IconValue>;
28705
28681
  default: string;
28706
28682
  };
28707
28683
  text: StringConstructor;
@@ -28879,6 +28855,7 @@ declare const VDatePickerMonth: {
28879
28855
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28880
28856
  max?: unknown;
28881
28857
  min?: unknown;
28858
+ firstDayOfWeek?: string | number | undefined;
28882
28859
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28883
28860
  displayValue?: unknown;
28884
28861
  } & {
@@ -28933,6 +28910,7 @@ declare const VDatePickerMonth: {
28933
28910
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28934
28911
  max?: unknown;
28935
28912
  min?: unknown;
28913
+ firstDayOfWeek?: string | number | undefined;
28936
28914
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28937
28915
  displayValue?: unknown;
28938
28916
  } & {
@@ -29009,6 +28987,7 @@ declare const VDatePickerMonth: {
29009
28987
  multiple?: number | boolean | (string & {}) | "range" | undefined;
29010
28988
  max?: unknown;
29011
28989
  min?: unknown;
28990
+ firstDayOfWeek?: string | number | undefined;
29012
28991
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
29013
28992
  displayValue?: unknown;
29014
28993
  } & {
@@ -29072,6 +29051,7 @@ declare const VDatePickerMonth: {
29072
29051
  multiple?: number | boolean | (string & {}) | "range" | undefined;
29073
29052
  max?: unknown;
29074
29053
  min?: unknown;
29054
+ firstDayOfWeek?: string | number | undefined;
29075
29055
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
29076
29056
  displayValue?: unknown;
29077
29057
  } & {
@@ -29159,6 +29139,7 @@ declare const VDatePickerMonth: {
29159
29139
  type: PropType<"static" | "dynamic">;
29160
29140
  default: string;
29161
29141
  };
29142
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
29162
29143
  color: StringConstructor;
29163
29144
  hideWeekdays: BooleanConstructor;
29164
29145
  multiple: PropType<number | boolean | (string & {}) | "range">;
@@ -29202,6 +29183,7 @@ declare const VDatePickerMonth: {
29202
29183
  type: PropType<"static" | "dynamic">;
29203
29184
  default: string;
29204
29185
  };
29186
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
29205
29187
  color: StringConstructor;
29206
29188
  hideWeekdays: BooleanConstructor;
29207
29189
  multiple: PropType<number | boolean | (string & {}) | "range">;
@@ -29889,7 +29871,7 @@ declare const VDialog: {
29889
29871
  eager: boolean;
29890
29872
  location: Anchor;
29891
29873
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29892
- updateLocation: (e: Event) => void;
29874
+ updateLocation: (e?: Event | undefined) => void;
29893
29875
  } | undefined) | "connected";
29894
29876
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
29895
29877
  activatorProps: Record<string, any>;
@@ -29974,7 +29956,7 @@ declare const VDialog: {
29974
29956
  eager: boolean;
29975
29957
  location: Anchor;
29976
29958
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29977
- updateLocation: (e: Event) => void;
29959
+ updateLocation: (e?: Event | undefined) => void;
29978
29960
  } | undefined) | "connected";
29979
29961
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29980
29962
  activatorProps: Record<string, any>;
@@ -30001,7 +29983,7 @@ declare const VDialog: {
30001
29983
  eager: boolean;
30002
29984
  location: Anchor;
30003
29985
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30004
- updateLocation: (e: Event) => void;
29986
+ updateLocation: (e?: Event | undefined) => void;
30005
29987
  } | undefined) | "connected";
30006
29988
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30007
29989
  activatorProps: Record<string, any>;
@@ -30079,7 +30061,7 @@ declare const VDialog: {
30079
30061
  eager: boolean;
30080
30062
  location: Anchor;
30081
30063
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30082
- updateLocation: (e: Event) => void;
30064
+ updateLocation: (e?: Event | undefined) => void;
30083
30065
  } | undefined) | "connected";
30084
30066
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30085
30067
  activatorProps: Record<string, any>;
@@ -30186,7 +30168,7 @@ declare const VDialog: {
30186
30168
  eager: boolean;
30187
30169
  location: Anchor;
30188
30170
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30189
- updateLocation: (e: Event) => void;
30171
+ updateLocation: (e?: Event | undefined) => void;
30190
30172
  } | undefined) | "connected";
30191
30173
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30192
30174
  activatorProps: Record<string, any>;
@@ -30282,7 +30264,7 @@ declare const VDialog: {
30282
30264
  eager: boolean;
30283
30265
  location: Anchor;
30284
30266
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30285
- updateLocation: (e: Event) => void;
30267
+ updateLocation: (e?: Event | undefined) => void;
30286
30268
  } | undefined) | "connected";
30287
30269
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30288
30270
  activatorProps: Record<string, any>;
@@ -30342,7 +30324,7 @@ declare const VDialog: {
30342
30324
  eager: boolean;
30343
30325
  location: Anchor;
30344
30326
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30345
- updateLocation: (e: Event) => void;
30327
+ updateLocation: (e?: Event | undefined) => void;
30346
30328
  } | undefined) | "connected";
30347
30329
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30348
30330
  activatorProps: Record<string, any>;
@@ -30438,7 +30420,7 @@ declare const VDialog: {
30438
30420
  eager: boolean;
30439
30421
  location: Anchor;
30440
30422
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30441
- updateLocation: (e: Event) => void;
30423
+ updateLocation: (e?: Event | undefined) => void;
30442
30424
  } | undefined) | "connected";
30443
30425
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30444
30426
  activatorProps: Record<string, any>;
@@ -30522,7 +30504,7 @@ declare const VDialog: {
30522
30504
  eager: boolean;
30523
30505
  location: Anchor;
30524
30506
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30525
- updateLocation: (e: Event) => void;
30507
+ updateLocation: (e?: Event | undefined) => void;
30526
30508
  } | undefined) | "connected";
30527
30509
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30528
30510
  activatorProps: Record<string, any>;
@@ -30573,7 +30555,7 @@ declare const VDialog: {
30573
30555
  eager: boolean;
30574
30556
  location: Anchor;
30575
30557
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30576
- updateLocation: (e: Event) => void;
30558
+ updateLocation: (e?: Event | undefined) => void;
30577
30559
  } | undefined) | "connected";
30578
30560
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30579
30561
  activatorProps: Record<string, any>;
@@ -30658,7 +30640,7 @@ declare const VDialog: {
30658
30640
  eager: boolean;
30659
30641
  location: Anchor;
30660
30642
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30661
- updateLocation: (e: Event) => void;
30643
+ updateLocation: (e?: Event | undefined) => void;
30662
30644
  } | undefined) | "connected";
30663
30645
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30664
30646
  activatorProps: Record<string, any>;
@@ -30685,7 +30667,7 @@ declare const VDialog: {
30685
30667
  eager: boolean;
30686
30668
  location: Anchor;
30687
30669
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30688
- updateLocation: (e: Event) => void;
30670
+ updateLocation: (e?: Event | undefined) => void;
30689
30671
  } | undefined) | "connected";
30690
30672
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30691
30673
  activatorProps: Record<string, any>;
@@ -30763,7 +30745,7 @@ declare const VDialog: {
30763
30745
  eager: boolean;
30764
30746
  location: Anchor;
30765
30747
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30766
- updateLocation: (e: Event) => void;
30748
+ updateLocation: (e?: Event | undefined) => void;
30767
30749
  } | undefined) | "connected";
30768
30750
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30769
30751
  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: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30876
30858
  activatorProps: Record<string, any>;
@@ -30966,7 +30948,7 @@ declare const VDialog: {
30966
30948
  eager: boolean;
30967
30949
  location: Anchor;
30968
30950
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30969
- updateLocation: (e: Event) => void;
30951
+ updateLocation: (e?: Event | undefined) => void;
30970
30952
  } | undefined) | "connected";
30971
30953
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30972
30954
  activatorProps: Record<string, any>;
@@ -31026,7 +31008,7 @@ declare const VDialog: {
31026
31008
  eager: boolean;
31027
31009
  location: Anchor;
31028
31010
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31029
- updateLocation: (e: Event) => void;
31011
+ updateLocation: (e?: Event | undefined) => void;
31030
31012
  } | undefined) | "connected";
31031
31013
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31032
31014
  activatorProps: Record<string, any>;
@@ -31119,7 +31101,7 @@ declare const VDialog: {
31119
31101
  eager: boolean;
31120
31102
  location: Anchor;
31121
31103
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31122
- updateLocation: (e: Event) => void;
31104
+ updateLocation: (e?: Event | undefined) => void;
31123
31105
  } | undefined) | "connected";
31124
31106
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
31125
31107
  activatorProps: Record<string, any>;
@@ -31154,7 +31136,7 @@ declare const VDialog: {
31154
31136
  eager: boolean;
31155
31137
  location: Anchor;
31156
31138
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31157
- updateLocation: (e: Event) => void;
31139
+ updateLocation: (e?: Event | undefined) => void;
31158
31140
  } | undefined) | "connected";
31159
31141
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
31160
31142
  activatorProps: Record<string, any>;
@@ -31239,7 +31221,7 @@ declare const VDialog: {
31239
31221
  eager: boolean;
31240
31222
  location: Anchor;
31241
31223
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31242
- updateLocation: (e: Event) => void;
31224
+ updateLocation: (e?: Event | undefined) => void;
31243
31225
  } | undefined) | "connected";
31244
31226
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31245
31227
  activatorProps: Record<string, any>;
@@ -31266,7 +31248,7 @@ declare const VDialog: {
31266
31248
  eager: boolean;
31267
31249
  location: Anchor;
31268
31250
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31269
- updateLocation: (e: Event) => void;
31251
+ updateLocation: (e?: Event | undefined) => void;
31270
31252
  } | undefined) | "connected";
31271
31253
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31272
31254
  activatorProps: Record<string, any>;
@@ -31344,7 +31326,7 @@ declare const VDialog: {
31344
31326
  eager: boolean;
31345
31327
  location: Anchor;
31346
31328
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31347
- updateLocation: (e: Event) => void;
31329
+ updateLocation: (e?: Event | undefined) => void;
31348
31330
  } | undefined) | "connected";
31349
31331
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31350
31332
  activatorProps: Record<string, any>;
@@ -31451,7 +31433,7 @@ declare const VDialog: {
31451
31433
  eager: boolean;
31452
31434
  location: Anchor;
31453
31435
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31454
- updateLocation: (e: Event) => void;
31436
+ updateLocation: (e?: Event | undefined) => void;
31455
31437
  } | undefined) | "connected";
31456
31438
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31457
31439
  activatorProps: Record<string, any>;
@@ -31547,7 +31529,7 @@ declare const VDialog: {
31547
31529
  eager: boolean;
31548
31530
  location: Anchor;
31549
31531
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31550
- updateLocation: (e: Event) => void;
31532
+ updateLocation: (e?: Event | undefined) => void;
31551
31533
  } | undefined) | "connected";
31552
31534
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31553
31535
  activatorProps: Record<string, any>;
@@ -31607,7 +31589,7 @@ declare const VDialog: {
31607
31589
  eager: boolean;
31608
31590
  location: Anchor;
31609
31591
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31610
- updateLocation: (e: Event) => void;
31592
+ updateLocation: (e?: Event | undefined) => void;
31611
31593
  } | undefined) | "connected";
31612
31594
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
31613
31595
  activatorProps: Record<string, any>;
@@ -31703,7 +31685,7 @@ declare const VDialog: {
31703
31685
  eager: boolean;
31704
31686
  location: Anchor;
31705
31687
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31706
- updateLocation: (e: Event) => void;
31688
+ updateLocation: (e?: Event | undefined) => void;
31707
31689
  } | undefined) | "connected";
31708
31690
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
31709
31691
  activatorProps: Record<string, any>;
@@ -31762,7 +31744,7 @@ declare const VDialog: {
31762
31744
  };
31763
31745
  locationStrategy: {
31764
31746
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31765
- updateLocation: (e: Event) => void;
31747
+ updateLocation: (e?: Event | undefined) => void;
31766
31748
  } | undefined) | "connected">;
31767
31749
  default: string;
31768
31750
  validator: (val: any) => boolean;
@@ -31870,7 +31852,7 @@ declare const VDialog: {
31870
31852
  };
31871
31853
  locationStrategy: {
31872
31854
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31873
- updateLocation: (e: Event) => void;
31855
+ updateLocation: (e?: Event | undefined) => void;
31874
31856
  } | undefined) | "connected">;
31875
31857
  default: string;
31876
31858
  validator: (val: any) => boolean;
@@ -34314,6 +34296,7 @@ declare const VFileInput: {
34314
34296
  direction: "horizontal" | "vertical";
34315
34297
  prependIcon: NonNullable<IconValue>;
34316
34298
  clearIcon: IconValue;
34299
+ centerAffix: boolean;
34317
34300
  hideSpinButtons: boolean;
34318
34301
  persistentHint: boolean;
34319
34302
  clearable: boolean;
@@ -34350,7 +34333,6 @@ declare const VFileInput: {
34350
34333
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34351
34334
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34352
34335
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34353
- centerAffix?: boolean | undefined;
34354
34336
  hint?: string | undefined;
34355
34337
  hideDetails?: boolean | "auto" | undefined;
34356
34338
  } & {
@@ -34699,6 +34681,7 @@ declare const VFileInput: {
34699
34681
  direction: "horizontal" | "vertical";
34700
34682
  prependIcon: NonNullable<IconValue>;
34701
34683
  clearIcon: IconValue;
34684
+ centerAffix: boolean;
34702
34685
  hideSpinButtons: boolean;
34703
34686
  persistentHint: boolean;
34704
34687
  clearable: boolean;
@@ -34735,7 +34718,6 @@ declare const VFileInput: {
34735
34718
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34736
34719
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34737
34720
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34738
- centerAffix?: boolean | undefined;
34739
34721
  hint?: string | undefined;
34740
34722
  hideDetails?: boolean | "auto" | undefined;
34741
34723
  } & {
@@ -34922,6 +34904,7 @@ declare const VFileInput: {
34922
34904
  direction: "horizontal" | "vertical";
34923
34905
  prependIcon: NonNullable<IconValue>;
34924
34906
  clearIcon: IconValue;
34907
+ centerAffix: boolean;
34925
34908
  hideSpinButtons: boolean;
34926
34909
  persistentHint: boolean;
34927
34910
  clearable: boolean;
@@ -34958,7 +34941,6 @@ declare const VFileInput: {
34958
34941
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34959
34942
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34960
34943
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34961
- centerAffix?: boolean | undefined;
34962
34944
  hint?: string | undefined;
34963
34945
  hideDetails?: boolean | "auto" | undefined;
34964
34946
  } & {
@@ -35341,6 +35323,7 @@ declare const VFileInput: {
35341
35323
  direction: "horizontal" | "vertical";
35342
35324
  prependIcon: NonNullable<IconValue>;
35343
35325
  clearIcon: IconValue;
35326
+ centerAffix: boolean;
35344
35327
  hideSpinButtons: boolean;
35345
35328
  persistentHint: boolean;
35346
35329
  clearable: boolean;
@@ -35377,7 +35360,6 @@ declare const VFileInput: {
35377
35360
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
35378
35361
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
35379
35362
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
35380
- centerAffix?: boolean | undefined;
35381
35363
  hint?: string | undefined;
35382
35364
  hideDetails?: boolean | "auto" | undefined;
35383
35365
  } & {
@@ -35809,10 +35791,7 @@ declare const VFileInput: {
35809
35791
  default: string;
35810
35792
  };
35811
35793
  active: BooleanConstructor;
35812
- centerAffix: {
35813
- type: BooleanConstructor;
35814
- default: undefined;
35815
- };
35794
+ centerAffix: BooleanConstructor;
35816
35795
  color: StringConstructor;
35817
35796
  baseColor: StringConstructor;
35818
35797
  dirty: BooleanConstructor;
@@ -35931,10 +35910,7 @@ declare const VFileInput: {
35931
35910
  default: string;
35932
35911
  };
35933
35912
  active: BooleanConstructor;
35934
- centerAffix: {
35935
- type: BooleanConstructor;
35936
- default: undefined;
35937
- };
35913
+ centerAffix: BooleanConstructor;
35938
35914
  color: StringConstructor;
35939
35915
  baseColor: StringConstructor;
35940
35916
  dirty: BooleanConstructor;
@@ -41736,7 +41712,7 @@ declare const VMenu: {
41736
41712
  eager: boolean;
41737
41713
  location: Anchor;
41738
41714
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41739
- updateLocation: (e: Event) => void;
41715
+ updateLocation: (e?: Event | undefined) => void;
41740
41716
  } | undefined) | "connected">;
41741
41717
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41742
41718
  closeDelay: NonNullable<string | number>;
@@ -41821,7 +41797,7 @@ declare const VMenu: {
41821
41797
  eager: boolean;
41822
41798
  location: Anchor;
41823
41799
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41824
- updateLocation: (e: Event) => void;
41800
+ updateLocation: (e?: Event | undefined) => void;
41825
41801
  } | undefined) | "connected";
41826
41802
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41827
41803
  activatorProps: Record<string, any>;
@@ -41848,7 +41824,7 @@ declare const VMenu: {
41848
41824
  eager: boolean;
41849
41825
  location: Anchor;
41850
41826
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41851
- updateLocation: (e: Event) => void;
41827
+ updateLocation: (e?: Event | undefined) => void;
41852
41828
  } | undefined) | "connected";
41853
41829
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41854
41830
  activatorProps: Record<string, any>;
@@ -41926,7 +41902,7 @@ declare const VMenu: {
41926
41902
  eager: boolean;
41927
41903
  location: Anchor;
41928
41904
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41929
- updateLocation: (e: Event) => void;
41905
+ updateLocation: (e?: Event | undefined) => void;
41930
41906
  } | undefined) | "connected";
41931
41907
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41932
41908
  activatorProps: Record<string, any>;
@@ -42033,7 +42009,7 @@ declare const VMenu: {
42033
42009
  eager: boolean;
42034
42010
  location: Anchor;
42035
42011
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42036
- updateLocation: (e: Event) => void;
42012
+ updateLocation: (e?: Event | undefined) => void;
42037
42013
  } | undefined) | "connected";
42038
42014
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42039
42015
  activatorProps: Record<string, any>;
@@ -42129,7 +42105,7 @@ declare const VMenu: {
42129
42105
  eager: boolean;
42130
42106
  location: Anchor;
42131
42107
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42132
- updateLocation: (e: Event) => void;
42108
+ updateLocation: (e?: Event | undefined) => void;
42133
42109
  } | undefined) | "connected";
42134
42110
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42135
42111
  activatorProps: Record<string, any>;
@@ -42189,7 +42165,7 @@ declare const VMenu: {
42189
42165
  eager: boolean;
42190
42166
  location: Anchor;
42191
42167
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42192
- updateLocation: (e: Event) => void;
42168
+ updateLocation: (e?: Event | undefined) => void;
42193
42169
  } | undefined) | "connected";
42194
42170
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42195
42171
  activatorProps: Record<string, any>;
@@ -42283,7 +42259,7 @@ declare const VMenu: {
42283
42259
  eager: boolean;
42284
42260
  location: Anchor;
42285
42261
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42286
- updateLocation: (e: Event) => void;
42262
+ updateLocation: (e?: Event | undefined) => void;
42287
42263
  } | undefined) | "connected">;
42288
42264
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42289
42265
  closeDelay: NonNullable<string | number>;
@@ -42363,7 +42339,7 @@ declare const VMenu: {
42363
42339
  eager: boolean;
42364
42340
  location: Anchor;
42365
42341
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42366
- updateLocation: (e: Event) => void;
42342
+ updateLocation: (e?: Event | undefined) => void;
42367
42343
  } | undefined) | "connected">;
42368
42344
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42369
42345
  closeDelay: NonNullable<string | number>;
@@ -42412,7 +42388,7 @@ declare const VMenu: {
42412
42388
  eager: boolean;
42413
42389
  location: Anchor;
42414
42390
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42415
- updateLocation: (e: Event) => void;
42391
+ updateLocation: (e?: Event | undefined) => void;
42416
42392
  } | undefined) | "connected">;
42417
42393
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42418
42394
  closeDelay: NonNullable<string | number>;
@@ -42497,7 +42473,7 @@ declare const VMenu: {
42497
42473
  eager: boolean;
42498
42474
  location: Anchor;
42499
42475
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42500
- updateLocation: (e: Event) => void;
42476
+ updateLocation: (e?: Event | undefined) => void;
42501
42477
  } | undefined) | "connected";
42502
42478
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42503
42479
  activatorProps: Record<string, any>;
@@ -42524,7 +42500,7 @@ declare const VMenu: {
42524
42500
  eager: boolean;
42525
42501
  location: Anchor;
42526
42502
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42527
- updateLocation: (e: Event) => void;
42503
+ updateLocation: (e?: Event | undefined) => void;
42528
42504
  } | undefined) | "connected";
42529
42505
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42530
42506
  activatorProps: Record<string, any>;
@@ -42602,7 +42578,7 @@ declare const VMenu: {
42602
42578
  eager: boolean;
42603
42579
  location: Anchor;
42604
42580
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42605
- updateLocation: (e: Event) => void;
42581
+ updateLocation: (e?: Event | undefined) => void;
42606
42582
  } | undefined) | "connected";
42607
42583
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42608
42584
  activatorProps: Record<string, any>;
@@ -42709,7 +42685,7 @@ declare const VMenu: {
42709
42685
  eager: boolean;
42710
42686
  location: Anchor;
42711
42687
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42712
- updateLocation: (e: Event) => void;
42688
+ updateLocation: (e?: Event | undefined) => void;
42713
42689
  } | undefined) | "connected";
42714
42690
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42715
42691
  activatorProps: Record<string, any>;
@@ -42805,7 +42781,7 @@ declare const VMenu: {
42805
42781
  eager: boolean;
42806
42782
  location: Anchor;
42807
42783
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42808
- updateLocation: (e: Event) => void;
42784
+ updateLocation: (e?: Event | undefined) => void;
42809
42785
  } | undefined) | "connected";
42810
42786
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42811
42787
  activatorProps: Record<string, any>;
@@ -42865,7 +42841,7 @@ declare const VMenu: {
42865
42841
  eager: boolean;
42866
42842
  location: Anchor;
42867
42843
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42868
- updateLocation: (e: Event) => void;
42844
+ updateLocation: (e?: Event | undefined) => void;
42869
42845
  } | undefined) | "connected";
42870
42846
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42871
42847
  activatorProps: Record<string, any>;
@@ -42957,7 +42933,7 @@ declare const VMenu: {
42957
42933
  eager: boolean;
42958
42934
  location: Anchor;
42959
42935
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42960
- updateLocation: (e: Event) => void;
42936
+ updateLocation: (e?: Event | undefined) => void;
42961
42937
  } | undefined) | "connected">;
42962
42938
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42963
42939
  closeDelay: NonNullable<string | number>;
@@ -42990,7 +42966,7 @@ declare const VMenu: {
42990
42966
  eager: boolean;
42991
42967
  location: Anchor;
42992
42968
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42993
- updateLocation: (e: Event) => void;
42969
+ updateLocation: (e?: Event | undefined) => void;
42994
42970
  } | undefined) | "connected">;
42995
42971
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42996
42972
  closeDelay: NonNullable<string | number>;
@@ -43075,7 +43051,7 @@ declare const VMenu: {
43075
43051
  eager: boolean;
43076
43052
  location: Anchor;
43077
43053
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43078
- updateLocation: (e: Event) => void;
43054
+ updateLocation: (e?: Event | undefined) => void;
43079
43055
  } | undefined) | "connected";
43080
43056
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43081
43057
  activatorProps: Record<string, any>;
@@ -43102,7 +43078,7 @@ declare const VMenu: {
43102
43078
  eager: boolean;
43103
43079
  location: Anchor;
43104
43080
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43105
- updateLocation: (e: Event) => void;
43081
+ updateLocation: (e?: Event | undefined) => void;
43106
43082
  } | undefined) | "connected";
43107
43083
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43108
43084
  activatorProps: Record<string, any>;
@@ -43180,7 +43156,7 @@ declare const VMenu: {
43180
43156
  eager: boolean;
43181
43157
  location: Anchor;
43182
43158
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43183
- updateLocation: (e: Event) => void;
43159
+ updateLocation: (e?: Event | undefined) => void;
43184
43160
  } | undefined) | "connected";
43185
43161
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43186
43162
  activatorProps: Record<string, any>;
@@ -43287,7 +43263,7 @@ declare const VMenu: {
43287
43263
  eager: boolean;
43288
43264
  location: Anchor;
43289
43265
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43290
- updateLocation: (e: Event) => void;
43266
+ updateLocation: (e?: Event | undefined) => void;
43291
43267
  } | undefined) | "connected";
43292
43268
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43293
43269
  activatorProps: Record<string, any>;
@@ -43383,7 +43359,7 @@ declare const VMenu: {
43383
43359
  eager: boolean;
43384
43360
  location: Anchor;
43385
43361
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43386
- updateLocation: (e: Event) => void;
43362
+ updateLocation: (e?: Event | undefined) => void;
43387
43363
  } | undefined) | "connected";
43388
43364
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43389
43365
  activatorProps: Record<string, any>;
@@ -43443,7 +43419,7 @@ declare const VMenu: {
43443
43419
  eager: boolean;
43444
43420
  location: Anchor;
43445
43421
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43446
- updateLocation: (e: Event) => void;
43422
+ updateLocation: (e?: Event | undefined) => void;
43447
43423
  } | undefined) | "connected";
43448
43424
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43449
43425
  activatorProps: Record<string, any>;
@@ -43537,7 +43513,7 @@ declare const VMenu: {
43537
43513
  eager: boolean;
43538
43514
  location: Anchor;
43539
43515
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43540
- updateLocation: (e: Event) => void;
43516
+ updateLocation: (e?: Event | undefined) => void;
43541
43517
  } | undefined) | "connected">;
43542
43518
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
43543
43519
  closeDelay: NonNullable<string | number>;
@@ -43618,16 +43594,16 @@ declare const VMenu: {
43618
43594
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43619
43595
  locationStrategy: Omit<{
43620
43596
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43621
- updateLocation: (e: Event) => void;
43597
+ updateLocation: (e?: Event | undefined) => void;
43622
43598
  } | undefined) | "connected">;
43623
43599
  default: string;
43624
43600
  validator: (val: any) => boolean;
43625
43601
  }, "default" | "type"> & {
43626
43602
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43627
- updateLocation: (e: Event) => void;
43603
+ updateLocation: (e?: Event | undefined) => void;
43628
43604
  } | undefined) | "connected">>;
43629
43605
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43630
- updateLocation: (e: Event) => void;
43606
+ updateLocation: (e?: Event | undefined) => void;
43631
43607
  } | undefined) | "connected">;
43632
43608
  };
43633
43609
  scrollStrategy: Omit<{
@@ -43733,16 +43709,16 @@ declare const VMenu: {
43733
43709
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43734
43710
  locationStrategy: Omit<{
43735
43711
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43736
- updateLocation: (e: Event) => void;
43712
+ updateLocation: (e?: Event | undefined) => void;
43737
43713
  } | undefined) | "connected">;
43738
43714
  default: string;
43739
43715
  validator: (val: any) => boolean;
43740
43716
  }, "default" | "type"> & {
43741
43717
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43742
- updateLocation: (e: Event) => void;
43718
+ updateLocation: (e?: Event | undefined) => void;
43743
43719
  } | undefined) | "connected">>;
43744
43720
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43745
- updateLocation: (e: Event) => void;
43721
+ updateLocation: (e?: Event | undefined) => void;
43746
43722
  } | undefined) | "connected">;
43747
43723
  };
43748
43724
  scrollStrategy: Omit<{
@@ -44707,7 +44683,7 @@ declare const VOverlay: {
44707
44683
  eager: boolean;
44708
44684
  location: Anchor;
44709
44685
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44710
- updateLocation: (e: Event) => void;
44686
+ updateLocation: (e?: Event | undefined) => void;
44711
44687
  } | undefined) | "connected";
44712
44688
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44713
44689
  activatorProps: Record<string, any>;
@@ -44803,7 +44779,7 @@ declare const VOverlay: {
44803
44779
  eager: boolean;
44804
44780
  location: Anchor;
44805
44781
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44806
- updateLocation: (e: Event) => void;
44782
+ updateLocation: (e?: Event | undefined) => void;
44807
44783
  } | undefined) | "connected";
44808
44784
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44809
44785
  activatorProps: Record<string, any>;
@@ -44885,7 +44861,7 @@ declare const VOverlay: {
44885
44861
  eager: boolean;
44886
44862
  location: Anchor;
44887
44863
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44888
- updateLocation: (e: Event) => void;
44864
+ updateLocation: (e?: Event | undefined) => void;
44889
44865
  } | undefined) | "connected";
44890
44866
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44891
44867
  activatorProps: Record<string, any>;
@@ -44932,7 +44908,7 @@ declare const VOverlay: {
44932
44908
  eager: boolean;
44933
44909
  location: Anchor;
44934
44910
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44935
- updateLocation: (e: Event) => void;
44911
+ updateLocation: (e?: Event | undefined) => void;
44936
44912
  } | undefined) | "connected";
44937
44913
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44938
44914
  activatorProps: Record<string, any>;
@@ -45023,7 +44999,7 @@ declare const VOverlay: {
45023
44999
  eager: boolean;
45024
45000
  location: Anchor;
45025
45001
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45026
- updateLocation: (e: Event) => void;
45002
+ updateLocation: (e?: Event | undefined) => void;
45027
45003
  } | undefined) | "connected";
45028
45004
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
45029
45005
  activatorProps: Record<string, any>;
@@ -45054,7 +45030,7 @@ declare const VOverlay: {
45054
45030
  eager: boolean;
45055
45031
  location: Anchor;
45056
45032
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45057
- updateLocation: (e: Event) => void;
45033
+ updateLocation: (e?: Event | undefined) => void;
45058
45034
  } | undefined) | "connected";
45059
45035
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
45060
45036
  activatorProps: Record<string, any>;
@@ -45150,7 +45126,7 @@ declare const VOverlay: {
45150
45126
  eager: boolean;
45151
45127
  location: Anchor;
45152
45128
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45153
- updateLocation: (e: Event) => void;
45129
+ updateLocation: (e?: Event | undefined) => void;
45154
45130
  } | undefined) | "connected";
45155
45131
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
45156
45132
  activatorProps: Record<string, any>;
@@ -45193,7 +45169,7 @@ declare const VOverlay: {
45193
45169
  };
45194
45170
  locationStrategy: {
45195
45171
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45196
- updateLocation: (e: Event) => void;
45172
+ updateLocation: (e?: Event | undefined) => void;
45197
45173
  } | undefined) | "connected">;
45198
45174
  default: string;
45199
45175
  validator: (val: any) => boolean;
@@ -45276,7 +45252,7 @@ declare const VOverlay: {
45276
45252
  };
45277
45253
  locationStrategy: {
45278
45254
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45279
- updateLocation: (e: Event) => void;
45255
+ updateLocation: (e?: Event | undefined) => void;
45280
45256
  } | undefined) | "connected">;
45281
45257
  default: string;
45282
45258
  validator: (val: any) => boolean;
@@ -47582,10 +47558,7 @@ declare const VRadioGroup: {
47582
47558
  maxWidth: (StringConstructor | NumberConstructor)[];
47583
47559
  minWidth: (StringConstructor | NumberConstructor)[];
47584
47560
  appendIcon: vue.PropType<IconValue>;
47585
- centerAffix: {
47586
- type: BooleanConstructor;
47587
- default: boolean;
47588
- };
47561
+ centerAffix: BooleanConstructor;
47589
47562
  prependIcon: vue.PropType<IconValue>;
47590
47563
  hideDetails: vue.PropType<boolean | "auto">;
47591
47564
  hideSpinButtons: BooleanConstructor;
@@ -47676,10 +47649,7 @@ declare const VRadioGroup: {
47676
47649
  maxWidth: (StringConstructor | NumberConstructor)[];
47677
47650
  minWidth: (StringConstructor | NumberConstructor)[];
47678
47651
  appendIcon: vue.PropType<IconValue>;
47679
- centerAffix: {
47680
- type: BooleanConstructor;
47681
- default: boolean;
47682
- };
47652
+ centerAffix: BooleanConstructor;
47683
47653
  prependIcon: vue.PropType<IconValue>;
47684
47654
  hideDetails: vue.PropType<boolean | "auto">;
47685
47655
  hideSpinButtons: BooleanConstructor;
@@ -48405,10 +48375,7 @@ declare const VRangeSlider: {
48405
48375
  };
48406
48376
  id: StringConstructor;
48407
48377
  appendIcon: PropType<IconValue>;
48408
- centerAffix: {
48409
- type: BooleanConstructor;
48410
- default: boolean;
48411
- };
48378
+ centerAffix: BooleanConstructor;
48412
48379
  prependIcon: PropType<IconValue>;
48413
48380
  hideDetails: PropType<boolean | "auto">;
48414
48381
  hideSpinButtons: BooleanConstructor;
@@ -48532,10 +48499,7 @@ declare const VRangeSlider: {
48532
48499
  };
48533
48500
  id: StringConstructor;
48534
48501
  appendIcon: PropType<IconValue>;
48535
- centerAffix: {
48536
- type: BooleanConstructor;
48537
- default: boolean;
48538
- };
48502
+ centerAffix: BooleanConstructor;
48539
48503
  prependIcon: PropType<IconValue>;
48540
48504
  hideDetails: PropType<boolean | "auto">;
48541
48505
  hideSpinButtons: BooleanConstructor;
@@ -49113,6 +49077,7 @@ declare const VSelect: {
49113
49077
  direction: "horizontal" | "vertical";
49114
49078
  valueComparator: typeof deepEqual;
49115
49079
  clearIcon: IconValue;
49080
+ centerAffix: boolean;
49116
49081
  hideSpinButtons: boolean;
49117
49082
  persistentHint: boolean;
49118
49083
  itemChildren: NonNullable<SelectItemKey>;
@@ -49157,7 +49122,6 @@ declare const VSelect: {
49157
49122
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49158
49123
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49159
49124
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49160
- centerAffix?: boolean | undefined;
49161
49125
  hint?: string | undefined;
49162
49126
  hideDetails?: boolean | "auto" | undefined;
49163
49127
  suffix?: string | undefined;
@@ -49436,7 +49400,7 @@ declare const VSelect: {
49436
49400
  eager: boolean;
49437
49401
  location: Anchor;
49438
49402
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49439
- updateLocation: (e: Event) => void;
49403
+ updateLocation: (e?: Event | undefined) => void;
49440
49404
  } | undefined) | "connected">;
49441
49405
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49442
49406
  closeDelay: NonNullable<string | number>;
@@ -49465,7 +49429,7 @@ declare const VSelect: {
49465
49429
  eager: boolean;
49466
49430
  location: Anchor;
49467
49431
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49468
- updateLocation: (e: Event) => void;
49432
+ updateLocation: (e?: Event | undefined) => void;
49469
49433
  } | undefined) | "connected">;
49470
49434
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49471
49435
  closeDelay: NonNullable<string | number>;
@@ -49541,7 +49505,7 @@ declare const VSelect: {
49541
49505
  eager: boolean;
49542
49506
  location: Anchor;
49543
49507
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49544
- updateLocation: (e: Event) => void;
49508
+ updateLocation: (e?: Event | undefined) => void;
49545
49509
  } | undefined) | "connected">;
49546
49510
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49547
49511
  closeDelay: NonNullable<string | number>;
@@ -49645,6 +49609,7 @@ declare const VSelect: {
49645
49609
  direction: "horizontal" | "vertical";
49646
49610
  valueComparator: typeof deepEqual;
49647
49611
  clearIcon: IconValue;
49612
+ centerAffix: boolean;
49648
49613
  hideSpinButtons: boolean;
49649
49614
  persistentHint: boolean;
49650
49615
  itemChildren: NonNullable<SelectItemKey>;
@@ -49689,7 +49654,6 @@ declare const VSelect: {
49689
49654
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49690
49655
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49691
49656
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49692
- centerAffix?: boolean | undefined;
49693
49657
  hint?: string | undefined;
49694
49658
  hideDetails?: boolean | "auto" | undefined;
49695
49659
  suffix?: string | undefined;
@@ -49968,7 +49932,7 @@ declare const VSelect: {
49968
49932
  eager: boolean;
49969
49933
  location: Anchor;
49970
49934
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49971
- updateLocation: (e: Event) => void;
49935
+ updateLocation: (e?: Event | undefined) => void;
49972
49936
  } | undefined) | "connected">;
49973
49937
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49974
49938
  closeDelay: NonNullable<string | number>;
@@ -49997,7 +49961,7 @@ declare const VSelect: {
49997
49961
  eager: boolean;
49998
49962
  location: Anchor;
49999
49963
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50000
- updateLocation: (e: Event) => void;
49964
+ updateLocation: (e?: Event | undefined) => void;
50001
49965
  } | undefined) | "connected">;
50002
49966
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50003
49967
  closeDelay: NonNullable<string | number>;
@@ -50073,7 +50037,7 @@ declare const VSelect: {
50073
50037
  eager: boolean;
50074
50038
  location: Anchor;
50075
50039
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50076
- updateLocation: (e: Event) => void;
50040
+ updateLocation: (e?: Event | undefined) => void;
50077
50041
  } | undefined) | "connected">;
50078
50042
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50079
50043
  closeDelay: NonNullable<string | number>;
@@ -50290,6 +50254,7 @@ declare const VSelect: {
50290
50254
  direction: "horizontal" | "vertical";
50291
50255
  valueComparator: typeof deepEqual;
50292
50256
  clearIcon: IconValue;
50257
+ centerAffix: boolean;
50293
50258
  hideSpinButtons: boolean;
50294
50259
  persistentHint: boolean;
50295
50260
  itemChildren: NonNullable<SelectItemKey>;
@@ -50334,7 +50299,6 @@ declare const VSelect: {
50334
50299
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50335
50300
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50336
50301
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50337
- centerAffix?: boolean | undefined;
50338
50302
  hint?: string | undefined;
50339
50303
  hideDetails?: boolean | "auto" | undefined;
50340
50304
  suffix?: string | undefined;
@@ -50613,7 +50577,7 @@ declare const VSelect: {
50613
50577
  eager: boolean;
50614
50578
  location: Anchor;
50615
50579
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50616
- updateLocation: (e: Event) => void;
50580
+ updateLocation: (e?: Event | undefined) => void;
50617
50581
  } | undefined) | "connected">;
50618
50582
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50619
50583
  closeDelay: NonNullable<string | number>;
@@ -50642,7 +50606,7 @@ declare const VSelect: {
50642
50606
  eager: boolean;
50643
50607
  location: Anchor;
50644
50608
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50645
- updateLocation: (e: Event) => void;
50609
+ updateLocation: (e?: Event | undefined) => void;
50646
50610
  } | undefined) | "connected">;
50647
50611
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50648
50612
  closeDelay: NonNullable<string | number>;
@@ -50718,7 +50682,7 @@ declare const VSelect: {
50718
50682
  eager: boolean;
50719
50683
  location: Anchor;
50720
50684
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50721
- updateLocation: (e: Event) => void;
50685
+ updateLocation: (e?: Event | undefined) => void;
50722
50686
  } | undefined) | "connected">;
50723
50687
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50724
50688
  closeDelay: NonNullable<string | number>;
@@ -50870,6 +50834,7 @@ declare const VSelect: {
50870
50834
  direction: "horizontal" | "vertical";
50871
50835
  valueComparator: typeof deepEqual;
50872
50836
  clearIcon: IconValue;
50837
+ centerAffix: boolean;
50873
50838
  hideSpinButtons: boolean;
50874
50839
  persistentHint: boolean;
50875
50840
  itemChildren: NonNullable<SelectItemKey>;
@@ -50914,7 +50879,6 @@ declare const VSelect: {
50914
50879
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50915
50880
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50916
50881
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50917
- centerAffix?: boolean | undefined;
50918
50882
  hint?: string | undefined;
50919
50883
  hideDetails?: boolean | "auto" | undefined;
50920
50884
  suffix?: string | undefined;
@@ -51193,7 +51157,7 @@ declare const VSelect: {
51193
51157
  eager: boolean;
51194
51158
  location: Anchor;
51195
51159
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51196
- updateLocation: (e: Event) => void;
51160
+ updateLocation: (e?: Event | undefined) => void;
51197
51161
  } | undefined) | "connected">;
51198
51162
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51199
51163
  closeDelay: NonNullable<string | number>;
@@ -51222,7 +51186,7 @@ declare const VSelect: {
51222
51186
  eager: boolean;
51223
51187
  location: Anchor;
51224
51188
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51225
- updateLocation: (e: Event) => void;
51189
+ updateLocation: (e?: Event | undefined) => void;
51226
51190
  } | undefined) | "connected">;
51227
51191
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51228
51192
  closeDelay: NonNullable<string | number>;
@@ -51298,7 +51262,7 @@ declare const VSelect: {
51298
51262
  eager: boolean;
51299
51263
  location: Anchor;
51300
51264
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51301
- updateLocation: (e: Event) => void;
51265
+ updateLocation: (e?: Event | undefined) => void;
51302
51266
  } | undefined) | "connected">;
51303
51267
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51304
51268
  closeDelay: NonNullable<string | number>;
@@ -51650,10 +51614,7 @@ declare const VSelect: {
51650
51614
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
51651
51615
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
51652
51616
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
51653
- centerAffix: {
51654
- type: BooleanConstructor;
51655
- default: undefined;
51656
- };
51617
+ centerAffix: BooleanConstructor;
51657
51618
  hideSpinButtons: BooleanConstructor;
51658
51619
  hint: StringConstructor;
51659
51620
  persistentHint: BooleanConstructor;
@@ -51989,7 +51950,7 @@ declare const VSelect: {
51989
51950
  eager: boolean;
51990
51951
  location: Anchor;
51991
51952
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51992
- updateLocation: (e: Event) => void;
51953
+ updateLocation: (e?: Event | undefined) => void;
51993
51954
  } | undefined) | "connected">;
51994
51955
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51995
51956
  closeDelay: NonNullable<string | number>;
@@ -52018,7 +51979,7 @@ declare const VSelect: {
52018
51979
  eager: boolean;
52019
51980
  location: Anchor;
52020
51981
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52021
- updateLocation: (e: Event) => void;
51982
+ updateLocation: (e?: Event | undefined) => void;
52022
51983
  } | undefined) | "connected">;
52023
51984
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52024
51985
  closeDelay: NonNullable<string | number>;
@@ -52094,7 +52055,7 @@ declare const VSelect: {
52094
52055
  eager: boolean;
52095
52056
  location: Anchor;
52096
52057
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52097
- updateLocation: (e: Event) => void;
52058
+ updateLocation: (e?: Event | undefined) => void;
52098
52059
  } | undefined) | "connected">;
52099
52060
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52100
52061
  closeDelay: NonNullable<string | number>;
@@ -52282,10 +52243,7 @@ declare const VSelect: {
52282
52243
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
52283
52244
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
52284
52245
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
52285
- centerAffix: {
52286
- type: BooleanConstructor;
52287
- default: undefined;
52288
- };
52246
+ centerAffix: BooleanConstructor;
52289
52247
  hideSpinButtons: BooleanConstructor;
52290
52248
  hint: StringConstructor;
52291
52249
  persistentHint: BooleanConstructor;
@@ -52621,7 +52579,7 @@ declare const VSelect: {
52621
52579
  eager: boolean;
52622
52580
  location: Anchor;
52623
52581
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52624
- updateLocation: (e: Event) => void;
52582
+ updateLocation: (e?: Event | undefined) => void;
52625
52583
  } | undefined) | "connected">;
52626
52584
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52627
52585
  closeDelay: NonNullable<string | number>;
@@ -52650,7 +52608,7 @@ declare const VSelect: {
52650
52608
  eager: boolean;
52651
52609
  location: Anchor;
52652
52610
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52653
- updateLocation: (e: Event) => void;
52611
+ updateLocation: (e?: Event | undefined) => void;
52654
52612
  } | undefined) | "connected">;
52655
52613
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52656
52614
  closeDelay: NonNullable<string | number>;
@@ -52726,7 +52684,7 @@ declare const VSelect: {
52726
52684
  eager: boolean;
52727
52685
  location: Anchor;
52728
52686
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52729
- updateLocation: (e: Event) => void;
52687
+ updateLocation: (e?: Event | undefined) => void;
52730
52688
  } | undefined) | "connected">;
52731
52689
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52732
52690
  closeDelay: NonNullable<string | number>;
@@ -54319,10 +54277,7 @@ declare const VSlider: {
54319
54277
  };
54320
54278
  id: StringConstructor;
54321
54279
  appendIcon: vue.PropType<IconValue>;
54322
- centerAffix: {
54323
- type: BooleanConstructor;
54324
- default: boolean;
54325
- };
54280
+ centerAffix: BooleanConstructor;
54326
54281
  prependIcon: vue.PropType<IconValue>;
54327
54282
  hideDetails: vue.PropType<boolean | "auto">;
54328
54283
  hideSpinButtons: BooleanConstructor;
@@ -54445,10 +54400,7 @@ declare const VSlider: {
54445
54400
  };
54446
54401
  id: StringConstructor;
54447
54402
  appendIcon: vue.PropType<IconValue>;
54448
- centerAffix: {
54449
- type: BooleanConstructor;
54450
- default: boolean;
54451
- };
54403
+ centerAffix: BooleanConstructor;
54452
54404
  prependIcon: vue.PropType<IconValue>;
54453
54405
  hideDetails: vue.PropType<boolean | "auto">;
54454
54406
  hideSpinButtons: BooleanConstructor;
@@ -54543,7 +54495,7 @@ declare const VSnackbar: {
54543
54495
  eager: boolean;
54544
54496
  location: Anchor;
54545
54497
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54546
- updateLocation: (e: Event) => void;
54498
+ updateLocation: (e?: Event | undefined) => void;
54547
54499
  } | undefined) | "connected";
54548
54500
  activatorProps: Record<string, any>;
54549
54501
  openOnHover: boolean;
@@ -54628,7 +54580,7 @@ declare const VSnackbar: {
54628
54580
  eager: boolean;
54629
54581
  location: Anchor;
54630
54582
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54631
- updateLocation: (e: Event) => void;
54583
+ updateLocation: (e?: Event | undefined) => void;
54632
54584
  } | undefined) | "connected";
54633
54585
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54634
54586
  activatorProps: Record<string, any>;
@@ -54655,7 +54607,7 @@ declare const VSnackbar: {
54655
54607
  eager: boolean;
54656
54608
  location: Anchor;
54657
54609
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54658
- updateLocation: (e: Event) => void;
54610
+ updateLocation: (e?: Event | undefined) => void;
54659
54611
  } | undefined) | "connected";
54660
54612
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54661
54613
  activatorProps: Record<string, any>;
@@ -54733,7 +54685,7 @@ declare const VSnackbar: {
54733
54685
  eager: boolean;
54734
54686
  location: Anchor;
54735
54687
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54736
- updateLocation: (e: Event) => void;
54688
+ updateLocation: (e?: Event | undefined) => void;
54737
54689
  } | undefined) | "connected";
54738
54690
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54739
54691
  activatorProps: Record<string, any>;
@@ -54840,7 +54792,7 @@ declare const VSnackbar: {
54840
54792
  eager: boolean;
54841
54793
  location: Anchor;
54842
54794
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54843
- updateLocation: (e: Event) => void;
54795
+ updateLocation: (e?: Event | undefined) => void;
54844
54796
  } | undefined) | "connected";
54845
54797
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54846
54798
  activatorProps: Record<string, any>;
@@ -54936,7 +54888,7 @@ declare const VSnackbar: {
54936
54888
  eager: boolean;
54937
54889
  location: Anchor;
54938
54890
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54939
- updateLocation: (e: Event) => void;
54891
+ updateLocation: (e?: Event | undefined) => void;
54940
54892
  } | undefined) | "connected";
54941
54893
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54942
54894
  activatorProps: Record<string, any>;
@@ -54996,7 +54948,7 @@ declare const VSnackbar: {
54996
54948
  eager: boolean;
54997
54949
  location: Anchor;
54998
54950
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54999
- updateLocation: (e: Event) => void;
54951
+ updateLocation: (e?: Event | undefined) => void;
55000
54952
  } | undefined) | "connected";
55001
54953
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55002
54954
  activatorProps: Record<string, any>;
@@ -55092,7 +55044,7 @@ declare const VSnackbar: {
55092
55044
  eager: boolean;
55093
55045
  location: Anchor;
55094
55046
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55095
- updateLocation: (e: Event) => void;
55047
+ updateLocation: (e?: Event | undefined) => void;
55096
55048
  } | undefined) | "connected";
55097
55049
  activatorProps: Record<string, any>;
55098
55050
  openOnHover: boolean;
@@ -55178,7 +55130,7 @@ declare const VSnackbar: {
55178
55130
  eager: boolean;
55179
55131
  location: Anchor;
55180
55132
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55181
- updateLocation: (e: Event) => void;
55133
+ updateLocation: (e?: Event | undefined) => void;
55182
55134
  } | undefined) | "connected";
55183
55135
  activatorProps: Record<string, any>;
55184
55136
  openOnClick: boolean;
@@ -55230,7 +55182,7 @@ declare const VSnackbar: {
55230
55182
  eager: boolean;
55231
55183
  location: Anchor;
55232
55184
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55233
- updateLocation: (e: Event) => void;
55185
+ updateLocation: (e?: Event | undefined) => void;
55234
55186
  } | undefined) | "connected";
55235
55187
  activatorProps: Record<string, any>;
55236
55188
  openOnHover: boolean;
@@ -55315,7 +55267,7 @@ declare const VSnackbar: {
55315
55267
  eager: boolean;
55316
55268
  location: Anchor;
55317
55269
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55318
- updateLocation: (e: Event) => void;
55270
+ updateLocation: (e?: Event | undefined) => void;
55319
55271
  } | undefined) | "connected";
55320
55272
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55321
55273
  activatorProps: Record<string, any>;
@@ -55342,7 +55294,7 @@ declare const VSnackbar: {
55342
55294
  eager: boolean;
55343
55295
  location: Anchor;
55344
55296
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55345
- updateLocation: (e: Event) => void;
55297
+ updateLocation: (e?: Event | undefined) => void;
55346
55298
  } | undefined) | "connected";
55347
55299
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55348
55300
  activatorProps: Record<string, any>;
@@ -55420,7 +55372,7 @@ declare const VSnackbar: {
55420
55372
  eager: boolean;
55421
55373
  location: Anchor;
55422
55374
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55423
- updateLocation: (e: Event) => void;
55375
+ updateLocation: (e?: Event | undefined) => void;
55424
55376
  } | undefined) | "connected";
55425
55377
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55426
55378
  activatorProps: Record<string, any>;
@@ -55527,7 +55479,7 @@ declare const VSnackbar: {
55527
55479
  eager: boolean;
55528
55480
  location: Anchor;
55529
55481
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55530
- updateLocation: (e: Event) => void;
55482
+ updateLocation: (e?: Event | undefined) => void;
55531
55483
  } | undefined) | "connected";
55532
55484
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55533
55485
  activatorProps: Record<string, any>;
@@ -55623,7 +55575,7 @@ declare const VSnackbar: {
55623
55575
  eager: boolean;
55624
55576
  location: Anchor;
55625
55577
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55626
- updateLocation: (e: Event) => void;
55578
+ updateLocation: (e?: Event | undefined) => void;
55627
55579
  } | undefined) | "connected";
55628
55580
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55629
55581
  activatorProps: Record<string, any>;
@@ -55683,7 +55635,7 @@ declare const VSnackbar: {
55683
55635
  eager: boolean;
55684
55636
  location: Anchor;
55685
55637
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55686
- updateLocation: (e: Event) => void;
55638
+ updateLocation: (e?: Event | undefined) => void;
55687
55639
  } | undefined) | "connected";
55688
55640
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55689
55641
  activatorProps: Record<string, any>;
@@ -55778,7 +55730,7 @@ declare const VSnackbar: {
55778
55730
  eager: boolean;
55779
55731
  location: Anchor;
55780
55732
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55781
- updateLocation: (e: Event) => void;
55733
+ updateLocation: (e?: Event | undefined) => void;
55782
55734
  } | undefined) | "connected";
55783
55735
  activatorProps: Record<string, any>;
55784
55736
  openOnClick: boolean;
@@ -55809,7 +55761,7 @@ declare const VSnackbar: {
55809
55761
  eager: boolean;
55810
55762
  location: Anchor;
55811
55763
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55812
- updateLocation: (e: Event) => void;
55764
+ updateLocation: (e?: Event | undefined) => void;
55813
55765
  } | undefined) | "connected";
55814
55766
  activatorProps: Record<string, any>;
55815
55767
  openOnHover: boolean;
@@ -55894,7 +55846,7 @@ declare const VSnackbar: {
55894
55846
  eager: boolean;
55895
55847
  location: Anchor;
55896
55848
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55897
- updateLocation: (e: Event) => void;
55849
+ updateLocation: (e?: Event | undefined) => void;
55898
55850
  } | undefined) | "connected";
55899
55851
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55900
55852
  activatorProps: Record<string, any>;
@@ -55921,7 +55873,7 @@ declare const VSnackbar: {
55921
55873
  eager: boolean;
55922
55874
  location: Anchor;
55923
55875
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55924
- updateLocation: (e: Event) => void;
55876
+ updateLocation: (e?: Event | undefined) => void;
55925
55877
  } | undefined) | "connected";
55926
55878
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55927
55879
  activatorProps: Record<string, any>;
@@ -55999,7 +55951,7 @@ declare const VSnackbar: {
55999
55951
  eager: boolean;
56000
55952
  location: Anchor;
56001
55953
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56002
- updateLocation: (e: Event) => void;
55954
+ updateLocation: (e?: Event | undefined) => void;
56003
55955
  } | undefined) | "connected";
56004
55956
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56005
55957
  activatorProps: Record<string, any>;
@@ -56106,7 +56058,7 @@ declare const VSnackbar: {
56106
56058
  eager: boolean;
56107
56059
  location: Anchor;
56108
56060
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56109
- updateLocation: (e: Event) => void;
56061
+ updateLocation: (e?: Event | undefined) => void;
56110
56062
  } | undefined) | "connected";
56111
56063
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56112
56064
  activatorProps: Record<string, any>;
@@ -56202,7 +56154,7 @@ declare const VSnackbar: {
56202
56154
  eager: boolean;
56203
56155
  location: Anchor;
56204
56156
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56205
- updateLocation: (e: Event) => void;
56157
+ updateLocation: (e?: Event | undefined) => void;
56206
56158
  } | undefined) | "connected";
56207
56159
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56208
56160
  activatorProps: Record<string, any>;
@@ -56262,7 +56214,7 @@ declare const VSnackbar: {
56262
56214
  eager: boolean;
56263
56215
  location: Anchor;
56264
56216
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56265
- updateLocation: (e: Event) => void;
56217
+ updateLocation: (e?: Event | undefined) => void;
56266
56218
  } | undefined) | "connected";
56267
56219
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56268
56220
  activatorProps: Record<string, any>;
@@ -56359,7 +56311,7 @@ declare const VSnackbar: {
56359
56311
  eager: boolean;
56360
56312
  location: Anchor;
56361
56313
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56362
- updateLocation: (e: Event) => void;
56314
+ updateLocation: (e?: Event | undefined) => void;
56363
56315
  } | undefined) | "connected";
56364
56316
  activatorProps: Record<string, any>;
56365
56317
  openOnClick: boolean;
@@ -56438,7 +56390,7 @@ declare const VSnackbar: {
56438
56390
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56439
56391
  locationStrategy: {
56440
56392
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56441
- updateLocation: (e: Event) => void;
56393
+ updateLocation: (e?: Event | undefined) => void;
56442
56394
  } | undefined) | "connected">;
56443
56395
  default: string;
56444
56396
  validator: (val: any) => boolean;
@@ -56539,7 +56491,7 @@ declare const VSnackbar: {
56539
56491
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56540
56492
  locationStrategy: {
56541
56493
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56542
- updateLocation: (e: Event) => void;
56494
+ updateLocation: (e?: Event | undefined) => void;
56543
56495
  } | undefined) | "connected">;
56544
56496
  default: string;
56545
56497
  validator: (val: any) => boolean;
@@ -57003,7 +56955,7 @@ declare const VSpeedDial: {
57003
56955
  eager: boolean;
57004
56956
  location: NonNullable<Anchor>;
57005
56957
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57006
- updateLocation: (e: Event) => void;
56958
+ updateLocation: (e?: Event | undefined) => void;
57007
56959
  } | undefined) | "connected">;
57008
56960
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57009
56961
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57085,7 +57037,7 @@ declare const VSpeedDial: {
57085
57037
  eager: boolean;
57086
57038
  location: NonNullable<Anchor>;
57087
57039
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57088
- updateLocation: (e: Event) => void;
57040
+ updateLocation: (e?: Event | undefined) => void;
57089
57041
  } | undefined) | "connected">;
57090
57042
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57091
57043
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57165,7 +57117,7 @@ declare const VSpeedDial: {
57165
57117
  eager: boolean;
57166
57118
  location: NonNullable<Anchor>;
57167
57119
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57168
- updateLocation: (e: Event) => void;
57120
+ updateLocation: (e?: Event | undefined) => void;
57169
57121
  } | undefined) | "connected">;
57170
57122
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57171
57123
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57216,7 +57168,7 @@ declare const VSpeedDial: {
57216
57168
  eager: boolean;
57217
57169
  location: NonNullable<Anchor>;
57218
57170
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57219
- updateLocation: (e: Event) => void;
57171
+ updateLocation: (e?: Event | undefined) => void;
57220
57172
  } | undefined) | "connected">;
57221
57173
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57222
57174
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57296,7 +57248,7 @@ declare const VSpeedDial: {
57296
57248
  eager: boolean;
57297
57249
  location: NonNullable<Anchor>;
57298
57250
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57299
- updateLocation: (e: Event) => void;
57251
+ updateLocation: (e?: Event | undefined) => void;
57300
57252
  } | undefined) | "connected">;
57301
57253
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57302
57254
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57331,7 +57283,7 @@ declare const VSpeedDial: {
57331
57283
  eager: boolean;
57332
57284
  location: NonNullable<Anchor>;
57333
57285
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57334
- updateLocation: (e: Event) => void;
57286
+ updateLocation: (e?: Event | undefined) => void;
57335
57287
  } | undefined) | "connected">;
57336
57288
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57337
57289
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57413,7 +57365,7 @@ declare const VSpeedDial: {
57413
57365
  eager: boolean;
57414
57366
  location: NonNullable<Anchor>;
57415
57367
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57416
- updateLocation: (e: Event) => void;
57368
+ updateLocation: (e?: Event | undefined) => void;
57417
57369
  } | undefined) | "connected">;
57418
57370
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57419
57371
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57514,16 +57466,16 @@ declare const VSpeedDial: {
57514
57466
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57515
57467
  locationStrategy: Omit<{
57516
57468
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57517
- updateLocation: (e: Event) => void;
57469
+ updateLocation: (e?: Event | undefined) => void;
57518
57470
  } | undefined) | "connected">;
57519
57471
  default: string;
57520
57472
  validator: (val: any) => boolean;
57521
57473
  }, "default" | "type"> & {
57522
57474
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57523
- updateLocation: (e: Event) => void;
57475
+ updateLocation: (e?: Event | undefined) => void;
57524
57476
  } | undefined) | "connected">>;
57525
57477
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57526
- updateLocation: (e: Event) => void;
57478
+ updateLocation: (e?: Event | undefined) => void;
57527
57479
  } | undefined) | "connected">;
57528
57480
  };
57529
57481
  scrollStrategy: Omit<{
@@ -57655,16 +57607,16 @@ declare const VSpeedDial: {
57655
57607
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57656
57608
  locationStrategy: Omit<{
57657
57609
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57658
- updateLocation: (e: Event) => void;
57610
+ updateLocation: (e?: Event | undefined) => void;
57659
57611
  } | undefined) | "connected">;
57660
57612
  default: string;
57661
57613
  validator: (val: any) => boolean;
57662
57614
  }, "default" | "type"> & {
57663
57615
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57664
- updateLocation: (e: Event) => void;
57616
+ updateLocation: (e?: Event | undefined) => void;
57665
57617
  } | undefined) | "connected">>;
57666
57618
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57667
- updateLocation: (e: Event) => void;
57619
+ updateLocation: (e?: Event | undefined) => void;
57668
57620
  } | undefined) | "connected">;
57669
57621
  };
57670
57622
  scrollStrategy: Omit<{
@@ -59928,10 +59880,7 @@ declare const VSwitch: {
59928
59880
  maxWidth: (StringConstructor | NumberConstructor)[];
59929
59881
  minWidth: (StringConstructor | NumberConstructor)[];
59930
59882
  appendIcon: vue.PropType<IconValue>;
59931
- centerAffix: {
59932
- type: BooleanConstructor;
59933
- default: boolean;
59934
- };
59883
+ centerAffix: BooleanConstructor;
59935
59884
  prependIcon: vue.PropType<IconValue>;
59936
59885
  hideDetails: vue.PropType<boolean | "auto">;
59937
59886
  hideSpinButtons: BooleanConstructor;
@@ -60024,10 +59973,7 @@ declare const VSwitch: {
60024
59973
  maxWidth: (StringConstructor | NumberConstructor)[];
60025
59974
  minWidth: (StringConstructor | NumberConstructor)[];
60026
59975
  appendIcon: vue.PropType<IconValue>;
60027
- centerAffix: {
60028
- type: BooleanConstructor;
60029
- default: boolean;
60030
- };
59976
+ centerAffix: BooleanConstructor;
60031
59977
  prependIcon: vue.PropType<IconValue>;
60032
59978
  hideDetails: vue.PropType<boolean | "auto">;
60033
59979
  hideSpinButtons: BooleanConstructor;
@@ -63029,7 +62975,6 @@ declare const VTextarea: {
63029
62975
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63030
62976
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63031
62977
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63032
- centerAffix?: boolean | undefined;
63033
62978
  hint?: string | undefined;
63034
62979
  hideDetails?: boolean | "auto" | undefined;
63035
62980
  suffix?: string | undefined;
@@ -63402,7 +63347,6 @@ declare const VTextarea: {
63402
63347
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63403
63348
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63404
63349
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63405
- centerAffix?: boolean | undefined;
63406
63350
  hint?: string | undefined;
63407
63351
  hideDetails?: boolean | "auto" | undefined;
63408
63352
  suffix?: string | undefined;
@@ -63484,7 +63428,6 @@ declare const VTextarea: {
63484
63428
  density: Density;
63485
63429
  direction: "horizontal" | "vertical";
63486
63430
  clearIcon: IconValue;
63487
- centerAffix: boolean;
63488
63431
  hideSpinButtons: boolean;
63489
63432
  persistentHint: boolean;
63490
63433
  autofocus: boolean;
@@ -63600,7 +63543,6 @@ declare const VTextarea: {
63600
63543
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63601
63544
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63602
63545
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63603
- centerAffix?: boolean | undefined;
63604
63546
  hint?: string | undefined;
63605
63547
  hideDetails?: boolean | "auto" | undefined;
63606
63548
  suffix?: string | undefined;
@@ -63927,7 +63869,6 @@ declare const VTextarea: {
63927
63869
  density: Density;
63928
63870
  direction: "horizontal" | "vertical";
63929
63871
  clearIcon: IconValue;
63930
- centerAffix: boolean;
63931
63872
  hideSpinButtons: boolean;
63932
63873
  persistentHint: boolean;
63933
63874
  autofocus: boolean;
@@ -64004,7 +63945,6 @@ declare const VTextarea: {
64004
63945
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64005
63946
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64006
63947
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64007
- centerAffix?: boolean | undefined;
64008
63948
  hint?: string | undefined;
64009
63949
  hideDetails?: boolean | "auto" | undefined;
64010
63950
  suffix?: string | undefined;
@@ -64336,7 +64276,6 @@ declare const VTextarea: {
64336
64276
  density: Density;
64337
64277
  direction: "horizontal" | "vertical";
64338
64278
  clearIcon: IconValue;
64339
- centerAffix: boolean;
64340
64279
  hideSpinButtons: boolean;
64341
64280
  persistentHint: boolean;
64342
64281
  autofocus: boolean;
@@ -64386,52 +64325,55 @@ declare const VTextarea: {
64386
64325
  [key: string]: any;
64387
64326
  }>[];
64388
64327
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
64389
- theme: StringConstructor;
64390
- rounded: {
64391
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64392
- default: undefined;
64393
- };
64394
- tile: BooleanConstructor;
64395
- loading: (StringConstructor | BooleanConstructor)[];
64328
+ reverse: BooleanConstructor;
64329
+ flat: BooleanConstructor;
64396
64330
  class: PropType<any>;
64397
64331
  style: {
64398
64332
  type: PropType<vue.StyleValue>;
64399
64333
  default: null;
64400
64334
  };
64401
- appendInnerIcon: PropType<IconValue>;
64402
- bgColor: StringConstructor;
64403
- clearable: BooleanConstructor;
64404
- clearIcon: {
64405
- type: PropType<IconValue>;
64406
- default: string;
64407
- };
64335
+ label: StringConstructor;
64408
64336
  active: BooleanConstructor;
64409
- centerAffix: {
64410
- type: BooleanConstructor;
64411
- default: undefined;
64412
- };
64337
+ error: BooleanConstructor;
64338
+ theme: StringConstructor;
64413
64339
  color: StringConstructor;
64414
- baseColor: StringConstructor;
64415
- dirty: BooleanConstructor;
64416
64340
  disabled: {
64417
64341
  type: BooleanConstructor;
64418
64342
  default: null;
64419
64343
  };
64420
- error: BooleanConstructor;
64421
- flat: BooleanConstructor;
64422
- label: StringConstructor;
64423
- persistentClear: BooleanConstructor;
64424
- prependInnerIcon: PropType<IconValue>;
64425
- reverse: BooleanConstructor;
64426
- singleLine: BooleanConstructor;
64344
+ loading: (StringConstructor | BooleanConstructor)[];
64345
+ rounded: {
64346
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64347
+ default: undefined;
64348
+ };
64427
64349
  variant: {
64428
64350
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
64429
64351
  default: string;
64430
64352
  validator: (v: any) => boolean;
64431
64353
  };
64354
+ tile: BooleanConstructor;
64355
+ baseColor: StringConstructor;
64356
+ bgColor: StringConstructor;
64357
+ clearIcon: {
64358
+ type: PropType<IconValue>;
64359
+ default: string;
64360
+ };
64361
+ appendInnerIcon: PropType<IconValue>;
64362
+ prependInnerIcon: PropType<IconValue>;
64432
64363
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
64433
64364
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
64434
64365
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
64366
+ clearable: BooleanConstructor;
64367
+ dirty: BooleanConstructor;
64368
+ persistentClear: BooleanConstructor;
64369
+ singleLine: BooleanConstructor;
64370
+ id: StringConstructor;
64371
+ width: (StringConstructor | NumberConstructor)[];
64372
+ name: StringConstructor;
64373
+ messages: {
64374
+ type: PropType<string | readonly string[]>;
64375
+ default: () => never[];
64376
+ };
64435
64377
  focused: BooleanConstructor;
64436
64378
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
64437
64379
  errorMessages: {
@@ -64442,7 +64384,6 @@ declare const VTextarea: {
64442
64384
  type: (StringConstructor | NumberConstructor)[];
64443
64385
  default: number;
64444
64386
  };
64445
- name: StringConstructor;
64446
64387
  readonly: {
64447
64388
  type: PropType<boolean | null>;
64448
64389
  default: null;
@@ -64454,7 +64395,6 @@ declare const VTextarea: {
64454
64395
  modelValue: null;
64455
64396
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
64456
64397
  validationValue: null;
64457
- width: (StringConstructor | NumberConstructor)[];
64458
64398
  maxWidth: (StringConstructor | NumberConstructor)[];
64459
64399
  minWidth: (StringConstructor | NumberConstructor)[];
64460
64400
  density: {
@@ -64462,24 +64402,19 @@ declare const VTextarea: {
64462
64402
  default: string;
64463
64403
  validator: (v: any) => boolean;
64464
64404
  };
64465
- id: StringConstructor;
64466
- appendIcon: PropType<IconValue>;
64467
- prependIcon: PropType<IconValue>;
64468
- hideDetails: PropType<boolean | "auto">;
64469
- hideSpinButtons: BooleanConstructor;
64470
- hint: StringConstructor;
64471
- persistentHint: BooleanConstructor;
64472
- messages: {
64473
- type: PropType<string | readonly string[]>;
64474
- default: () => never[];
64475
- };
64476
64405
  direction: {
64477
64406
  type: PropType<"horizontal" | "vertical">;
64478
64407
  default: string;
64479
64408
  validator: (v: any) => boolean;
64480
64409
  };
64410
+ prependIcon: PropType<IconValue>;
64411
+ appendIcon: PropType<IconValue>;
64481
64412
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
64482
64413
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
64414
+ hideSpinButtons: BooleanConstructor;
64415
+ hint: StringConstructor;
64416
+ persistentHint: BooleanConstructor;
64417
+ hideDetails: PropType<boolean | "auto">;
64483
64418
  autoGrow: BooleanConstructor;
64484
64419
  autofocus: BooleanConstructor;
64485
64420
  counter: PropType<string | number | true>;
@@ -64501,52 +64436,55 @@ declare const VTextarea: {
64501
64436
  suffix: StringConstructor;
64502
64437
  modelModifiers: PropType<Record<string, boolean>>;
64503
64438
  }, vue.ExtractPropTypes<{
64504
- theme: StringConstructor;
64505
- rounded: {
64506
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64507
- default: undefined;
64508
- };
64509
- tile: BooleanConstructor;
64510
- loading: (StringConstructor | BooleanConstructor)[];
64439
+ reverse: BooleanConstructor;
64440
+ flat: BooleanConstructor;
64511
64441
  class: PropType<any>;
64512
64442
  style: {
64513
64443
  type: PropType<vue.StyleValue>;
64514
64444
  default: null;
64515
64445
  };
64516
- appendInnerIcon: PropType<IconValue>;
64517
- bgColor: StringConstructor;
64518
- clearable: BooleanConstructor;
64519
- clearIcon: {
64520
- type: PropType<IconValue>;
64521
- default: string;
64522
- };
64446
+ label: StringConstructor;
64523
64447
  active: BooleanConstructor;
64524
- centerAffix: {
64525
- type: BooleanConstructor;
64526
- default: undefined;
64527
- };
64448
+ error: BooleanConstructor;
64449
+ theme: StringConstructor;
64528
64450
  color: StringConstructor;
64529
- baseColor: StringConstructor;
64530
- dirty: BooleanConstructor;
64531
64451
  disabled: {
64532
64452
  type: BooleanConstructor;
64533
64453
  default: null;
64534
64454
  };
64535
- error: BooleanConstructor;
64536
- flat: BooleanConstructor;
64537
- label: StringConstructor;
64538
- persistentClear: BooleanConstructor;
64539
- prependInnerIcon: PropType<IconValue>;
64540
- reverse: BooleanConstructor;
64541
- singleLine: BooleanConstructor;
64455
+ loading: (StringConstructor | BooleanConstructor)[];
64456
+ rounded: {
64457
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64458
+ default: undefined;
64459
+ };
64542
64460
  variant: {
64543
64461
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
64544
64462
  default: string;
64545
64463
  validator: (v: any) => boolean;
64546
64464
  };
64465
+ tile: BooleanConstructor;
64466
+ baseColor: StringConstructor;
64467
+ bgColor: StringConstructor;
64468
+ clearIcon: {
64469
+ type: PropType<IconValue>;
64470
+ default: string;
64471
+ };
64472
+ appendInnerIcon: PropType<IconValue>;
64473
+ prependInnerIcon: PropType<IconValue>;
64547
64474
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
64548
64475
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
64549
64476
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
64477
+ clearable: BooleanConstructor;
64478
+ dirty: BooleanConstructor;
64479
+ persistentClear: BooleanConstructor;
64480
+ singleLine: BooleanConstructor;
64481
+ id: StringConstructor;
64482
+ width: (StringConstructor | NumberConstructor)[];
64483
+ name: StringConstructor;
64484
+ messages: {
64485
+ type: PropType<string | readonly string[]>;
64486
+ default: () => never[];
64487
+ };
64550
64488
  focused: BooleanConstructor;
64551
64489
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
64552
64490
  errorMessages: {
@@ -64557,7 +64495,6 @@ declare const VTextarea: {
64557
64495
  type: (StringConstructor | NumberConstructor)[];
64558
64496
  default: number;
64559
64497
  };
64560
- name: StringConstructor;
64561
64498
  readonly: {
64562
64499
  type: PropType<boolean | null>;
64563
64500
  default: null;
@@ -64569,7 +64506,6 @@ declare const VTextarea: {
64569
64506
  modelValue: null;
64570
64507
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
64571
64508
  validationValue: null;
64572
- width: (StringConstructor | NumberConstructor)[];
64573
64509
  maxWidth: (StringConstructor | NumberConstructor)[];
64574
64510
  minWidth: (StringConstructor | NumberConstructor)[];
64575
64511
  density: {
@@ -64577,24 +64513,19 @@ declare const VTextarea: {
64577
64513
  default: string;
64578
64514
  validator: (v: any) => boolean;
64579
64515
  };
64580
- id: StringConstructor;
64581
- appendIcon: PropType<IconValue>;
64582
- prependIcon: PropType<IconValue>;
64583
- hideDetails: PropType<boolean | "auto">;
64584
- hideSpinButtons: BooleanConstructor;
64585
- hint: StringConstructor;
64586
- persistentHint: BooleanConstructor;
64587
- messages: {
64588
- type: PropType<string | readonly string[]>;
64589
- default: () => never[];
64590
- };
64591
64516
  direction: {
64592
64517
  type: PropType<"horizontal" | "vertical">;
64593
64518
  default: string;
64594
64519
  validator: (v: any) => boolean;
64595
64520
  };
64521
+ prependIcon: PropType<IconValue>;
64522
+ appendIcon: PropType<IconValue>;
64596
64523
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
64597
64524
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
64525
+ hideSpinButtons: BooleanConstructor;
64526
+ hint: StringConstructor;
64527
+ persistentHint: BooleanConstructor;
64528
+ hideDetails: PropType<boolean | "auto">;
64598
64529
  autoGrow: BooleanConstructor;
64599
64530
  autofocus: BooleanConstructor;
64600
64531
  counter: PropType<string | number | true>;
@@ -64638,6 +64569,7 @@ declare const VTextField: {
64638
64569
  density: Density;
64639
64570
  direction: "horizontal" | "vertical";
64640
64571
  clearIcon: IconValue;
64572
+ centerAffix: boolean;
64641
64573
  hideSpinButtons: boolean;
64642
64574
  persistentHint: boolean;
64643
64575
  autofocus: boolean;
@@ -64678,7 +64610,6 @@ declare const VTextField: {
64678
64610
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64679
64611
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64680
64612
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64681
- centerAffix?: boolean | undefined;
64682
64613
  hint?: string | undefined;
64683
64614
  hideDetails?: boolean | "auto" | undefined;
64684
64615
  suffix?: string | undefined;
@@ -65019,6 +64950,7 @@ declare const VTextField: {
65019
64950
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65020
64951
  tile: boolean;
65021
64952
  clearIcon: IconValue;
64953
+ centerAffix: boolean;
65022
64954
  clearable: boolean;
65023
64955
  dirty: boolean;
65024
64956
  persistentClear: boolean;
@@ -65038,7 +64970,6 @@ declare const VTextField: {
65038
64970
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65039
64971
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65040
64972
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65041
- centerAffix?: boolean | undefined;
65042
64973
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65043
64974
  reverse: boolean;
65044
64975
  flat: boolean;
@@ -65050,6 +64981,7 @@ declare const VTextField: {
65050
64981
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65051
64982
  tile: boolean;
65052
64983
  clearIcon: IconValue;
64984
+ centerAffix: boolean;
65053
64985
  clearable: boolean;
65054
64986
  dirty: boolean;
65055
64987
  persistentClear: boolean;
@@ -65070,7 +65002,6 @@ declare const VTextField: {
65070
65002
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65071
65003
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65072
65004
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65073
- centerAffix?: boolean | undefined;
65074
65005
  } & {
65075
65006
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65076
65007
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -65120,6 +65051,7 @@ declare const VTextField: {
65120
65051
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65121
65052
  tile: boolean;
65122
65053
  clearIcon: IconValue;
65054
+ centerAffix: boolean;
65123
65055
  clearable: boolean;
65124
65056
  dirty: boolean;
65125
65057
  persistentClear: boolean;
@@ -65140,7 +65072,6 @@ declare const VTextField: {
65140
65072
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65141
65073
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65142
65074
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65143
- centerAffix?: boolean | undefined;
65144
65075
  } & {
65145
65076
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65146
65077
  }, {
@@ -65220,6 +65151,7 @@ declare const VTextField: {
65220
65151
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65221
65152
  tile: boolean;
65222
65153
  clearIcon: IconValue;
65154
+ centerAffix: boolean;
65223
65155
  clearable: boolean;
65224
65156
  dirty: boolean;
65225
65157
  persistentClear: boolean;
@@ -65240,7 +65172,6 @@ declare const VTextField: {
65240
65172
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65241
65173
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65242
65174
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65243
- centerAffix?: boolean | undefined;
65244
65175
  } & {
65245
65176
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65246
65177
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -65272,6 +65203,7 @@ declare const VTextField: {
65272
65203
  density: Density;
65273
65204
  direction: "horizontal" | "vertical";
65274
65205
  clearIcon: IconValue;
65206
+ centerAffix: boolean;
65275
65207
  hideSpinButtons: boolean;
65276
65208
  persistentHint: boolean;
65277
65209
  autofocus: boolean;
@@ -65312,7 +65244,6 @@ declare const VTextField: {
65312
65244
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65313
65245
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65314
65246
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65315
- centerAffix?: boolean | undefined;
65316
65247
  hint?: string | undefined;
65317
65248
  hideDetails?: boolean | "auto" | undefined;
65318
65249
  suffix?: string | undefined;
@@ -65472,6 +65403,7 @@ declare const VTextField: {
65472
65403
  density: Density;
65473
65404
  direction: "horizontal" | "vertical";
65474
65405
  clearIcon: IconValue;
65406
+ centerAffix: boolean;
65475
65407
  hideSpinButtons: boolean;
65476
65408
  persistentHint: boolean;
65477
65409
  autofocus: boolean;
@@ -65512,7 +65444,6 @@ declare const VTextField: {
65512
65444
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65513
65445
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65514
65446
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65515
- centerAffix?: boolean | undefined;
65516
65447
  hint?: string | undefined;
65517
65448
  hideDetails?: boolean | "auto" | undefined;
65518
65449
  suffix?: string | undefined;
@@ -65853,6 +65784,7 @@ declare const VTextField: {
65853
65784
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65854
65785
  tile: boolean;
65855
65786
  clearIcon: IconValue;
65787
+ centerAffix: boolean;
65856
65788
  clearable: boolean;
65857
65789
  dirty: boolean;
65858
65790
  persistentClear: boolean;
@@ -65872,7 +65804,6 @@ declare const VTextField: {
65872
65804
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65873
65805
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65874
65806
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65875
- centerAffix?: boolean | undefined;
65876
65807
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65877
65808
  reverse: boolean;
65878
65809
  flat: boolean;
@@ -65884,6 +65815,7 @@ declare const VTextField: {
65884
65815
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65885
65816
  tile: boolean;
65886
65817
  clearIcon: IconValue;
65818
+ centerAffix: boolean;
65887
65819
  clearable: boolean;
65888
65820
  dirty: boolean;
65889
65821
  persistentClear: boolean;
@@ -65904,7 +65836,6 @@ declare const VTextField: {
65904
65836
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65905
65837
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65906
65838
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65907
- centerAffix?: boolean | undefined;
65908
65839
  } & {
65909
65840
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65910
65841
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -65954,6 +65885,7 @@ declare const VTextField: {
65954
65885
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65955
65886
  tile: boolean;
65956
65887
  clearIcon: IconValue;
65888
+ centerAffix: boolean;
65957
65889
  clearable: boolean;
65958
65890
  dirty: boolean;
65959
65891
  persistentClear: boolean;
@@ -65974,7 +65906,6 @@ declare const VTextField: {
65974
65906
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65975
65907
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65976
65908
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65977
- centerAffix?: boolean | undefined;
65978
65909
  } & {
65979
65910
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65980
65911
  }, {
@@ -66054,6 +65985,7 @@ declare const VTextField: {
66054
65985
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66055
65986
  tile: boolean;
66056
65987
  clearIcon: IconValue;
65988
+ centerAffix: boolean;
66057
65989
  clearable: boolean;
66058
65990
  dirty: boolean;
66059
65991
  persistentClear: boolean;
@@ -66074,7 +66006,6 @@ declare const VTextField: {
66074
66006
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66075
66007
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66076
66008
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66077
- centerAffix?: boolean | undefined;
66078
66009
  } & {
66079
66010
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66080
66011
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -66135,6 +66066,7 @@ declare const VTextField: {
66135
66066
  density: Density;
66136
66067
  direction: "horizontal" | "vertical";
66137
66068
  clearIcon: IconValue;
66069
+ centerAffix: boolean;
66138
66070
  hideSpinButtons: boolean;
66139
66071
  persistentHint: boolean;
66140
66072
  autofocus: boolean;
@@ -66175,7 +66107,6 @@ declare const VTextField: {
66175
66107
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
66176
66108
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66177
66109
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66178
- centerAffix?: boolean | undefined;
66179
66110
  hint?: string | undefined;
66180
66111
  hideDetails?: boolean | "auto" | undefined;
66181
66112
  suffix?: string | undefined;
@@ -66516,6 +66447,7 @@ declare const VTextField: {
66516
66447
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66517
66448
  tile: boolean;
66518
66449
  clearIcon: IconValue;
66450
+ centerAffix: boolean;
66519
66451
  clearable: boolean;
66520
66452
  dirty: boolean;
66521
66453
  persistentClear: boolean;
@@ -66535,7 +66467,6 @@ declare const VTextField: {
66535
66467
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66536
66468
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66537
66469
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66538
- centerAffix?: boolean | undefined;
66539
66470
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66540
66471
  reverse: boolean;
66541
66472
  flat: boolean;
@@ -66547,6 +66478,7 @@ declare const VTextField: {
66547
66478
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66548
66479
  tile: boolean;
66549
66480
  clearIcon: IconValue;
66481
+ centerAffix: boolean;
66550
66482
  clearable: boolean;
66551
66483
  dirty: boolean;
66552
66484
  persistentClear: boolean;
@@ -66567,7 +66499,6 @@ declare const VTextField: {
66567
66499
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66568
66500
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66569
66501
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66570
- centerAffix?: boolean | undefined;
66571
66502
  } & {
66572
66503
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66573
66504
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -66617,6 +66548,7 @@ declare const VTextField: {
66617
66548
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66618
66549
  tile: boolean;
66619
66550
  clearIcon: IconValue;
66551
+ centerAffix: boolean;
66620
66552
  clearable: boolean;
66621
66553
  dirty: boolean;
66622
66554
  persistentClear: boolean;
@@ -66637,7 +66569,6 @@ declare const VTextField: {
66637
66569
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66638
66570
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66639
66571
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66640
- centerAffix?: boolean | undefined;
66641
66572
  } & {
66642
66573
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66643
66574
  }, {
@@ -66717,6 +66648,7 @@ declare const VTextField: {
66717
66648
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66718
66649
  tile: boolean;
66719
66650
  clearIcon: IconValue;
66651
+ centerAffix: boolean;
66720
66652
  clearable: boolean;
66721
66653
  dirty: boolean;
66722
66654
  persistentClear: boolean;
@@ -66737,7 +66669,6 @@ declare const VTextField: {
66737
66669
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66738
66670
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66739
66671
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66740
- centerAffix?: boolean | undefined;
66741
66672
  } & {
66742
66673
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66743
66674
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -66840,10 +66771,7 @@ declare const VTextField: {
66840
66771
  default: string;
66841
66772
  };
66842
66773
  active: BooleanConstructor;
66843
- centerAffix: {
66844
- type: BooleanConstructor;
66845
- default: undefined;
66846
- };
66774
+ centerAffix: BooleanConstructor;
66847
66775
  color: StringConstructor;
66848
66776
  baseColor: StringConstructor;
66849
66777
  dirty: BooleanConstructor;
@@ -66949,10 +66877,7 @@ declare const VTextField: {
66949
66877
  default: string;
66950
66878
  };
66951
66879
  active: BooleanConstructor;
66952
- centerAffix: {
66953
- type: BooleanConstructor;
66954
- default: undefined;
66955
- };
66880
+ centerAffix: BooleanConstructor;
66956
66881
  color: StringConstructor;
66957
66882
  baseColor: StringConstructor;
66958
66883
  dirty: BooleanConstructor;
@@ -67995,7 +67920,7 @@ declare const VTooltip: {
67995
67920
  eager: boolean;
67996
67921
  location: NonNullable<Anchor>;
67997
67922
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67998
- updateLocation: (e: Event) => void;
67923
+ updateLocation: (e?: Event | undefined) => void;
67999
67924
  } | undefined) | "connected">;
68000
67925
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68001
67926
  activatorProps: Record<string, any>;
@@ -68075,7 +68000,7 @@ declare const VTooltip: {
68075
68000
  eager: boolean;
68076
68001
  location: Anchor;
68077
68002
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68078
- updateLocation: (e: Event) => void;
68003
+ updateLocation: (e?: Event | undefined) => void;
68079
68004
  } | undefined) | "connected";
68080
68005
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68081
68006
  activatorProps: Record<string, any>;
@@ -68102,7 +68027,7 @@ declare const VTooltip: {
68102
68027
  eager: boolean;
68103
68028
  location: Anchor;
68104
68029
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68105
- updateLocation: (e: Event) => void;
68030
+ updateLocation: (e?: Event | undefined) => void;
68106
68031
  } | undefined) | "connected";
68107
68032
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68108
68033
  activatorProps: Record<string, any>;
@@ -68180,7 +68105,7 @@ declare const VTooltip: {
68180
68105
  eager: boolean;
68181
68106
  location: Anchor;
68182
68107
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68183
- updateLocation: (e: Event) => void;
68108
+ updateLocation: (e?: Event | undefined) => void;
68184
68109
  } | undefined) | "connected";
68185
68110
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68186
68111
  activatorProps: Record<string, any>;
@@ -68287,7 +68212,7 @@ declare const VTooltip: {
68287
68212
  eager: boolean;
68288
68213
  location: Anchor;
68289
68214
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68290
- updateLocation: (e: Event) => void;
68215
+ updateLocation: (e?: Event | undefined) => void;
68291
68216
  } | undefined) | "connected";
68292
68217
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68293
68218
  activatorProps: Record<string, any>;
@@ -68383,7 +68308,7 @@ declare const VTooltip: {
68383
68308
  eager: boolean;
68384
68309
  location: Anchor;
68385
68310
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68386
- updateLocation: (e: Event) => void;
68311
+ updateLocation: (e?: Event | undefined) => void;
68387
68312
  } | undefined) | "connected";
68388
68313
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68389
68314
  activatorProps: Record<string, any>;
@@ -68443,7 +68368,7 @@ declare const VTooltip: {
68443
68368
  eager: boolean;
68444
68369
  location: Anchor;
68445
68370
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68446
- updateLocation: (e: Event) => void;
68371
+ updateLocation: (e?: Event | undefined) => void;
68447
68372
  } | undefined) | "connected";
68448
68373
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68449
68374
  activatorProps: Record<string, any>;
@@ -68537,7 +68462,7 @@ declare const VTooltip: {
68537
68462
  eager: boolean;
68538
68463
  location: NonNullable<Anchor>;
68539
68464
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68540
- updateLocation: (e: Event) => void;
68465
+ updateLocation: (e?: Event | undefined) => void;
68541
68466
  } | undefined) | "connected">;
68542
68467
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68543
68468
  activatorProps: Record<string, any>;
@@ -68615,7 +68540,7 @@ declare const VTooltip: {
68615
68540
  eager: boolean;
68616
68541
  location: NonNullable<Anchor>;
68617
68542
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68618
- updateLocation: (e: Event) => void;
68543
+ updateLocation: (e?: Event | undefined) => void;
68619
68544
  } | undefined) | "connected">;
68620
68545
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68621
68546
  activatorProps: Record<string, any>;
@@ -68661,7 +68586,7 @@ declare const VTooltip: {
68661
68586
  eager: boolean;
68662
68587
  location: NonNullable<Anchor>;
68663
68588
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68664
- updateLocation: (e: Event) => void;
68589
+ updateLocation: (e?: Event | undefined) => void;
68665
68590
  } | undefined) | "connected">;
68666
68591
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68667
68592
  activatorProps: Record<string, any>;
@@ -68741,7 +68666,7 @@ declare const VTooltip: {
68741
68666
  eager: boolean;
68742
68667
  location: Anchor;
68743
68668
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68744
- updateLocation: (e: Event) => void;
68669
+ updateLocation: (e?: Event | undefined) => void;
68745
68670
  } | undefined) | "connected";
68746
68671
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68747
68672
  activatorProps: Record<string, any>;
@@ -68768,7 +68693,7 @@ declare const VTooltip: {
68768
68693
  eager: boolean;
68769
68694
  location: Anchor;
68770
68695
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68771
- updateLocation: (e: Event) => void;
68696
+ updateLocation: (e?: Event | undefined) => void;
68772
68697
  } | undefined) | "connected";
68773
68698
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68774
68699
  activatorProps: Record<string, any>;
@@ -68846,7 +68771,7 @@ declare const VTooltip: {
68846
68771
  eager: boolean;
68847
68772
  location: Anchor;
68848
68773
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68849
- updateLocation: (e: Event) => void;
68774
+ updateLocation: (e?: Event | undefined) => void;
68850
68775
  } | undefined) | "connected";
68851
68776
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68852
68777
  activatorProps: Record<string, any>;
@@ -68953,7 +68878,7 @@ declare const VTooltip: {
68953
68878
  eager: boolean;
68954
68879
  location: Anchor;
68955
68880
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68956
- updateLocation: (e: Event) => void;
68881
+ updateLocation: (e?: Event | undefined) => void;
68957
68882
  } | undefined) | "connected";
68958
68883
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68959
68884
  activatorProps: Record<string, any>;
@@ -69049,7 +68974,7 @@ declare const VTooltip: {
69049
68974
  eager: boolean;
69050
68975
  location: Anchor;
69051
68976
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69052
- updateLocation: (e: Event) => void;
68977
+ updateLocation: (e?: Event | undefined) => void;
69053
68978
  } | undefined) | "connected";
69054
68979
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69055
68980
  activatorProps: Record<string, any>;
@@ -69109,7 +69034,7 @@ declare const VTooltip: {
69109
69034
  eager: boolean;
69110
69035
  location: Anchor;
69111
69036
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69112
- updateLocation: (e: Event) => void;
69037
+ updateLocation: (e?: Event | undefined) => void;
69113
69038
  } | undefined) | "connected";
69114
69039
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69115
69040
  activatorProps: Record<string, any>;
@@ -69201,7 +69126,7 @@ declare const VTooltip: {
69201
69126
  eager: boolean;
69202
69127
  location: NonNullable<Anchor>;
69203
69128
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69204
- updateLocation: (e: Event) => void;
69129
+ updateLocation: (e?: Event | undefined) => void;
69205
69130
  } | undefined) | "connected">;
69206
69131
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69207
69132
  activatorProps: Record<string, any>;
@@ -69231,7 +69156,7 @@ declare const VTooltip: {
69231
69156
  eager: boolean;
69232
69157
  location: NonNullable<Anchor>;
69233
69158
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69234
- updateLocation: (e: Event) => void;
69159
+ updateLocation: (e?: Event | undefined) => void;
69235
69160
  } | undefined) | "connected">;
69236
69161
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69237
69162
  activatorProps: Record<string, any>;
@@ -69311,7 +69236,7 @@ declare const VTooltip: {
69311
69236
  eager: boolean;
69312
69237
  location: Anchor;
69313
69238
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69314
- updateLocation: (e: Event) => void;
69239
+ updateLocation: (e?: Event | undefined) => void;
69315
69240
  } | undefined) | "connected";
69316
69241
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69317
69242
  activatorProps: Record<string, any>;
@@ -69338,7 +69263,7 @@ declare const VTooltip: {
69338
69263
  eager: boolean;
69339
69264
  location: Anchor;
69340
69265
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69341
- updateLocation: (e: Event) => void;
69266
+ updateLocation: (e?: Event | undefined) => void;
69342
69267
  } | undefined) | "connected";
69343
69268
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69344
69269
  activatorProps: Record<string, any>;
@@ -69416,7 +69341,7 @@ declare const VTooltip: {
69416
69341
  eager: boolean;
69417
69342
  location: Anchor;
69418
69343
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69419
- updateLocation: (e: Event) => void;
69344
+ updateLocation: (e?: Event | undefined) => void;
69420
69345
  } | undefined) | "connected";
69421
69346
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69422
69347
  activatorProps: Record<string, any>;
@@ -69523,7 +69448,7 @@ declare const VTooltip: {
69523
69448
  eager: boolean;
69524
69449
  location: Anchor;
69525
69450
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69526
- updateLocation: (e: Event) => void;
69451
+ updateLocation: (e?: Event | undefined) => void;
69527
69452
  } | undefined) | "connected";
69528
69453
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69529
69454
  activatorProps: Record<string, any>;
@@ -69619,7 +69544,7 @@ declare const VTooltip: {
69619
69544
  eager: boolean;
69620
69545
  location: Anchor;
69621
69546
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69622
- updateLocation: (e: Event) => void;
69547
+ updateLocation: (e?: Event | undefined) => void;
69623
69548
  } | undefined) | "connected";
69624
69549
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69625
69550
  activatorProps: Record<string, any>;
@@ -69679,7 +69604,7 @@ declare const VTooltip: {
69679
69604
  eager: boolean;
69680
69605
  location: Anchor;
69681
69606
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69682
- updateLocation: (e: Event) => void;
69607
+ updateLocation: (e?: Event | undefined) => void;
69683
69608
  } | undefined) | "connected";
69684
69609
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69685
69610
  activatorProps: Record<string, any>;
@@ -69773,7 +69698,7 @@ declare const VTooltip: {
69773
69698
  eager: boolean;
69774
69699
  location: NonNullable<Anchor>;
69775
69700
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69776
- updateLocation: (e: Event) => void;
69701
+ updateLocation: (e?: Event | undefined) => void;
69777
69702
  } | undefined) | "connected">;
69778
69703
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69779
69704
  activatorProps: Record<string, any>;
@@ -69862,16 +69787,16 @@ declare const VTooltip: {
69862
69787
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69863
69788
  locationStrategy: Omit<{
69864
69789
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69865
- updateLocation: (e: Event) => void;
69790
+ updateLocation: (e?: Event | undefined) => void;
69866
69791
  } | undefined) | "connected">;
69867
69792
  default: string;
69868
69793
  validator: (val: any) => boolean;
69869
69794
  }, "default" | "type"> & {
69870
69795
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69871
- updateLocation: (e: Event) => void;
69796
+ updateLocation: (e?: Event | undefined) => void;
69872
69797
  } | undefined) | "connected">>;
69873
69798
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69874
- updateLocation: (e: Event) => void;
69799
+ updateLocation: (e?: Event | undefined) => void;
69875
69800
  } | undefined) | "connected">;
69876
69801
  };
69877
69802
  scrollStrategy: Omit<{
@@ -69988,16 +69913,16 @@ declare const VTooltip: {
69988
69913
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69989
69914
  locationStrategy: Omit<{
69990
69915
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69991
- updateLocation: (e: Event) => void;
69916
+ updateLocation: (e?: Event | undefined) => void;
69992
69917
  } | undefined) | "connected">;
69993
69918
  default: string;
69994
69919
  validator: (val: any) => boolean;
69995
69920
  }, "default" | "type"> & {
69996
69921
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69997
- updateLocation: (e: Event) => void;
69922
+ updateLocation: (e?: Event | undefined) => void;
69998
69923
  } | undefined) | "connected">>;
69999
69924
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
70000
- updateLocation: (e: Event) => void;
69925
+ updateLocation: (e?: Event | undefined) => void;
70001
69926
  } | undefined) | "connected">;
70002
69927
  };
70003
69928
  scrollStrategy: Omit<{
@@ -72709,6 +72634,7 @@ declare const VCalendar: {
72709
72634
  modelValue?: unknown[] | undefined;
72710
72635
  max?: unknown;
72711
72636
  min?: unknown;
72637
+ firstDayOfWeek?: string | number | undefined;
72712
72638
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
72713
72639
  displayValue?: unknown;
72714
72640
  dayIndex?: number | undefined;
@@ -72832,6 +72758,7 @@ declare const VCalendar: {
72832
72758
  modelValue?: unknown[] | undefined;
72833
72759
  max?: unknown;
72834
72760
  min?: unknown;
72761
+ firstDayOfWeek?: string | number | undefined;
72835
72762
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
72836
72763
  displayValue?: unknown;
72837
72764
  dayIndex?: number | undefined;
@@ -72935,6 +72862,7 @@ declare const VCalendar: {
72935
72862
  modelValue?: unknown[] | undefined;
72936
72863
  max?: unknown;
72937
72864
  min?: unknown;
72865
+ firstDayOfWeek?: string | number | undefined;
72938
72866
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
72939
72867
  displayValue?: unknown;
72940
72868
  dayIndex?: number | undefined;
@@ -73077,6 +73005,7 @@ declare const VCalendar: {
73077
73005
  modelValue?: unknown[] | undefined;
73078
73006
  max?: unknown;
73079
73007
  min?: unknown;
73008
+ firstDayOfWeek?: string | number | undefined;
73080
73009
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
73081
73010
  displayValue?: unknown;
73082
73011
  dayIndex?: number | undefined;
@@ -73297,6 +73226,7 @@ declare const VCalendar: {
73297
73226
  type: vue.PropType<"static" | "dynamic">;
73298
73227
  default: string;
73299
73228
  };
73229
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
73300
73230
  hideHeader: BooleanConstructor;
73301
73231
  hideWeekNumber: BooleanConstructor;
73302
73232
  }, vue.ExtractPropTypes<{
@@ -73391,6 +73321,7 @@ declare const VCalendar: {
73391
73321
  type: vue.PropType<"static" | "dynamic">;
73392
73322
  default: string;
73393
73323
  };
73324
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
73394
73325
  hideHeader: BooleanConstructor;
73395
73326
  hideWeekNumber: BooleanConstructor;
73396
73327
  }>>;
@@ -74454,10 +74385,11 @@ declare const VDateInput: {
74454
74385
  direction: "horizontal" | "vertical";
74455
74386
  prependIcon: NonNullable<IconValue>;
74456
74387
  clearIcon: IconValue;
74388
+ centerAffix: boolean;
74457
74389
  hideSpinButtons: boolean;
74458
74390
  persistentHint: boolean;
74459
- nextIcon: string;
74460
- prevIcon: string;
74391
+ nextIcon: IconValue;
74392
+ prevIcon: IconValue;
74461
74393
  autofocus: boolean;
74462
74394
  clearable: boolean;
74463
74395
  dirty: boolean;
@@ -74468,7 +74400,7 @@ declare const VDateInput: {
74468
74400
  reverseTransition: string;
74469
74401
  cancelText: string;
74470
74402
  okText: string;
74471
- modeIcon: string;
74403
+ modeIcon: IconValue;
74472
74404
  viewMode: "month" | "year" | "months";
74473
74405
  showAdjacentMonths: boolean;
74474
74406
  weekdays: number[];
@@ -74519,13 +74451,13 @@ declare const VDateInput: {
74519
74451
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74520
74452
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74521
74453
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74522
- centerAffix?: boolean | undefined;
74523
74454
  hint?: string | undefined;
74524
74455
  hideDetails?: boolean | "auto" | undefined;
74525
74456
  suffix?: string | undefined;
74526
74457
  counterValue?: number | ((value: any) => number) | undefined;
74527
74458
  modelModifiers?: Record<string, boolean> | undefined;
74528
74459
  min?: unknown;
74460
+ firstDayOfWeek?: string | number | undefined;
74529
74461
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74530
74462
  displayValue?: unknown;
74531
74463
  } & {
@@ -74566,10 +74498,11 @@ declare const VDateInput: {
74566
74498
  direction: "horizontal" | "vertical";
74567
74499
  prependIcon: NonNullable<IconValue>;
74568
74500
  clearIcon: IconValue;
74501
+ centerAffix: boolean;
74569
74502
  hideSpinButtons: boolean;
74570
74503
  persistentHint: boolean;
74571
- nextIcon: string;
74572
- prevIcon: string;
74504
+ nextIcon: IconValue;
74505
+ prevIcon: IconValue;
74573
74506
  autofocus: boolean;
74574
74507
  clearable: boolean;
74575
74508
  dirty: boolean;
@@ -74580,7 +74513,7 @@ declare const VDateInput: {
74580
74513
  reverseTransition: string;
74581
74514
  cancelText: string;
74582
74515
  okText: string;
74583
- modeIcon: string;
74516
+ modeIcon: IconValue;
74584
74517
  viewMode: "month" | "year" | "months";
74585
74518
  showAdjacentMonths: boolean;
74586
74519
  weekdays: number[];
@@ -74631,13 +74564,13 @@ declare const VDateInput: {
74631
74564
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74632
74565
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74633
74566
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74634
- centerAffix?: boolean | undefined;
74635
74567
  hint?: string | undefined;
74636
74568
  hideDetails?: boolean | "auto" | undefined;
74637
74569
  suffix?: string | undefined;
74638
74570
  counterValue?: number | ((value: any) => number) | undefined;
74639
74571
  modelModifiers?: Record<string, boolean> | undefined;
74640
74572
  min?: unknown;
74573
+ firstDayOfWeek?: string | number | undefined;
74641
74574
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74642
74575
  displayValue?: unknown;
74643
74576
  } & {
@@ -74680,8 +74613,8 @@ declare const VDateInput: {
74680
74613
  centerAffix: boolean;
74681
74614
  hideSpinButtons: boolean;
74682
74615
  persistentHint: boolean;
74683
- nextIcon: string;
74684
- prevIcon: string;
74616
+ nextIcon: IconValue;
74617
+ prevIcon: IconValue;
74685
74618
  autofocus: boolean;
74686
74619
  clearable: boolean;
74687
74620
  dirty: boolean;
@@ -74692,7 +74625,7 @@ declare const VDateInput: {
74692
74625
  reverseTransition: string;
74693
74626
  cancelText: string;
74694
74627
  okText: string;
74695
- modeIcon: string;
74628
+ modeIcon: IconValue;
74696
74629
  viewMode: "month" | "year" | "months";
74697
74630
  showAdjacentMonths: boolean;
74698
74631
  weekdays: number[];
@@ -74738,10 +74671,11 @@ declare const VDateInput: {
74738
74671
  direction: "horizontal" | "vertical";
74739
74672
  prependIcon: NonNullable<IconValue>;
74740
74673
  clearIcon: IconValue;
74674
+ centerAffix: boolean;
74741
74675
  hideSpinButtons: boolean;
74742
74676
  persistentHint: boolean;
74743
- nextIcon: string;
74744
- prevIcon: string;
74677
+ nextIcon: IconValue;
74678
+ prevIcon: IconValue;
74745
74679
  autofocus: boolean;
74746
74680
  clearable: boolean;
74747
74681
  dirty: boolean;
@@ -74752,7 +74686,7 @@ declare const VDateInput: {
74752
74686
  reverseTransition: string;
74753
74687
  cancelText: string;
74754
74688
  okText: string;
74755
- modeIcon: string;
74689
+ modeIcon: IconValue;
74756
74690
  viewMode: "month" | "year" | "months";
74757
74691
  showAdjacentMonths: boolean;
74758
74692
  weekdays: number[];
@@ -74803,13 +74737,13 @@ declare const VDateInput: {
74803
74737
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74804
74738
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74805
74739
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74806
- centerAffix?: boolean | undefined;
74807
74740
  hint?: string | undefined;
74808
74741
  hideDetails?: boolean | "auto" | undefined;
74809
74742
  suffix?: string | undefined;
74810
74743
  counterValue?: number | ((value: any) => number) | undefined;
74811
74744
  modelModifiers?: Record<string, boolean> | undefined;
74812
74745
  min?: unknown;
74746
+ firstDayOfWeek?: string | number | undefined;
74813
74747
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74814
74748
  displayValue?: unknown;
74815
74749
  } & {
@@ -74852,8 +74786,8 @@ declare const VDateInput: {
74852
74786
  centerAffix: boolean;
74853
74787
  hideSpinButtons: boolean;
74854
74788
  persistentHint: boolean;
74855
- nextIcon: string;
74856
- prevIcon: string;
74789
+ nextIcon: IconValue;
74790
+ prevIcon: IconValue;
74857
74791
  autofocus: boolean;
74858
74792
  clearable: boolean;
74859
74793
  dirty: boolean;
@@ -74864,7 +74798,7 @@ declare const VDateInput: {
74864
74798
  reverseTransition: string;
74865
74799
  cancelText: string;
74866
74800
  okText: string;
74867
- modeIcon: string;
74801
+ modeIcon: IconValue;
74868
74802
  viewMode: "month" | "year" | "months";
74869
74803
  showAdjacentMonths: boolean;
74870
74804
  weekdays: number[];
@@ -74903,10 +74837,11 @@ declare const VDateInput: {
74903
74837
  direction: "horizontal" | "vertical";
74904
74838
  prependIcon: NonNullable<IconValue>;
74905
74839
  clearIcon: IconValue;
74840
+ centerAffix: boolean;
74906
74841
  hideSpinButtons: boolean;
74907
74842
  persistentHint: boolean;
74908
- nextIcon: string;
74909
- prevIcon: string;
74843
+ nextIcon: IconValue;
74844
+ prevIcon: IconValue;
74910
74845
  autofocus: boolean;
74911
74846
  clearable: boolean;
74912
74847
  dirty: boolean;
@@ -74917,7 +74852,7 @@ declare const VDateInput: {
74917
74852
  reverseTransition: string;
74918
74853
  cancelText: string;
74919
74854
  okText: string;
74920
- modeIcon: string;
74855
+ modeIcon: IconValue;
74921
74856
  viewMode: "month" | "year" | "months";
74922
74857
  showAdjacentMonths: boolean;
74923
74858
  weekdays: number[];
@@ -74968,13 +74903,13 @@ declare const VDateInput: {
74968
74903
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74969
74904
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74970
74905
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74971
- centerAffix?: boolean | undefined;
74972
74906
  hint?: string | undefined;
74973
74907
  hideDetails?: boolean | "auto" | undefined;
74974
74908
  suffix?: string | undefined;
74975
74909
  counterValue?: number | ((value: any) => number) | undefined;
74976
74910
  modelModifiers?: Record<string, boolean> | undefined;
74977
74911
  min?: unknown;
74912
+ firstDayOfWeek?: string | number | undefined;
74978
74913
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74979
74914
  displayValue?: unknown;
74980
74915
  } & {
@@ -75019,8 +74954,8 @@ declare const VDateInput: {
75019
74954
  centerAffix: boolean;
75020
74955
  hideSpinButtons: boolean;
75021
74956
  persistentHint: boolean;
75022
- nextIcon: string;
75023
- prevIcon: string;
74957
+ nextIcon: IconValue;
74958
+ prevIcon: IconValue;
75024
74959
  autofocus: boolean;
75025
74960
  clearable: boolean;
75026
74961
  dirty: boolean;
@@ -75031,7 +74966,7 @@ declare const VDateInput: {
75031
74966
  reverseTransition: string;
75032
74967
  cancelText: string;
75033
74968
  okText: string;
75034
- modeIcon: string;
74969
+ modeIcon: IconValue;
75035
74970
  viewMode: "month" | "year" | "months";
75036
74971
  showAdjacentMonths: boolean;
75037
74972
  weekdays: number[];
@@ -75099,11 +75034,11 @@ declare const VDateInput: {
75099
75034
  max: vue.PropType<unknown>;
75100
75035
  bgColor: StringConstructor;
75101
75036
  nextIcon: {
75102
- type: StringConstructor[];
75037
+ type: vue.PropType<IconValue>;
75103
75038
  default: string;
75104
75039
  };
75105
75040
  prevIcon: {
75106
- type: StringConstructor[];
75041
+ type: vue.PropType<IconValue>;
75107
75042
  default: string;
75108
75043
  };
75109
75044
  min: vue.PropType<unknown>;
@@ -75112,7 +75047,7 @@ declare const VDateInput: {
75112
75047
  default: string;
75113
75048
  };
75114
75049
  modeIcon: {
75115
- type: StringConstructor[];
75050
+ type: vue.PropType<IconValue>;
75116
75051
  default: string;
75117
75052
  };
75118
75053
  viewMode: {
@@ -75147,6 +75082,7 @@ declare const VDateInput: {
75147
75082
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
75148
75083
  default: NonNullable<NonNullable<"static" | "dynamic">>;
75149
75084
  };
75085
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
75150
75086
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
75151
75087
  displayValue: vue.PropType<unknown>;
75152
75088
  hideWeekdays: BooleanConstructor;
@@ -75164,10 +75100,7 @@ declare const VDateInput: {
75164
75100
  default: string;
75165
75101
  };
75166
75102
  active: BooleanConstructor;
75167
- centerAffix: {
75168
- type: BooleanConstructor;
75169
- default: undefined;
75170
- };
75103
+ centerAffix: BooleanConstructor;
75171
75104
  baseColor: StringConstructor;
75172
75105
  dirty: BooleanConstructor;
75173
75106
  error: BooleanConstructor;
@@ -75312,11 +75245,11 @@ declare const VDateInput: {
75312
75245
  max: vue.PropType<unknown>;
75313
75246
  bgColor: StringConstructor;
75314
75247
  nextIcon: {
75315
- type: StringConstructor[];
75248
+ type: vue.PropType<IconValue>;
75316
75249
  default: string;
75317
75250
  };
75318
75251
  prevIcon: {
75319
- type: StringConstructor[];
75252
+ type: vue.PropType<IconValue>;
75320
75253
  default: string;
75321
75254
  };
75322
75255
  min: vue.PropType<unknown>;
@@ -75325,7 +75258,7 @@ declare const VDateInput: {
75325
75258
  default: string;
75326
75259
  };
75327
75260
  modeIcon: {
75328
- type: StringConstructor[];
75261
+ type: vue.PropType<IconValue>;
75329
75262
  default: string;
75330
75263
  };
75331
75264
  viewMode: {
@@ -75360,6 +75293,7 @@ declare const VDateInput: {
75360
75293
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
75361
75294
  default: NonNullable<NonNullable<"static" | "dynamic">>;
75362
75295
  };
75296
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
75363
75297
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
75364
75298
  displayValue: vue.PropType<unknown>;
75365
75299
  hideWeekdays: BooleanConstructor;
@@ -75377,10 +75311,7 @@ declare const VDateInput: {
75377
75311
  default: string;
75378
75312
  };
75379
75313
  active: BooleanConstructor;
75380
- centerAffix: {
75381
- type: BooleanConstructor;
75382
- default: undefined;
75383
- };
75314
+ centerAffix: BooleanConstructor;
75384
75315
  baseColor: StringConstructor;
75385
75316
  dirty: BooleanConstructor;
75386
75317
  error: BooleanConstructor;
@@ -75500,6 +75431,7 @@ declare const VNumberInput: {
75500
75431
  direction: "horizontal" | "vertical";
75501
75432
  max: number;
75502
75433
  clearIcon: IconValue;
75434
+ centerAffix: boolean;
75503
75435
  hideSpinButtons: boolean;
75504
75436
  persistentHint: boolean;
75505
75437
  autofocus: boolean;
@@ -75542,7 +75474,6 @@ declare const VNumberInput: {
75542
75474
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
75543
75475
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75544
75476
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
75545
- centerAffix?: boolean | undefined;
75546
75477
  hint?: string | undefined;
75547
75478
  hideDetails?: boolean | "auto" | undefined;
75548
75479
  suffix?: string | undefined;
@@ -75630,6 +75561,7 @@ declare const VNumberInput: {
75630
75561
  direction: "horizontal" | "vertical";
75631
75562
  max: number;
75632
75563
  clearIcon: IconValue;
75564
+ centerAffix: boolean;
75633
75565
  hideSpinButtons: boolean;
75634
75566
  persistentHint: boolean;
75635
75567
  autofocus: boolean;
@@ -75672,7 +75604,6 @@ declare const VNumberInput: {
75672
75604
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
75673
75605
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75674
75606
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
75675
- centerAffix?: boolean | undefined;
75676
75607
  hint?: string | undefined;
75677
75608
  hideDetails?: boolean | "auto" | undefined;
75678
75609
  suffix?: string | undefined;
@@ -75843,6 +75774,7 @@ declare const VNumberInput: {
75843
75774
  direction: "horizontal" | "vertical";
75844
75775
  max: number;
75845
75776
  clearIcon: IconValue;
75777
+ centerAffix: boolean;
75846
75778
  hideSpinButtons: boolean;
75847
75779
  persistentHint: boolean;
75848
75780
  autofocus: boolean;
@@ -75885,7 +75817,6 @@ declare const VNumberInput: {
75885
75817
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
75886
75818
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75887
75819
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
75888
- centerAffix?: boolean | undefined;
75889
75820
  hint?: string | undefined;
75890
75821
  hideDetails?: boolean | "auto" | undefined;
75891
75822
  suffix?: string | undefined;
@@ -76011,6 +75942,7 @@ declare const VNumberInput: {
76011
75942
  direction: "horizontal" | "vertical";
76012
75943
  max: number;
76013
75944
  clearIcon: IconValue;
75945
+ centerAffix: boolean;
76014
75946
  hideSpinButtons: boolean;
76015
75947
  persistentHint: boolean;
76016
75948
  autofocus: boolean;
@@ -76053,7 +75985,6 @@ declare const VNumberInput: {
76053
75985
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
76054
75986
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
76055
75987
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76056
- centerAffix?: boolean | undefined;
76057
75988
  hint?: string | undefined;
76058
75989
  hideDetails?: boolean | "auto" | undefined;
76059
75990
  suffix?: string | undefined;
@@ -76287,10 +76218,7 @@ declare const VNumberInput: {
76287
76218
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
76288
76219
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
76289
76220
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
76290
- centerAffix: {
76291
- type: BooleanConstructor;
76292
- default: undefined;
76293
- };
76221
+ centerAffix: BooleanConstructor;
76294
76222
  hideSpinButtons: BooleanConstructor;
76295
76223
  hint: StringConstructor;
76296
76224
  persistentHint: BooleanConstructor;
@@ -76412,10 +76340,7 @@ declare const VNumberInput: {
76412
76340
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
76413
76341
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
76414
76342
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
76415
- centerAffix: {
76416
- type: BooleanConstructor;
76417
- default: undefined;
76418
- };
76343
+ centerAffix: BooleanConstructor;
76419
76344
  hideSpinButtons: BooleanConstructor;
76420
76345
  hint: StringConstructor;
76421
76346
  persistentHint: BooleanConstructor;
@@ -78352,7 +78277,7 @@ declare const VSnackbarQueue: {
78352
78277
  eager: boolean;
78353
78278
  location: Anchor;
78354
78279
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78355
- updateLocation: (e: Event) => void;
78280
+ updateLocation: (e?: Event | undefined) => void;
78356
78281
  } | undefined) | "connected";
78357
78282
  activatorProps: Record<string, any>;
78358
78283
  openOnHover: boolean;
@@ -78405,7 +78330,7 @@ declare const VSnackbarQueue: {
78405
78330
  eager: boolean;
78406
78331
  location: Anchor;
78407
78332
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78408
- updateLocation: (e: Event) => void;
78333
+ updateLocation: (e?: Event | undefined) => void;
78409
78334
  } | undefined) | "connected";
78410
78335
  activatorProps: Record<string, any>;
78411
78336
  openOnHover: boolean;
@@ -78457,7 +78382,7 @@ declare const VSnackbarQueue: {
78457
78382
  eager: boolean;
78458
78383
  location: Anchor;
78459
78384
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78460
- updateLocation: (e: Event) => void;
78385
+ updateLocation: (e?: Event | undefined) => void;
78461
78386
  } | undefined) | "connected";
78462
78387
  activatorProps: Record<string, any>;
78463
78388
  openOnClick: boolean;
@@ -78510,7 +78435,7 @@ declare const VSnackbarQueue: {
78510
78435
  eager: boolean;
78511
78436
  location: Anchor;
78512
78437
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78513
- updateLocation: (e: Event) => void;
78438
+ updateLocation: (e?: Event | undefined) => void;
78514
78439
  } | undefined) | "connected";
78515
78440
  activatorProps: Record<string, any>;
78516
78441
  openOnHover: boolean;
@@ -78562,7 +78487,7 @@ declare const VSnackbarQueue: {
78562
78487
  eager: boolean;
78563
78488
  location: Anchor;
78564
78489
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78565
- updateLocation: (e: Event) => void;
78490
+ updateLocation: (e?: Event | undefined) => void;
78566
78491
  } | undefined) | "connected";
78567
78492
  activatorProps: Record<string, any>;
78568
78493
  openOnClick: boolean;
@@ -78593,7 +78518,7 @@ declare const VSnackbarQueue: {
78593
78518
  eager: boolean;
78594
78519
  location: Anchor;
78595
78520
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78596
- updateLocation: (e: Event) => void;
78521
+ updateLocation: (e?: Event | undefined) => void;
78597
78522
  } | undefined) | "connected";
78598
78523
  activatorProps: Record<string, any>;
78599
78524
  openOnHover: boolean;
@@ -78647,7 +78572,7 @@ declare const VSnackbarQueue: {
78647
78572
  eager: boolean;
78648
78573
  location: Anchor;
78649
78574
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78650
- updateLocation: (e: Event) => void;
78575
+ updateLocation: (e?: Event | undefined) => void;
78651
78576
  } | undefined) | "connected";
78652
78577
  activatorProps: Record<string, any>;
78653
78578
  openOnClick: boolean;
@@ -78750,7 +78675,7 @@ declare const VSnackbarQueue: {
78750
78675
  activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
78751
78676
  locationStrategy: {
78752
78677
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78753
- updateLocation: (e: Event) => void;
78678
+ updateLocation: (e?: Event | undefined) => void;
78754
78679
  } | undefined) | "connected">;
78755
78680
  default: string;
78756
78681
  validator: (val: any) => boolean;
@@ -78859,7 +78784,7 @@ declare const VSnackbarQueue: {
78859
78784
  activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
78860
78785
  locationStrategy: {
78861
78786
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78862
- updateLocation: (e: Event) => void;
78787
+ updateLocation: (e?: Event | undefined) => void;
78863
78788
  } | undefined) | "connected">;
78864
78789
  default: string;
78865
78790
  validator: (val: any) => boolean;
@@ -78965,11 +78890,11 @@ declare const VTimePicker: {
78965
78890
  "onUpdate:minute"?: ((val: number) => any) | undefined;
78966
78891
  "onUpdate:second"?: ((val: number) => any) | undefined;
78967
78892
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
78968
- 'update:hour': (val: number) => number;
78969
- 'update:minute': (val: number) => number;
78970
- 'update:period': (val: Period$1) => Period$1;
78971
- 'update:second': (val: number) => number;
78972
- 'update:modelValue': (val: string) => string;
78893
+ 'update:hour': (val: number) => true;
78894
+ 'update:minute': (val: number) => true;
78895
+ 'update:period': (val: Period$1) => true;
78896
+ 'update:second': (val: number) => true;
78897
+ 'update:modelValue': (val: string) => true;
78973
78898
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
78974
78899
  style: vue.StyleValue;
78975
78900
  title: string;
@@ -79183,11 +79108,11 @@ declare const VTimePicker: {
79183
79108
  "onUpdate:minute"?: ((val: number) => any) | undefined;
79184
79109
  "onUpdate:second"?: ((val: number) => any) | undefined;
79185
79110
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79186
- 'update:hour': (val: number) => number;
79187
- 'update:minute': (val: number) => number;
79188
- 'update:period': (val: Period$1) => Period$1;
79189
- 'update:second': (val: number) => number;
79190
- 'update:modelValue': (val: string) => string;
79111
+ 'update:hour': (val: number) => true;
79112
+ 'update:minute': (val: number) => true;
79113
+ 'update:period': (val: Period$1) => true;
79114
+ 'update:second': (val: number) => true;
79115
+ 'update:modelValue': (val: string) => true;
79191
79116
  }, string, {
79192
79117
  style: vue.StyleValue;
79193
79118
  title: string;
@@ -79352,8 +79277,8 @@ declare const VTimePickerClock: {
79352
79277
  onChange?: ((val: number) => any) | undefined;
79353
79278
  onInput?: ((val: number) => any) | undefined;
79354
79279
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79355
- change: (val: number) => number;
79356
- input: (val: number) => number;
79280
+ change: (val: number) => true;
79281
+ input: (val: number) => true;
79357
79282
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
79358
79283
  disabled: boolean;
79359
79284
  format: Function;
@@ -79472,8 +79397,8 @@ declare const VTimePickerClock: {
79472
79397
  onChange?: ((val: number) => any) | undefined;
79473
79398
  onInput?: ((val: number) => any) | undefined;
79474
79399
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79475
- change: (val: number) => number;
79476
- input: (val: number) => number;
79400
+ change: (val: number) => true;
79401
+ input: (val: number) => true;
79477
79402
  }, string, {
79478
79403
  disabled: boolean;
79479
79404
  format: Function;
@@ -79583,8 +79508,8 @@ declare const VTimePickerControls: {
79583
79508
  "onUpdate:period"?: ((data: Period) => any) | undefined;
79584
79509
  "onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
79585
79510
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79586
- 'update:period': (data: Period) => Period;
79587
- 'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
79511
+ 'update:period': (data: Period) => true;
79512
+ 'update:selecting': (data: 1 | 2 | 3) => true;
79588
79513
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
79589
79514
  disabled: boolean;
79590
79515
  readonly: boolean;
@@ -79691,8 +79616,8 @@ declare const VTimePickerControls: {
79691
79616
  "onUpdate:period"?: ((data: Period) => any) | undefined;
79692
79617
  "onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
79693
79618
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79694
- 'update:period': (data: Period) => Period;
79695
- 'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
79619
+ 'update:period': (data: Period) => true;
79620
+ 'update:selecting': (data: 1 | 2 | 3) => true;
79696
79621
  }, string, {
79697
79622
  disabled: boolean;
79698
79623
  readonly: boolean;
@@ -81745,7 +81670,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
81745
81670
  toISO: (date: unknown) => string;
81746
81671
  startOfDay: (date: unknown) => unknown;
81747
81672
  endOfDay: (date: unknown) => unknown;
81748
- startOfWeek: (date: unknown) => unknown;
81673
+ startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
81749
81674
  endOfWeek: (date: unknown) => unknown;
81750
81675
  startOfMonth: (date: unknown) => unknown;
81751
81676
  endOfMonth: (date: unknown) => unknown;
@@ -81768,8 +81693,8 @@ declare const createVuetify: (options?: VuetifyOptions) => {
81768
81693
  getYear: (date: unknown) => number;
81769
81694
  setYear: (date: unknown, year: number) => unknown;
81770
81695
  getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
81771
- getWeekArray: (date: unknown) => unknown[][];
81772
- getWeekdays: () => string[];
81696
+ getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
81697
+ getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
81773
81698
  getMonth: (date: unknown) => number;
81774
81699
  setMonth: (date: unknown, month: number) => unknown;
81775
81700
  getDate: (date: unknown) => number;