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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/dist/json/attributes.json +58 -70
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +114 -114
  5. package/dist/json/tags.json +4 -7
  6. package/dist/json/web-types.json +98 -117
  7. package/dist/vuetify-labs.css +3483 -3461
  8. package/dist/vuetify-labs.d.ts +640 -751
  9. package/dist/vuetify-labs.esm.js +80 -70
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +80 -70
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1390 -1368
  14. package/dist/vuetify.d.ts +604 -697
  15. package/dist/vuetify.esm.js +63 -54
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +63 -54
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +48 -46
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +3 -3
  23. package/lib/blueprints/md1.d.mts +3 -3
  24. package/lib/blueprints/md2.d.mts +3 -3
  25. package/lib/blueprints/md3.d.mts +3 -3
  26. package/lib/components/VAutocomplete/index.d.mts +25 -31
  27. package/lib/components/VBottomSheet/index.d.mts +10 -10
  28. package/lib/components/VCheckbox/index.d.mts +2 -8
  29. package/lib/components/VCombobox/index.d.mts +25 -31
  30. package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
  31. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  32. package/lib/components/VDataTable/index.d.mts +108 -108
  33. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
  34. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  35. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  36. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  37. package/lib/components/VDatePicker/index.d.mts +70 -55
  38. package/lib/components/VDialog/index.d.mts +28 -28
  39. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
  40. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/index.d.mts +48 -66
  42. package/lib/components/VField/VField.css +11 -6
  43. package/lib/components/VField/VField.mjs +5 -7
  44. package/lib/components/VField/VField.mjs.map +1 -1
  45. package/lib/components/VField/VField.sass +6 -2
  46. package/lib/components/VField/index.d.mts +6 -12
  47. package/lib/components/VFileInput/index.d.mts +6 -12
  48. package/lib/components/VInput/VInput.css +5 -5
  49. package/lib/components/VInput/VInput.mjs +1 -4
  50. package/lib/components/VInput/VInput.mjs.map +1 -1
  51. package/lib/components/VInput/VInput.sass +1 -1
  52. package/lib/components/VInput/index.d.mts +2 -8
  53. package/lib/components/VMenu/index.d.mts +32 -32
  54. package/lib/components/VOverlay/index.d.mts +10 -10
  55. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  56. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  57. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  58. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  59. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  60. package/lib/components/VRadio/VRadio.mjs +8 -5
  61. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  62. package/lib/components/VRadioGroup/index.d.mts +2 -8
  63. package/lib/components/VRangeSlider/index.d.mts +2 -8
  64. package/lib/components/VSelect/index.d.mts +25 -31
  65. package/lib/components/VSlider/index.d.mts +2 -8
  66. package/lib/components/VSnackbar/index.d.mts +28 -28
  67. package/lib/components/VSpeedDial/index.d.mts +14 -14
  68. package/lib/components/VSwitch/index.d.mts +2 -8
  69. package/lib/components/VTextField/VTextField.mjs +1 -1
  70. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  71. package/lib/components/VTextField/index.d.mts +18 -24
  72. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  73. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  74. package/lib/components/VTextarea/index.d.mts +72 -87
  75. package/lib/components/VTooltip/index.d.mts +32 -32
  76. package/lib/components/index.d.mts +646 -739
  77. package/lib/composables/calendar.mjs +10 -4
  78. package/lib/composables/calendar.mjs.map +1 -1
  79. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  80. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  81. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  82. package/lib/entry-bundler.mjs +1 -1
  83. package/lib/framework.mjs +1 -1
  84. package/lib/index.d.mts +48 -48
  85. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  86. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  87. package/lib/labs/VCalendar/index.d.mts +6 -0
  88. package/lib/labs/VDateInput/index.d.mts +39 -39
  89. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  90. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  91. package/lib/labs/VNumberInput/index.d.mts +6 -12
  92. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  93. package/lib/labs/VStepperVertical/index.d.mts +0 -18
  94. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  95. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  96. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  97. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  98. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  99. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  100. package/lib/labs/VTimePicker/index.d.mts +18 -18
  101. package/lib/labs/components.d.mts +106 -124
  102. package/package.json +1 -1
@@ -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;
@@ -32521,9 +32503,6 @@ declare const VExpansionPanels: {
32521
32503
  focusable: boolean;
32522
32504
  } & {
32523
32505
  class?: any;
32524
- title?: string | undefined;
32525
- text?: string | undefined;
32526
- value?: any;
32527
32506
  theme?: string | undefined;
32528
32507
  color?: string | undefined;
32529
32508
  modelValue?: any;
@@ -32569,9 +32548,6 @@ declare const VExpansionPanels: {
32569
32548
  focusable: boolean;
32570
32549
  } & {
32571
32550
  class?: any;
32572
- title?: string | undefined;
32573
- text?: string | undefined;
32574
- value?: any;
32575
32551
  theme?: string | undefined;
32576
32552
  color?: string | undefined;
32577
32553
  modelValue?: any;
@@ -32643,9 +32619,6 @@ declare const VExpansionPanels: {
32643
32619
  focusable: boolean;
32644
32620
  } & {
32645
32621
  class?: any;
32646
- title?: string | undefined;
32647
- text?: string | undefined;
32648
- value?: any;
32649
32622
  theme?: string | undefined;
32650
32623
  color?: string | undefined;
32651
32624
  modelValue?: any;
@@ -32713,9 +32686,6 @@ declare const VExpansionPanels: {
32713
32686
  focusable: boolean;
32714
32687
  } & {
32715
32688
  class?: any;
32716
- title?: string | undefined;
32717
- text?: string | undefined;
32718
- value?: any;
32719
32689
  theme?: string | undefined;
32720
32690
  color?: string | undefined;
32721
32691
  modelValue?: any;
@@ -32771,51 +32741,46 @@ declare const VExpansionPanels: {
32771
32741
  default: string;
32772
32742
  validator: (v: any) => boolean;
32773
32743
  };
32774
- theme: StringConstructor;
32775
- eager: BooleanConstructor;
32744
+ tag: {
32745
+ type: StringConstructor;
32746
+ default: string;
32747
+ };
32776
32748
  class: PropType<any>;
32777
32749
  style: {
32778
32750
  type: PropType<vue.StyleValue>;
32779
32751
  default: null;
32780
32752
  };
32753
+ theme: StringConstructor;
32781
32754
  color: StringConstructor;
32782
- expandIcon: {
32783
- type: PropType<IconValue>;
32784
- default: string;
32785
- };
32786
- collapseIcon: {
32787
- type: PropType<IconValue>;
32788
- default: string;
32789
- };
32790
- hideActions: BooleanConstructor;
32791
- focusable: BooleanConstructor;
32792
32755
  static: BooleanConstructor;
32793
- ripple: {
32794
- type: PropType<boolean | {
32795
- class: string;
32796
- } | undefined>;
32797
- default: boolean;
32798
- };
32799
32756
  readonly: BooleanConstructor;
32800
- tag: {
32801
- type: StringConstructor;
32802
- default: string;
32803
- };
32804
32757
  rounded: {
32805
32758
  type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
32806
32759
  default: undefined;
32807
32760
  };
32808
32761
  tile: BooleanConstructor;
32809
- value: null;
32810
- disabled: BooleanConstructor;
32811
- selectedClass: StringConstructor;
32762
+ eager: BooleanConstructor;
32812
32763
  elevation: {
32813
32764
  type: (StringConstructor | NumberConstructor)[];
32814
32765
  validator(v: any): boolean;
32815
32766
  };
32816
- title: StringConstructor;
32817
- text: StringConstructor;
32818
32767
  bgColor: StringConstructor;
32768
+ ripple: {
32769
+ type: PropType<boolean | {
32770
+ class: string;
32771
+ } | undefined>;
32772
+ default: boolean;
32773
+ };
32774
+ collapseIcon: {
32775
+ type: PropType<IconValue>;
32776
+ default: string;
32777
+ };
32778
+ expandIcon: {
32779
+ type: PropType<IconValue>;
32780
+ default: string;
32781
+ };
32782
+ hideActions: BooleanConstructor;
32783
+ focusable: BooleanConstructor;
32819
32784
  modelValue: {
32820
32785
  type: null;
32821
32786
  default: undefined;
@@ -32823,6 +32788,8 @@ declare const VExpansionPanels: {
32823
32788
  multiple: BooleanConstructor;
32824
32789
  mandatory: PropType<boolean | "force">;
32825
32790
  max: NumberConstructor;
32791
+ selectedClass: StringConstructor;
32792
+ disabled: BooleanConstructor;
32826
32793
  flat: BooleanConstructor;
32827
32794
  }, vue.ExtractPropTypes<{
32828
32795
  variant: {
@@ -32830,51 +32797,46 @@ declare const VExpansionPanels: {
32830
32797
  default: string;
32831
32798
  validator: (v: any) => boolean;
32832
32799
  };
32833
- theme: StringConstructor;
32834
- eager: BooleanConstructor;
32800
+ tag: {
32801
+ type: StringConstructor;
32802
+ default: string;
32803
+ };
32835
32804
  class: PropType<any>;
32836
32805
  style: {
32837
32806
  type: PropType<vue.StyleValue>;
32838
32807
  default: null;
32839
32808
  };
32809
+ theme: StringConstructor;
32840
32810
  color: StringConstructor;
32841
- expandIcon: {
32842
- type: PropType<IconValue>;
32843
- default: string;
32844
- };
32845
- collapseIcon: {
32846
- type: PropType<IconValue>;
32847
- default: string;
32848
- };
32849
- hideActions: BooleanConstructor;
32850
- focusable: BooleanConstructor;
32851
32811
  static: BooleanConstructor;
32852
- ripple: {
32853
- type: PropType<boolean | {
32854
- class: string;
32855
- } | undefined>;
32856
- default: boolean;
32857
- };
32858
32812
  readonly: BooleanConstructor;
32859
- tag: {
32860
- type: StringConstructor;
32861
- default: string;
32862
- };
32863
32813
  rounded: {
32864
32814
  type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
32865
32815
  default: undefined;
32866
32816
  };
32867
32817
  tile: BooleanConstructor;
32868
- value: null;
32869
- disabled: BooleanConstructor;
32870
- selectedClass: StringConstructor;
32818
+ eager: BooleanConstructor;
32871
32819
  elevation: {
32872
32820
  type: (StringConstructor | NumberConstructor)[];
32873
32821
  validator(v: any): boolean;
32874
32822
  };
32875
- title: StringConstructor;
32876
- text: StringConstructor;
32877
32823
  bgColor: StringConstructor;
32824
+ ripple: {
32825
+ type: PropType<boolean | {
32826
+ class: string;
32827
+ } | undefined>;
32828
+ default: boolean;
32829
+ };
32830
+ collapseIcon: {
32831
+ type: PropType<IconValue>;
32832
+ default: string;
32833
+ };
32834
+ expandIcon: {
32835
+ type: PropType<IconValue>;
32836
+ default: string;
32837
+ };
32838
+ hideActions: BooleanConstructor;
32839
+ focusable: BooleanConstructor;
32878
32840
  modelValue: {
32879
32841
  type: null;
32880
32842
  default: undefined;
@@ -32882,6 +32844,8 @@ declare const VExpansionPanels: {
32882
32844
  multiple: BooleanConstructor;
32883
32845
  mandatory: PropType<boolean | "force">;
32884
32846
  max: NumberConstructor;
32847
+ selectedClass: StringConstructor;
32848
+ disabled: BooleanConstructor;
32885
32849
  flat: BooleanConstructor;
32886
32850
  }>>;
32887
32851
  type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
@@ -34332,6 +34296,7 @@ declare const VFileInput: {
34332
34296
  direction: "horizontal" | "vertical";
34333
34297
  prependIcon: NonNullable<IconValue>;
34334
34298
  clearIcon: IconValue;
34299
+ centerAffix: boolean;
34335
34300
  hideSpinButtons: boolean;
34336
34301
  persistentHint: boolean;
34337
34302
  clearable: boolean;
@@ -34368,7 +34333,6 @@ declare const VFileInput: {
34368
34333
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34369
34334
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34370
34335
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34371
- centerAffix?: boolean | undefined;
34372
34336
  hint?: string | undefined;
34373
34337
  hideDetails?: boolean | "auto" | undefined;
34374
34338
  } & {
@@ -34717,6 +34681,7 @@ declare const VFileInput: {
34717
34681
  direction: "horizontal" | "vertical";
34718
34682
  prependIcon: NonNullable<IconValue>;
34719
34683
  clearIcon: IconValue;
34684
+ centerAffix: boolean;
34720
34685
  hideSpinButtons: boolean;
34721
34686
  persistentHint: boolean;
34722
34687
  clearable: boolean;
@@ -34753,7 +34718,6 @@ declare const VFileInput: {
34753
34718
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34754
34719
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34755
34720
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34756
- centerAffix?: boolean | undefined;
34757
34721
  hint?: string | undefined;
34758
34722
  hideDetails?: boolean | "auto" | undefined;
34759
34723
  } & {
@@ -34940,6 +34904,7 @@ declare const VFileInput: {
34940
34904
  direction: "horizontal" | "vertical";
34941
34905
  prependIcon: NonNullable<IconValue>;
34942
34906
  clearIcon: IconValue;
34907
+ centerAffix: boolean;
34943
34908
  hideSpinButtons: boolean;
34944
34909
  persistentHint: boolean;
34945
34910
  clearable: boolean;
@@ -34976,7 +34941,6 @@ declare const VFileInput: {
34976
34941
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34977
34942
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34978
34943
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34979
- centerAffix?: boolean | undefined;
34980
34944
  hint?: string | undefined;
34981
34945
  hideDetails?: boolean | "auto" | undefined;
34982
34946
  } & {
@@ -35359,6 +35323,7 @@ declare const VFileInput: {
35359
35323
  direction: "horizontal" | "vertical";
35360
35324
  prependIcon: NonNullable<IconValue>;
35361
35325
  clearIcon: IconValue;
35326
+ centerAffix: boolean;
35362
35327
  hideSpinButtons: boolean;
35363
35328
  persistentHint: boolean;
35364
35329
  clearable: boolean;
@@ -35395,7 +35360,6 @@ declare const VFileInput: {
35395
35360
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
35396
35361
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
35397
35362
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
35398
- centerAffix?: boolean | undefined;
35399
35363
  hint?: string | undefined;
35400
35364
  hideDetails?: boolean | "auto" | undefined;
35401
35365
  } & {
@@ -35827,10 +35791,7 @@ declare const VFileInput: {
35827
35791
  default: string;
35828
35792
  };
35829
35793
  active: BooleanConstructor;
35830
- centerAffix: {
35831
- type: BooleanConstructor;
35832
- default: undefined;
35833
- };
35794
+ centerAffix: BooleanConstructor;
35834
35795
  color: StringConstructor;
35835
35796
  baseColor: StringConstructor;
35836
35797
  dirty: BooleanConstructor;
@@ -35949,10 +35910,7 @@ declare const VFileInput: {
35949
35910
  default: string;
35950
35911
  };
35951
35912
  active: BooleanConstructor;
35952
- centerAffix: {
35953
- type: BooleanConstructor;
35954
- default: undefined;
35955
- };
35913
+ centerAffix: BooleanConstructor;
35956
35914
  color: StringConstructor;
35957
35915
  baseColor: StringConstructor;
35958
35916
  dirty: BooleanConstructor;
@@ -41754,7 +41712,7 @@ declare const VMenu: {
41754
41712
  eager: boolean;
41755
41713
  location: Anchor;
41756
41714
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41757
- updateLocation: (e: Event) => void;
41715
+ updateLocation: (e?: Event | undefined) => void;
41758
41716
  } | undefined) | "connected">;
41759
41717
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41760
41718
  closeDelay: NonNullable<string | number>;
@@ -41839,7 +41797,7 @@ declare const VMenu: {
41839
41797
  eager: boolean;
41840
41798
  location: Anchor;
41841
41799
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41842
- updateLocation: (e: Event) => void;
41800
+ updateLocation: (e?: Event | undefined) => void;
41843
41801
  } | undefined) | "connected";
41844
41802
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41845
41803
  activatorProps: Record<string, any>;
@@ -41866,7 +41824,7 @@ declare const VMenu: {
41866
41824
  eager: boolean;
41867
41825
  location: Anchor;
41868
41826
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41869
- updateLocation: (e: Event) => void;
41827
+ updateLocation: (e?: Event | undefined) => void;
41870
41828
  } | undefined) | "connected";
41871
41829
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41872
41830
  activatorProps: Record<string, any>;
@@ -41944,7 +41902,7 @@ declare const VMenu: {
41944
41902
  eager: boolean;
41945
41903
  location: Anchor;
41946
41904
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41947
- updateLocation: (e: Event) => void;
41905
+ updateLocation: (e?: Event | undefined) => void;
41948
41906
  } | undefined) | "connected";
41949
41907
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41950
41908
  activatorProps: Record<string, any>;
@@ -42051,7 +42009,7 @@ declare const VMenu: {
42051
42009
  eager: boolean;
42052
42010
  location: Anchor;
42053
42011
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42054
- updateLocation: (e: Event) => void;
42012
+ updateLocation: (e?: Event | undefined) => void;
42055
42013
  } | undefined) | "connected";
42056
42014
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42057
42015
  activatorProps: Record<string, any>;
@@ -42147,7 +42105,7 @@ declare const VMenu: {
42147
42105
  eager: boolean;
42148
42106
  location: Anchor;
42149
42107
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42150
- updateLocation: (e: Event) => void;
42108
+ updateLocation: (e?: Event | undefined) => void;
42151
42109
  } | undefined) | "connected";
42152
42110
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42153
42111
  activatorProps: Record<string, any>;
@@ -42207,7 +42165,7 @@ declare const VMenu: {
42207
42165
  eager: boolean;
42208
42166
  location: Anchor;
42209
42167
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42210
- updateLocation: (e: Event) => void;
42168
+ updateLocation: (e?: Event | undefined) => void;
42211
42169
  } | undefined) | "connected";
42212
42170
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42213
42171
  activatorProps: Record<string, any>;
@@ -42301,7 +42259,7 @@ declare const VMenu: {
42301
42259
  eager: boolean;
42302
42260
  location: Anchor;
42303
42261
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42304
- updateLocation: (e: Event) => void;
42262
+ updateLocation: (e?: Event | undefined) => void;
42305
42263
  } | undefined) | "connected">;
42306
42264
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42307
42265
  closeDelay: NonNullable<string | number>;
@@ -42381,7 +42339,7 @@ declare const VMenu: {
42381
42339
  eager: boolean;
42382
42340
  location: Anchor;
42383
42341
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42384
- updateLocation: (e: Event) => void;
42342
+ updateLocation: (e?: Event | undefined) => void;
42385
42343
  } | undefined) | "connected">;
42386
42344
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42387
42345
  closeDelay: NonNullable<string | number>;
@@ -42430,7 +42388,7 @@ declare const VMenu: {
42430
42388
  eager: boolean;
42431
42389
  location: Anchor;
42432
42390
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42433
- updateLocation: (e: Event) => void;
42391
+ updateLocation: (e?: Event | undefined) => void;
42434
42392
  } | undefined) | "connected">;
42435
42393
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42436
42394
  closeDelay: NonNullable<string | number>;
@@ -42515,7 +42473,7 @@ declare const VMenu: {
42515
42473
  eager: boolean;
42516
42474
  location: Anchor;
42517
42475
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42518
- updateLocation: (e: Event) => void;
42476
+ updateLocation: (e?: Event | undefined) => void;
42519
42477
  } | undefined) | "connected";
42520
42478
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42521
42479
  activatorProps: Record<string, any>;
@@ -42542,7 +42500,7 @@ declare const VMenu: {
42542
42500
  eager: boolean;
42543
42501
  location: Anchor;
42544
42502
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42545
- updateLocation: (e: Event) => void;
42503
+ updateLocation: (e?: Event | undefined) => void;
42546
42504
  } | undefined) | "connected";
42547
42505
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42548
42506
  activatorProps: Record<string, any>;
@@ -42620,7 +42578,7 @@ declare const VMenu: {
42620
42578
  eager: boolean;
42621
42579
  location: Anchor;
42622
42580
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42623
- updateLocation: (e: Event) => void;
42581
+ updateLocation: (e?: Event | undefined) => void;
42624
42582
  } | undefined) | "connected";
42625
42583
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42626
42584
  activatorProps: Record<string, any>;
@@ -42727,7 +42685,7 @@ declare const VMenu: {
42727
42685
  eager: boolean;
42728
42686
  location: Anchor;
42729
42687
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42730
- updateLocation: (e: Event) => void;
42688
+ updateLocation: (e?: Event | undefined) => void;
42731
42689
  } | undefined) | "connected";
42732
42690
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42733
42691
  activatorProps: Record<string, any>;
@@ -42823,7 +42781,7 @@ declare const VMenu: {
42823
42781
  eager: boolean;
42824
42782
  location: Anchor;
42825
42783
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42826
- updateLocation: (e: Event) => void;
42784
+ updateLocation: (e?: Event | undefined) => void;
42827
42785
  } | undefined) | "connected";
42828
42786
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42829
42787
  activatorProps: Record<string, any>;
@@ -42883,7 +42841,7 @@ declare const VMenu: {
42883
42841
  eager: boolean;
42884
42842
  location: Anchor;
42885
42843
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42886
- updateLocation: (e: Event) => void;
42844
+ updateLocation: (e?: Event | undefined) => void;
42887
42845
  } | undefined) | "connected";
42888
42846
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42889
42847
  activatorProps: Record<string, any>;
@@ -42975,7 +42933,7 @@ declare const VMenu: {
42975
42933
  eager: boolean;
42976
42934
  location: Anchor;
42977
42935
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42978
- updateLocation: (e: Event) => void;
42936
+ updateLocation: (e?: Event | undefined) => void;
42979
42937
  } | undefined) | "connected">;
42980
42938
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42981
42939
  closeDelay: NonNullable<string | number>;
@@ -43008,7 +42966,7 @@ declare const VMenu: {
43008
42966
  eager: boolean;
43009
42967
  location: Anchor;
43010
42968
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43011
- updateLocation: (e: Event) => void;
42969
+ updateLocation: (e?: Event | undefined) => void;
43012
42970
  } | undefined) | "connected">;
43013
42971
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
43014
42972
  closeDelay: NonNullable<string | number>;
@@ -43093,7 +43051,7 @@ declare const VMenu: {
43093
43051
  eager: boolean;
43094
43052
  location: Anchor;
43095
43053
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43096
- updateLocation: (e: Event) => void;
43054
+ updateLocation: (e?: Event | undefined) => void;
43097
43055
  } | undefined) | "connected";
43098
43056
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43099
43057
  activatorProps: Record<string, any>;
@@ -43120,7 +43078,7 @@ declare const VMenu: {
43120
43078
  eager: boolean;
43121
43079
  location: Anchor;
43122
43080
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43123
- updateLocation: (e: Event) => void;
43081
+ updateLocation: (e?: Event | undefined) => void;
43124
43082
  } | undefined) | "connected";
43125
43083
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43126
43084
  activatorProps: Record<string, any>;
@@ -43198,7 +43156,7 @@ declare const VMenu: {
43198
43156
  eager: boolean;
43199
43157
  location: Anchor;
43200
43158
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43201
- updateLocation: (e: Event) => void;
43159
+ updateLocation: (e?: Event | undefined) => void;
43202
43160
  } | undefined) | "connected";
43203
43161
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43204
43162
  activatorProps: Record<string, any>;
@@ -43305,7 +43263,7 @@ declare const VMenu: {
43305
43263
  eager: boolean;
43306
43264
  location: Anchor;
43307
43265
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43308
- updateLocation: (e: Event) => void;
43266
+ updateLocation: (e?: Event | undefined) => void;
43309
43267
  } | undefined) | "connected";
43310
43268
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43311
43269
  activatorProps: Record<string, any>;
@@ -43401,7 +43359,7 @@ declare const VMenu: {
43401
43359
  eager: boolean;
43402
43360
  location: Anchor;
43403
43361
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43404
- updateLocation: (e: Event) => void;
43362
+ updateLocation: (e?: Event | undefined) => void;
43405
43363
  } | undefined) | "connected";
43406
43364
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43407
43365
  activatorProps: Record<string, any>;
@@ -43461,7 +43419,7 @@ declare const VMenu: {
43461
43419
  eager: boolean;
43462
43420
  location: Anchor;
43463
43421
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43464
- updateLocation: (e: Event) => void;
43422
+ updateLocation: (e?: Event | undefined) => void;
43465
43423
  } | undefined) | "connected";
43466
43424
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
43467
43425
  activatorProps: Record<string, any>;
@@ -43555,7 +43513,7 @@ declare const VMenu: {
43555
43513
  eager: boolean;
43556
43514
  location: Anchor;
43557
43515
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43558
- updateLocation: (e: Event) => void;
43516
+ updateLocation: (e?: Event | undefined) => void;
43559
43517
  } | undefined) | "connected">;
43560
43518
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
43561
43519
  closeDelay: NonNullable<string | number>;
@@ -43636,16 +43594,16 @@ declare const VMenu: {
43636
43594
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43637
43595
  locationStrategy: Omit<{
43638
43596
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43639
- updateLocation: (e: Event) => void;
43597
+ updateLocation: (e?: Event | undefined) => void;
43640
43598
  } | undefined) | "connected">;
43641
43599
  default: string;
43642
43600
  validator: (val: any) => boolean;
43643
43601
  }, "default" | "type"> & {
43644
43602
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43645
- updateLocation: (e: Event) => void;
43603
+ updateLocation: (e?: Event | undefined) => void;
43646
43604
  } | undefined) | "connected">>;
43647
43605
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43648
- updateLocation: (e: Event) => void;
43606
+ updateLocation: (e?: Event | undefined) => void;
43649
43607
  } | undefined) | "connected">;
43650
43608
  };
43651
43609
  scrollStrategy: Omit<{
@@ -43751,16 +43709,16 @@ declare const VMenu: {
43751
43709
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43752
43710
  locationStrategy: Omit<{
43753
43711
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43754
- updateLocation: (e: Event) => void;
43712
+ updateLocation: (e?: Event | undefined) => void;
43755
43713
  } | undefined) | "connected">;
43756
43714
  default: string;
43757
43715
  validator: (val: any) => boolean;
43758
43716
  }, "default" | "type"> & {
43759
43717
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43760
- updateLocation: (e: Event) => void;
43718
+ updateLocation: (e?: Event | undefined) => void;
43761
43719
  } | undefined) | "connected">>;
43762
43720
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43763
- updateLocation: (e: Event) => void;
43721
+ updateLocation: (e?: Event | undefined) => void;
43764
43722
  } | undefined) | "connected">;
43765
43723
  };
43766
43724
  scrollStrategy: Omit<{
@@ -44725,7 +44683,7 @@ declare const VOverlay: {
44725
44683
  eager: boolean;
44726
44684
  location: Anchor;
44727
44685
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44728
- updateLocation: (e: Event) => void;
44686
+ updateLocation: (e?: Event | undefined) => void;
44729
44687
  } | undefined) | "connected";
44730
44688
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44731
44689
  activatorProps: Record<string, any>;
@@ -44821,7 +44779,7 @@ declare const VOverlay: {
44821
44779
  eager: boolean;
44822
44780
  location: Anchor;
44823
44781
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44824
- updateLocation: (e: Event) => void;
44782
+ updateLocation: (e?: Event | undefined) => void;
44825
44783
  } | undefined) | "connected";
44826
44784
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44827
44785
  activatorProps: Record<string, any>;
@@ -44903,7 +44861,7 @@ declare const VOverlay: {
44903
44861
  eager: boolean;
44904
44862
  location: Anchor;
44905
44863
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44906
- updateLocation: (e: Event) => void;
44864
+ updateLocation: (e?: Event | undefined) => void;
44907
44865
  } | undefined) | "connected";
44908
44866
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44909
44867
  activatorProps: Record<string, any>;
@@ -44950,7 +44908,7 @@ declare const VOverlay: {
44950
44908
  eager: boolean;
44951
44909
  location: Anchor;
44952
44910
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44953
- updateLocation: (e: Event) => void;
44911
+ updateLocation: (e?: Event | undefined) => void;
44954
44912
  } | undefined) | "connected";
44955
44913
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44956
44914
  activatorProps: Record<string, any>;
@@ -45041,7 +44999,7 @@ declare const VOverlay: {
45041
44999
  eager: boolean;
45042
45000
  location: Anchor;
45043
45001
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45044
- updateLocation: (e: Event) => void;
45002
+ updateLocation: (e?: Event | undefined) => void;
45045
45003
  } | undefined) | "connected";
45046
45004
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
45047
45005
  activatorProps: Record<string, any>;
@@ -45072,7 +45030,7 @@ declare const VOverlay: {
45072
45030
  eager: boolean;
45073
45031
  location: Anchor;
45074
45032
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45075
- updateLocation: (e: Event) => void;
45033
+ updateLocation: (e?: Event | undefined) => void;
45076
45034
  } | undefined) | "connected";
45077
45035
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
45078
45036
  activatorProps: Record<string, any>;
@@ -45168,7 +45126,7 @@ declare const VOverlay: {
45168
45126
  eager: boolean;
45169
45127
  location: Anchor;
45170
45128
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45171
- updateLocation: (e: Event) => void;
45129
+ updateLocation: (e?: Event | undefined) => void;
45172
45130
  } | undefined) | "connected";
45173
45131
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
45174
45132
  activatorProps: Record<string, any>;
@@ -45211,7 +45169,7 @@ declare const VOverlay: {
45211
45169
  };
45212
45170
  locationStrategy: {
45213
45171
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45214
- updateLocation: (e: Event) => void;
45172
+ updateLocation: (e?: Event | undefined) => void;
45215
45173
  } | undefined) | "connected">;
45216
45174
  default: string;
45217
45175
  validator: (val: any) => boolean;
@@ -45294,7 +45252,7 @@ declare const VOverlay: {
45294
45252
  };
45295
45253
  locationStrategy: {
45296
45254
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
45297
- updateLocation: (e: Event) => void;
45255
+ updateLocation: (e?: Event | undefined) => void;
45298
45256
  } | undefined) | "connected">;
45299
45257
  default: string;
45300
45258
  validator: (val: any) => boolean;
@@ -47600,10 +47558,7 @@ declare const VRadioGroup: {
47600
47558
  maxWidth: (StringConstructor | NumberConstructor)[];
47601
47559
  minWidth: (StringConstructor | NumberConstructor)[];
47602
47560
  appendIcon: vue.PropType<IconValue>;
47603
- centerAffix: {
47604
- type: BooleanConstructor;
47605
- default: boolean;
47606
- };
47561
+ centerAffix: BooleanConstructor;
47607
47562
  prependIcon: vue.PropType<IconValue>;
47608
47563
  hideDetails: vue.PropType<boolean | "auto">;
47609
47564
  hideSpinButtons: BooleanConstructor;
@@ -47694,10 +47649,7 @@ declare const VRadioGroup: {
47694
47649
  maxWidth: (StringConstructor | NumberConstructor)[];
47695
47650
  minWidth: (StringConstructor | NumberConstructor)[];
47696
47651
  appendIcon: vue.PropType<IconValue>;
47697
- centerAffix: {
47698
- type: BooleanConstructor;
47699
- default: boolean;
47700
- };
47652
+ centerAffix: BooleanConstructor;
47701
47653
  prependIcon: vue.PropType<IconValue>;
47702
47654
  hideDetails: vue.PropType<boolean | "auto">;
47703
47655
  hideSpinButtons: BooleanConstructor;
@@ -48423,10 +48375,7 @@ declare const VRangeSlider: {
48423
48375
  };
48424
48376
  id: StringConstructor;
48425
48377
  appendIcon: PropType<IconValue>;
48426
- centerAffix: {
48427
- type: BooleanConstructor;
48428
- default: boolean;
48429
- };
48378
+ centerAffix: BooleanConstructor;
48430
48379
  prependIcon: PropType<IconValue>;
48431
48380
  hideDetails: PropType<boolean | "auto">;
48432
48381
  hideSpinButtons: BooleanConstructor;
@@ -48550,10 +48499,7 @@ declare const VRangeSlider: {
48550
48499
  };
48551
48500
  id: StringConstructor;
48552
48501
  appendIcon: PropType<IconValue>;
48553
- centerAffix: {
48554
- type: BooleanConstructor;
48555
- default: boolean;
48556
- };
48502
+ centerAffix: BooleanConstructor;
48557
48503
  prependIcon: PropType<IconValue>;
48558
48504
  hideDetails: PropType<boolean | "auto">;
48559
48505
  hideSpinButtons: BooleanConstructor;
@@ -49131,6 +49077,7 @@ declare const VSelect: {
49131
49077
  direction: "horizontal" | "vertical";
49132
49078
  valueComparator: typeof deepEqual;
49133
49079
  clearIcon: IconValue;
49080
+ centerAffix: boolean;
49134
49081
  hideSpinButtons: boolean;
49135
49082
  persistentHint: boolean;
49136
49083
  itemChildren: NonNullable<SelectItemKey>;
@@ -49175,7 +49122,6 @@ declare const VSelect: {
49175
49122
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49176
49123
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49177
49124
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49178
- centerAffix?: boolean | undefined;
49179
49125
  hint?: string | undefined;
49180
49126
  hideDetails?: boolean | "auto" | undefined;
49181
49127
  suffix?: string | undefined;
@@ -49454,7 +49400,7 @@ declare const VSelect: {
49454
49400
  eager: boolean;
49455
49401
  location: Anchor;
49456
49402
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49457
- updateLocation: (e: Event) => void;
49403
+ updateLocation: (e?: Event | undefined) => void;
49458
49404
  } | undefined) | "connected">;
49459
49405
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49460
49406
  closeDelay: NonNullable<string | number>;
@@ -49483,7 +49429,7 @@ declare const VSelect: {
49483
49429
  eager: boolean;
49484
49430
  location: Anchor;
49485
49431
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49486
- updateLocation: (e: Event) => void;
49432
+ updateLocation: (e?: Event | undefined) => void;
49487
49433
  } | undefined) | "connected">;
49488
49434
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49489
49435
  closeDelay: NonNullable<string | number>;
@@ -49559,7 +49505,7 @@ declare const VSelect: {
49559
49505
  eager: boolean;
49560
49506
  location: Anchor;
49561
49507
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49562
- updateLocation: (e: Event) => void;
49508
+ updateLocation: (e?: Event | undefined) => void;
49563
49509
  } | undefined) | "connected">;
49564
49510
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49565
49511
  closeDelay: NonNullable<string | number>;
@@ -49663,6 +49609,7 @@ declare const VSelect: {
49663
49609
  direction: "horizontal" | "vertical";
49664
49610
  valueComparator: typeof deepEqual;
49665
49611
  clearIcon: IconValue;
49612
+ centerAffix: boolean;
49666
49613
  hideSpinButtons: boolean;
49667
49614
  persistentHint: boolean;
49668
49615
  itemChildren: NonNullable<SelectItemKey>;
@@ -49707,7 +49654,6 @@ declare const VSelect: {
49707
49654
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49708
49655
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49709
49656
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49710
- centerAffix?: boolean | undefined;
49711
49657
  hint?: string | undefined;
49712
49658
  hideDetails?: boolean | "auto" | undefined;
49713
49659
  suffix?: string | undefined;
@@ -49986,7 +49932,7 @@ declare const VSelect: {
49986
49932
  eager: boolean;
49987
49933
  location: Anchor;
49988
49934
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49989
- updateLocation: (e: Event) => void;
49935
+ updateLocation: (e?: Event | undefined) => void;
49990
49936
  } | undefined) | "connected">;
49991
49937
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49992
49938
  closeDelay: NonNullable<string | number>;
@@ -50015,7 +49961,7 @@ declare const VSelect: {
50015
49961
  eager: boolean;
50016
49962
  location: Anchor;
50017
49963
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50018
- updateLocation: (e: Event) => void;
49964
+ updateLocation: (e?: Event | undefined) => void;
50019
49965
  } | undefined) | "connected">;
50020
49966
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50021
49967
  closeDelay: NonNullable<string | number>;
@@ -50091,7 +50037,7 @@ declare const VSelect: {
50091
50037
  eager: boolean;
50092
50038
  location: Anchor;
50093
50039
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50094
- updateLocation: (e: Event) => void;
50040
+ updateLocation: (e?: Event | undefined) => void;
50095
50041
  } | undefined) | "connected">;
50096
50042
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50097
50043
  closeDelay: NonNullable<string | number>;
@@ -50308,6 +50254,7 @@ declare const VSelect: {
50308
50254
  direction: "horizontal" | "vertical";
50309
50255
  valueComparator: typeof deepEqual;
50310
50256
  clearIcon: IconValue;
50257
+ centerAffix: boolean;
50311
50258
  hideSpinButtons: boolean;
50312
50259
  persistentHint: boolean;
50313
50260
  itemChildren: NonNullable<SelectItemKey>;
@@ -50352,7 +50299,6 @@ declare const VSelect: {
50352
50299
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50353
50300
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50354
50301
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50355
- centerAffix?: boolean | undefined;
50356
50302
  hint?: string | undefined;
50357
50303
  hideDetails?: boolean | "auto" | undefined;
50358
50304
  suffix?: string | undefined;
@@ -50631,7 +50577,7 @@ declare const VSelect: {
50631
50577
  eager: boolean;
50632
50578
  location: Anchor;
50633
50579
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50634
- updateLocation: (e: Event) => void;
50580
+ updateLocation: (e?: Event | undefined) => void;
50635
50581
  } | undefined) | "connected">;
50636
50582
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50637
50583
  closeDelay: NonNullable<string | number>;
@@ -50660,7 +50606,7 @@ declare const VSelect: {
50660
50606
  eager: boolean;
50661
50607
  location: Anchor;
50662
50608
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50663
- updateLocation: (e: Event) => void;
50609
+ updateLocation: (e?: Event | undefined) => void;
50664
50610
  } | undefined) | "connected">;
50665
50611
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50666
50612
  closeDelay: NonNullable<string | number>;
@@ -50736,7 +50682,7 @@ declare const VSelect: {
50736
50682
  eager: boolean;
50737
50683
  location: Anchor;
50738
50684
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50739
- updateLocation: (e: Event) => void;
50685
+ updateLocation: (e?: Event | undefined) => void;
50740
50686
  } | undefined) | "connected">;
50741
50687
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50742
50688
  closeDelay: NonNullable<string | number>;
@@ -50888,6 +50834,7 @@ declare const VSelect: {
50888
50834
  direction: "horizontal" | "vertical";
50889
50835
  valueComparator: typeof deepEqual;
50890
50836
  clearIcon: IconValue;
50837
+ centerAffix: boolean;
50891
50838
  hideSpinButtons: boolean;
50892
50839
  persistentHint: boolean;
50893
50840
  itemChildren: NonNullable<SelectItemKey>;
@@ -50932,7 +50879,6 @@ declare const VSelect: {
50932
50879
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50933
50880
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50934
50881
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50935
- centerAffix?: boolean | undefined;
50936
50882
  hint?: string | undefined;
50937
50883
  hideDetails?: boolean | "auto" | undefined;
50938
50884
  suffix?: string | undefined;
@@ -51211,7 +51157,7 @@ declare const VSelect: {
51211
51157
  eager: boolean;
51212
51158
  location: Anchor;
51213
51159
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51214
- updateLocation: (e: Event) => void;
51160
+ updateLocation: (e?: Event | undefined) => void;
51215
51161
  } | undefined) | "connected">;
51216
51162
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51217
51163
  closeDelay: NonNullable<string | number>;
@@ -51240,7 +51186,7 @@ declare const VSelect: {
51240
51186
  eager: boolean;
51241
51187
  location: Anchor;
51242
51188
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51243
- updateLocation: (e: Event) => void;
51189
+ updateLocation: (e?: Event | undefined) => void;
51244
51190
  } | undefined) | "connected">;
51245
51191
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51246
51192
  closeDelay: NonNullable<string | number>;
@@ -51316,7 +51262,7 @@ declare const VSelect: {
51316
51262
  eager: boolean;
51317
51263
  location: Anchor;
51318
51264
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51319
- updateLocation: (e: Event) => void;
51265
+ updateLocation: (e?: Event | undefined) => void;
51320
51266
  } | undefined) | "connected">;
51321
51267
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51322
51268
  closeDelay: NonNullable<string | number>;
@@ -51668,10 +51614,7 @@ declare const VSelect: {
51668
51614
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
51669
51615
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
51670
51616
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
51671
- centerAffix: {
51672
- type: BooleanConstructor;
51673
- default: undefined;
51674
- };
51617
+ centerAffix: BooleanConstructor;
51675
51618
  hideSpinButtons: BooleanConstructor;
51676
51619
  hint: StringConstructor;
51677
51620
  persistentHint: BooleanConstructor;
@@ -52007,7 +51950,7 @@ declare const VSelect: {
52007
51950
  eager: boolean;
52008
51951
  location: Anchor;
52009
51952
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52010
- updateLocation: (e: Event) => void;
51953
+ updateLocation: (e?: Event | undefined) => void;
52011
51954
  } | undefined) | "connected">;
52012
51955
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52013
51956
  closeDelay: NonNullable<string | number>;
@@ -52036,7 +51979,7 @@ declare const VSelect: {
52036
51979
  eager: boolean;
52037
51980
  location: Anchor;
52038
51981
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52039
- updateLocation: (e: Event) => void;
51982
+ updateLocation: (e?: Event | undefined) => void;
52040
51983
  } | undefined) | "connected">;
52041
51984
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52042
51985
  closeDelay: NonNullable<string | number>;
@@ -52112,7 +52055,7 @@ declare const VSelect: {
52112
52055
  eager: boolean;
52113
52056
  location: Anchor;
52114
52057
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52115
- updateLocation: (e: Event) => void;
52058
+ updateLocation: (e?: Event | undefined) => void;
52116
52059
  } | undefined) | "connected">;
52117
52060
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52118
52061
  closeDelay: NonNullable<string | number>;
@@ -52300,10 +52243,7 @@ declare const VSelect: {
52300
52243
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
52301
52244
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
52302
52245
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
52303
- centerAffix: {
52304
- type: BooleanConstructor;
52305
- default: undefined;
52306
- };
52246
+ centerAffix: BooleanConstructor;
52307
52247
  hideSpinButtons: BooleanConstructor;
52308
52248
  hint: StringConstructor;
52309
52249
  persistentHint: BooleanConstructor;
@@ -52639,7 +52579,7 @@ declare const VSelect: {
52639
52579
  eager: boolean;
52640
52580
  location: Anchor;
52641
52581
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52642
- updateLocation: (e: Event) => void;
52582
+ updateLocation: (e?: Event | undefined) => void;
52643
52583
  } | undefined) | "connected">;
52644
52584
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52645
52585
  closeDelay: NonNullable<string | number>;
@@ -52668,7 +52608,7 @@ declare const VSelect: {
52668
52608
  eager: boolean;
52669
52609
  location: Anchor;
52670
52610
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52671
- updateLocation: (e: Event) => void;
52611
+ updateLocation: (e?: Event | undefined) => void;
52672
52612
  } | undefined) | "connected">;
52673
52613
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52674
52614
  closeDelay: NonNullable<string | number>;
@@ -52744,7 +52684,7 @@ declare const VSelect: {
52744
52684
  eager: boolean;
52745
52685
  location: Anchor;
52746
52686
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52747
- updateLocation: (e: Event) => void;
52687
+ updateLocation: (e?: Event | undefined) => void;
52748
52688
  } | undefined) | "connected">;
52749
52689
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52750
52690
  closeDelay: NonNullable<string | number>;
@@ -54337,10 +54277,7 @@ declare const VSlider: {
54337
54277
  };
54338
54278
  id: StringConstructor;
54339
54279
  appendIcon: vue.PropType<IconValue>;
54340
- centerAffix: {
54341
- type: BooleanConstructor;
54342
- default: boolean;
54343
- };
54280
+ centerAffix: BooleanConstructor;
54344
54281
  prependIcon: vue.PropType<IconValue>;
54345
54282
  hideDetails: vue.PropType<boolean | "auto">;
54346
54283
  hideSpinButtons: BooleanConstructor;
@@ -54463,10 +54400,7 @@ declare const VSlider: {
54463
54400
  };
54464
54401
  id: StringConstructor;
54465
54402
  appendIcon: vue.PropType<IconValue>;
54466
- centerAffix: {
54467
- type: BooleanConstructor;
54468
- default: boolean;
54469
- };
54403
+ centerAffix: BooleanConstructor;
54470
54404
  prependIcon: vue.PropType<IconValue>;
54471
54405
  hideDetails: vue.PropType<boolean | "auto">;
54472
54406
  hideSpinButtons: BooleanConstructor;
@@ -54561,7 +54495,7 @@ declare const VSnackbar: {
54561
54495
  eager: boolean;
54562
54496
  location: Anchor;
54563
54497
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54564
- updateLocation: (e: Event) => void;
54498
+ updateLocation: (e?: Event | undefined) => void;
54565
54499
  } | undefined) | "connected";
54566
54500
  activatorProps: Record<string, any>;
54567
54501
  openOnHover: boolean;
@@ -54646,7 +54580,7 @@ declare const VSnackbar: {
54646
54580
  eager: boolean;
54647
54581
  location: Anchor;
54648
54582
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54649
- updateLocation: (e: Event) => void;
54583
+ updateLocation: (e?: Event | undefined) => void;
54650
54584
  } | undefined) | "connected";
54651
54585
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54652
54586
  activatorProps: Record<string, any>;
@@ -54673,7 +54607,7 @@ declare const VSnackbar: {
54673
54607
  eager: boolean;
54674
54608
  location: Anchor;
54675
54609
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54676
- updateLocation: (e: Event) => void;
54610
+ updateLocation: (e?: Event | undefined) => void;
54677
54611
  } | undefined) | "connected";
54678
54612
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54679
54613
  activatorProps: Record<string, any>;
@@ -54751,7 +54685,7 @@ declare const VSnackbar: {
54751
54685
  eager: boolean;
54752
54686
  location: Anchor;
54753
54687
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54754
- updateLocation: (e: Event) => void;
54688
+ updateLocation: (e?: Event | undefined) => void;
54755
54689
  } | undefined) | "connected";
54756
54690
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54757
54691
  activatorProps: Record<string, any>;
@@ -54858,7 +54792,7 @@ declare const VSnackbar: {
54858
54792
  eager: boolean;
54859
54793
  location: Anchor;
54860
54794
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54861
- updateLocation: (e: Event) => void;
54795
+ updateLocation: (e?: Event | undefined) => void;
54862
54796
  } | undefined) | "connected";
54863
54797
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54864
54798
  activatorProps: Record<string, any>;
@@ -54954,7 +54888,7 @@ declare const VSnackbar: {
54954
54888
  eager: boolean;
54955
54889
  location: Anchor;
54956
54890
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54957
- updateLocation: (e: Event) => void;
54891
+ updateLocation: (e?: Event | undefined) => void;
54958
54892
  } | undefined) | "connected";
54959
54893
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54960
54894
  activatorProps: Record<string, any>;
@@ -55014,7 +54948,7 @@ declare const VSnackbar: {
55014
54948
  eager: boolean;
55015
54949
  location: Anchor;
55016
54950
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55017
- updateLocation: (e: Event) => void;
54951
+ updateLocation: (e?: Event | undefined) => void;
55018
54952
  } | undefined) | "connected";
55019
54953
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55020
54954
  activatorProps: Record<string, any>;
@@ -55110,7 +55044,7 @@ declare const VSnackbar: {
55110
55044
  eager: boolean;
55111
55045
  location: Anchor;
55112
55046
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55113
- updateLocation: (e: Event) => void;
55047
+ updateLocation: (e?: Event | undefined) => void;
55114
55048
  } | undefined) | "connected";
55115
55049
  activatorProps: Record<string, any>;
55116
55050
  openOnHover: boolean;
@@ -55196,7 +55130,7 @@ declare const VSnackbar: {
55196
55130
  eager: boolean;
55197
55131
  location: Anchor;
55198
55132
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55199
- updateLocation: (e: Event) => void;
55133
+ updateLocation: (e?: Event | undefined) => void;
55200
55134
  } | undefined) | "connected";
55201
55135
  activatorProps: Record<string, any>;
55202
55136
  openOnClick: boolean;
@@ -55248,7 +55182,7 @@ declare const VSnackbar: {
55248
55182
  eager: boolean;
55249
55183
  location: Anchor;
55250
55184
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55251
- updateLocation: (e: Event) => void;
55185
+ updateLocation: (e?: Event | undefined) => void;
55252
55186
  } | undefined) | "connected";
55253
55187
  activatorProps: Record<string, any>;
55254
55188
  openOnHover: boolean;
@@ -55333,7 +55267,7 @@ declare const VSnackbar: {
55333
55267
  eager: boolean;
55334
55268
  location: Anchor;
55335
55269
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55336
- updateLocation: (e: Event) => void;
55270
+ updateLocation: (e?: Event | undefined) => void;
55337
55271
  } | undefined) | "connected";
55338
55272
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55339
55273
  activatorProps: Record<string, any>;
@@ -55360,7 +55294,7 @@ declare const VSnackbar: {
55360
55294
  eager: boolean;
55361
55295
  location: Anchor;
55362
55296
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55363
- updateLocation: (e: Event) => void;
55297
+ updateLocation: (e?: Event | undefined) => void;
55364
55298
  } | undefined) | "connected";
55365
55299
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55366
55300
  activatorProps: Record<string, any>;
@@ -55438,7 +55372,7 @@ declare const VSnackbar: {
55438
55372
  eager: boolean;
55439
55373
  location: Anchor;
55440
55374
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55441
- updateLocation: (e: Event) => void;
55375
+ updateLocation: (e?: Event | undefined) => void;
55442
55376
  } | undefined) | "connected";
55443
55377
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55444
55378
  activatorProps: Record<string, any>;
@@ -55545,7 +55479,7 @@ declare const VSnackbar: {
55545
55479
  eager: boolean;
55546
55480
  location: Anchor;
55547
55481
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55548
- updateLocation: (e: Event) => void;
55482
+ updateLocation: (e?: Event | undefined) => void;
55549
55483
  } | undefined) | "connected";
55550
55484
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55551
55485
  activatorProps: Record<string, any>;
@@ -55641,7 +55575,7 @@ declare const VSnackbar: {
55641
55575
  eager: boolean;
55642
55576
  location: Anchor;
55643
55577
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55644
- updateLocation: (e: Event) => void;
55578
+ updateLocation: (e?: Event | undefined) => void;
55645
55579
  } | undefined) | "connected";
55646
55580
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55647
55581
  activatorProps: Record<string, any>;
@@ -55701,7 +55635,7 @@ declare const VSnackbar: {
55701
55635
  eager: boolean;
55702
55636
  location: Anchor;
55703
55637
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55704
- updateLocation: (e: Event) => void;
55638
+ updateLocation: (e?: Event | undefined) => void;
55705
55639
  } | undefined) | "connected";
55706
55640
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55707
55641
  activatorProps: Record<string, any>;
@@ -55796,7 +55730,7 @@ declare const VSnackbar: {
55796
55730
  eager: boolean;
55797
55731
  location: Anchor;
55798
55732
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55799
- updateLocation: (e: Event) => void;
55733
+ updateLocation: (e?: Event | undefined) => void;
55800
55734
  } | undefined) | "connected";
55801
55735
  activatorProps: Record<string, any>;
55802
55736
  openOnClick: boolean;
@@ -55827,7 +55761,7 @@ declare const VSnackbar: {
55827
55761
  eager: boolean;
55828
55762
  location: Anchor;
55829
55763
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55830
- updateLocation: (e: Event) => void;
55764
+ updateLocation: (e?: Event | undefined) => void;
55831
55765
  } | undefined) | "connected";
55832
55766
  activatorProps: Record<string, any>;
55833
55767
  openOnHover: boolean;
@@ -55912,7 +55846,7 @@ declare const VSnackbar: {
55912
55846
  eager: boolean;
55913
55847
  location: Anchor;
55914
55848
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55915
- updateLocation: (e: Event) => void;
55849
+ updateLocation: (e?: Event | undefined) => void;
55916
55850
  } | undefined) | "connected";
55917
55851
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55918
55852
  activatorProps: Record<string, any>;
@@ -55939,7 +55873,7 @@ declare const VSnackbar: {
55939
55873
  eager: boolean;
55940
55874
  location: Anchor;
55941
55875
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55942
- updateLocation: (e: Event) => void;
55876
+ updateLocation: (e?: Event | undefined) => void;
55943
55877
  } | undefined) | "connected";
55944
55878
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55945
55879
  activatorProps: Record<string, any>;
@@ -56017,7 +55951,7 @@ declare const VSnackbar: {
56017
55951
  eager: boolean;
56018
55952
  location: Anchor;
56019
55953
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56020
- updateLocation: (e: Event) => void;
55954
+ updateLocation: (e?: Event | undefined) => void;
56021
55955
  } | undefined) | "connected";
56022
55956
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56023
55957
  activatorProps: Record<string, any>;
@@ -56124,7 +56058,7 @@ declare const VSnackbar: {
56124
56058
  eager: boolean;
56125
56059
  location: Anchor;
56126
56060
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56127
- updateLocation: (e: Event) => void;
56061
+ updateLocation: (e?: Event | undefined) => void;
56128
56062
  } | undefined) | "connected";
56129
56063
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56130
56064
  activatorProps: Record<string, any>;
@@ -56220,7 +56154,7 @@ declare const VSnackbar: {
56220
56154
  eager: boolean;
56221
56155
  location: Anchor;
56222
56156
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56223
- updateLocation: (e: Event) => void;
56157
+ updateLocation: (e?: Event | undefined) => void;
56224
56158
  } | undefined) | "connected";
56225
56159
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56226
56160
  activatorProps: Record<string, any>;
@@ -56280,7 +56214,7 @@ declare const VSnackbar: {
56280
56214
  eager: boolean;
56281
56215
  location: Anchor;
56282
56216
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56283
- updateLocation: (e: Event) => void;
56217
+ updateLocation: (e?: Event | undefined) => void;
56284
56218
  } | undefined) | "connected";
56285
56219
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56286
56220
  activatorProps: Record<string, any>;
@@ -56377,7 +56311,7 @@ declare const VSnackbar: {
56377
56311
  eager: boolean;
56378
56312
  location: Anchor;
56379
56313
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56380
- updateLocation: (e: Event) => void;
56314
+ updateLocation: (e?: Event | undefined) => void;
56381
56315
  } | undefined) | "connected";
56382
56316
  activatorProps: Record<string, any>;
56383
56317
  openOnClick: boolean;
@@ -56456,7 +56390,7 @@ declare const VSnackbar: {
56456
56390
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56457
56391
  locationStrategy: {
56458
56392
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56459
- updateLocation: (e: Event) => void;
56393
+ updateLocation: (e?: Event | undefined) => void;
56460
56394
  } | undefined) | "connected">;
56461
56395
  default: string;
56462
56396
  validator: (val: any) => boolean;
@@ -56557,7 +56491,7 @@ declare const VSnackbar: {
56557
56491
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56558
56492
  locationStrategy: {
56559
56493
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56560
- updateLocation: (e: Event) => void;
56494
+ updateLocation: (e?: Event | undefined) => void;
56561
56495
  } | undefined) | "connected">;
56562
56496
  default: string;
56563
56497
  validator: (val: any) => boolean;
@@ -57021,7 +56955,7 @@ declare const VSpeedDial: {
57021
56955
  eager: boolean;
57022
56956
  location: NonNullable<Anchor>;
57023
56957
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57024
- updateLocation: (e: Event) => void;
56958
+ updateLocation: (e?: Event | undefined) => void;
57025
56959
  } | undefined) | "connected">;
57026
56960
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57027
56961
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57103,7 +57037,7 @@ declare const VSpeedDial: {
57103
57037
  eager: boolean;
57104
57038
  location: NonNullable<Anchor>;
57105
57039
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57106
- updateLocation: (e: Event) => void;
57040
+ updateLocation: (e?: Event | undefined) => void;
57107
57041
  } | undefined) | "connected">;
57108
57042
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57109
57043
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57183,7 +57117,7 @@ declare const VSpeedDial: {
57183
57117
  eager: boolean;
57184
57118
  location: NonNullable<Anchor>;
57185
57119
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57186
- updateLocation: (e: Event) => void;
57120
+ updateLocation: (e?: Event | undefined) => void;
57187
57121
  } | undefined) | "connected">;
57188
57122
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57189
57123
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57234,7 +57168,7 @@ declare const VSpeedDial: {
57234
57168
  eager: boolean;
57235
57169
  location: NonNullable<Anchor>;
57236
57170
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57237
- updateLocation: (e: Event) => void;
57171
+ updateLocation: (e?: Event | undefined) => void;
57238
57172
  } | undefined) | "connected">;
57239
57173
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57240
57174
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57314,7 +57248,7 @@ declare const VSpeedDial: {
57314
57248
  eager: boolean;
57315
57249
  location: NonNullable<Anchor>;
57316
57250
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57317
- updateLocation: (e: Event) => void;
57251
+ updateLocation: (e?: Event | undefined) => void;
57318
57252
  } | undefined) | "connected">;
57319
57253
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57320
57254
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57349,7 +57283,7 @@ declare const VSpeedDial: {
57349
57283
  eager: boolean;
57350
57284
  location: NonNullable<Anchor>;
57351
57285
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57352
- updateLocation: (e: Event) => void;
57286
+ updateLocation: (e?: Event | undefined) => void;
57353
57287
  } | undefined) | "connected">;
57354
57288
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57355
57289
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57431,7 +57365,7 @@ declare const VSpeedDial: {
57431
57365
  eager: boolean;
57432
57366
  location: NonNullable<Anchor>;
57433
57367
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57434
- updateLocation: (e: Event) => void;
57368
+ updateLocation: (e?: Event | undefined) => void;
57435
57369
  } | undefined) | "connected">;
57436
57370
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57437
57371
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -57532,16 +57466,16 @@ declare const VSpeedDial: {
57532
57466
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57533
57467
  locationStrategy: Omit<{
57534
57468
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57535
- updateLocation: (e: Event) => void;
57469
+ updateLocation: (e?: Event | undefined) => void;
57536
57470
  } | undefined) | "connected">;
57537
57471
  default: string;
57538
57472
  validator: (val: any) => boolean;
57539
57473
  }, "default" | "type"> & {
57540
57474
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57541
- updateLocation: (e: Event) => void;
57475
+ updateLocation: (e?: Event | undefined) => void;
57542
57476
  } | undefined) | "connected">>;
57543
57477
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57544
- updateLocation: (e: Event) => void;
57478
+ updateLocation: (e?: Event | undefined) => void;
57545
57479
  } | undefined) | "connected">;
57546
57480
  };
57547
57481
  scrollStrategy: Omit<{
@@ -57673,16 +57607,16 @@ declare const VSpeedDial: {
57673
57607
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57674
57608
  locationStrategy: Omit<{
57675
57609
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57676
- updateLocation: (e: Event) => void;
57610
+ updateLocation: (e?: Event | undefined) => void;
57677
57611
  } | undefined) | "connected">;
57678
57612
  default: string;
57679
57613
  validator: (val: any) => boolean;
57680
57614
  }, "default" | "type"> & {
57681
57615
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57682
- updateLocation: (e: Event) => void;
57616
+ updateLocation: (e?: Event | undefined) => void;
57683
57617
  } | undefined) | "connected">>;
57684
57618
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57685
- updateLocation: (e: Event) => void;
57619
+ updateLocation: (e?: Event | undefined) => void;
57686
57620
  } | undefined) | "connected">;
57687
57621
  };
57688
57622
  scrollStrategy: Omit<{
@@ -59946,10 +59880,7 @@ declare const VSwitch: {
59946
59880
  maxWidth: (StringConstructor | NumberConstructor)[];
59947
59881
  minWidth: (StringConstructor | NumberConstructor)[];
59948
59882
  appendIcon: vue.PropType<IconValue>;
59949
- centerAffix: {
59950
- type: BooleanConstructor;
59951
- default: boolean;
59952
- };
59883
+ centerAffix: BooleanConstructor;
59953
59884
  prependIcon: vue.PropType<IconValue>;
59954
59885
  hideDetails: vue.PropType<boolean | "auto">;
59955
59886
  hideSpinButtons: BooleanConstructor;
@@ -60042,10 +59973,7 @@ declare const VSwitch: {
60042
59973
  maxWidth: (StringConstructor | NumberConstructor)[];
60043
59974
  minWidth: (StringConstructor | NumberConstructor)[];
60044
59975
  appendIcon: vue.PropType<IconValue>;
60045
- centerAffix: {
60046
- type: BooleanConstructor;
60047
- default: boolean;
60048
- };
59976
+ centerAffix: BooleanConstructor;
60049
59977
  prependIcon: vue.PropType<IconValue>;
60050
59978
  hideDetails: vue.PropType<boolean | "auto">;
60051
59979
  hideSpinButtons: BooleanConstructor;
@@ -63047,7 +62975,6 @@ declare const VTextarea: {
63047
62975
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63048
62976
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63049
62977
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63050
- centerAffix?: boolean | undefined;
63051
62978
  hint?: string | undefined;
63052
62979
  hideDetails?: boolean | "auto" | undefined;
63053
62980
  suffix?: string | undefined;
@@ -63420,7 +63347,6 @@ declare const VTextarea: {
63420
63347
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63421
63348
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63422
63349
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63423
- centerAffix?: boolean | undefined;
63424
63350
  hint?: string | undefined;
63425
63351
  hideDetails?: boolean | "auto" | undefined;
63426
63352
  suffix?: string | undefined;
@@ -63502,7 +63428,6 @@ declare const VTextarea: {
63502
63428
  density: Density;
63503
63429
  direction: "horizontal" | "vertical";
63504
63430
  clearIcon: IconValue;
63505
- centerAffix: boolean;
63506
63431
  hideSpinButtons: boolean;
63507
63432
  persistentHint: boolean;
63508
63433
  autofocus: boolean;
@@ -63618,7 +63543,6 @@ declare const VTextarea: {
63618
63543
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63619
63544
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63620
63545
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63621
- centerAffix?: boolean | undefined;
63622
63546
  hint?: string | undefined;
63623
63547
  hideDetails?: boolean | "auto" | undefined;
63624
63548
  suffix?: string | undefined;
@@ -63945,7 +63869,6 @@ declare const VTextarea: {
63945
63869
  density: Density;
63946
63870
  direction: "horizontal" | "vertical";
63947
63871
  clearIcon: IconValue;
63948
- centerAffix: boolean;
63949
63872
  hideSpinButtons: boolean;
63950
63873
  persistentHint: boolean;
63951
63874
  autofocus: boolean;
@@ -64022,7 +63945,6 @@ declare const VTextarea: {
64022
63945
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64023
63946
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64024
63947
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64025
- centerAffix?: boolean | undefined;
64026
63948
  hint?: string | undefined;
64027
63949
  hideDetails?: boolean | "auto" | undefined;
64028
63950
  suffix?: string | undefined;
@@ -64354,7 +64276,6 @@ declare const VTextarea: {
64354
64276
  density: Density;
64355
64277
  direction: "horizontal" | "vertical";
64356
64278
  clearIcon: IconValue;
64357
- centerAffix: boolean;
64358
64279
  hideSpinButtons: boolean;
64359
64280
  persistentHint: boolean;
64360
64281
  autofocus: boolean;
@@ -64404,52 +64325,55 @@ declare const VTextarea: {
64404
64325
  [key: string]: any;
64405
64326
  }>[];
64406
64327
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
64407
- theme: StringConstructor;
64408
- rounded: {
64409
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64410
- default: undefined;
64411
- };
64412
- tile: BooleanConstructor;
64413
- loading: (StringConstructor | BooleanConstructor)[];
64328
+ reverse: BooleanConstructor;
64329
+ flat: BooleanConstructor;
64414
64330
  class: PropType<any>;
64415
64331
  style: {
64416
64332
  type: PropType<vue.StyleValue>;
64417
64333
  default: null;
64418
64334
  };
64419
- appendInnerIcon: PropType<IconValue>;
64420
- bgColor: StringConstructor;
64421
- clearable: BooleanConstructor;
64422
- clearIcon: {
64423
- type: PropType<IconValue>;
64424
- default: string;
64425
- };
64335
+ label: StringConstructor;
64426
64336
  active: BooleanConstructor;
64427
- centerAffix: {
64428
- type: BooleanConstructor;
64429
- default: undefined;
64430
- };
64337
+ error: BooleanConstructor;
64338
+ theme: StringConstructor;
64431
64339
  color: StringConstructor;
64432
- baseColor: StringConstructor;
64433
- dirty: BooleanConstructor;
64434
64340
  disabled: {
64435
64341
  type: BooleanConstructor;
64436
64342
  default: null;
64437
64343
  };
64438
- error: BooleanConstructor;
64439
- flat: BooleanConstructor;
64440
- label: StringConstructor;
64441
- persistentClear: BooleanConstructor;
64442
- prependInnerIcon: PropType<IconValue>;
64443
- reverse: BooleanConstructor;
64444
- singleLine: BooleanConstructor;
64344
+ loading: (StringConstructor | BooleanConstructor)[];
64345
+ rounded: {
64346
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64347
+ default: undefined;
64348
+ };
64445
64349
  variant: {
64446
64350
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
64447
64351
  default: string;
64448
64352
  validator: (v: any) => boolean;
64449
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>;
64450
64363
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
64451
64364
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
64452
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
+ };
64453
64377
  focused: BooleanConstructor;
64454
64378
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
64455
64379
  errorMessages: {
@@ -64460,7 +64384,6 @@ declare const VTextarea: {
64460
64384
  type: (StringConstructor | NumberConstructor)[];
64461
64385
  default: number;
64462
64386
  };
64463
- name: StringConstructor;
64464
64387
  readonly: {
64465
64388
  type: PropType<boolean | null>;
64466
64389
  default: null;
@@ -64472,7 +64395,6 @@ declare const VTextarea: {
64472
64395
  modelValue: null;
64473
64396
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
64474
64397
  validationValue: null;
64475
- width: (StringConstructor | NumberConstructor)[];
64476
64398
  maxWidth: (StringConstructor | NumberConstructor)[];
64477
64399
  minWidth: (StringConstructor | NumberConstructor)[];
64478
64400
  density: {
@@ -64480,24 +64402,19 @@ declare const VTextarea: {
64480
64402
  default: string;
64481
64403
  validator: (v: any) => boolean;
64482
64404
  };
64483
- id: StringConstructor;
64484
- appendIcon: PropType<IconValue>;
64485
- prependIcon: PropType<IconValue>;
64486
- hideDetails: PropType<boolean | "auto">;
64487
- hideSpinButtons: BooleanConstructor;
64488
- hint: StringConstructor;
64489
- persistentHint: BooleanConstructor;
64490
- messages: {
64491
- type: PropType<string | readonly string[]>;
64492
- default: () => never[];
64493
- };
64494
64405
  direction: {
64495
64406
  type: PropType<"horizontal" | "vertical">;
64496
64407
  default: string;
64497
64408
  validator: (v: any) => boolean;
64498
64409
  };
64410
+ prependIcon: PropType<IconValue>;
64411
+ appendIcon: PropType<IconValue>;
64499
64412
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
64500
64413
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
64414
+ hideSpinButtons: BooleanConstructor;
64415
+ hint: StringConstructor;
64416
+ persistentHint: BooleanConstructor;
64417
+ hideDetails: PropType<boolean | "auto">;
64501
64418
  autoGrow: BooleanConstructor;
64502
64419
  autofocus: BooleanConstructor;
64503
64420
  counter: PropType<string | number | true>;
@@ -64519,52 +64436,55 @@ declare const VTextarea: {
64519
64436
  suffix: StringConstructor;
64520
64437
  modelModifiers: PropType<Record<string, boolean>>;
64521
64438
  }, vue.ExtractPropTypes<{
64522
- theme: StringConstructor;
64523
- rounded: {
64524
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64525
- default: undefined;
64526
- };
64527
- tile: BooleanConstructor;
64528
- loading: (StringConstructor | BooleanConstructor)[];
64439
+ reverse: BooleanConstructor;
64440
+ flat: BooleanConstructor;
64529
64441
  class: PropType<any>;
64530
64442
  style: {
64531
64443
  type: PropType<vue.StyleValue>;
64532
64444
  default: null;
64533
64445
  };
64534
- appendInnerIcon: PropType<IconValue>;
64535
- bgColor: StringConstructor;
64536
- clearable: BooleanConstructor;
64537
- clearIcon: {
64538
- type: PropType<IconValue>;
64539
- default: string;
64540
- };
64446
+ label: StringConstructor;
64541
64447
  active: BooleanConstructor;
64542
- centerAffix: {
64543
- type: BooleanConstructor;
64544
- default: undefined;
64545
- };
64448
+ error: BooleanConstructor;
64449
+ theme: StringConstructor;
64546
64450
  color: StringConstructor;
64547
- baseColor: StringConstructor;
64548
- dirty: BooleanConstructor;
64549
64451
  disabled: {
64550
64452
  type: BooleanConstructor;
64551
64453
  default: null;
64552
64454
  };
64553
- error: BooleanConstructor;
64554
- flat: BooleanConstructor;
64555
- label: StringConstructor;
64556
- persistentClear: BooleanConstructor;
64557
- prependInnerIcon: PropType<IconValue>;
64558
- reverse: BooleanConstructor;
64559
- singleLine: BooleanConstructor;
64455
+ loading: (StringConstructor | BooleanConstructor)[];
64456
+ rounded: {
64457
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
64458
+ default: undefined;
64459
+ };
64560
64460
  variant: {
64561
64461
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
64562
64462
  default: string;
64563
64463
  validator: (v: any) => boolean;
64564
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>;
64565
64474
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
64566
64475
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
64567
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
+ };
64568
64488
  focused: BooleanConstructor;
64569
64489
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
64570
64490
  errorMessages: {
@@ -64575,7 +64495,6 @@ declare const VTextarea: {
64575
64495
  type: (StringConstructor | NumberConstructor)[];
64576
64496
  default: number;
64577
64497
  };
64578
- name: StringConstructor;
64579
64498
  readonly: {
64580
64499
  type: PropType<boolean | null>;
64581
64500
  default: null;
@@ -64587,7 +64506,6 @@ declare const VTextarea: {
64587
64506
  modelValue: null;
64588
64507
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
64589
64508
  validationValue: null;
64590
- width: (StringConstructor | NumberConstructor)[];
64591
64509
  maxWidth: (StringConstructor | NumberConstructor)[];
64592
64510
  minWidth: (StringConstructor | NumberConstructor)[];
64593
64511
  density: {
@@ -64595,24 +64513,19 @@ declare const VTextarea: {
64595
64513
  default: string;
64596
64514
  validator: (v: any) => boolean;
64597
64515
  };
64598
- id: StringConstructor;
64599
- appendIcon: PropType<IconValue>;
64600
- prependIcon: PropType<IconValue>;
64601
- hideDetails: PropType<boolean | "auto">;
64602
- hideSpinButtons: BooleanConstructor;
64603
- hint: StringConstructor;
64604
- persistentHint: BooleanConstructor;
64605
- messages: {
64606
- type: PropType<string | readonly string[]>;
64607
- default: () => never[];
64608
- };
64609
64516
  direction: {
64610
64517
  type: PropType<"horizontal" | "vertical">;
64611
64518
  default: string;
64612
64519
  validator: (v: any) => boolean;
64613
64520
  };
64521
+ prependIcon: PropType<IconValue>;
64522
+ appendIcon: PropType<IconValue>;
64614
64523
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
64615
64524
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
64525
+ hideSpinButtons: BooleanConstructor;
64526
+ hint: StringConstructor;
64527
+ persistentHint: BooleanConstructor;
64528
+ hideDetails: PropType<boolean | "auto">;
64616
64529
  autoGrow: BooleanConstructor;
64617
64530
  autofocus: BooleanConstructor;
64618
64531
  counter: PropType<string | number | true>;
@@ -64656,6 +64569,7 @@ declare const VTextField: {
64656
64569
  density: Density;
64657
64570
  direction: "horizontal" | "vertical";
64658
64571
  clearIcon: IconValue;
64572
+ centerAffix: boolean;
64659
64573
  hideSpinButtons: boolean;
64660
64574
  persistentHint: boolean;
64661
64575
  autofocus: boolean;
@@ -64696,7 +64610,6 @@ declare const VTextField: {
64696
64610
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64697
64611
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64698
64612
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64699
- centerAffix?: boolean | undefined;
64700
64613
  hint?: string | undefined;
64701
64614
  hideDetails?: boolean | "auto" | undefined;
64702
64615
  suffix?: string | undefined;
@@ -65037,6 +64950,7 @@ declare const VTextField: {
65037
64950
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65038
64951
  tile: boolean;
65039
64952
  clearIcon: IconValue;
64953
+ centerAffix: boolean;
65040
64954
  clearable: boolean;
65041
64955
  dirty: boolean;
65042
64956
  persistentClear: boolean;
@@ -65056,7 +64970,6 @@ declare const VTextField: {
65056
64970
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65057
64971
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65058
64972
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65059
- centerAffix?: boolean | undefined;
65060
64973
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65061
64974
  reverse: boolean;
65062
64975
  flat: boolean;
@@ -65068,6 +64981,7 @@ declare const VTextField: {
65068
64981
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65069
64982
  tile: boolean;
65070
64983
  clearIcon: IconValue;
64984
+ centerAffix: boolean;
65071
64985
  clearable: boolean;
65072
64986
  dirty: boolean;
65073
64987
  persistentClear: boolean;
@@ -65088,7 +65002,6 @@ declare const VTextField: {
65088
65002
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65089
65003
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65090
65004
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65091
- centerAffix?: boolean | undefined;
65092
65005
  } & {
65093
65006
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65094
65007
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -65138,6 +65051,7 @@ declare const VTextField: {
65138
65051
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65139
65052
  tile: boolean;
65140
65053
  clearIcon: IconValue;
65054
+ centerAffix: boolean;
65141
65055
  clearable: boolean;
65142
65056
  dirty: boolean;
65143
65057
  persistentClear: boolean;
@@ -65158,7 +65072,6 @@ declare const VTextField: {
65158
65072
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65159
65073
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65160
65074
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65161
- centerAffix?: boolean | undefined;
65162
65075
  } & {
65163
65076
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65164
65077
  }, {
@@ -65238,6 +65151,7 @@ declare const VTextField: {
65238
65151
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65239
65152
  tile: boolean;
65240
65153
  clearIcon: IconValue;
65154
+ centerAffix: boolean;
65241
65155
  clearable: boolean;
65242
65156
  dirty: boolean;
65243
65157
  persistentClear: boolean;
@@ -65258,7 +65172,6 @@ declare const VTextField: {
65258
65172
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65259
65173
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65260
65174
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65261
- centerAffix?: boolean | undefined;
65262
65175
  } & {
65263
65176
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65264
65177
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -65290,6 +65203,7 @@ declare const VTextField: {
65290
65203
  density: Density;
65291
65204
  direction: "horizontal" | "vertical";
65292
65205
  clearIcon: IconValue;
65206
+ centerAffix: boolean;
65293
65207
  hideSpinButtons: boolean;
65294
65208
  persistentHint: boolean;
65295
65209
  autofocus: boolean;
@@ -65330,7 +65244,6 @@ declare const VTextField: {
65330
65244
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65331
65245
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65332
65246
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65333
- centerAffix?: boolean | undefined;
65334
65247
  hint?: string | undefined;
65335
65248
  hideDetails?: boolean | "auto" | undefined;
65336
65249
  suffix?: string | undefined;
@@ -65490,6 +65403,7 @@ declare const VTextField: {
65490
65403
  density: Density;
65491
65404
  direction: "horizontal" | "vertical";
65492
65405
  clearIcon: IconValue;
65406
+ centerAffix: boolean;
65493
65407
  hideSpinButtons: boolean;
65494
65408
  persistentHint: boolean;
65495
65409
  autofocus: boolean;
@@ -65530,7 +65444,6 @@ declare const VTextField: {
65530
65444
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65531
65445
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65532
65446
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65533
- centerAffix?: boolean | undefined;
65534
65447
  hint?: string | undefined;
65535
65448
  hideDetails?: boolean | "auto" | undefined;
65536
65449
  suffix?: string | undefined;
@@ -65871,6 +65784,7 @@ declare const VTextField: {
65871
65784
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65872
65785
  tile: boolean;
65873
65786
  clearIcon: IconValue;
65787
+ centerAffix: boolean;
65874
65788
  clearable: boolean;
65875
65789
  dirty: boolean;
65876
65790
  persistentClear: boolean;
@@ -65890,7 +65804,6 @@ declare const VTextField: {
65890
65804
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65891
65805
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65892
65806
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65893
- centerAffix?: boolean | undefined;
65894
65807
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65895
65808
  reverse: boolean;
65896
65809
  flat: boolean;
@@ -65902,6 +65815,7 @@ declare const VTextField: {
65902
65815
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65903
65816
  tile: boolean;
65904
65817
  clearIcon: IconValue;
65818
+ centerAffix: boolean;
65905
65819
  clearable: boolean;
65906
65820
  dirty: boolean;
65907
65821
  persistentClear: boolean;
@@ -65922,7 +65836,6 @@ declare const VTextField: {
65922
65836
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65923
65837
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65924
65838
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65925
- centerAffix?: boolean | undefined;
65926
65839
  } & {
65927
65840
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65928
65841
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -65972,6 +65885,7 @@ declare const VTextField: {
65972
65885
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65973
65886
  tile: boolean;
65974
65887
  clearIcon: IconValue;
65888
+ centerAffix: boolean;
65975
65889
  clearable: boolean;
65976
65890
  dirty: boolean;
65977
65891
  persistentClear: boolean;
@@ -65992,7 +65906,6 @@ declare const VTextField: {
65992
65906
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65993
65907
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65994
65908
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65995
- centerAffix?: boolean | undefined;
65996
65909
  } & {
65997
65910
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65998
65911
  }, {
@@ -66072,6 +65985,7 @@ declare const VTextField: {
66072
65985
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66073
65986
  tile: boolean;
66074
65987
  clearIcon: IconValue;
65988
+ centerAffix: boolean;
66075
65989
  clearable: boolean;
66076
65990
  dirty: boolean;
66077
65991
  persistentClear: boolean;
@@ -66092,7 +66006,6 @@ declare const VTextField: {
66092
66006
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66093
66007
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66094
66008
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66095
- centerAffix?: boolean | undefined;
66096
66009
  } & {
66097
66010
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66098
66011
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -66153,6 +66066,7 @@ declare const VTextField: {
66153
66066
  density: Density;
66154
66067
  direction: "horizontal" | "vertical";
66155
66068
  clearIcon: IconValue;
66069
+ centerAffix: boolean;
66156
66070
  hideSpinButtons: boolean;
66157
66071
  persistentHint: boolean;
66158
66072
  autofocus: boolean;
@@ -66193,7 +66107,6 @@ declare const VTextField: {
66193
66107
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
66194
66108
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66195
66109
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66196
- centerAffix?: boolean | undefined;
66197
66110
  hint?: string | undefined;
66198
66111
  hideDetails?: boolean | "auto" | undefined;
66199
66112
  suffix?: string | undefined;
@@ -66534,6 +66447,7 @@ declare const VTextField: {
66534
66447
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66535
66448
  tile: boolean;
66536
66449
  clearIcon: IconValue;
66450
+ centerAffix: boolean;
66537
66451
  clearable: boolean;
66538
66452
  dirty: boolean;
66539
66453
  persistentClear: boolean;
@@ -66553,7 +66467,6 @@ declare const VTextField: {
66553
66467
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66554
66468
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66555
66469
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66556
- centerAffix?: boolean | undefined;
66557
66470
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66558
66471
  reverse: boolean;
66559
66472
  flat: boolean;
@@ -66565,6 +66478,7 @@ declare const VTextField: {
66565
66478
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66566
66479
  tile: boolean;
66567
66480
  clearIcon: IconValue;
66481
+ centerAffix: boolean;
66568
66482
  clearable: boolean;
66569
66483
  dirty: boolean;
66570
66484
  persistentClear: boolean;
@@ -66585,7 +66499,6 @@ declare const VTextField: {
66585
66499
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66586
66500
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66587
66501
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66588
- centerAffix?: boolean | undefined;
66589
66502
  } & {
66590
66503
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66591
66504
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -66635,6 +66548,7 @@ declare const VTextField: {
66635
66548
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66636
66549
  tile: boolean;
66637
66550
  clearIcon: IconValue;
66551
+ centerAffix: boolean;
66638
66552
  clearable: boolean;
66639
66553
  dirty: boolean;
66640
66554
  persistentClear: boolean;
@@ -66655,7 +66569,6 @@ declare const VTextField: {
66655
66569
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66656
66570
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66657
66571
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66658
- centerAffix?: boolean | undefined;
66659
66572
  } & {
66660
66573
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66661
66574
  }, {
@@ -66735,6 +66648,7 @@ declare const VTextField: {
66735
66648
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66736
66649
  tile: boolean;
66737
66650
  clearIcon: IconValue;
66651
+ centerAffix: boolean;
66738
66652
  clearable: boolean;
66739
66653
  dirty: boolean;
66740
66654
  persistentClear: boolean;
@@ -66755,7 +66669,6 @@ declare const VTextField: {
66755
66669
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66756
66670
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66757
66671
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66758
- centerAffix?: boolean | undefined;
66759
66672
  } & {
66760
66673
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66761
66674
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -66858,10 +66771,7 @@ declare const VTextField: {
66858
66771
  default: string;
66859
66772
  };
66860
66773
  active: BooleanConstructor;
66861
- centerAffix: {
66862
- type: BooleanConstructor;
66863
- default: undefined;
66864
- };
66774
+ centerAffix: BooleanConstructor;
66865
66775
  color: StringConstructor;
66866
66776
  baseColor: StringConstructor;
66867
66777
  dirty: BooleanConstructor;
@@ -66967,10 +66877,7 @@ declare const VTextField: {
66967
66877
  default: string;
66968
66878
  };
66969
66879
  active: BooleanConstructor;
66970
- centerAffix: {
66971
- type: BooleanConstructor;
66972
- default: undefined;
66973
- };
66880
+ centerAffix: BooleanConstructor;
66974
66881
  color: StringConstructor;
66975
66882
  baseColor: StringConstructor;
66976
66883
  dirty: BooleanConstructor;
@@ -68013,7 +67920,7 @@ declare const VTooltip: {
68013
67920
  eager: boolean;
68014
67921
  location: NonNullable<Anchor>;
68015
67922
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68016
- updateLocation: (e: Event) => void;
67923
+ updateLocation: (e?: Event | undefined) => void;
68017
67924
  } | undefined) | "connected">;
68018
67925
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68019
67926
  activatorProps: Record<string, any>;
@@ -68093,7 +68000,7 @@ declare const VTooltip: {
68093
68000
  eager: boolean;
68094
68001
  location: Anchor;
68095
68002
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68096
- updateLocation: (e: Event) => void;
68003
+ updateLocation: (e?: Event | undefined) => void;
68097
68004
  } | undefined) | "connected";
68098
68005
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68099
68006
  activatorProps: Record<string, any>;
@@ -68120,7 +68027,7 @@ declare const VTooltip: {
68120
68027
  eager: boolean;
68121
68028
  location: Anchor;
68122
68029
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68123
- updateLocation: (e: Event) => void;
68030
+ updateLocation: (e?: Event | undefined) => void;
68124
68031
  } | undefined) | "connected";
68125
68032
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68126
68033
  activatorProps: Record<string, any>;
@@ -68198,7 +68105,7 @@ declare const VTooltip: {
68198
68105
  eager: boolean;
68199
68106
  location: Anchor;
68200
68107
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68201
- updateLocation: (e: Event) => void;
68108
+ updateLocation: (e?: Event | undefined) => void;
68202
68109
  } | undefined) | "connected";
68203
68110
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68204
68111
  activatorProps: Record<string, any>;
@@ -68305,7 +68212,7 @@ declare const VTooltip: {
68305
68212
  eager: boolean;
68306
68213
  location: Anchor;
68307
68214
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68308
- updateLocation: (e: Event) => void;
68215
+ updateLocation: (e?: Event | undefined) => void;
68309
68216
  } | undefined) | "connected";
68310
68217
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68311
68218
  activatorProps: Record<string, any>;
@@ -68401,7 +68308,7 @@ declare const VTooltip: {
68401
68308
  eager: boolean;
68402
68309
  location: Anchor;
68403
68310
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68404
- updateLocation: (e: Event) => void;
68311
+ updateLocation: (e?: Event | undefined) => void;
68405
68312
  } | undefined) | "connected";
68406
68313
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68407
68314
  activatorProps: Record<string, any>;
@@ -68461,7 +68368,7 @@ declare const VTooltip: {
68461
68368
  eager: boolean;
68462
68369
  location: Anchor;
68463
68370
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68464
- updateLocation: (e: Event) => void;
68371
+ updateLocation: (e?: Event | undefined) => void;
68465
68372
  } | undefined) | "connected";
68466
68373
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68467
68374
  activatorProps: Record<string, any>;
@@ -68555,7 +68462,7 @@ declare const VTooltip: {
68555
68462
  eager: boolean;
68556
68463
  location: NonNullable<Anchor>;
68557
68464
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68558
- updateLocation: (e: Event) => void;
68465
+ updateLocation: (e?: Event | undefined) => void;
68559
68466
  } | undefined) | "connected">;
68560
68467
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68561
68468
  activatorProps: Record<string, any>;
@@ -68633,7 +68540,7 @@ declare const VTooltip: {
68633
68540
  eager: boolean;
68634
68541
  location: NonNullable<Anchor>;
68635
68542
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68636
- updateLocation: (e: Event) => void;
68543
+ updateLocation: (e?: Event | undefined) => void;
68637
68544
  } | undefined) | "connected">;
68638
68545
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68639
68546
  activatorProps: Record<string, any>;
@@ -68679,7 +68586,7 @@ declare const VTooltip: {
68679
68586
  eager: boolean;
68680
68587
  location: NonNullable<Anchor>;
68681
68588
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68682
- updateLocation: (e: Event) => void;
68589
+ updateLocation: (e?: Event | undefined) => void;
68683
68590
  } | undefined) | "connected">;
68684
68591
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68685
68592
  activatorProps: Record<string, any>;
@@ -68759,7 +68666,7 @@ declare const VTooltip: {
68759
68666
  eager: boolean;
68760
68667
  location: Anchor;
68761
68668
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68762
- updateLocation: (e: Event) => void;
68669
+ updateLocation: (e?: Event | undefined) => void;
68763
68670
  } | undefined) | "connected";
68764
68671
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68765
68672
  activatorProps: Record<string, any>;
@@ -68786,7 +68693,7 @@ declare const VTooltip: {
68786
68693
  eager: boolean;
68787
68694
  location: Anchor;
68788
68695
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68789
- updateLocation: (e: Event) => void;
68696
+ updateLocation: (e?: Event | undefined) => void;
68790
68697
  } | undefined) | "connected";
68791
68698
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68792
68699
  activatorProps: Record<string, any>;
@@ -68864,7 +68771,7 @@ declare const VTooltip: {
68864
68771
  eager: boolean;
68865
68772
  location: Anchor;
68866
68773
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68867
- updateLocation: (e: Event) => void;
68774
+ updateLocation: (e?: Event | undefined) => void;
68868
68775
  } | undefined) | "connected";
68869
68776
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68870
68777
  activatorProps: Record<string, any>;
@@ -68971,7 +68878,7 @@ declare const VTooltip: {
68971
68878
  eager: boolean;
68972
68879
  location: Anchor;
68973
68880
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68974
- updateLocation: (e: Event) => void;
68881
+ updateLocation: (e?: Event | undefined) => void;
68975
68882
  } | undefined) | "connected";
68976
68883
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68977
68884
  activatorProps: Record<string, any>;
@@ -69067,7 +68974,7 @@ declare const VTooltip: {
69067
68974
  eager: boolean;
69068
68975
  location: Anchor;
69069
68976
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69070
- updateLocation: (e: Event) => void;
68977
+ updateLocation: (e?: Event | undefined) => void;
69071
68978
  } | undefined) | "connected";
69072
68979
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69073
68980
  activatorProps: Record<string, any>;
@@ -69127,7 +69034,7 @@ declare const VTooltip: {
69127
69034
  eager: boolean;
69128
69035
  location: Anchor;
69129
69036
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69130
- updateLocation: (e: Event) => void;
69037
+ updateLocation: (e?: Event | undefined) => void;
69131
69038
  } | undefined) | "connected";
69132
69039
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69133
69040
  activatorProps: Record<string, any>;
@@ -69219,7 +69126,7 @@ declare const VTooltip: {
69219
69126
  eager: boolean;
69220
69127
  location: NonNullable<Anchor>;
69221
69128
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69222
- updateLocation: (e: Event) => void;
69129
+ updateLocation: (e?: Event | undefined) => void;
69223
69130
  } | undefined) | "connected">;
69224
69131
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69225
69132
  activatorProps: Record<string, any>;
@@ -69249,7 +69156,7 @@ declare const VTooltip: {
69249
69156
  eager: boolean;
69250
69157
  location: NonNullable<Anchor>;
69251
69158
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69252
- updateLocation: (e: Event) => void;
69159
+ updateLocation: (e?: Event | undefined) => void;
69253
69160
  } | undefined) | "connected">;
69254
69161
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69255
69162
  activatorProps: Record<string, any>;
@@ -69329,7 +69236,7 @@ declare const VTooltip: {
69329
69236
  eager: boolean;
69330
69237
  location: Anchor;
69331
69238
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69332
- updateLocation: (e: Event) => void;
69239
+ updateLocation: (e?: Event | undefined) => void;
69333
69240
  } | undefined) | "connected";
69334
69241
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69335
69242
  activatorProps: Record<string, any>;
@@ -69356,7 +69263,7 @@ declare const VTooltip: {
69356
69263
  eager: boolean;
69357
69264
  location: Anchor;
69358
69265
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69359
- updateLocation: (e: Event) => void;
69266
+ updateLocation: (e?: Event | undefined) => void;
69360
69267
  } | undefined) | "connected";
69361
69268
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69362
69269
  activatorProps: Record<string, any>;
@@ -69434,7 +69341,7 @@ declare const VTooltip: {
69434
69341
  eager: boolean;
69435
69342
  location: Anchor;
69436
69343
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69437
- updateLocation: (e: Event) => void;
69344
+ updateLocation: (e?: Event | undefined) => void;
69438
69345
  } | undefined) | "connected";
69439
69346
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69440
69347
  activatorProps: Record<string, any>;
@@ -69541,7 +69448,7 @@ declare const VTooltip: {
69541
69448
  eager: boolean;
69542
69449
  location: Anchor;
69543
69450
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69544
- updateLocation: (e: Event) => void;
69451
+ updateLocation: (e?: Event | undefined) => void;
69545
69452
  } | undefined) | "connected";
69546
69453
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69547
69454
  activatorProps: Record<string, any>;
@@ -69637,7 +69544,7 @@ declare const VTooltip: {
69637
69544
  eager: boolean;
69638
69545
  location: Anchor;
69639
69546
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69640
- updateLocation: (e: Event) => void;
69547
+ updateLocation: (e?: Event | undefined) => void;
69641
69548
  } | undefined) | "connected";
69642
69549
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69643
69550
  activatorProps: Record<string, any>;
@@ -69697,7 +69604,7 @@ declare const VTooltip: {
69697
69604
  eager: boolean;
69698
69605
  location: Anchor;
69699
69606
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69700
- updateLocation: (e: Event) => void;
69607
+ updateLocation: (e?: Event | undefined) => void;
69701
69608
  } | undefined) | "connected";
69702
69609
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69703
69610
  activatorProps: Record<string, any>;
@@ -69791,7 +69698,7 @@ declare const VTooltip: {
69791
69698
  eager: boolean;
69792
69699
  location: NonNullable<Anchor>;
69793
69700
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69794
- updateLocation: (e: Event) => void;
69701
+ updateLocation: (e?: Event | undefined) => void;
69795
69702
  } | undefined) | "connected">;
69796
69703
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69797
69704
  activatorProps: Record<string, any>;
@@ -69880,16 +69787,16 @@ declare const VTooltip: {
69880
69787
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69881
69788
  locationStrategy: Omit<{
69882
69789
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69883
- updateLocation: (e: Event) => void;
69790
+ updateLocation: (e?: Event | undefined) => void;
69884
69791
  } | undefined) | "connected">;
69885
69792
  default: string;
69886
69793
  validator: (val: any) => boolean;
69887
69794
  }, "default" | "type"> & {
69888
69795
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69889
- updateLocation: (e: Event) => void;
69796
+ updateLocation: (e?: Event | undefined) => void;
69890
69797
  } | undefined) | "connected">>;
69891
69798
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69892
- updateLocation: (e: Event) => void;
69799
+ updateLocation: (e?: Event | undefined) => void;
69893
69800
  } | undefined) | "connected">;
69894
69801
  };
69895
69802
  scrollStrategy: Omit<{
@@ -70006,16 +69913,16 @@ declare const VTooltip: {
70006
69913
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
70007
69914
  locationStrategy: Omit<{
70008
69915
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
70009
- updateLocation: (e: Event) => void;
69916
+ updateLocation: (e?: Event | undefined) => void;
70010
69917
  } | undefined) | "connected">;
70011
69918
  default: string;
70012
69919
  validator: (val: any) => boolean;
70013
69920
  }, "default" | "type"> & {
70014
69921
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
70015
- updateLocation: (e: Event) => void;
69922
+ updateLocation: (e?: Event | undefined) => void;
70016
69923
  } | undefined) | "connected">>;
70017
69924
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
70018
- updateLocation: (e: Event) => void;
69925
+ updateLocation: (e?: Event | undefined) => void;
70019
69926
  } | undefined) | "connected">;
70020
69927
  };
70021
69928
  scrollStrategy: Omit<{
@@ -72727,6 +72634,7 @@ declare const VCalendar: {
72727
72634
  modelValue?: unknown[] | undefined;
72728
72635
  max?: unknown;
72729
72636
  min?: unknown;
72637
+ firstDayOfWeek?: string | number | undefined;
72730
72638
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
72731
72639
  displayValue?: unknown;
72732
72640
  dayIndex?: number | undefined;
@@ -72850,6 +72758,7 @@ declare const VCalendar: {
72850
72758
  modelValue?: unknown[] | undefined;
72851
72759
  max?: unknown;
72852
72760
  min?: unknown;
72761
+ firstDayOfWeek?: string | number | undefined;
72853
72762
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
72854
72763
  displayValue?: unknown;
72855
72764
  dayIndex?: number | undefined;
@@ -72953,6 +72862,7 @@ declare const VCalendar: {
72953
72862
  modelValue?: unknown[] | undefined;
72954
72863
  max?: unknown;
72955
72864
  min?: unknown;
72865
+ firstDayOfWeek?: string | number | undefined;
72956
72866
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
72957
72867
  displayValue?: unknown;
72958
72868
  dayIndex?: number | undefined;
@@ -73095,6 +73005,7 @@ declare const VCalendar: {
73095
73005
  modelValue?: unknown[] | undefined;
73096
73006
  max?: unknown;
73097
73007
  min?: unknown;
73008
+ firstDayOfWeek?: string | number | undefined;
73098
73009
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
73099
73010
  displayValue?: unknown;
73100
73011
  dayIndex?: number | undefined;
@@ -73315,6 +73226,7 @@ declare const VCalendar: {
73315
73226
  type: vue.PropType<"static" | "dynamic">;
73316
73227
  default: string;
73317
73228
  };
73229
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
73318
73230
  hideHeader: BooleanConstructor;
73319
73231
  hideWeekNumber: BooleanConstructor;
73320
73232
  }, vue.ExtractPropTypes<{
@@ -73409,6 +73321,7 @@ declare const VCalendar: {
73409
73321
  type: vue.PropType<"static" | "dynamic">;
73410
73322
  default: string;
73411
73323
  };
73324
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
73412
73325
  hideHeader: BooleanConstructor;
73413
73326
  hideWeekNumber: BooleanConstructor;
73414
73327
  }>>;
@@ -74472,10 +74385,11 @@ declare const VDateInput: {
74472
74385
  direction: "horizontal" | "vertical";
74473
74386
  prependIcon: NonNullable<IconValue>;
74474
74387
  clearIcon: IconValue;
74388
+ centerAffix: boolean;
74475
74389
  hideSpinButtons: boolean;
74476
74390
  persistentHint: boolean;
74477
- nextIcon: string;
74478
- prevIcon: string;
74391
+ nextIcon: IconValue;
74392
+ prevIcon: IconValue;
74479
74393
  autofocus: boolean;
74480
74394
  clearable: boolean;
74481
74395
  dirty: boolean;
@@ -74486,7 +74400,7 @@ declare const VDateInput: {
74486
74400
  reverseTransition: string;
74487
74401
  cancelText: string;
74488
74402
  okText: string;
74489
- modeIcon: string;
74403
+ modeIcon: IconValue;
74490
74404
  viewMode: "month" | "year" | "months";
74491
74405
  showAdjacentMonths: boolean;
74492
74406
  weekdays: number[];
@@ -74537,13 +74451,13 @@ declare const VDateInput: {
74537
74451
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74538
74452
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74539
74453
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74540
- centerAffix?: boolean | undefined;
74541
74454
  hint?: string | undefined;
74542
74455
  hideDetails?: boolean | "auto" | undefined;
74543
74456
  suffix?: string | undefined;
74544
74457
  counterValue?: number | ((value: any) => number) | undefined;
74545
74458
  modelModifiers?: Record<string, boolean> | undefined;
74546
74459
  min?: unknown;
74460
+ firstDayOfWeek?: string | number | undefined;
74547
74461
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74548
74462
  displayValue?: unknown;
74549
74463
  } & {
@@ -74584,10 +74498,11 @@ declare const VDateInput: {
74584
74498
  direction: "horizontal" | "vertical";
74585
74499
  prependIcon: NonNullable<IconValue>;
74586
74500
  clearIcon: IconValue;
74501
+ centerAffix: boolean;
74587
74502
  hideSpinButtons: boolean;
74588
74503
  persistentHint: boolean;
74589
- nextIcon: string;
74590
- prevIcon: string;
74504
+ nextIcon: IconValue;
74505
+ prevIcon: IconValue;
74591
74506
  autofocus: boolean;
74592
74507
  clearable: boolean;
74593
74508
  dirty: boolean;
@@ -74598,7 +74513,7 @@ declare const VDateInput: {
74598
74513
  reverseTransition: string;
74599
74514
  cancelText: string;
74600
74515
  okText: string;
74601
- modeIcon: string;
74516
+ modeIcon: IconValue;
74602
74517
  viewMode: "month" | "year" | "months";
74603
74518
  showAdjacentMonths: boolean;
74604
74519
  weekdays: number[];
@@ -74649,13 +74564,13 @@ declare const VDateInput: {
74649
74564
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74650
74565
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74651
74566
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74652
- centerAffix?: boolean | undefined;
74653
74567
  hint?: string | undefined;
74654
74568
  hideDetails?: boolean | "auto" | undefined;
74655
74569
  suffix?: string | undefined;
74656
74570
  counterValue?: number | ((value: any) => number) | undefined;
74657
74571
  modelModifiers?: Record<string, boolean> | undefined;
74658
74572
  min?: unknown;
74573
+ firstDayOfWeek?: string | number | undefined;
74659
74574
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74660
74575
  displayValue?: unknown;
74661
74576
  } & {
@@ -74698,8 +74613,8 @@ declare const VDateInput: {
74698
74613
  centerAffix: boolean;
74699
74614
  hideSpinButtons: boolean;
74700
74615
  persistentHint: boolean;
74701
- nextIcon: string;
74702
- prevIcon: string;
74616
+ nextIcon: IconValue;
74617
+ prevIcon: IconValue;
74703
74618
  autofocus: boolean;
74704
74619
  clearable: boolean;
74705
74620
  dirty: boolean;
@@ -74710,7 +74625,7 @@ declare const VDateInput: {
74710
74625
  reverseTransition: string;
74711
74626
  cancelText: string;
74712
74627
  okText: string;
74713
- modeIcon: string;
74628
+ modeIcon: IconValue;
74714
74629
  viewMode: "month" | "year" | "months";
74715
74630
  showAdjacentMonths: boolean;
74716
74631
  weekdays: number[];
@@ -74756,10 +74671,11 @@ declare const VDateInput: {
74756
74671
  direction: "horizontal" | "vertical";
74757
74672
  prependIcon: NonNullable<IconValue>;
74758
74673
  clearIcon: IconValue;
74674
+ centerAffix: boolean;
74759
74675
  hideSpinButtons: boolean;
74760
74676
  persistentHint: boolean;
74761
- nextIcon: string;
74762
- prevIcon: string;
74677
+ nextIcon: IconValue;
74678
+ prevIcon: IconValue;
74763
74679
  autofocus: boolean;
74764
74680
  clearable: boolean;
74765
74681
  dirty: boolean;
@@ -74770,7 +74686,7 @@ declare const VDateInput: {
74770
74686
  reverseTransition: string;
74771
74687
  cancelText: string;
74772
74688
  okText: string;
74773
- modeIcon: string;
74689
+ modeIcon: IconValue;
74774
74690
  viewMode: "month" | "year" | "months";
74775
74691
  showAdjacentMonths: boolean;
74776
74692
  weekdays: number[];
@@ -74821,13 +74737,13 @@ declare const VDateInput: {
74821
74737
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74822
74738
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74823
74739
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74824
- centerAffix?: boolean | undefined;
74825
74740
  hint?: string | undefined;
74826
74741
  hideDetails?: boolean | "auto" | undefined;
74827
74742
  suffix?: string | undefined;
74828
74743
  counterValue?: number | ((value: any) => number) | undefined;
74829
74744
  modelModifiers?: Record<string, boolean> | undefined;
74830
74745
  min?: unknown;
74746
+ firstDayOfWeek?: string | number | undefined;
74831
74747
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74832
74748
  displayValue?: unknown;
74833
74749
  } & {
@@ -74870,8 +74786,8 @@ declare const VDateInput: {
74870
74786
  centerAffix: boolean;
74871
74787
  hideSpinButtons: boolean;
74872
74788
  persistentHint: boolean;
74873
- nextIcon: string;
74874
- prevIcon: string;
74789
+ nextIcon: IconValue;
74790
+ prevIcon: IconValue;
74875
74791
  autofocus: boolean;
74876
74792
  clearable: boolean;
74877
74793
  dirty: boolean;
@@ -74882,7 +74798,7 @@ declare const VDateInput: {
74882
74798
  reverseTransition: string;
74883
74799
  cancelText: string;
74884
74800
  okText: string;
74885
- modeIcon: string;
74801
+ modeIcon: IconValue;
74886
74802
  viewMode: "month" | "year" | "months";
74887
74803
  showAdjacentMonths: boolean;
74888
74804
  weekdays: number[];
@@ -74921,10 +74837,11 @@ declare const VDateInput: {
74921
74837
  direction: "horizontal" | "vertical";
74922
74838
  prependIcon: NonNullable<IconValue>;
74923
74839
  clearIcon: IconValue;
74840
+ centerAffix: boolean;
74924
74841
  hideSpinButtons: boolean;
74925
74842
  persistentHint: boolean;
74926
- nextIcon: string;
74927
- prevIcon: string;
74843
+ nextIcon: IconValue;
74844
+ prevIcon: IconValue;
74928
74845
  autofocus: boolean;
74929
74846
  clearable: boolean;
74930
74847
  dirty: boolean;
@@ -74935,7 +74852,7 @@ declare const VDateInput: {
74935
74852
  reverseTransition: string;
74936
74853
  cancelText: string;
74937
74854
  okText: string;
74938
- modeIcon: string;
74855
+ modeIcon: IconValue;
74939
74856
  viewMode: "month" | "year" | "months";
74940
74857
  showAdjacentMonths: boolean;
74941
74858
  weekdays: number[];
@@ -74986,13 +74903,13 @@ declare const VDateInput: {
74986
74903
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
74987
74904
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74988
74905
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74989
- centerAffix?: boolean | undefined;
74990
74906
  hint?: string | undefined;
74991
74907
  hideDetails?: boolean | "auto" | undefined;
74992
74908
  suffix?: string | undefined;
74993
74909
  counterValue?: number | ((value: any) => number) | undefined;
74994
74910
  modelModifiers?: Record<string, boolean> | undefined;
74995
74911
  min?: unknown;
74912
+ firstDayOfWeek?: string | number | undefined;
74996
74913
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
74997
74914
  displayValue?: unknown;
74998
74915
  } & {
@@ -75037,8 +74954,8 @@ declare const VDateInput: {
75037
74954
  centerAffix: boolean;
75038
74955
  hideSpinButtons: boolean;
75039
74956
  persistentHint: boolean;
75040
- nextIcon: string;
75041
- prevIcon: string;
74957
+ nextIcon: IconValue;
74958
+ prevIcon: IconValue;
75042
74959
  autofocus: boolean;
75043
74960
  clearable: boolean;
75044
74961
  dirty: boolean;
@@ -75049,7 +74966,7 @@ declare const VDateInput: {
75049
74966
  reverseTransition: string;
75050
74967
  cancelText: string;
75051
74968
  okText: string;
75052
- modeIcon: string;
74969
+ modeIcon: IconValue;
75053
74970
  viewMode: "month" | "year" | "months";
75054
74971
  showAdjacentMonths: boolean;
75055
74972
  weekdays: number[];
@@ -75117,11 +75034,11 @@ declare const VDateInput: {
75117
75034
  max: vue.PropType<unknown>;
75118
75035
  bgColor: StringConstructor;
75119
75036
  nextIcon: {
75120
- type: StringConstructor[];
75037
+ type: vue.PropType<IconValue>;
75121
75038
  default: string;
75122
75039
  };
75123
75040
  prevIcon: {
75124
- type: StringConstructor[];
75041
+ type: vue.PropType<IconValue>;
75125
75042
  default: string;
75126
75043
  };
75127
75044
  min: vue.PropType<unknown>;
@@ -75130,7 +75047,7 @@ declare const VDateInput: {
75130
75047
  default: string;
75131
75048
  };
75132
75049
  modeIcon: {
75133
- type: StringConstructor[];
75050
+ type: vue.PropType<IconValue>;
75134
75051
  default: string;
75135
75052
  };
75136
75053
  viewMode: {
@@ -75165,6 +75082,7 @@ declare const VDateInput: {
75165
75082
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
75166
75083
  default: NonNullable<NonNullable<"static" | "dynamic">>;
75167
75084
  };
75085
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
75168
75086
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
75169
75087
  displayValue: vue.PropType<unknown>;
75170
75088
  hideWeekdays: BooleanConstructor;
@@ -75182,10 +75100,7 @@ declare const VDateInput: {
75182
75100
  default: string;
75183
75101
  };
75184
75102
  active: BooleanConstructor;
75185
- centerAffix: {
75186
- type: BooleanConstructor;
75187
- default: undefined;
75188
- };
75103
+ centerAffix: BooleanConstructor;
75189
75104
  baseColor: StringConstructor;
75190
75105
  dirty: BooleanConstructor;
75191
75106
  error: BooleanConstructor;
@@ -75330,11 +75245,11 @@ declare const VDateInput: {
75330
75245
  max: vue.PropType<unknown>;
75331
75246
  bgColor: StringConstructor;
75332
75247
  nextIcon: {
75333
- type: StringConstructor[];
75248
+ type: vue.PropType<IconValue>;
75334
75249
  default: string;
75335
75250
  };
75336
75251
  prevIcon: {
75337
- type: StringConstructor[];
75252
+ type: vue.PropType<IconValue>;
75338
75253
  default: string;
75339
75254
  };
75340
75255
  min: vue.PropType<unknown>;
@@ -75343,7 +75258,7 @@ declare const VDateInput: {
75343
75258
  default: string;
75344
75259
  };
75345
75260
  modeIcon: {
75346
- type: StringConstructor[];
75261
+ type: vue.PropType<IconValue>;
75347
75262
  default: string;
75348
75263
  };
75349
75264
  viewMode: {
@@ -75378,6 +75293,7 @@ declare const VDateInput: {
75378
75293
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
75379
75294
  default: NonNullable<NonNullable<"static" | "dynamic">>;
75380
75295
  };
75296
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
75381
75297
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
75382
75298
  displayValue: vue.PropType<unknown>;
75383
75299
  hideWeekdays: BooleanConstructor;
@@ -75395,10 +75311,7 @@ declare const VDateInput: {
75395
75311
  default: string;
75396
75312
  };
75397
75313
  active: BooleanConstructor;
75398
- centerAffix: {
75399
- type: BooleanConstructor;
75400
- default: undefined;
75401
- };
75314
+ centerAffix: BooleanConstructor;
75402
75315
  baseColor: StringConstructor;
75403
75316
  dirty: BooleanConstructor;
75404
75317
  error: BooleanConstructor;
@@ -75518,6 +75431,7 @@ declare const VNumberInput: {
75518
75431
  direction: "horizontal" | "vertical";
75519
75432
  max: number;
75520
75433
  clearIcon: IconValue;
75434
+ centerAffix: boolean;
75521
75435
  hideSpinButtons: boolean;
75522
75436
  persistentHint: boolean;
75523
75437
  autofocus: boolean;
@@ -75560,7 +75474,6 @@ declare const VNumberInput: {
75560
75474
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
75561
75475
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75562
75476
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
75563
- centerAffix?: boolean | undefined;
75564
75477
  hint?: string | undefined;
75565
75478
  hideDetails?: boolean | "auto" | undefined;
75566
75479
  suffix?: string | undefined;
@@ -75648,6 +75561,7 @@ declare const VNumberInput: {
75648
75561
  direction: "horizontal" | "vertical";
75649
75562
  max: number;
75650
75563
  clearIcon: IconValue;
75564
+ centerAffix: boolean;
75651
75565
  hideSpinButtons: boolean;
75652
75566
  persistentHint: boolean;
75653
75567
  autofocus: boolean;
@@ -75690,7 +75604,6 @@ declare const VNumberInput: {
75690
75604
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
75691
75605
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75692
75606
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
75693
- centerAffix?: boolean | undefined;
75694
75607
  hint?: string | undefined;
75695
75608
  hideDetails?: boolean | "auto" | undefined;
75696
75609
  suffix?: string | undefined;
@@ -75861,6 +75774,7 @@ declare const VNumberInput: {
75861
75774
  direction: "horizontal" | "vertical";
75862
75775
  max: number;
75863
75776
  clearIcon: IconValue;
75777
+ centerAffix: boolean;
75864
75778
  hideSpinButtons: boolean;
75865
75779
  persistentHint: boolean;
75866
75780
  autofocus: boolean;
@@ -75903,7 +75817,6 @@ declare const VNumberInput: {
75903
75817
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
75904
75818
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75905
75819
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
75906
- centerAffix?: boolean | undefined;
75907
75820
  hint?: string | undefined;
75908
75821
  hideDetails?: boolean | "auto" | undefined;
75909
75822
  suffix?: string | undefined;
@@ -76029,6 +75942,7 @@ declare const VNumberInput: {
76029
75942
  direction: "horizontal" | "vertical";
76030
75943
  max: number;
76031
75944
  clearIcon: IconValue;
75945
+ centerAffix: boolean;
76032
75946
  hideSpinButtons: boolean;
76033
75947
  persistentHint: boolean;
76034
75948
  autofocus: boolean;
@@ -76071,7 +75985,6 @@ declare const VNumberInput: {
76071
75985
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
76072
75986
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
76073
75987
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76074
- centerAffix?: boolean | undefined;
76075
75988
  hint?: string | undefined;
76076
75989
  hideDetails?: boolean | "auto" | undefined;
76077
75990
  suffix?: string | undefined;
@@ -76305,10 +76218,7 @@ declare const VNumberInput: {
76305
76218
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
76306
76219
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
76307
76220
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
76308
- centerAffix: {
76309
- type: BooleanConstructor;
76310
- default: undefined;
76311
- };
76221
+ centerAffix: BooleanConstructor;
76312
76222
  hideSpinButtons: BooleanConstructor;
76313
76223
  hint: StringConstructor;
76314
76224
  persistentHint: BooleanConstructor;
@@ -76430,10 +76340,7 @@ declare const VNumberInput: {
76430
76340
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
76431
76341
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
76432
76342
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
76433
- centerAffix: {
76434
- type: BooleanConstructor;
76435
- default: undefined;
76436
- };
76343
+ centerAffix: BooleanConstructor;
76437
76344
  hideSpinButtons: BooleanConstructor;
76438
76345
  hint: StringConstructor;
76439
76346
  persistentHint: BooleanConstructor;
@@ -76613,9 +76520,6 @@ declare const VStepperVertical: {
76613
76520
  nonLinear: boolean;
76614
76521
  } & {
76615
76522
  class?: any;
76616
- title?: string | undefined;
76617
- text?: string | undefined;
76618
- value?: any;
76619
76523
  theme?: string | undefined;
76620
76524
  color?: string | undefined;
76621
76525
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
@@ -76705,9 +76609,6 @@ declare const VStepperVertical: {
76705
76609
  nonLinear: boolean;
76706
76610
  } & {
76707
76611
  class?: any;
76708
- title?: string | undefined;
76709
- text?: string | undefined;
76710
- value?: any;
76711
76612
  theme?: string | undefined;
76712
76613
  color?: string | undefined;
76713
76614
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
@@ -76864,9 +76765,6 @@ declare const VStepperVertical: {
76864
76765
  nonLinear: boolean;
76865
76766
  } & {
76866
76767
  class?: any;
76867
- title?: string | undefined;
76868
- text?: string | undefined;
76869
- value?: any;
76870
76768
  theme?: string | undefined;
76871
76769
  color?: string | undefined;
76872
76770
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
@@ -76987,9 +76885,6 @@ declare const VStepperVertical: {
76987
76885
  nonLinear: boolean;
76988
76886
  } & {
76989
76887
  class?: any;
76990
- title?: string | undefined;
76991
- text?: string | undefined;
76992
- value?: any;
76993
76888
  theme?: string | undefined;
76994
76889
  color?: string | undefined;
76995
76890
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
@@ -77119,9 +77014,6 @@ declare const VStepperVertical: {
77119
77014
  type: vue.PropType<vue.StyleValue>;
77120
77015
  default: null;
77121
77016
  };
77122
- title: StringConstructor;
77123
- text: StringConstructor;
77124
- value: null;
77125
77017
  theme: StringConstructor;
77126
77018
  color: StringConstructor;
77127
77019
  disabled: BooleanConstructor;
@@ -77214,9 +77106,6 @@ declare const VStepperVertical: {
77214
77106
  type: vue.PropType<vue.StyleValue>;
77215
77107
  default: null;
77216
77108
  };
77217
- title: StringConstructor;
77218
- text: StringConstructor;
77219
- value: null;
77220
77109
  theme: StringConstructor;
77221
77110
  color: StringConstructor;
77222
77111
  disabled: BooleanConstructor;
@@ -78388,7 +78277,7 @@ declare const VSnackbarQueue: {
78388
78277
  eager: boolean;
78389
78278
  location: Anchor;
78390
78279
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78391
- updateLocation: (e: Event) => void;
78280
+ updateLocation: (e?: Event | undefined) => void;
78392
78281
  } | undefined) | "connected";
78393
78282
  activatorProps: Record<string, any>;
78394
78283
  openOnHover: boolean;
@@ -78441,7 +78330,7 @@ declare const VSnackbarQueue: {
78441
78330
  eager: boolean;
78442
78331
  location: Anchor;
78443
78332
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78444
- updateLocation: (e: Event) => void;
78333
+ updateLocation: (e?: Event | undefined) => void;
78445
78334
  } | undefined) | "connected";
78446
78335
  activatorProps: Record<string, any>;
78447
78336
  openOnHover: boolean;
@@ -78493,7 +78382,7 @@ declare const VSnackbarQueue: {
78493
78382
  eager: boolean;
78494
78383
  location: Anchor;
78495
78384
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78496
- updateLocation: (e: Event) => void;
78385
+ updateLocation: (e?: Event | undefined) => void;
78497
78386
  } | undefined) | "connected";
78498
78387
  activatorProps: Record<string, any>;
78499
78388
  openOnClick: boolean;
@@ -78546,7 +78435,7 @@ declare const VSnackbarQueue: {
78546
78435
  eager: boolean;
78547
78436
  location: Anchor;
78548
78437
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78549
- updateLocation: (e: Event) => void;
78438
+ updateLocation: (e?: Event | undefined) => void;
78550
78439
  } | undefined) | "connected";
78551
78440
  activatorProps: Record<string, any>;
78552
78441
  openOnHover: boolean;
@@ -78598,7 +78487,7 @@ declare const VSnackbarQueue: {
78598
78487
  eager: boolean;
78599
78488
  location: Anchor;
78600
78489
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78601
- updateLocation: (e: Event) => void;
78490
+ updateLocation: (e?: Event | undefined) => void;
78602
78491
  } | undefined) | "connected";
78603
78492
  activatorProps: Record<string, any>;
78604
78493
  openOnClick: boolean;
@@ -78629,7 +78518,7 @@ declare const VSnackbarQueue: {
78629
78518
  eager: boolean;
78630
78519
  location: Anchor;
78631
78520
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78632
- updateLocation: (e: Event) => void;
78521
+ updateLocation: (e?: Event | undefined) => void;
78633
78522
  } | undefined) | "connected";
78634
78523
  activatorProps: Record<string, any>;
78635
78524
  openOnHover: boolean;
@@ -78683,7 +78572,7 @@ declare const VSnackbarQueue: {
78683
78572
  eager: boolean;
78684
78573
  location: Anchor;
78685
78574
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78686
- updateLocation: (e: Event) => void;
78575
+ updateLocation: (e?: Event | undefined) => void;
78687
78576
  } | undefined) | "connected";
78688
78577
  activatorProps: Record<string, any>;
78689
78578
  openOnClick: boolean;
@@ -78786,7 +78675,7 @@ declare const VSnackbarQueue: {
78786
78675
  activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
78787
78676
  locationStrategy: {
78788
78677
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78789
- updateLocation: (e: Event) => void;
78678
+ updateLocation: (e?: Event | undefined) => void;
78790
78679
  } | undefined) | "connected">;
78791
78680
  default: string;
78792
78681
  validator: (val: any) => boolean;
@@ -78895,7 +78784,7 @@ declare const VSnackbarQueue: {
78895
78784
  activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
78896
78785
  locationStrategy: {
78897
78786
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
78898
- updateLocation: (e: Event) => void;
78787
+ updateLocation: (e?: Event | undefined) => void;
78899
78788
  } | undefined) | "connected">;
78900
78789
  default: string;
78901
78790
  validator: (val: any) => boolean;
@@ -79001,11 +78890,11 @@ declare const VTimePicker: {
79001
78890
  "onUpdate:minute"?: ((val: number) => any) | undefined;
79002
78891
  "onUpdate:second"?: ((val: number) => any) | undefined;
79003
78892
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79004
- 'update:hour': (val: number) => number;
79005
- 'update:minute': (val: number) => number;
79006
- 'update:period': (val: Period$1) => Period$1;
79007
- 'update:second': (val: number) => number;
79008
- '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;
79009
78898
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
79010
78899
  style: vue.StyleValue;
79011
78900
  title: string;
@@ -79219,11 +79108,11 @@ declare const VTimePicker: {
79219
79108
  "onUpdate:minute"?: ((val: number) => any) | undefined;
79220
79109
  "onUpdate:second"?: ((val: number) => any) | undefined;
79221
79110
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79222
- 'update:hour': (val: number) => number;
79223
- 'update:minute': (val: number) => number;
79224
- 'update:period': (val: Period$1) => Period$1;
79225
- 'update:second': (val: number) => number;
79226
- '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;
79227
79116
  }, string, {
79228
79117
  style: vue.StyleValue;
79229
79118
  title: string;
@@ -79388,8 +79277,8 @@ declare const VTimePickerClock: {
79388
79277
  onChange?: ((val: number) => any) | undefined;
79389
79278
  onInput?: ((val: number) => any) | undefined;
79390
79279
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79391
- change: (val: number) => number;
79392
- input: (val: number) => number;
79280
+ change: (val: number) => true;
79281
+ input: (val: number) => true;
79393
79282
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
79394
79283
  disabled: boolean;
79395
79284
  format: Function;
@@ -79508,8 +79397,8 @@ declare const VTimePickerClock: {
79508
79397
  onChange?: ((val: number) => any) | undefined;
79509
79398
  onInput?: ((val: number) => any) | undefined;
79510
79399
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79511
- change: (val: number) => number;
79512
- input: (val: number) => number;
79400
+ change: (val: number) => true;
79401
+ input: (val: number) => true;
79513
79402
  }, string, {
79514
79403
  disabled: boolean;
79515
79404
  format: Function;
@@ -79619,8 +79508,8 @@ declare const VTimePickerControls: {
79619
79508
  "onUpdate:period"?: ((data: Period) => any) | undefined;
79620
79509
  "onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
79621
79510
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79622
- 'update:period': (data: Period) => Period;
79623
- 'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
79511
+ 'update:period': (data: Period) => true;
79512
+ 'update:selecting': (data: 1 | 2 | 3) => true;
79624
79513
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
79625
79514
  disabled: boolean;
79626
79515
  readonly: boolean;
@@ -79727,8 +79616,8 @@ declare const VTimePickerControls: {
79727
79616
  "onUpdate:period"?: ((data: Period) => any) | undefined;
79728
79617
  "onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
79729
79618
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79730
- 'update:period': (data: Period) => Period;
79731
- 'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
79619
+ 'update:period': (data: Period) => true;
79620
+ 'update:selecting': (data: 1 | 2 | 3) => true;
79732
79621
  }, string, {
79733
79622
  disabled: boolean;
79734
79623
  readonly: boolean;
@@ -81781,7 +81670,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
81781
81670
  toISO: (date: unknown) => string;
81782
81671
  startOfDay: (date: unknown) => unknown;
81783
81672
  endOfDay: (date: unknown) => unknown;
81784
- startOfWeek: (date: unknown) => unknown;
81673
+ startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
81785
81674
  endOfWeek: (date: unknown) => unknown;
81786
81675
  startOfMonth: (date: unknown) => unknown;
81787
81676
  endOfMonth: (date: unknown) => unknown;
@@ -81804,8 +81693,8 @@ declare const createVuetify: (options?: VuetifyOptions) => {
81804
81693
  getYear: (date: unknown) => number;
81805
81694
  setYear: (date: unknown, year: number) => unknown;
81806
81695
  getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
81807
- getWeekArray: (date: unknown) => unknown[][];
81808
- getWeekdays: () => string[];
81696
+ getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
81697
+ getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
81809
81698
  getMonth: (date: unknown) => number;
81810
81699
  setMonth: (date: unknown, month: number) => unknown;
81811
81700
  getDate: (date: unknown) => number;