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

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 (108) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/dist/json/attributes.json +57 -45
  3. package/dist/json/importMap.json +146 -146
  4. package/dist/json/tags.json +4 -1
  5. package/dist/json/web-types.json +97 -62
  6. package/dist/vuetify-labs.css +2977 -2955
  7. package/dist/vuetify-labs.d.ts +614 -688
  8. package/dist/vuetify-labs.esm.js +95 -74
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +95 -74
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +4804 -4782
  13. package/dist/vuetify.d.ts +579 -653
  14. package/dist/vuetify.esm.js +78 -58
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +78 -58
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +67 -65
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +3 -3
  22. package/lib/blueprints/md1.d.mts +3 -3
  23. package/lib/blueprints/md2.d.mts +3 -3
  24. package/lib/blueprints/md3.d.mts +3 -3
  25. package/lib/components/VAutocomplete/index.d.mts +25 -31
  26. package/lib/components/VBottomSheet/index.d.mts +10 -10
  27. package/lib/components/VCheckbox/index.d.mts +2 -8
  28. package/lib/components/VCombobox/index.d.mts +25 -31
  29. package/lib/components/VDataIterator/index.d.mts +1 -0
  30. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  31. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  32. package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
  33. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  34. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  35. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  36. package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
  37. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  38. package/lib/components/VDataTable/composables/group.mjs +2 -1
  39. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  40. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  41. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +130 -129
  43. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
  44. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  45. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  46. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  47. package/lib/components/VDatePicker/index.d.mts +70 -55
  48. package/lib/components/VDialog/index.d.mts +28 -28
  49. package/lib/components/VField/VField.css +11 -6
  50. package/lib/components/VField/VField.mjs +5 -7
  51. package/lib/components/VField/VField.mjs.map +1 -1
  52. package/lib/components/VField/VField.sass +6 -2
  53. package/lib/components/VField/index.d.mts +6 -12
  54. package/lib/components/VFileInput/index.d.mts +6 -12
  55. package/lib/components/VInput/VInput.css +5 -5
  56. package/lib/components/VInput/VInput.mjs +1 -4
  57. package/lib/components/VInput/VInput.mjs.map +1 -1
  58. package/lib/components/VInput/VInput.sass +1 -1
  59. package/lib/components/VInput/index.d.mts +2 -8
  60. package/lib/components/VMenu/index.d.mts +32 -32
  61. package/lib/components/VOverlay/index.d.mts +10 -10
  62. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  63. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  64. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  65. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  66. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  67. package/lib/components/VRadio/VRadio.mjs +8 -5
  68. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  69. package/lib/components/VRadioGroup/index.d.mts +2 -8
  70. package/lib/components/VRangeSlider/index.d.mts +2 -8
  71. package/lib/components/VSelect/index.d.mts +25 -31
  72. package/lib/components/VSlider/index.d.mts +2 -8
  73. package/lib/components/VSnackbar/index.d.mts +28 -28
  74. package/lib/components/VSpeedDial/index.d.mts +14 -14
  75. package/lib/components/VSwitch/index.d.mts +2 -8
  76. package/lib/components/VTextField/VTextField.mjs +1 -1
  77. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  78. package/lib/components/VTextField/index.d.mts +18 -24
  79. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  80. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  81. package/lib/components/VTextarea/index.d.mts +72 -87
  82. package/lib/components/VTooltip/index.d.mts +32 -32
  83. package/lib/components/index.d.mts +530 -604
  84. package/lib/composables/calendar.mjs +10 -4
  85. package/lib/composables/calendar.mjs.map +1 -1
  86. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  87. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  88. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  89. package/lib/entry-bundler.mjs +1 -1
  90. package/lib/framework.mjs +1 -1
  91. package/lib/index.d.mts +49 -49
  92. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  93. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  94. package/lib/labs/VCalendar/index.d.mts +6 -0
  95. package/lib/labs/VDateInput/index.d.mts +39 -39
  96. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  97. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  98. package/lib/labs/VNumberInput/index.d.mts +6 -12
  99. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  100. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  101. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  102. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  103. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  104. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  105. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  106. package/lib/labs/VTimePicker/index.d.mts +18 -18
  107. package/lib/labs/components.d.mts +106 -106
  108. package/package.json +1 -1
@@ -3317,10 +3317,7 @@ declare const VInput: {
3317
3317
  };
3318
3318
  id: StringConstructor;
3319
3319
  appendIcon: PropType<IconValue>;
3320
- centerAffix: {
3321
- type: BooleanConstructor;
3322
- default: boolean;
3323
- };
3320
+ centerAffix: BooleanConstructor;
3324
3321
  prependIcon: PropType<IconValue>;
3325
3322
  hideDetails: PropType<boolean | "auto">;
3326
3323
  hideSpinButtons: BooleanConstructor;
@@ -3382,10 +3379,7 @@ declare const VInput: {
3382
3379
  };
3383
3380
  id: StringConstructor;
3384
3381
  appendIcon: PropType<IconValue>;
3385
- centerAffix: {
3386
- type: BooleanConstructor;
3387
- default: boolean;
3388
- };
3382
+ centerAffix: BooleanConstructor;
3389
3383
  prependIcon: PropType<IconValue>;
3390
3384
  hideDetails: PropType<boolean | "auto">;
3391
3385
  hideSpinButtons: BooleanConstructor;
@@ -3440,6 +3434,7 @@ declare const VField: {
3440
3434
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3441
3435
  tile: boolean;
3442
3436
  clearIcon: IconValue;
3437
+ centerAffix: boolean;
3443
3438
  clearable: boolean;
3444
3439
  dirty: boolean;
3445
3440
  persistentClear: boolean;
@@ -3460,7 +3455,6 @@ declare const VField: {
3460
3455
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3461
3456
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3462
3457
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3463
- centerAffix?: boolean | undefined;
3464
3458
  } & {
3465
3459
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3466
3460
  }, {
@@ -3479,6 +3473,7 @@ declare const VField: {
3479
3473
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3480
3474
  tile: boolean;
3481
3475
  clearIcon: IconValue;
3476
+ centerAffix: boolean;
3482
3477
  clearable: boolean;
3483
3478
  dirty: boolean;
3484
3479
  persistentClear: boolean;
@@ -3499,7 +3494,6 @@ declare const VField: {
3499
3494
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3500
3495
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3501
3496
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3502
- centerAffix?: boolean | undefined;
3503
3497
  } & {
3504
3498
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3505
3499
  }, {
@@ -3561,6 +3555,7 @@ declare const VField: {
3561
3555
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3562
3556
  tile: boolean;
3563
3557
  clearIcon: IconValue;
3558
+ centerAffix: boolean;
3564
3559
  clearable: boolean;
3565
3560
  dirty: boolean;
3566
3561
  persistentClear: boolean;
@@ -3581,7 +3576,6 @@ declare const VField: {
3581
3576
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3582
3577
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3583
3578
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3584
- centerAffix?: boolean | undefined;
3585
3579
  } & {
3586
3580
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3587
3581
  }, {
@@ -3618,6 +3612,7 @@ declare const VField: {
3618
3612
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3619
3613
  tile: boolean;
3620
3614
  clearIcon: IconValue;
3615
+ centerAffix: boolean;
3621
3616
  clearable: boolean;
3622
3617
  dirty: boolean;
3623
3618
  persistentClear: boolean;
@@ -3638,7 +3633,6 @@ declare const VField: {
3638
3633
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3639
3634
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3640
3635
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3641
- centerAffix?: boolean | undefined;
3642
3636
  } & {
3643
3637
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3644
3638
  }, {
@@ -3714,10 +3708,7 @@ declare const VField: {
3714
3708
  default: string;
3715
3709
  };
3716
3710
  active: BooleanConstructor;
3717
- centerAffix: {
3718
- type: BooleanConstructor;
3719
- default: undefined;
3720
- };
3711
+ centerAffix: BooleanConstructor;
3721
3712
  color: StringConstructor;
3722
3713
  baseColor: StringConstructor;
3723
3714
  dirty: BooleanConstructor;
@@ -3764,10 +3755,7 @@ declare const VField: {
3764
3755
  default: string;
3765
3756
  };
3766
3757
  active: BooleanConstructor;
3767
- centerAffix: {
3768
- type: BooleanConstructor;
3769
- default: undefined;
3770
- };
3758
+ centerAffix: BooleanConstructor;
3771
3759
  color: StringConstructor;
3772
3760
  baseColor: StringConstructor;
3773
3761
  dirty: BooleanConstructor;
@@ -3841,7 +3829,7 @@ interface LocationStrategyData {
3841
3829
  isRtl: Ref<boolean>;
3842
3830
  }
3843
3831
  type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
3844
- updateLocation: (e: Event) => void;
3832
+ updateLocation: (e?: Event) => void;
3845
3833
  };
3846
3834
  declare const locationStrategies: {
3847
3835
  static: typeof staticLocationStrategy;
@@ -4537,6 +4525,7 @@ declare const VAutocomplete: {
4537
4525
  direction: "horizontal" | "vertical";
4538
4526
  valueComparator: typeof deepEqual;
4539
4527
  clearIcon: IconValue;
4528
+ centerAffix: boolean;
4540
4529
  hideSpinButtons: boolean;
4541
4530
  persistentHint: boolean;
4542
4531
  filterMode: FilterMode;
@@ -4586,7 +4575,6 @@ declare const VAutocomplete: {
4586
4575
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4587
4576
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4588
4577
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4589
- centerAffix?: boolean | undefined;
4590
4578
  hint?: string | undefined;
4591
4579
  hideDetails?: boolean | "auto" | undefined;
4592
4580
  customFilter?: FilterFunction | undefined;
@@ -4867,7 +4855,7 @@ declare const VAutocomplete: {
4867
4855
  eager: boolean;
4868
4856
  location: Anchor;
4869
4857
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4870
- updateLocation: (e: Event) => void;
4858
+ updateLocation: (e?: Event | undefined) => void;
4871
4859
  } | undefined) | "connected">;
4872
4860
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
4873
4861
  closeDelay: NonNullable<string | number>;
@@ -4896,7 +4884,7 @@ declare const VAutocomplete: {
4896
4884
  eager: boolean;
4897
4885
  location: Anchor;
4898
4886
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4899
- updateLocation: (e: Event) => void;
4887
+ updateLocation: (e?: Event | undefined) => void;
4900
4888
  } | undefined) | "connected">;
4901
4889
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
4902
4890
  closeDelay: NonNullable<string | number>;
@@ -4972,7 +4960,7 @@ declare const VAutocomplete: {
4972
4960
  eager: boolean;
4973
4961
  location: Anchor;
4974
4962
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4975
- updateLocation: (e: Event) => void;
4963
+ updateLocation: (e?: Event | undefined) => void;
4976
4964
  } | undefined) | "connected">;
4977
4965
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
4978
4966
  closeDelay: NonNullable<string | number>;
@@ -5077,6 +5065,7 @@ declare const VAutocomplete: {
5077
5065
  direction: "horizontal" | "vertical";
5078
5066
  valueComparator: typeof deepEqual;
5079
5067
  clearIcon: IconValue;
5068
+ centerAffix: boolean;
5080
5069
  hideSpinButtons: boolean;
5081
5070
  persistentHint: boolean;
5082
5071
  filterMode: FilterMode;
@@ -5126,7 +5115,6 @@ declare const VAutocomplete: {
5126
5115
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5127
5116
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5128
5117
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5129
- centerAffix?: boolean | undefined;
5130
5118
  hint?: string | undefined;
5131
5119
  hideDetails?: boolean | "auto" | undefined;
5132
5120
  customFilter?: FilterFunction | undefined;
@@ -5407,7 +5395,7 @@ declare const VAutocomplete: {
5407
5395
  eager: boolean;
5408
5396
  location: Anchor;
5409
5397
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5410
- updateLocation: (e: Event) => void;
5398
+ updateLocation: (e?: Event | undefined) => void;
5411
5399
  } | undefined) | "connected">;
5412
5400
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5413
5401
  closeDelay: NonNullable<string | number>;
@@ -5436,7 +5424,7 @@ declare const VAutocomplete: {
5436
5424
  eager: boolean;
5437
5425
  location: Anchor;
5438
5426
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5439
- updateLocation: (e: Event) => void;
5427
+ updateLocation: (e?: Event | undefined) => void;
5440
5428
  } | undefined) | "connected">;
5441
5429
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5442
5430
  closeDelay: NonNullable<string | number>;
@@ -5512,7 +5500,7 @@ declare const VAutocomplete: {
5512
5500
  eager: boolean;
5513
5501
  location: Anchor;
5514
5502
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5515
- updateLocation: (e: Event) => void;
5503
+ updateLocation: (e?: Event | undefined) => void;
5516
5504
  } | undefined) | "connected">;
5517
5505
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5518
5506
  closeDelay: NonNullable<string | number>;
@@ -5731,6 +5719,7 @@ declare const VAutocomplete: {
5731
5719
  direction: "horizontal" | "vertical";
5732
5720
  valueComparator: typeof deepEqual;
5733
5721
  clearIcon: IconValue;
5722
+ centerAffix: boolean;
5734
5723
  hideSpinButtons: boolean;
5735
5724
  persistentHint: boolean;
5736
5725
  filterMode: FilterMode;
@@ -5780,7 +5769,6 @@ declare const VAutocomplete: {
5780
5769
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5781
5770
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5782
5771
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5783
- centerAffix?: boolean | undefined;
5784
5772
  hint?: string | undefined;
5785
5773
  hideDetails?: boolean | "auto" | undefined;
5786
5774
  customFilter?: FilterFunction | undefined;
@@ -6061,7 +6049,7 @@ declare const VAutocomplete: {
6061
6049
  eager: boolean;
6062
6050
  location: Anchor;
6063
6051
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6064
- updateLocation: (e: Event) => void;
6052
+ updateLocation: (e?: Event | undefined) => void;
6065
6053
  } | undefined) | "connected">;
6066
6054
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6067
6055
  closeDelay: NonNullable<string | number>;
@@ -6090,7 +6078,7 @@ declare const VAutocomplete: {
6090
6078
  eager: boolean;
6091
6079
  location: Anchor;
6092
6080
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6093
- updateLocation: (e: Event) => void;
6081
+ updateLocation: (e?: Event | undefined) => void;
6094
6082
  } | undefined) | "connected">;
6095
6083
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6096
6084
  closeDelay: NonNullable<string | number>;
@@ -6166,7 +6154,7 @@ declare const VAutocomplete: {
6166
6154
  eager: boolean;
6167
6155
  location: Anchor;
6168
6156
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6169
- updateLocation: (e: Event) => void;
6157
+ updateLocation: (e?: Event | undefined) => void;
6170
6158
  } | undefined) | "connected">;
6171
6159
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6172
6160
  closeDelay: NonNullable<string | number>;
@@ -6320,6 +6308,7 @@ declare const VAutocomplete: {
6320
6308
  direction: "horizontal" | "vertical";
6321
6309
  valueComparator: typeof deepEqual;
6322
6310
  clearIcon: IconValue;
6311
+ centerAffix: boolean;
6323
6312
  hideSpinButtons: boolean;
6324
6313
  persistentHint: boolean;
6325
6314
  filterMode: FilterMode;
@@ -6369,7 +6358,6 @@ declare const VAutocomplete: {
6369
6358
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6370
6359
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6371
6360
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6372
- centerAffix?: boolean | undefined;
6373
6361
  hint?: string | undefined;
6374
6362
  hideDetails?: boolean | "auto" | undefined;
6375
6363
  customFilter?: FilterFunction | undefined;
@@ -6650,7 +6638,7 @@ declare const VAutocomplete: {
6650
6638
  eager: boolean;
6651
6639
  location: Anchor;
6652
6640
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6653
- updateLocation: (e: Event) => void;
6641
+ updateLocation: (e?: Event | undefined) => void;
6654
6642
  } | undefined) | "connected">;
6655
6643
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6656
6644
  closeDelay: NonNullable<string | number>;
@@ -6679,7 +6667,7 @@ declare const VAutocomplete: {
6679
6667
  eager: boolean;
6680
6668
  location: Anchor;
6681
6669
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6682
- updateLocation: (e: Event) => void;
6670
+ updateLocation: (e?: Event | undefined) => void;
6683
6671
  } | undefined) | "connected">;
6684
6672
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6685
6673
  closeDelay: NonNullable<string | number>;
@@ -6755,7 +6743,7 @@ declare const VAutocomplete: {
6755
6743
  eager: boolean;
6756
6744
  location: Anchor;
6757
6745
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6758
- updateLocation: (e: Event) => void;
6746
+ updateLocation: (e?: Event | undefined) => void;
6759
6747
  } | undefined) | "connected">;
6760
6748
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6761
6749
  closeDelay: NonNullable<string | number>;
@@ -7108,10 +7096,7 @@ declare const VAutocomplete: {
7108
7096
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
7109
7097
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
7110
7098
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
7111
- centerAffix: {
7112
- type: BooleanConstructor;
7113
- default: undefined;
7114
- };
7099
+ centerAffix: BooleanConstructor;
7115
7100
  hideSpinButtons: BooleanConstructor;
7116
7101
  hint: StringConstructor;
7117
7102
  persistentHint: BooleanConstructor;
@@ -7447,7 +7432,7 @@ declare const VAutocomplete: {
7447
7432
  eager: boolean;
7448
7433
  location: Anchor;
7449
7434
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7450
- updateLocation: (e: Event) => void;
7435
+ updateLocation: (e?: Event | undefined) => void;
7451
7436
  } | undefined) | "connected">;
7452
7437
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7453
7438
  closeDelay: NonNullable<string | number>;
@@ -7476,7 +7461,7 @@ declare const VAutocomplete: {
7476
7461
  eager: boolean;
7477
7462
  location: Anchor;
7478
7463
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7479
- updateLocation: (e: Event) => void;
7464
+ updateLocation: (e?: Event | undefined) => void;
7480
7465
  } | undefined) | "connected">;
7481
7466
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7482
7467
  closeDelay: NonNullable<string | number>;
@@ -7552,7 +7537,7 @@ declare const VAutocomplete: {
7552
7537
  eager: boolean;
7553
7538
  location: Anchor;
7554
7539
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7555
- updateLocation: (e: Event) => void;
7540
+ updateLocation: (e?: Event | undefined) => void;
7556
7541
  } | undefined) | "connected">;
7557
7542
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7558
7543
  closeDelay: NonNullable<string | number>;
@@ -7752,10 +7737,7 @@ declare const VAutocomplete: {
7752
7737
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
7753
7738
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
7754
7739
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
7755
- centerAffix: {
7756
- type: BooleanConstructor;
7757
- default: undefined;
7758
- };
7740
+ centerAffix: BooleanConstructor;
7759
7741
  hideSpinButtons: BooleanConstructor;
7760
7742
  hint: StringConstructor;
7761
7743
  persistentHint: BooleanConstructor;
@@ -8091,7 +8073,7 @@ declare const VAutocomplete: {
8091
8073
  eager: boolean;
8092
8074
  location: Anchor;
8093
8075
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8094
- updateLocation: (e: Event) => void;
8076
+ updateLocation: (e?: Event | undefined) => void;
8095
8077
  } | undefined) | "connected">;
8096
8078
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8097
8079
  closeDelay: NonNullable<string | number>;
@@ -8120,7 +8102,7 @@ declare const VAutocomplete: {
8120
8102
  eager: boolean;
8121
8103
  location: Anchor;
8122
8104
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8123
- updateLocation: (e: Event) => void;
8105
+ updateLocation: (e?: Event | undefined) => void;
8124
8106
  } | undefined) | "connected">;
8125
8107
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8126
8108
  closeDelay: NonNullable<string | number>;
@@ -8196,7 +8178,7 @@ declare const VAutocomplete: {
8196
8178
  eager: boolean;
8197
8179
  location: Anchor;
8198
8180
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8199
- updateLocation: (e: Event) => void;
8181
+ updateLocation: (e?: Event | undefined) => void;
8200
8182
  } | undefined) | "connected">;
8201
8183
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8202
8184
  closeDelay: NonNullable<string | number>;
@@ -9787,7 +9769,7 @@ declare const VBottomSheet: {
9787
9769
  eager: boolean;
9788
9770
  location: Anchor;
9789
9771
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9790
- updateLocation: (e: Event) => void;
9772
+ updateLocation: (e?: Event | undefined) => void;
9791
9773
  } | undefined) | "connected";
9792
9774
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9793
9775
  activatorProps: Record<string, any>;
@@ -9873,7 +9855,7 @@ declare const VBottomSheet: {
9873
9855
  eager: boolean;
9874
9856
  location: Anchor;
9875
9857
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9876
- updateLocation: (e: Event) => void;
9858
+ updateLocation: (e?: Event | undefined) => void;
9877
9859
  } | undefined) | "connected";
9878
9860
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9879
9861
  activatorProps: Record<string, any>;
@@ -9957,7 +9939,7 @@ declare const VBottomSheet: {
9957
9939
  eager: boolean;
9958
9940
  location: Anchor;
9959
9941
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9960
- updateLocation: (e: Event) => void;
9942
+ updateLocation: (e?: Event | undefined) => void;
9961
9943
  } | undefined) | "connected";
9962
9944
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9963
9945
  activatorProps: Record<string, any>;
@@ -10009,7 +9991,7 @@ declare const VBottomSheet: {
10009
9991
  eager: boolean;
10010
9992
  location: Anchor;
10011
9993
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10012
- updateLocation: (e: Event) => void;
9994
+ updateLocation: (e?: Event | undefined) => void;
10013
9995
  } | undefined) | "connected";
10014
9996
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10015
9997
  activatorProps: Record<string, any>;
@@ -10093,7 +10075,7 @@ declare const VBottomSheet: {
10093
10075
  eager: boolean;
10094
10076
  location: Anchor;
10095
10077
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10096
- updateLocation: (e: Event) => void;
10078
+ updateLocation: (e?: Event | undefined) => void;
10097
10079
  } | undefined) | "connected";
10098
10080
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10099
10081
  activatorProps: Record<string, any>;
@@ -10129,7 +10111,7 @@ declare const VBottomSheet: {
10129
10111
  eager: boolean;
10130
10112
  location: Anchor;
10131
10113
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10132
- updateLocation: (e: Event) => void;
10114
+ updateLocation: (e?: Event | undefined) => void;
10133
10115
  } | undefined) | "connected";
10134
10116
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10135
10117
  activatorProps: Record<string, any>;
@@ -10215,7 +10197,7 @@ declare const VBottomSheet: {
10215
10197
  eager: boolean;
10216
10198
  location: Anchor;
10217
10199
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10218
- updateLocation: (e: Event) => void;
10200
+ updateLocation: (e?: Event | undefined) => void;
10219
10201
  } | undefined) | "connected";
10220
10202
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
10221
10203
  activatorProps: Record<string, any>;
@@ -10285,7 +10267,7 @@ declare const VBottomSheet: {
10285
10267
  };
10286
10268
  locationStrategy: {
10287
10269
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10288
- updateLocation: (e: Event) => void;
10270
+ updateLocation: (e?: Event | undefined) => void;
10289
10271
  } | undefined) | "connected">;
10290
10272
  default: string;
10291
10273
  validator: (val: any) => boolean;
@@ -10405,7 +10387,7 @@ declare const VBottomSheet: {
10405
10387
  };
10406
10388
  locationStrategy: {
10407
10389
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
10408
- updateLocation: (e: Event) => void;
10390
+ updateLocation: (e?: Event | undefined) => void;
10409
10391
  } | undefined) | "connected">;
10410
10392
  default: string;
10411
10393
  validator: (val: any) => boolean;
@@ -15873,10 +15855,7 @@ declare const VCheckbox: {
15873
15855
  maxWidth: (StringConstructor | NumberConstructor)[];
15874
15856
  minWidth: (StringConstructor | NumberConstructor)[];
15875
15857
  appendIcon: vue.PropType<IconValue>;
15876
- centerAffix: {
15877
- type: BooleanConstructor;
15878
- default: boolean;
15879
- };
15858
+ centerAffix: BooleanConstructor;
15880
15859
  prependIcon: vue.PropType<IconValue>;
15881
15860
  hideDetails: vue.PropType<boolean | "auto">;
15882
15861
  hideSpinButtons: BooleanConstructor;
@@ -15972,10 +15951,7 @@ declare const VCheckbox: {
15972
15951
  maxWidth: (StringConstructor | NumberConstructor)[];
15973
15952
  minWidth: (StringConstructor | NumberConstructor)[];
15974
15953
  appendIcon: vue.PropType<IconValue>;
15975
- centerAffix: {
15976
- type: BooleanConstructor;
15977
- default: boolean;
15978
- };
15954
+ centerAffix: BooleanConstructor;
15979
15955
  prependIcon: vue.PropType<IconValue>;
15980
15956
  hideDetails: vue.PropType<boolean | "auto">;
15981
15957
  hideSpinButtons: BooleanConstructor;
@@ -18157,6 +18133,7 @@ declare const VCombobox: {
18157
18133
  direction: "horizontal" | "vertical";
18158
18134
  valueComparator: typeof deepEqual;
18159
18135
  clearIcon: IconValue;
18136
+ centerAffix: boolean;
18160
18137
  hideSpinButtons: boolean;
18161
18138
  persistentHint: boolean;
18162
18139
  filterMode: FilterMode;
@@ -18206,7 +18183,6 @@ declare const VCombobox: {
18206
18183
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
18207
18184
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
18208
18185
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
18209
- centerAffix?: boolean | undefined;
18210
18186
  hint?: string | undefined;
18211
18187
  hideDetails?: boolean | "auto" | undefined;
18212
18188
  customFilter?: FilterFunction | undefined;
@@ -18487,7 +18463,7 @@ declare const VCombobox: {
18487
18463
  eager: boolean;
18488
18464
  location: Anchor;
18489
18465
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18490
- updateLocation: (e: Event) => void;
18466
+ updateLocation: (e?: Event | undefined) => void;
18491
18467
  } | undefined) | "connected">;
18492
18468
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18493
18469
  closeDelay: NonNullable<string | number>;
@@ -18516,7 +18492,7 @@ declare const VCombobox: {
18516
18492
  eager: boolean;
18517
18493
  location: Anchor;
18518
18494
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18519
- updateLocation: (e: Event) => void;
18495
+ updateLocation: (e?: Event | undefined) => void;
18520
18496
  } | undefined) | "connected">;
18521
18497
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18522
18498
  closeDelay: NonNullable<string | number>;
@@ -18592,7 +18568,7 @@ declare const VCombobox: {
18592
18568
  eager: boolean;
18593
18569
  location: Anchor;
18594
18570
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18595
- updateLocation: (e: Event) => void;
18571
+ updateLocation: (e?: Event | undefined) => void;
18596
18572
  } | undefined) | "connected">;
18597
18573
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18598
18574
  closeDelay: NonNullable<string | number>;
@@ -18697,6 +18673,7 @@ declare const VCombobox: {
18697
18673
  direction: "horizontal" | "vertical";
18698
18674
  valueComparator: typeof deepEqual;
18699
18675
  clearIcon: IconValue;
18676
+ centerAffix: boolean;
18700
18677
  hideSpinButtons: boolean;
18701
18678
  persistentHint: boolean;
18702
18679
  filterMode: FilterMode;
@@ -18746,7 +18723,6 @@ declare const VCombobox: {
18746
18723
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
18747
18724
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
18748
18725
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
18749
- centerAffix?: boolean | undefined;
18750
18726
  hint?: string | undefined;
18751
18727
  hideDetails?: boolean | "auto" | undefined;
18752
18728
  customFilter?: FilterFunction | undefined;
@@ -19027,7 +19003,7 @@ declare const VCombobox: {
19027
19003
  eager: boolean;
19028
19004
  location: Anchor;
19029
19005
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19030
- updateLocation: (e: Event) => void;
19006
+ updateLocation: (e?: Event | undefined) => void;
19031
19007
  } | undefined) | "connected">;
19032
19008
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19033
19009
  closeDelay: NonNullable<string | number>;
@@ -19056,7 +19032,7 @@ declare const VCombobox: {
19056
19032
  eager: boolean;
19057
19033
  location: Anchor;
19058
19034
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19059
- updateLocation: (e: Event) => void;
19035
+ updateLocation: (e?: Event | undefined) => void;
19060
19036
  } | undefined) | "connected">;
19061
19037
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19062
19038
  closeDelay: NonNullable<string | number>;
@@ -19132,7 +19108,7 @@ declare const VCombobox: {
19132
19108
  eager: boolean;
19133
19109
  location: Anchor;
19134
19110
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19135
- updateLocation: (e: Event) => void;
19111
+ updateLocation: (e?: Event | undefined) => void;
19136
19112
  } | undefined) | "connected">;
19137
19113
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19138
19114
  closeDelay: NonNullable<string | number>;
@@ -19351,6 +19327,7 @@ declare const VCombobox: {
19351
19327
  direction: "horizontal" | "vertical";
19352
19328
  valueComparator: typeof deepEqual;
19353
19329
  clearIcon: IconValue;
19330
+ centerAffix: boolean;
19354
19331
  hideSpinButtons: boolean;
19355
19332
  persistentHint: boolean;
19356
19333
  filterMode: FilterMode;
@@ -19400,7 +19377,6 @@ declare const VCombobox: {
19400
19377
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
19401
19378
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
19402
19379
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
19403
- centerAffix?: boolean | undefined;
19404
19380
  hint?: string | undefined;
19405
19381
  hideDetails?: boolean | "auto" | undefined;
19406
19382
  customFilter?: FilterFunction | undefined;
@@ -19681,7 +19657,7 @@ declare const VCombobox: {
19681
19657
  eager: boolean;
19682
19658
  location: Anchor;
19683
19659
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19684
- updateLocation: (e: Event) => void;
19660
+ updateLocation: (e?: Event | undefined) => void;
19685
19661
  } | undefined) | "connected">;
19686
19662
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19687
19663
  closeDelay: NonNullable<string | number>;
@@ -19710,7 +19686,7 @@ declare const VCombobox: {
19710
19686
  eager: boolean;
19711
19687
  location: Anchor;
19712
19688
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19713
- updateLocation: (e: Event) => void;
19689
+ updateLocation: (e?: Event | undefined) => void;
19714
19690
  } | undefined) | "connected">;
19715
19691
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19716
19692
  closeDelay: NonNullable<string | number>;
@@ -19786,7 +19762,7 @@ declare const VCombobox: {
19786
19762
  eager: boolean;
19787
19763
  location: Anchor;
19788
19764
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19789
- updateLocation: (e: Event) => void;
19765
+ updateLocation: (e?: Event | undefined) => void;
19790
19766
  } | undefined) | "connected">;
19791
19767
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19792
19768
  closeDelay: NonNullable<string | number>;
@@ -19940,6 +19916,7 @@ declare const VCombobox: {
19940
19916
  direction: "horizontal" | "vertical";
19941
19917
  valueComparator: typeof deepEqual;
19942
19918
  clearIcon: IconValue;
19919
+ centerAffix: boolean;
19943
19920
  hideSpinButtons: boolean;
19944
19921
  persistentHint: boolean;
19945
19922
  filterMode: FilterMode;
@@ -19989,7 +19966,6 @@ declare const VCombobox: {
19989
19966
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
19990
19967
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
19991
19968
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
19992
- centerAffix?: boolean | undefined;
19993
19969
  hint?: string | undefined;
19994
19970
  hideDetails?: boolean | "auto" | undefined;
19995
19971
  customFilter?: FilterFunction | undefined;
@@ -20270,7 +20246,7 @@ declare const VCombobox: {
20270
20246
  eager: boolean;
20271
20247
  location: Anchor;
20272
20248
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20273
- updateLocation: (e: Event) => void;
20249
+ updateLocation: (e?: Event | undefined) => void;
20274
20250
  } | undefined) | "connected">;
20275
20251
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20276
20252
  closeDelay: NonNullable<string | number>;
@@ -20299,7 +20275,7 @@ declare const VCombobox: {
20299
20275
  eager: boolean;
20300
20276
  location: Anchor;
20301
20277
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20302
- updateLocation: (e: Event) => void;
20278
+ updateLocation: (e?: Event | undefined) => void;
20303
20279
  } | undefined) | "connected">;
20304
20280
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20305
20281
  closeDelay: NonNullable<string | number>;
@@ -20375,7 +20351,7 @@ declare const VCombobox: {
20375
20351
  eager: boolean;
20376
20352
  location: Anchor;
20377
20353
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
20378
- updateLocation: (e: Event) => void;
20354
+ updateLocation: (e?: Event | undefined) => void;
20379
20355
  } | undefined) | "connected">;
20380
20356
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
20381
20357
  closeDelay: NonNullable<string | number>;
@@ -20728,10 +20704,7 @@ declare const VCombobox: {
20728
20704
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
20729
20705
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
20730
20706
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
20731
- centerAffix: {
20732
- type: BooleanConstructor;
20733
- default: undefined;
20734
- };
20707
+ centerAffix: BooleanConstructor;
20735
20708
  hideSpinButtons: BooleanConstructor;
20736
20709
  hint: StringConstructor;
20737
20710
  persistentHint: BooleanConstructor;
@@ -21073,7 +21046,7 @@ declare const VCombobox: {
21073
21046
  eager: boolean;
21074
21047
  location: Anchor;
21075
21048
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21076
- updateLocation: (e: Event) => void;
21049
+ updateLocation: (e?: Event | undefined) => void;
21077
21050
  } | undefined) | "connected">;
21078
21051
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21079
21052
  closeDelay: NonNullable<string | number>;
@@ -21102,7 +21075,7 @@ declare const VCombobox: {
21102
21075
  eager: boolean;
21103
21076
  location: Anchor;
21104
21077
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21105
- updateLocation: (e: Event) => void;
21078
+ updateLocation: (e?: Event | undefined) => void;
21106
21079
  } | undefined) | "connected">;
21107
21080
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21108
21081
  closeDelay: NonNullable<string | number>;
@@ -21178,7 +21151,7 @@ declare const VCombobox: {
21178
21151
  eager: boolean;
21179
21152
  location: Anchor;
21180
21153
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21181
- updateLocation: (e: Event) => void;
21154
+ updateLocation: (e?: Event | undefined) => void;
21182
21155
  } | undefined) | "connected">;
21183
21156
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21184
21157
  closeDelay: NonNullable<string | number>;
@@ -21381,10 +21354,7 @@ declare const VCombobox: {
21381
21354
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
21382
21355
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
21383
21356
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
21384
- centerAffix: {
21385
- type: BooleanConstructor;
21386
- default: undefined;
21387
- };
21357
+ centerAffix: BooleanConstructor;
21388
21358
  hideSpinButtons: BooleanConstructor;
21389
21359
  hint: StringConstructor;
21390
21360
  persistentHint: BooleanConstructor;
@@ -21726,7 +21696,7 @@ declare const VCombobox: {
21726
21696
  eager: boolean;
21727
21697
  location: Anchor;
21728
21698
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21729
- updateLocation: (e: Event) => void;
21699
+ updateLocation: (e?: Event | undefined) => void;
21730
21700
  } | undefined) | "connected">;
21731
21701
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21732
21702
  closeDelay: NonNullable<string | number>;
@@ -21755,7 +21725,7 @@ declare const VCombobox: {
21755
21725
  eager: boolean;
21756
21726
  location: Anchor;
21757
21727
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21758
- updateLocation: (e: Event) => void;
21728
+ updateLocation: (e?: Event | undefined) => void;
21759
21729
  } | undefined) | "connected">;
21760
21730
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21761
21731
  closeDelay: NonNullable<string | number>;
@@ -21831,7 +21801,7 @@ declare const VCombobox: {
21831
21801
  eager: boolean;
21832
21802
  location: Anchor;
21833
21803
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
21834
- updateLocation: (e: Event) => void;
21804
+ updateLocation: (e?: Event | undefined) => void;
21835
21805
  } | undefined) | "connected">;
21836
21806
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
21837
21807
  closeDelay: NonNullable<string | number>;
@@ -22316,6 +22286,7 @@ interface Group<T = any> {
22316
22286
  declare function provideGroupBy(options: {
22317
22287
  groupBy: Ref<readonly SortItem[]>;
22318
22288
  sortBy: Ref<readonly SortItem[]>;
22289
+ disableSort?: Ref<boolean>;
22319
22290
  }): {
22320
22291
  sortByWithGroups: vue.ComputedRef<SortItem[]>;
22321
22292
  toggleGroup: (group: Group) => void;
@@ -23700,8 +23671,8 @@ declare const VDataTable: {
23700
23671
  expanded: readonly string[];
23701
23672
  density: Density;
23702
23673
  valueComparator: typeof deepEqual;
23703
- nextIcon: string;
23704
- prevIcon: string;
23674
+ nextIcon: IconValue;
23675
+ prevIcon: IconValue;
23705
23676
  selectStrategy: "page" | "all" | "single";
23706
23677
  returnObject: boolean;
23707
23678
  filterMode: FilterMode;
@@ -23711,12 +23682,13 @@ declare const VDataTable: {
23711
23682
  multiSort: boolean;
23712
23683
  mustSort: boolean;
23713
23684
  groupBy: readonly SortItem[];
23685
+ disableSort: boolean;
23714
23686
  showSelect: boolean;
23715
23687
  expandOnClick: boolean;
23716
23688
  showExpand: boolean;
23717
23689
  itemsPerPage: string | number;
23718
- firstIcon: string;
23719
- lastIcon: string;
23690
+ firstIcon: IconValue;
23691
+ lastIcon: IconValue;
23720
23692
  firstPageLabel: string;
23721
23693
  prevPageLabel: string;
23722
23694
  nextPageLabel: string;
@@ -23726,7 +23698,6 @@ declare const VDataTable: {
23726
23698
  value: number;
23727
23699
  })[];
23728
23700
  showCurrentPage: boolean;
23729
- disableSort: boolean;
23730
23701
  sortAscIcon: IconValue;
23731
23702
  sortDescIcon: IconValue;
23732
23703
  fixedHeader: boolean;
@@ -23779,8 +23750,8 @@ declare const VDataTable: {
23779
23750
  expanded: readonly string[];
23780
23751
  density: Density;
23781
23752
  valueComparator: typeof deepEqual;
23782
- nextIcon: string;
23783
- prevIcon: string;
23753
+ nextIcon: IconValue;
23754
+ prevIcon: IconValue;
23784
23755
  selectStrategy: "page" | "all" | "single";
23785
23756
  returnObject: boolean;
23786
23757
  filterMode: FilterMode;
@@ -23790,12 +23761,13 @@ declare const VDataTable: {
23790
23761
  multiSort: boolean;
23791
23762
  mustSort: boolean;
23792
23763
  groupBy: readonly SortItem[];
23764
+ disableSort: boolean;
23793
23765
  showSelect: boolean;
23794
23766
  expandOnClick: boolean;
23795
23767
  showExpand: boolean;
23796
23768
  itemsPerPage: string | number;
23797
- firstIcon: string;
23798
- lastIcon: string;
23769
+ firstIcon: IconValue;
23770
+ lastIcon: IconValue;
23799
23771
  firstPageLabel: string;
23800
23772
  prevPageLabel: string;
23801
23773
  nextPageLabel: string;
@@ -23805,7 +23777,6 @@ declare const VDataTable: {
23805
23777
  value: number;
23806
23778
  })[];
23807
23779
  showCurrentPage: boolean;
23808
- disableSort: boolean;
23809
23780
  sortAscIcon: IconValue;
23810
23781
  sortDescIcon: IconValue;
23811
23782
  fixedHeader: boolean;
@@ -23849,8 +23820,8 @@ declare const VDataTable: {
23849
23820
  expanded: readonly string[];
23850
23821
  density: Density;
23851
23822
  valueComparator: typeof deepEqual;
23852
- nextIcon: string;
23853
- prevIcon: string;
23823
+ nextIcon: IconValue;
23824
+ prevIcon: IconValue;
23854
23825
  selectStrategy: "page" | "all" | "single";
23855
23826
  returnObject: boolean;
23856
23827
  filterMode: FilterMode;
@@ -23860,12 +23831,13 @@ declare const VDataTable: {
23860
23831
  multiSort: boolean;
23861
23832
  mustSort: boolean;
23862
23833
  groupBy: readonly SortItem[];
23834
+ disableSort: boolean;
23863
23835
  showSelect: boolean;
23864
23836
  expandOnClick: boolean;
23865
23837
  showExpand: boolean;
23866
23838
  itemsPerPage: string | number;
23867
- firstIcon: string;
23868
- lastIcon: string;
23839
+ firstIcon: IconValue;
23840
+ lastIcon: IconValue;
23869
23841
  firstPageLabel: string;
23870
23842
  prevPageLabel: string;
23871
23843
  nextPageLabel: string;
@@ -23875,7 +23847,6 @@ declare const VDataTable: {
23875
23847
  value: number;
23876
23848
  })[];
23877
23849
  showCurrentPage: boolean;
23878
- disableSort: boolean;
23879
23850
  sortAscIcon: IconValue;
23880
23851
  sortDescIcon: IconValue;
23881
23852
  fixedHeader: boolean;
@@ -24001,8 +23972,8 @@ declare const VDataTable: {
24001
23972
  expanded: readonly string[];
24002
23973
  density: Density;
24003
23974
  valueComparator: typeof deepEqual;
24004
- nextIcon: string;
24005
- prevIcon: string;
23975
+ nextIcon: IconValue;
23976
+ prevIcon: IconValue;
24006
23977
  selectStrategy: "page" | "all" | "single";
24007
23978
  returnObject: boolean;
24008
23979
  filterMode: FilterMode;
@@ -24012,12 +23983,13 @@ declare const VDataTable: {
24012
23983
  multiSort: boolean;
24013
23984
  mustSort: boolean;
24014
23985
  groupBy: readonly SortItem[];
23986
+ disableSort: boolean;
24015
23987
  showSelect: boolean;
24016
23988
  expandOnClick: boolean;
24017
23989
  showExpand: boolean;
24018
23990
  itemsPerPage: string | number;
24019
- firstIcon: string;
24020
- lastIcon: string;
23991
+ firstIcon: IconValue;
23992
+ lastIcon: IconValue;
24021
23993
  firstPageLabel: string;
24022
23994
  prevPageLabel: string;
24023
23995
  nextPageLabel: string;
@@ -24027,7 +23999,6 @@ declare const VDataTable: {
24027
23999
  value: number;
24028
24000
  })[];
24029
24001
  showCurrentPage: boolean;
24030
- disableSort: boolean;
24031
24002
  sortAscIcon: IconValue;
24032
24003
  sortDescIcon: IconValue;
24033
24004
  fixedHeader: boolean;
@@ -24071,8 +24042,8 @@ declare const VDataTable: {
24071
24042
  expanded: readonly string[];
24072
24043
  density: Density;
24073
24044
  valueComparator: typeof deepEqual;
24074
- nextIcon: string;
24075
- prevIcon: string;
24045
+ nextIcon: IconValue;
24046
+ prevIcon: IconValue;
24076
24047
  selectStrategy: "page" | "all" | "single";
24077
24048
  returnObject: boolean;
24078
24049
  filterMode: FilterMode;
@@ -24082,12 +24053,13 @@ declare const VDataTable: {
24082
24053
  multiSort: boolean;
24083
24054
  mustSort: boolean;
24084
24055
  groupBy: readonly SortItem[];
24056
+ disableSort: boolean;
24085
24057
  showSelect: boolean;
24086
24058
  expandOnClick: boolean;
24087
24059
  showExpand: boolean;
24088
24060
  itemsPerPage: string | number;
24089
- firstIcon: string;
24090
- lastIcon: string;
24061
+ firstIcon: IconValue;
24062
+ lastIcon: IconValue;
24091
24063
  firstPageLabel: string;
24092
24064
  prevPageLabel: string;
24093
24065
  nextPageLabel: string;
@@ -24097,7 +24069,6 @@ declare const VDataTable: {
24097
24069
  value: number;
24098
24070
  })[];
24099
24071
  showCurrentPage: boolean;
24100
- disableSort: boolean;
24101
24072
  sortAscIcon: IconValue;
24102
24073
  sortDescIcon: IconValue;
24103
24074
  fixedHeader: boolean;
@@ -24123,8 +24094,8 @@ declare const VDataTable: {
24123
24094
  expanded: readonly string[];
24124
24095
  density: Density;
24125
24096
  valueComparator: typeof deepEqual;
24126
- nextIcon: string;
24127
- prevIcon: string;
24097
+ nextIcon: IconValue;
24098
+ prevIcon: IconValue;
24128
24099
  selectStrategy: "page" | "all" | "single";
24129
24100
  returnObject: boolean;
24130
24101
  filterMode: FilterMode;
@@ -24134,12 +24105,13 @@ declare const VDataTable: {
24134
24105
  multiSort: boolean;
24135
24106
  mustSort: boolean;
24136
24107
  groupBy: readonly SortItem[];
24108
+ disableSort: boolean;
24137
24109
  showSelect: boolean;
24138
24110
  expandOnClick: boolean;
24139
24111
  showExpand: boolean;
24140
24112
  itemsPerPage: string | number;
24141
- firstIcon: string;
24142
- lastIcon: string;
24113
+ firstIcon: IconValue;
24114
+ lastIcon: IconValue;
24143
24115
  firstPageLabel: string;
24144
24116
  prevPageLabel: string;
24145
24117
  nextPageLabel: string;
@@ -24149,7 +24121,6 @@ declare const VDataTable: {
24149
24121
  value: number;
24150
24122
  })[];
24151
24123
  showCurrentPage: boolean;
24152
- disableSort: boolean;
24153
24124
  sortAscIcon: IconValue;
24154
24125
  sortDescIcon: IconValue;
24155
24126
  fixedHeader: boolean;
@@ -24202,8 +24173,8 @@ declare const VDataTable: {
24202
24173
  expanded: readonly string[];
24203
24174
  density: Density;
24204
24175
  valueComparator: typeof deepEqual;
24205
- nextIcon: string;
24206
- prevIcon: string;
24176
+ nextIcon: IconValue;
24177
+ prevIcon: IconValue;
24207
24178
  selectStrategy: "page" | "all" | "single";
24208
24179
  returnObject: boolean;
24209
24180
  filterMode: FilterMode;
@@ -24213,12 +24184,13 @@ declare const VDataTable: {
24213
24184
  multiSort: boolean;
24214
24185
  mustSort: boolean;
24215
24186
  groupBy: readonly SortItem[];
24187
+ disableSort: boolean;
24216
24188
  showSelect: boolean;
24217
24189
  expandOnClick: boolean;
24218
24190
  showExpand: boolean;
24219
24191
  itemsPerPage: string | number;
24220
- firstIcon: string;
24221
- lastIcon: string;
24192
+ firstIcon: IconValue;
24193
+ lastIcon: IconValue;
24222
24194
  firstPageLabel: string;
24223
24195
  prevPageLabel: string;
24224
24196
  nextPageLabel: string;
@@ -24228,7 +24200,6 @@ declare const VDataTable: {
24228
24200
  value: number;
24229
24201
  })[];
24230
24202
  showCurrentPage: boolean;
24231
- disableSort: boolean;
24232
24203
  sortAscIcon: IconValue;
24233
24204
  sortDescIcon: IconValue;
24234
24205
  fixedHeader: boolean;
@@ -24397,19 +24368,19 @@ declare const VDataTable: {
24397
24368
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
24398
24369
  }, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
24399
24370
  prevIcon: {
24400
- type: StringConstructor;
24371
+ type: vue.PropType<IconValue>;
24401
24372
  default: string;
24402
24373
  };
24403
24374
  nextIcon: {
24404
- type: StringConstructor;
24375
+ type: vue.PropType<IconValue>;
24405
24376
  default: string;
24406
24377
  };
24407
24378
  firstIcon: {
24408
- type: StringConstructor;
24379
+ type: vue.PropType<IconValue>;
24409
24380
  default: string;
24410
24381
  };
24411
24382
  lastIcon: {
24412
- type: StringConstructor;
24383
+ type: vue.PropType<IconValue>;
24413
24384
  default: string;
24414
24385
  };
24415
24386
  itemsPerPageText: {
@@ -24608,19 +24579,19 @@ declare const VDataTable: {
24608
24579
  };
24609
24580
  }, vue.ExtractPropTypes<{
24610
24581
  prevIcon: {
24611
- type: StringConstructor;
24582
+ type: vue.PropType<IconValue>;
24612
24583
  default: string;
24613
24584
  };
24614
24585
  nextIcon: {
24615
- type: StringConstructor;
24586
+ type: vue.PropType<IconValue>;
24616
24587
  default: string;
24617
24588
  };
24618
24589
  firstIcon: {
24619
- type: StringConstructor;
24590
+ type: vue.PropType<IconValue>;
24620
24591
  default: string;
24621
24592
  };
24622
24593
  lastIcon: {
24623
- type: StringConstructor;
24594
+ type: vue.PropType<IconValue>;
24624
24595
  default: string;
24625
24596
  };
24626
24597
  itemsPerPageText: {
@@ -24824,10 +24795,10 @@ declare const VDataTableFooter: {
24824
24795
  new (...args: any[]): vue.CreateComponentPublicInstance<{
24825
24796
  itemsPerPageText: string;
24826
24797
  pageText: string;
24827
- nextIcon: string;
24828
- prevIcon: string;
24829
- firstIcon: string;
24830
- lastIcon: string;
24798
+ nextIcon: IconValue;
24799
+ prevIcon: IconValue;
24800
+ firstIcon: IconValue;
24801
+ lastIcon: IconValue;
24831
24802
  firstPageLabel: string;
24832
24803
  prevPageLabel: string;
24833
24804
  nextPageLabel: string;
@@ -24849,10 +24820,10 @@ declare const VDataTableFooter: {
24849
24820
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
24850
24821
  itemsPerPageText: string;
24851
24822
  pageText: string;
24852
- nextIcon: string;
24853
- prevIcon: string;
24854
- firstIcon: string;
24855
- lastIcon: string;
24823
+ nextIcon: IconValue;
24824
+ prevIcon: IconValue;
24825
+ firstIcon: IconValue;
24826
+ lastIcon: IconValue;
24856
24827
  firstPageLabel: string;
24857
24828
  prevPageLabel: string;
24858
24829
  nextPageLabel: string;
@@ -24874,10 +24845,10 @@ declare const VDataTableFooter: {
24874
24845
  }, {
24875
24846
  itemsPerPageText: string;
24876
24847
  pageText: string;
24877
- nextIcon: string;
24878
- prevIcon: string;
24879
- firstIcon: string;
24880
- lastIcon: string;
24848
+ nextIcon: IconValue;
24849
+ prevIcon: IconValue;
24850
+ firstIcon: IconValue;
24851
+ lastIcon: IconValue;
24881
24852
  firstPageLabel: string;
24882
24853
  prevPageLabel: string;
24883
24854
  nextPageLabel: string;
@@ -24901,10 +24872,10 @@ declare const VDataTableFooter: {
24901
24872
  }, {
24902
24873
  itemsPerPageText: string;
24903
24874
  pageText: string;
24904
- nextIcon: string;
24905
- prevIcon: string;
24906
- firstIcon: string;
24907
- lastIcon: string;
24875
+ nextIcon: IconValue;
24876
+ prevIcon: IconValue;
24877
+ firstIcon: IconValue;
24878
+ lastIcon: IconValue;
24908
24879
  firstPageLabel: string;
24909
24880
  prevPageLabel: string;
24910
24881
  nextPageLabel: string;
@@ -24926,10 +24897,10 @@ declare const VDataTableFooter: {
24926
24897
  }, {}, {}, {}, {}, {
24927
24898
  itemsPerPageText: string;
24928
24899
  pageText: string;
24929
- nextIcon: string;
24930
- prevIcon: string;
24931
- firstIcon: string;
24932
- lastIcon: string;
24900
+ nextIcon: IconValue;
24901
+ prevIcon: IconValue;
24902
+ firstIcon: IconValue;
24903
+ lastIcon: IconValue;
24933
24904
  firstPageLabel: string;
24934
24905
  prevPageLabel: string;
24935
24906
  nextPageLabel: string;
@@ -24946,10 +24917,10 @@ declare const VDataTableFooter: {
24946
24917
  } & vue.ComponentOptionsBase<{
24947
24918
  itemsPerPageText: string;
24948
24919
  pageText: string;
24949
- nextIcon: string;
24950
- prevIcon: string;
24951
- firstIcon: string;
24952
- lastIcon: string;
24920
+ nextIcon: IconValue;
24921
+ prevIcon: IconValue;
24922
+ firstIcon: IconValue;
24923
+ lastIcon: IconValue;
24953
24924
  firstPageLabel: string;
24954
24925
  prevPageLabel: string;
24955
24926
  nextPageLabel: string;
@@ -24971,10 +24942,10 @@ declare const VDataTableFooter: {
24971
24942
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
24972
24943
  itemsPerPageText: string;
24973
24944
  pageText: string;
24974
- nextIcon: string;
24975
- prevIcon: string;
24976
- firstIcon: string;
24977
- lastIcon: string;
24945
+ nextIcon: IconValue;
24946
+ prevIcon: IconValue;
24947
+ firstIcon: IconValue;
24948
+ lastIcon: IconValue;
24978
24949
  firstPageLabel: string;
24979
24950
  prevPageLabel: string;
24980
24951
  nextPageLabel: string;
@@ -24990,19 +24961,19 @@ declare const VDataTableFooter: {
24990
24961
  }>[];
24991
24962
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
24992
24963
  prevIcon: {
24993
- type: StringConstructor;
24964
+ type: PropType<IconValue>;
24994
24965
  default: string;
24995
24966
  };
24996
24967
  nextIcon: {
24997
- type: StringConstructor;
24968
+ type: PropType<IconValue>;
24998
24969
  default: string;
24999
24970
  };
25000
24971
  firstIcon: {
25001
- type: StringConstructor;
24972
+ type: PropType<IconValue>;
25002
24973
  default: string;
25003
24974
  };
25004
24975
  lastIcon: {
25005
- type: StringConstructor;
24976
+ type: PropType<IconValue>;
25006
24977
  default: string;
25007
24978
  };
25008
24979
  itemsPerPageText: {
@@ -25042,19 +25013,19 @@ declare const VDataTableFooter: {
25042
25013
  showCurrentPage: BooleanConstructor;
25043
25014
  }, vue.ExtractPropTypes<{
25044
25015
  prevIcon: {
25045
- type: StringConstructor;
25016
+ type: PropType<IconValue>;
25046
25017
  default: string;
25047
25018
  };
25048
25019
  nextIcon: {
25049
- type: StringConstructor;
25020
+ type: PropType<IconValue>;
25050
25021
  default: string;
25051
25022
  };
25052
25023
  firstIcon: {
25053
- type: StringConstructor;
25024
+ type: PropType<IconValue>;
25054
25025
  default: string;
25055
25026
  };
25056
25027
  lastIcon: {
25057
- type: StringConstructor;
25028
+ type: PropType<IconValue>;
25058
25029
  default: string;
25059
25030
  };
25060
25031
  itemsPerPageText: {
@@ -25129,10 +25100,10 @@ declare const VDataTableVirtual: {
25129
25100
  multiSort: boolean;
25130
25101
  mustSort: boolean;
25131
25102
  groupBy: readonly SortItem[];
25103
+ disableSort: boolean;
25132
25104
  showSelect: boolean;
25133
25105
  expandOnClick: boolean;
25134
25106
  showExpand: boolean;
25135
- disableSort: boolean;
25136
25107
  sortAscIcon: IconValue;
25137
25108
  sortDescIcon: IconValue;
25138
25109
  fixedHeader: boolean;
@@ -25231,10 +25202,10 @@ declare const VDataTableVirtual: {
25231
25202
  multiSort: boolean;
25232
25203
  mustSort: boolean;
25233
25204
  groupBy: readonly SortItem[];
25205
+ disableSort: boolean;
25234
25206
  showSelect: boolean;
25235
25207
  expandOnClick: boolean;
25236
25208
  showExpand: boolean;
25237
- disableSort: boolean;
25238
25209
  sortAscIcon: IconValue;
25239
25210
  sortDescIcon: IconValue;
25240
25211
  fixedHeader: boolean;
@@ -25327,10 +25298,10 @@ declare const VDataTableVirtual: {
25327
25298
  multiSort: boolean;
25328
25299
  mustSort: boolean;
25329
25300
  groupBy: readonly SortItem[];
25301
+ disableSort: boolean;
25330
25302
  showSelect: boolean;
25331
25303
  expandOnClick: boolean;
25332
25304
  showExpand: boolean;
25333
- disableSort: boolean;
25334
25305
  sortAscIcon: IconValue;
25335
25306
  sortDescIcon: IconValue;
25336
25307
  fixedHeader: boolean;
@@ -25447,10 +25418,10 @@ declare const VDataTableVirtual: {
25447
25418
  multiSort: boolean;
25448
25419
  mustSort: boolean;
25449
25420
  groupBy: readonly SortItem[];
25421
+ disableSort: boolean;
25450
25422
  showSelect: boolean;
25451
25423
  expandOnClick: boolean;
25452
25424
  showExpand: boolean;
25453
- disableSort: boolean;
25454
25425
  sortAscIcon: IconValue;
25455
25426
  sortDescIcon: IconValue;
25456
25427
  fixedHeader: boolean;
@@ -25543,10 +25514,10 @@ declare const VDataTableVirtual: {
25543
25514
  multiSort: boolean;
25544
25515
  mustSort: boolean;
25545
25516
  groupBy: readonly SortItem[];
25517
+ disableSort: boolean;
25546
25518
  showSelect: boolean;
25547
25519
  expandOnClick: boolean;
25548
25520
  showExpand: boolean;
25549
- disableSort: boolean;
25550
25521
  sortAscIcon: IconValue;
25551
25522
  sortDescIcon: IconValue;
25552
25523
  fixedHeader: boolean;
@@ -25579,10 +25550,10 @@ declare const VDataTableVirtual: {
25579
25550
  multiSort: boolean;
25580
25551
  mustSort: boolean;
25581
25552
  groupBy: readonly SortItem[];
25553
+ disableSort: boolean;
25582
25554
  showSelect: boolean;
25583
25555
  expandOnClick: boolean;
25584
25556
  showExpand: boolean;
25585
- disableSort: boolean;
25586
25557
  sortAscIcon: IconValue;
25587
25558
  sortDescIcon: IconValue;
25588
25559
  fixedHeader: boolean;
@@ -25681,10 +25652,10 @@ declare const VDataTableVirtual: {
25681
25652
  multiSort: boolean;
25682
25653
  mustSort: boolean;
25683
25654
  groupBy: readonly SortItem[];
25655
+ disableSort: boolean;
25684
25656
  showSelect: boolean;
25685
25657
  expandOnClick: boolean;
25686
25658
  showExpand: boolean;
25687
- disableSort: boolean;
25688
25659
  sortAscIcon: IconValue;
25689
25660
  sortDescIcon: IconValue;
25690
25661
  fixedHeader: boolean;
@@ -26120,8 +26091,8 @@ declare const VDataTableServer: {
26120
26091
  expanded: readonly string[];
26121
26092
  density: Density;
26122
26093
  valueComparator: typeof deepEqual;
26123
- nextIcon: string;
26124
- prevIcon: string;
26094
+ nextIcon: IconValue;
26095
+ prevIcon: IconValue;
26125
26096
  selectStrategy: "page" | "all" | "single";
26126
26097
  returnObject: boolean;
26127
26098
  hideNoData: boolean;
@@ -26129,13 +26100,14 @@ declare const VDataTableServer: {
26129
26100
  multiSort: boolean;
26130
26101
  mustSort: boolean;
26131
26102
  groupBy: readonly SortItem[];
26103
+ disableSort: boolean;
26132
26104
  showSelect: boolean;
26133
26105
  expandOnClick: boolean;
26134
26106
  showExpand: boolean;
26135
26107
  itemsPerPage: string | number;
26136
26108
  itemsLength: string | number;
26137
- firstIcon: string;
26138
- lastIcon: string;
26109
+ firstIcon: IconValue;
26110
+ lastIcon: IconValue;
26139
26111
  firstPageLabel: string;
26140
26112
  prevPageLabel: string;
26141
26113
  nextPageLabel: string;
@@ -26145,7 +26117,6 @@ declare const VDataTableServer: {
26145
26117
  value: number;
26146
26118
  })[];
26147
26119
  showCurrentPage: boolean;
26148
- disableSort: boolean;
26149
26120
  sortAscIcon: IconValue;
26150
26121
  sortDescIcon: IconValue;
26151
26122
  fixedHeader: boolean;
@@ -26238,8 +26209,8 @@ declare const VDataTableServer: {
26238
26209
  expanded: readonly string[];
26239
26210
  density: Density;
26240
26211
  valueComparator: typeof deepEqual;
26241
- nextIcon: string;
26242
- prevIcon: string;
26212
+ nextIcon: IconValue;
26213
+ prevIcon: IconValue;
26243
26214
  selectStrategy: "page" | "all" | "single";
26244
26215
  returnObject: boolean;
26245
26216
  hideNoData: boolean;
@@ -26247,13 +26218,14 @@ declare const VDataTableServer: {
26247
26218
  multiSort: boolean;
26248
26219
  mustSort: boolean;
26249
26220
  groupBy: readonly SortItem[];
26221
+ disableSort: boolean;
26250
26222
  showSelect: boolean;
26251
26223
  expandOnClick: boolean;
26252
26224
  showExpand: boolean;
26253
26225
  itemsPerPage: string | number;
26254
26226
  itemsLength: string | number;
26255
- firstIcon: string;
26256
- lastIcon: string;
26227
+ firstIcon: IconValue;
26228
+ lastIcon: IconValue;
26257
26229
  firstPageLabel: string;
26258
26230
  prevPageLabel: string;
26259
26231
  nextPageLabel: string;
@@ -26263,7 +26235,6 @@ declare const VDataTableServer: {
26263
26235
  value: number;
26264
26236
  })[];
26265
26237
  showCurrentPage: boolean;
26266
- disableSort: boolean;
26267
26238
  sortAscIcon: IconValue;
26268
26239
  sortDescIcon: IconValue;
26269
26240
  fixedHeader: boolean;
@@ -26348,8 +26319,8 @@ declare const VDataTableServer: {
26348
26319
  expanded: readonly string[];
26349
26320
  density: Density;
26350
26321
  valueComparator: typeof deepEqual;
26351
- nextIcon: string;
26352
- prevIcon: string;
26322
+ nextIcon: IconValue;
26323
+ prevIcon: IconValue;
26353
26324
  selectStrategy: "page" | "all" | "single";
26354
26325
  returnObject: boolean;
26355
26326
  hideNoData: boolean;
@@ -26357,12 +26328,13 @@ declare const VDataTableServer: {
26357
26328
  multiSort: boolean;
26358
26329
  mustSort: boolean;
26359
26330
  groupBy: readonly SortItem[];
26331
+ disableSort: boolean;
26360
26332
  showSelect: boolean;
26361
26333
  expandOnClick: boolean;
26362
26334
  showExpand: boolean;
26363
26335
  itemsPerPage: string | number;
26364
- firstIcon: string;
26365
- lastIcon: string;
26336
+ firstIcon: IconValue;
26337
+ lastIcon: IconValue;
26366
26338
  firstPageLabel: string;
26367
26339
  prevPageLabel: string;
26368
26340
  nextPageLabel: string;
@@ -26372,7 +26344,6 @@ declare const VDataTableServer: {
26372
26344
  value: number;
26373
26345
  })[];
26374
26346
  showCurrentPage: boolean;
26375
- disableSort: boolean;
26376
26347
  sortAscIcon: IconValue;
26377
26348
  sortDescIcon: IconValue;
26378
26349
  fixedHeader: boolean;
@@ -26498,8 +26469,8 @@ declare const VDataTableServer: {
26498
26469
  expanded: readonly string[];
26499
26470
  density: Density;
26500
26471
  valueComparator: typeof deepEqual;
26501
- nextIcon: string;
26502
- prevIcon: string;
26472
+ nextIcon: IconValue;
26473
+ prevIcon: IconValue;
26503
26474
  selectStrategy: "page" | "all" | "single";
26504
26475
  returnObject: boolean;
26505
26476
  hideNoData: boolean;
@@ -26507,13 +26478,14 @@ declare const VDataTableServer: {
26507
26478
  multiSort: boolean;
26508
26479
  mustSort: boolean;
26509
26480
  groupBy: readonly SortItem[];
26481
+ disableSort: boolean;
26510
26482
  showSelect: boolean;
26511
26483
  expandOnClick: boolean;
26512
26484
  showExpand: boolean;
26513
26485
  itemsPerPage: string | number;
26514
26486
  itemsLength: string | number;
26515
- firstIcon: string;
26516
- lastIcon: string;
26487
+ firstIcon: IconValue;
26488
+ lastIcon: IconValue;
26517
26489
  firstPageLabel: string;
26518
26490
  prevPageLabel: string;
26519
26491
  nextPageLabel: string;
@@ -26523,7 +26495,6 @@ declare const VDataTableServer: {
26523
26495
  value: number;
26524
26496
  })[];
26525
26497
  showCurrentPage: boolean;
26526
- disableSort: boolean;
26527
26498
  sortAscIcon: IconValue;
26528
26499
  sortDescIcon: IconValue;
26529
26500
  fixedHeader: boolean;
@@ -26608,8 +26579,8 @@ declare const VDataTableServer: {
26608
26579
  expanded: readonly string[];
26609
26580
  density: Density;
26610
26581
  valueComparator: typeof deepEqual;
26611
- nextIcon: string;
26612
- prevIcon: string;
26582
+ nextIcon: IconValue;
26583
+ prevIcon: IconValue;
26613
26584
  selectStrategy: "page" | "all" | "single";
26614
26585
  returnObject: boolean;
26615
26586
  hideNoData: boolean;
@@ -26617,12 +26588,13 @@ declare const VDataTableServer: {
26617
26588
  multiSort: boolean;
26618
26589
  mustSort: boolean;
26619
26590
  groupBy: readonly SortItem[];
26591
+ disableSort: boolean;
26620
26592
  showSelect: boolean;
26621
26593
  expandOnClick: boolean;
26622
26594
  showExpand: boolean;
26623
26595
  itemsPerPage: string | number;
26624
- firstIcon: string;
26625
- lastIcon: string;
26596
+ firstIcon: IconValue;
26597
+ lastIcon: IconValue;
26626
26598
  firstPageLabel: string;
26627
26599
  prevPageLabel: string;
26628
26600
  nextPageLabel: string;
@@ -26632,7 +26604,6 @@ declare const VDataTableServer: {
26632
26604
  value: number;
26633
26605
  })[];
26634
26606
  showCurrentPage: boolean;
26635
- disableSort: boolean;
26636
26607
  sortAscIcon: IconValue;
26637
26608
  sortDescIcon: IconValue;
26638
26609
  fixedHeader: boolean;
@@ -26658,8 +26629,8 @@ declare const VDataTableServer: {
26658
26629
  expanded: readonly string[];
26659
26630
  density: Density;
26660
26631
  valueComparator: typeof deepEqual;
26661
- nextIcon: string;
26662
- prevIcon: string;
26632
+ nextIcon: IconValue;
26633
+ prevIcon: IconValue;
26663
26634
  selectStrategy: "page" | "all" | "single";
26664
26635
  returnObject: boolean;
26665
26636
  hideNoData: boolean;
@@ -26667,13 +26638,14 @@ declare const VDataTableServer: {
26667
26638
  multiSort: boolean;
26668
26639
  mustSort: boolean;
26669
26640
  groupBy: readonly SortItem[];
26641
+ disableSort: boolean;
26670
26642
  showSelect: boolean;
26671
26643
  expandOnClick: boolean;
26672
26644
  showExpand: boolean;
26673
26645
  itemsPerPage: string | number;
26674
26646
  itemsLength: string | number;
26675
- firstIcon: string;
26676
- lastIcon: string;
26647
+ firstIcon: IconValue;
26648
+ lastIcon: IconValue;
26677
26649
  firstPageLabel: string;
26678
26650
  prevPageLabel: string;
26679
26651
  nextPageLabel: string;
@@ -26683,7 +26655,6 @@ declare const VDataTableServer: {
26683
26655
  value: number;
26684
26656
  })[];
26685
26657
  showCurrentPage: boolean;
26686
- disableSort: boolean;
26687
26658
  sortAscIcon: IconValue;
26688
26659
  sortDescIcon: IconValue;
26689
26660
  fixedHeader: boolean;
@@ -26776,8 +26747,8 @@ declare const VDataTableServer: {
26776
26747
  expanded: readonly string[];
26777
26748
  density: Density;
26778
26749
  valueComparator: typeof deepEqual;
26779
- nextIcon: string;
26780
- prevIcon: string;
26750
+ nextIcon: IconValue;
26751
+ prevIcon: IconValue;
26781
26752
  selectStrategy: "page" | "all" | "single";
26782
26753
  returnObject: boolean;
26783
26754
  hideNoData: boolean;
@@ -26785,12 +26756,13 @@ declare const VDataTableServer: {
26785
26756
  multiSort: boolean;
26786
26757
  mustSort: boolean;
26787
26758
  groupBy: readonly SortItem[];
26759
+ disableSort: boolean;
26788
26760
  showSelect: boolean;
26789
26761
  expandOnClick: boolean;
26790
26762
  showExpand: boolean;
26791
26763
  itemsPerPage: string | number;
26792
- firstIcon: string;
26793
- lastIcon: string;
26764
+ firstIcon: IconValue;
26765
+ lastIcon: IconValue;
26794
26766
  firstPageLabel: string;
26795
26767
  prevPageLabel: string;
26796
26768
  nextPageLabel: string;
@@ -26800,7 +26772,6 @@ declare const VDataTableServer: {
26800
26772
  value: number;
26801
26773
  })[];
26802
26774
  showCurrentPage: boolean;
26803
- disableSort: boolean;
26804
26775
  sortAscIcon: IconValue;
26805
26776
  sortDescIcon: IconValue;
26806
26777
  fixedHeader: boolean;
@@ -26923,19 +26894,19 @@ declare const VDataTableServer: {
26923
26894
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
26924
26895
  }, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
26925
26896
  prevIcon: {
26926
- type: StringConstructor;
26897
+ type: vue.PropType<IconValue>;
26927
26898
  default: string;
26928
26899
  };
26929
26900
  nextIcon: {
26930
- type: StringConstructor;
26901
+ type: vue.PropType<IconValue>;
26931
26902
  default: string;
26932
26903
  };
26933
26904
  firstIcon: {
26934
- type: StringConstructor;
26905
+ type: vue.PropType<IconValue>;
26935
26906
  default: string;
26936
26907
  };
26937
26908
  lastIcon: {
26938
- type: StringConstructor;
26909
+ type: vue.PropType<IconValue>;
26939
26910
  default: string;
26940
26911
  };
26941
26912
  itemsPerPageText: {
@@ -27130,19 +27101,19 @@ declare const VDataTableServer: {
27130
27101
  };
27131
27102
  }, vue.ExtractPropTypes<{
27132
27103
  prevIcon: {
27133
- type: StringConstructor;
27104
+ type: vue.PropType<IconValue>;
27134
27105
  default: string;
27135
27106
  };
27136
27107
  nextIcon: {
27137
- type: StringConstructor;
27108
+ type: vue.PropType<IconValue>;
27138
27109
  default: string;
27139
27110
  };
27140
27111
  firstIcon: {
27141
- type: StringConstructor;
27112
+ type: vue.PropType<IconValue>;
27142
27113
  default: string;
27143
27114
  };
27144
27115
  lastIcon: {
27145
- type: StringConstructor;
27116
+ type: vue.PropType<IconValue>;
27146
27117
  default: string;
27147
27118
  };
27148
27119
  itemsPerPageText: {
@@ -27360,10 +27331,10 @@ declare const VDatePicker: {
27360
27331
  tag: string;
27361
27332
  transition: string;
27362
27333
  tile: boolean;
27363
- nextIcon: string;
27364
- prevIcon: string;
27334
+ nextIcon: IconValue;
27335
+ prevIcon: IconValue;
27365
27336
  reverseTransition: string;
27366
- modeIcon: string;
27337
+ modeIcon: IconValue;
27367
27338
  viewMode: "month" | "year" | "months";
27368
27339
  showAdjacentMonths: boolean;
27369
27340
  weekdays: number[];
@@ -27394,6 +27365,7 @@ declare const VDatePicker: {
27394
27365
  max?: unknown;
27395
27366
  bgColor?: string | undefined;
27396
27367
  min?: unknown;
27368
+ firstDayOfWeek?: string | number | undefined;
27397
27369
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27398
27370
  displayValue?: unknown;
27399
27371
  } & {
@@ -27413,10 +27385,10 @@ declare const VDatePicker: {
27413
27385
  tag: string;
27414
27386
  transition: string;
27415
27387
  tile: boolean;
27416
- nextIcon: string;
27417
- prevIcon: string;
27388
+ nextIcon: IconValue;
27389
+ prevIcon: IconValue;
27418
27390
  reverseTransition: string;
27419
- modeIcon: string;
27391
+ modeIcon: IconValue;
27420
27392
  viewMode: "month" | "year" | "months";
27421
27393
  showAdjacentMonths: boolean;
27422
27394
  weekdays: number[];
@@ -27447,6 +27419,7 @@ declare const VDatePicker: {
27447
27419
  max?: unknown;
27448
27420
  bgColor?: string | undefined;
27449
27421
  min?: unknown;
27422
+ firstDayOfWeek?: string | number | undefined;
27450
27423
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27451
27424
  displayValue?: unknown;
27452
27425
  } & {
@@ -27463,10 +27436,10 @@ declare const VDatePicker: {
27463
27436
  transition: string;
27464
27437
  rounded: string | number | boolean;
27465
27438
  tile: boolean;
27466
- nextIcon: string;
27467
- prevIcon: string;
27439
+ nextIcon: IconValue;
27440
+ prevIcon: IconValue;
27468
27441
  reverseTransition: string;
27469
- modeIcon: string;
27442
+ modeIcon: IconValue;
27470
27443
  viewMode: "month" | "year" | "months";
27471
27444
  showAdjacentMonths: boolean;
27472
27445
  weekdays: number[];
@@ -27506,10 +27479,10 @@ declare const VDatePicker: {
27506
27479
  tag: string;
27507
27480
  transition: string;
27508
27481
  tile: boolean;
27509
- nextIcon: string;
27510
- prevIcon: string;
27482
+ nextIcon: IconValue;
27483
+ prevIcon: IconValue;
27511
27484
  reverseTransition: string;
27512
- modeIcon: string;
27485
+ modeIcon: IconValue;
27513
27486
  viewMode: "month" | "year" | "months";
27514
27487
  showAdjacentMonths: boolean;
27515
27488
  weekdays: number[];
@@ -27540,6 +27513,7 @@ declare const VDatePicker: {
27540
27513
  max?: unknown;
27541
27514
  bgColor?: string | undefined;
27542
27515
  min?: unknown;
27516
+ firstDayOfWeek?: string | number | undefined;
27543
27517
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27544
27518
  displayValue?: unknown;
27545
27519
  } & {
@@ -27556,10 +27530,10 @@ declare const VDatePicker: {
27556
27530
  transition: string;
27557
27531
  rounded: string | number | boolean;
27558
27532
  tile: boolean;
27559
- nextIcon: string;
27560
- prevIcon: string;
27533
+ nextIcon: IconValue;
27534
+ prevIcon: IconValue;
27561
27535
  reverseTransition: string;
27562
- modeIcon: string;
27536
+ modeIcon: IconValue;
27563
27537
  viewMode: "month" | "year" | "months";
27564
27538
  showAdjacentMonths: boolean;
27565
27539
  weekdays: number[];
@@ -27580,10 +27554,10 @@ declare const VDatePicker: {
27580
27554
  tag: string;
27581
27555
  transition: string;
27582
27556
  tile: boolean;
27583
- nextIcon: string;
27584
- prevIcon: string;
27557
+ nextIcon: IconValue;
27558
+ prevIcon: IconValue;
27585
27559
  reverseTransition: string;
27586
- modeIcon: string;
27560
+ modeIcon: IconValue;
27587
27561
  viewMode: "month" | "year" | "months";
27588
27562
  showAdjacentMonths: boolean;
27589
27563
  weekdays: number[];
@@ -27614,6 +27588,7 @@ declare const VDatePicker: {
27614
27588
  max?: unknown;
27615
27589
  bgColor?: string | undefined;
27616
27590
  min?: unknown;
27591
+ firstDayOfWeek?: string | number | undefined;
27617
27592
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27618
27593
  displayValue?: unknown;
27619
27594
  } & {
@@ -27635,10 +27610,10 @@ declare const VDatePicker: {
27635
27610
  transition: string;
27636
27611
  rounded: string | number | boolean;
27637
27612
  tile: boolean;
27638
- nextIcon: string;
27639
- prevIcon: string;
27613
+ nextIcon: IconValue;
27614
+ prevIcon: IconValue;
27640
27615
  reverseTransition: string;
27641
- modeIcon: string;
27616
+ modeIcon: IconValue;
27642
27617
  viewMode: "month" | "year" | "months";
27643
27618
  showAdjacentMonths: boolean;
27644
27619
  weekdays: number[];
@@ -27744,6 +27719,7 @@ declare const VDatePicker: {
27744
27719
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
27745
27720
  default: NonNullable<"static" | "dynamic">;
27746
27721
  };
27722
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
27747
27723
  hideWeekdays: BooleanConstructor;
27748
27724
  multiple: vue.PropType<number | boolean | (string & {}) | "range">;
27749
27725
  showWeek: BooleanConstructor;
@@ -27760,15 +27736,15 @@ declare const VDatePicker: {
27760
27736
  default: undefined;
27761
27737
  };
27762
27738
  nextIcon: {
27763
- type: StringConstructor[];
27739
+ type: vue.PropType<IconValue>;
27764
27740
  default: string;
27765
27741
  };
27766
27742
  prevIcon: {
27767
- type: StringConstructor[];
27743
+ type: vue.PropType<IconValue>;
27768
27744
  default: string;
27769
27745
  };
27770
27746
  modeIcon: {
27771
- type: StringConstructor[];
27747
+ type: vue.PropType<IconValue>;
27772
27748
  default: string;
27773
27749
  };
27774
27750
  text: StringConstructor;
@@ -27853,6 +27829,7 @@ declare const VDatePicker: {
27853
27829
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
27854
27830
  default: NonNullable<"static" | "dynamic">;
27855
27831
  };
27832
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
27856
27833
  hideWeekdays: BooleanConstructor;
27857
27834
  multiple: vue.PropType<number | boolean | (string & {}) | "range">;
27858
27835
  showWeek: BooleanConstructor;
@@ -27869,15 +27846,15 @@ declare const VDatePicker: {
27869
27846
  default: undefined;
27870
27847
  };
27871
27848
  nextIcon: {
27872
- type: StringConstructor[];
27849
+ type: vue.PropType<IconValue>;
27873
27850
  default: string;
27874
27851
  };
27875
27852
  prevIcon: {
27876
- type: StringConstructor[];
27853
+ type: vue.PropType<IconValue>;
27877
27854
  default: string;
27878
27855
  };
27879
27856
  modeIcon: {
27880
- type: StringConstructor[];
27857
+ type: vue.PropType<IconValue>;
27881
27858
  default: string;
27882
27859
  };
27883
27860
  text: StringConstructor;
@@ -27895,9 +27872,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
27895
27872
  declare const VDatePickerControls: {
27896
27873
  new (...args: any[]): vue.CreateComponentPublicInstance<{
27897
27874
  disabled: string | boolean | string[];
27898
- nextIcon: string;
27899
- prevIcon: string;
27900
- modeIcon: string;
27875
+ nextIcon: IconValue;
27876
+ prevIcon: IconValue;
27877
+ modeIcon: IconValue;
27901
27878
  viewMode: "month" | "year" | "months";
27902
27879
  } & {
27903
27880
  text?: string | undefined;
@@ -27925,9 +27902,9 @@ declare const VDatePickerControls: {
27925
27902
  'click:text': () => true;
27926
27903
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
27927
27904
  disabled: string | boolean | string[];
27928
- nextIcon: string;
27929
- prevIcon: string;
27930
- modeIcon: string;
27905
+ nextIcon: IconValue;
27906
+ prevIcon: IconValue;
27907
+ modeIcon: IconValue;
27931
27908
  viewMode: "month" | "year" | "months";
27932
27909
  } & {
27933
27910
  text?: string | undefined;
@@ -27950,9 +27927,9 @@ declare const VDatePickerControls: {
27950
27927
  }, {
27951
27928
  active: string | string[];
27952
27929
  disabled: string | boolean | string[];
27953
- nextIcon: string;
27954
- prevIcon: string;
27955
- modeIcon: string;
27930
+ nextIcon: IconValue;
27931
+ prevIcon: IconValue;
27932
+ modeIcon: IconValue;
27956
27933
  viewMode: "month" | "year" | "months";
27957
27934
  }, true, {}, vue.SlotsType<Partial<{
27958
27935
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -27967,9 +27944,9 @@ declare const VDatePickerControls: {
27967
27944
  Defaults: {};
27968
27945
  }, {
27969
27946
  disabled: string | boolean | string[];
27970
- nextIcon: string;
27971
- prevIcon: string;
27972
- modeIcon: string;
27947
+ nextIcon: IconValue;
27948
+ prevIcon: IconValue;
27949
+ modeIcon: IconValue;
27973
27950
  viewMode: "month" | "year" | "months";
27974
27951
  } & {
27975
27952
  text?: string | undefined;
@@ -27992,9 +27969,9 @@ declare const VDatePickerControls: {
27992
27969
  }, {}, {}, {}, {}, {
27993
27970
  active: string | string[];
27994
27971
  disabled: string | boolean | string[];
27995
- nextIcon: string;
27996
- prevIcon: string;
27997
- modeIcon: string;
27972
+ nextIcon: IconValue;
27973
+ prevIcon: IconValue;
27974
+ modeIcon: IconValue;
27998
27975
  viewMode: "month" | "year" | "months";
27999
27976
  }>;
28000
27977
  __isFragment?: undefined;
@@ -28002,9 +27979,9 @@ declare const VDatePickerControls: {
28002
27979
  __isSuspense?: undefined;
28003
27980
  } & vue.ComponentOptionsBase<{
28004
27981
  disabled: string | boolean | string[];
28005
- nextIcon: string;
28006
- prevIcon: string;
28007
- modeIcon: string;
27982
+ nextIcon: IconValue;
27983
+ prevIcon: IconValue;
27984
+ modeIcon: IconValue;
28008
27985
  viewMode: "month" | "year" | "months";
28009
27986
  } & {
28010
27987
  text?: string | undefined;
@@ -28033,9 +28010,9 @@ declare const VDatePickerControls: {
28033
28010
  }, string, {
28034
28011
  active: string | string[];
28035
28012
  disabled: string | boolean | string[];
28036
- nextIcon: string;
28037
- prevIcon: string;
28038
- modeIcon: string;
28013
+ nextIcon: IconValue;
28014
+ prevIcon: IconValue;
28015
+ modeIcon: IconValue;
28039
28016
  viewMode: "month" | "year" | "months";
28040
28017
  }, {}, string, vue.SlotsType<Partial<{
28041
28018
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -28051,15 +28028,15 @@ declare const VDatePickerControls: {
28051
28028
  default: boolean;
28052
28029
  };
28053
28030
  nextIcon: {
28054
- type: StringConstructor[];
28031
+ type: PropType<IconValue>;
28055
28032
  default: string;
28056
28033
  };
28057
28034
  prevIcon: {
28058
- type: StringConstructor[];
28035
+ type: PropType<IconValue>;
28059
28036
  default: string;
28060
28037
  };
28061
28038
  modeIcon: {
28062
- type: StringConstructor[];
28039
+ type: PropType<IconValue>;
28063
28040
  default: string;
28064
28041
  };
28065
28042
  text: StringConstructor;
@@ -28077,15 +28054,15 @@ declare const VDatePickerControls: {
28077
28054
  default: boolean;
28078
28055
  };
28079
28056
  nextIcon: {
28080
- type: StringConstructor[];
28057
+ type: PropType<IconValue>;
28081
28058
  default: string;
28082
28059
  };
28083
28060
  prevIcon: {
28084
- type: StringConstructor[];
28061
+ type: PropType<IconValue>;
28085
28062
  default: string;
28086
28063
  };
28087
28064
  modeIcon: {
28088
- type: StringConstructor[];
28065
+ type: PropType<IconValue>;
28089
28066
  default: string;
28090
28067
  };
28091
28068
  text: StringConstructor;
@@ -28263,6 +28240,7 @@ declare const VDatePickerMonth: {
28263
28240
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28264
28241
  max?: unknown;
28265
28242
  min?: unknown;
28243
+ firstDayOfWeek?: string | number | undefined;
28266
28244
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28267
28245
  displayValue?: unknown;
28268
28246
  } & {
@@ -28317,6 +28295,7 @@ declare const VDatePickerMonth: {
28317
28295
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28318
28296
  max?: unknown;
28319
28297
  min?: unknown;
28298
+ firstDayOfWeek?: string | number | undefined;
28320
28299
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28321
28300
  displayValue?: unknown;
28322
28301
  } & {
@@ -28393,6 +28372,7 @@ declare const VDatePickerMonth: {
28393
28372
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28394
28373
  max?: unknown;
28395
28374
  min?: unknown;
28375
+ firstDayOfWeek?: string | number | undefined;
28396
28376
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28397
28377
  displayValue?: unknown;
28398
28378
  } & {
@@ -28456,6 +28436,7 @@ declare const VDatePickerMonth: {
28456
28436
  multiple?: number | boolean | (string & {}) | "range" | undefined;
28457
28437
  max?: unknown;
28458
28438
  min?: unknown;
28439
+ firstDayOfWeek?: string | number | undefined;
28459
28440
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
28460
28441
  displayValue?: unknown;
28461
28442
  } & {
@@ -28543,6 +28524,7 @@ declare const VDatePickerMonth: {
28543
28524
  type: PropType<"static" | "dynamic">;
28544
28525
  default: string;
28545
28526
  };
28527
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28546
28528
  color: StringConstructor;
28547
28529
  hideWeekdays: BooleanConstructor;
28548
28530
  multiple: PropType<number | boolean | (string & {}) | "range">;
@@ -28586,6 +28568,7 @@ declare const VDatePickerMonth: {
28586
28568
  type: PropType<"static" | "dynamic">;
28587
28569
  default: string;
28588
28570
  };
28571
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
28589
28572
  color: StringConstructor;
28590
28573
  hideWeekdays: BooleanConstructor;
28591
28574
  multiple: PropType<number | boolean | (string & {}) | "range">;
@@ -29273,7 +29256,7 @@ declare const VDialog: {
29273
29256
  eager: boolean;
29274
29257
  location: Anchor;
29275
29258
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29276
- updateLocation: (e: Event) => void;
29259
+ updateLocation: (e?: Event | undefined) => void;
29277
29260
  } | undefined) | "connected";
29278
29261
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
29279
29262
  activatorProps: Record<string, any>;
@@ -29358,7 +29341,7 @@ declare const VDialog: {
29358
29341
  eager: boolean;
29359
29342
  location: Anchor;
29360
29343
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29361
- updateLocation: (e: Event) => void;
29344
+ updateLocation: (e?: Event | undefined) => void;
29362
29345
  } | undefined) | "connected";
29363
29346
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29364
29347
  activatorProps: Record<string, any>;
@@ -29385,7 +29368,7 @@ declare const VDialog: {
29385
29368
  eager: boolean;
29386
29369
  location: Anchor;
29387
29370
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29388
- updateLocation: (e: Event) => void;
29371
+ updateLocation: (e?: Event | undefined) => void;
29389
29372
  } | undefined) | "connected";
29390
29373
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29391
29374
  activatorProps: Record<string, any>;
@@ -29463,7 +29446,7 @@ declare const VDialog: {
29463
29446
  eager: boolean;
29464
29447
  location: Anchor;
29465
29448
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29466
- updateLocation: (e: Event) => void;
29449
+ updateLocation: (e?: Event | undefined) => void;
29467
29450
  } | undefined) | "connected";
29468
29451
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29469
29452
  activatorProps: Record<string, any>;
@@ -29570,7 +29553,7 @@ declare const VDialog: {
29570
29553
  eager: boolean;
29571
29554
  location: Anchor;
29572
29555
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29573
- updateLocation: (e: Event) => void;
29556
+ updateLocation: (e?: Event | undefined) => void;
29574
29557
  } | undefined) | "connected";
29575
29558
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29576
29559
  activatorProps: Record<string, any>;
@@ -29666,7 +29649,7 @@ declare const VDialog: {
29666
29649
  eager: boolean;
29667
29650
  location: Anchor;
29668
29651
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29669
- updateLocation: (e: Event) => void;
29652
+ updateLocation: (e?: Event | undefined) => void;
29670
29653
  } | undefined) | "connected";
29671
29654
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29672
29655
  activatorProps: Record<string, any>;
@@ -29726,7 +29709,7 @@ declare const VDialog: {
29726
29709
  eager: boolean;
29727
29710
  location: Anchor;
29728
29711
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29729
- updateLocation: (e: Event) => void;
29712
+ updateLocation: (e?: Event | undefined) => void;
29730
29713
  } | undefined) | "connected";
29731
29714
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
29732
29715
  activatorProps: Record<string, any>;
@@ -29822,7 +29805,7 @@ declare const VDialog: {
29822
29805
  eager: boolean;
29823
29806
  location: Anchor;
29824
29807
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29825
- updateLocation: (e: Event) => void;
29808
+ updateLocation: (e?: Event | undefined) => void;
29826
29809
  } | undefined) | "connected";
29827
29810
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
29828
29811
  activatorProps: Record<string, any>;
@@ -29906,7 +29889,7 @@ declare const VDialog: {
29906
29889
  eager: boolean;
29907
29890
  location: Anchor;
29908
29891
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29909
- updateLocation: (e: Event) => void;
29892
+ updateLocation: (e?: Event | undefined) => void;
29910
29893
  } | undefined) | "connected";
29911
29894
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
29912
29895
  activatorProps: Record<string, any>;
@@ -29957,7 +29940,7 @@ declare const VDialog: {
29957
29940
  eager: boolean;
29958
29941
  location: Anchor;
29959
29942
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
29960
- updateLocation: (e: Event) => void;
29943
+ updateLocation: (e?: Event | undefined) => void;
29961
29944
  } | undefined) | "connected";
29962
29945
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
29963
29946
  activatorProps: Record<string, any>;
@@ -30042,7 +30025,7 @@ declare const VDialog: {
30042
30025
  eager: boolean;
30043
30026
  location: Anchor;
30044
30027
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30045
- updateLocation: (e: Event) => void;
30028
+ updateLocation: (e?: Event | undefined) => void;
30046
30029
  } | undefined) | "connected";
30047
30030
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30048
30031
  activatorProps: Record<string, any>;
@@ -30069,7 +30052,7 @@ declare const VDialog: {
30069
30052
  eager: boolean;
30070
30053
  location: Anchor;
30071
30054
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30072
- updateLocation: (e: Event) => void;
30055
+ updateLocation: (e?: Event | undefined) => void;
30073
30056
  } | undefined) | "connected";
30074
30057
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30075
30058
  activatorProps: Record<string, any>;
@@ -30147,7 +30130,7 @@ declare const VDialog: {
30147
30130
  eager: boolean;
30148
30131
  location: Anchor;
30149
30132
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30150
- updateLocation: (e: Event) => void;
30133
+ updateLocation: (e?: Event | undefined) => void;
30151
30134
  } | undefined) | "connected";
30152
30135
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30153
30136
  activatorProps: Record<string, any>;
@@ -30254,7 +30237,7 @@ declare const VDialog: {
30254
30237
  eager: boolean;
30255
30238
  location: Anchor;
30256
30239
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30257
- updateLocation: (e: Event) => void;
30240
+ updateLocation: (e?: Event | undefined) => void;
30258
30241
  } | undefined) | "connected";
30259
30242
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30260
30243
  activatorProps: Record<string, any>;
@@ -30350,7 +30333,7 @@ declare const VDialog: {
30350
30333
  eager: boolean;
30351
30334
  location: Anchor;
30352
30335
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30353
- updateLocation: (e: Event) => void;
30336
+ updateLocation: (e?: Event | undefined) => void;
30354
30337
  } | undefined) | "connected";
30355
30338
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30356
30339
  activatorProps: Record<string, any>;
@@ -30410,7 +30393,7 @@ declare const VDialog: {
30410
30393
  eager: boolean;
30411
30394
  location: Anchor;
30412
30395
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30413
- updateLocation: (e: Event) => void;
30396
+ updateLocation: (e?: Event | undefined) => void;
30414
30397
  } | undefined) | "connected";
30415
30398
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30416
30399
  activatorProps: Record<string, any>;
@@ -30503,7 +30486,7 @@ declare const VDialog: {
30503
30486
  eager: boolean;
30504
30487
  location: Anchor;
30505
30488
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30506
- updateLocation: (e: Event) => void;
30489
+ updateLocation: (e?: Event | undefined) => void;
30507
30490
  } | undefined) | "connected";
30508
30491
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30509
30492
  activatorProps: Record<string, any>;
@@ -30538,7 +30521,7 @@ declare const VDialog: {
30538
30521
  eager: boolean;
30539
30522
  location: Anchor;
30540
30523
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30541
- updateLocation: (e: Event) => void;
30524
+ updateLocation: (e?: Event | undefined) => void;
30542
30525
  } | undefined) | "connected";
30543
30526
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
30544
30527
  activatorProps: Record<string, any>;
@@ -30623,7 +30606,7 @@ declare const VDialog: {
30623
30606
  eager: boolean;
30624
30607
  location: Anchor;
30625
30608
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30626
- updateLocation: (e: Event) => void;
30609
+ updateLocation: (e?: Event | undefined) => void;
30627
30610
  } | undefined) | "connected";
30628
30611
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30629
30612
  activatorProps: Record<string, any>;
@@ -30650,7 +30633,7 @@ declare const VDialog: {
30650
30633
  eager: boolean;
30651
30634
  location: Anchor;
30652
30635
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30653
- updateLocation: (e: Event) => void;
30636
+ updateLocation: (e?: Event | undefined) => void;
30654
30637
  } | undefined) | "connected";
30655
30638
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30656
30639
  activatorProps: Record<string, any>;
@@ -30728,7 +30711,7 @@ declare const VDialog: {
30728
30711
  eager: boolean;
30729
30712
  location: Anchor;
30730
30713
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30731
- updateLocation: (e: Event) => void;
30714
+ updateLocation: (e?: Event | undefined) => void;
30732
30715
  } | undefined) | "connected";
30733
30716
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30734
30717
  activatorProps: Record<string, any>;
@@ -30835,7 +30818,7 @@ declare const VDialog: {
30835
30818
  eager: boolean;
30836
30819
  location: Anchor;
30837
30820
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30838
- updateLocation: (e: Event) => void;
30821
+ updateLocation: (e?: Event | undefined) => void;
30839
30822
  } | undefined) | "connected";
30840
30823
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30841
30824
  activatorProps: Record<string, any>;
@@ -30931,7 +30914,7 @@ declare const VDialog: {
30931
30914
  eager: boolean;
30932
30915
  location: Anchor;
30933
30916
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30934
- updateLocation: (e: Event) => void;
30917
+ updateLocation: (e?: Event | undefined) => void;
30935
30918
  } | undefined) | "connected";
30936
30919
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30937
30920
  activatorProps: Record<string, any>;
@@ -30991,7 +30974,7 @@ declare const VDialog: {
30991
30974
  eager: boolean;
30992
30975
  location: Anchor;
30993
30976
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
30994
- updateLocation: (e: Event) => void;
30977
+ updateLocation: (e?: Event | undefined) => void;
30995
30978
  } | undefined) | "connected";
30996
30979
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
30997
30980
  activatorProps: Record<string, any>;
@@ -31087,7 +31070,7 @@ declare const VDialog: {
31087
31070
  eager: boolean;
31088
31071
  location: Anchor;
31089
31072
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31090
- updateLocation: (e: Event) => void;
31073
+ updateLocation: (e?: Event | undefined) => void;
31091
31074
  } | undefined) | "connected";
31092
31075
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
31093
31076
  activatorProps: Record<string, any>;
@@ -31146,7 +31129,7 @@ declare const VDialog: {
31146
31129
  };
31147
31130
  locationStrategy: {
31148
31131
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31149
- updateLocation: (e: Event) => void;
31132
+ updateLocation: (e?: Event | undefined) => void;
31150
31133
  } | undefined) | "connected">;
31151
31134
  default: string;
31152
31135
  validator: (val: any) => boolean;
@@ -31254,7 +31237,7 @@ declare const VDialog: {
31254
31237
  };
31255
31238
  locationStrategy: {
31256
31239
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
31257
- updateLocation: (e: Event) => void;
31240
+ updateLocation: (e?: Event | undefined) => void;
31258
31241
  } | undefined) | "connected">;
31259
31242
  default: string;
31260
31243
  validator: (val: any) => boolean;
@@ -33698,6 +33681,7 @@ declare const VFileInput: {
33698
33681
  direction: "horizontal" | "vertical";
33699
33682
  prependIcon: NonNullable<IconValue>;
33700
33683
  clearIcon: IconValue;
33684
+ centerAffix: boolean;
33701
33685
  hideSpinButtons: boolean;
33702
33686
  persistentHint: boolean;
33703
33687
  clearable: boolean;
@@ -33734,7 +33718,6 @@ declare const VFileInput: {
33734
33718
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
33735
33719
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
33736
33720
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
33737
- centerAffix?: boolean | undefined;
33738
33721
  hint?: string | undefined;
33739
33722
  hideDetails?: boolean | "auto" | undefined;
33740
33723
  } & {
@@ -34083,6 +34066,7 @@ declare const VFileInput: {
34083
34066
  direction: "horizontal" | "vertical";
34084
34067
  prependIcon: NonNullable<IconValue>;
34085
34068
  clearIcon: IconValue;
34069
+ centerAffix: boolean;
34086
34070
  hideSpinButtons: boolean;
34087
34071
  persistentHint: boolean;
34088
34072
  clearable: boolean;
@@ -34119,7 +34103,6 @@ declare const VFileInput: {
34119
34103
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34120
34104
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34121
34105
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34122
- centerAffix?: boolean | undefined;
34123
34106
  hint?: string | undefined;
34124
34107
  hideDetails?: boolean | "auto" | undefined;
34125
34108
  } & {
@@ -34306,6 +34289,7 @@ declare const VFileInput: {
34306
34289
  direction: "horizontal" | "vertical";
34307
34290
  prependIcon: NonNullable<IconValue>;
34308
34291
  clearIcon: IconValue;
34292
+ centerAffix: boolean;
34309
34293
  hideSpinButtons: boolean;
34310
34294
  persistentHint: boolean;
34311
34295
  clearable: boolean;
@@ -34342,7 +34326,6 @@ declare const VFileInput: {
34342
34326
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34343
34327
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34344
34328
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34345
- centerAffix?: boolean | undefined;
34346
34329
  hint?: string | undefined;
34347
34330
  hideDetails?: boolean | "auto" | undefined;
34348
34331
  } & {
@@ -34725,6 +34708,7 @@ declare const VFileInput: {
34725
34708
  direction: "horizontal" | "vertical";
34726
34709
  prependIcon: NonNullable<IconValue>;
34727
34710
  clearIcon: IconValue;
34711
+ centerAffix: boolean;
34728
34712
  hideSpinButtons: boolean;
34729
34713
  persistentHint: boolean;
34730
34714
  clearable: boolean;
@@ -34761,7 +34745,6 @@ declare const VFileInput: {
34761
34745
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
34762
34746
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
34763
34747
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
34764
- centerAffix?: boolean | undefined;
34765
34748
  hint?: string | undefined;
34766
34749
  hideDetails?: boolean | "auto" | undefined;
34767
34750
  } & {
@@ -35193,10 +35176,7 @@ declare const VFileInput: {
35193
35176
  default: string;
35194
35177
  };
35195
35178
  active: BooleanConstructor;
35196
- centerAffix: {
35197
- type: BooleanConstructor;
35198
- default: undefined;
35199
- };
35179
+ centerAffix: BooleanConstructor;
35200
35180
  color: StringConstructor;
35201
35181
  baseColor: StringConstructor;
35202
35182
  dirty: BooleanConstructor;
@@ -35315,10 +35295,7 @@ declare const VFileInput: {
35315
35295
  default: string;
35316
35296
  };
35317
35297
  active: BooleanConstructor;
35318
- centerAffix: {
35319
- type: BooleanConstructor;
35320
- default: undefined;
35321
- };
35298
+ centerAffix: BooleanConstructor;
35322
35299
  color: StringConstructor;
35323
35300
  baseColor: StringConstructor;
35324
35301
  dirty: BooleanConstructor;
@@ -41120,7 +41097,7 @@ declare const VMenu: {
41120
41097
  eager: boolean;
41121
41098
  location: Anchor;
41122
41099
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41123
- updateLocation: (e: Event) => void;
41100
+ updateLocation: (e?: Event | undefined) => void;
41124
41101
  } | undefined) | "connected">;
41125
41102
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41126
41103
  closeDelay: NonNullable<string | number>;
@@ -41205,7 +41182,7 @@ declare const VMenu: {
41205
41182
  eager: boolean;
41206
41183
  location: Anchor;
41207
41184
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41208
- updateLocation: (e: Event) => void;
41185
+ updateLocation: (e?: Event | undefined) => void;
41209
41186
  } | undefined) | "connected";
41210
41187
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41211
41188
  activatorProps: Record<string, any>;
@@ -41232,7 +41209,7 @@ declare const VMenu: {
41232
41209
  eager: boolean;
41233
41210
  location: Anchor;
41234
41211
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41235
- updateLocation: (e: Event) => void;
41212
+ updateLocation: (e?: Event | undefined) => void;
41236
41213
  } | undefined) | "connected";
41237
41214
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41238
41215
  activatorProps: Record<string, any>;
@@ -41310,7 +41287,7 @@ declare const VMenu: {
41310
41287
  eager: boolean;
41311
41288
  location: Anchor;
41312
41289
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41313
- updateLocation: (e: Event) => void;
41290
+ updateLocation: (e?: Event | undefined) => void;
41314
41291
  } | undefined) | "connected";
41315
41292
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41316
41293
  activatorProps: Record<string, any>;
@@ -41417,7 +41394,7 @@ declare const VMenu: {
41417
41394
  eager: boolean;
41418
41395
  location: Anchor;
41419
41396
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41420
- updateLocation: (e: Event) => void;
41397
+ updateLocation: (e?: Event | undefined) => void;
41421
41398
  } | undefined) | "connected";
41422
41399
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41423
41400
  activatorProps: Record<string, any>;
@@ -41513,7 +41490,7 @@ declare const VMenu: {
41513
41490
  eager: boolean;
41514
41491
  location: Anchor;
41515
41492
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41516
- updateLocation: (e: Event) => void;
41493
+ updateLocation: (e?: Event | undefined) => void;
41517
41494
  } | undefined) | "connected";
41518
41495
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41519
41496
  activatorProps: Record<string, any>;
@@ -41573,7 +41550,7 @@ declare const VMenu: {
41573
41550
  eager: boolean;
41574
41551
  location: Anchor;
41575
41552
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41576
- updateLocation: (e: Event) => void;
41553
+ updateLocation: (e?: Event | undefined) => void;
41577
41554
  } | undefined) | "connected";
41578
41555
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41579
41556
  activatorProps: Record<string, any>;
@@ -41667,7 +41644,7 @@ declare const VMenu: {
41667
41644
  eager: boolean;
41668
41645
  location: Anchor;
41669
41646
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41670
- updateLocation: (e: Event) => void;
41647
+ updateLocation: (e?: Event | undefined) => void;
41671
41648
  } | undefined) | "connected">;
41672
41649
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41673
41650
  closeDelay: NonNullable<string | number>;
@@ -41747,7 +41724,7 @@ declare const VMenu: {
41747
41724
  eager: boolean;
41748
41725
  location: Anchor;
41749
41726
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41750
- updateLocation: (e: Event) => void;
41727
+ updateLocation: (e?: Event | undefined) => void;
41751
41728
  } | undefined) | "connected">;
41752
41729
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41753
41730
  closeDelay: NonNullable<string | number>;
@@ -41796,7 +41773,7 @@ declare const VMenu: {
41796
41773
  eager: boolean;
41797
41774
  location: Anchor;
41798
41775
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41799
- updateLocation: (e: Event) => void;
41776
+ updateLocation: (e?: Event | undefined) => void;
41800
41777
  } | undefined) | "connected">;
41801
41778
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
41802
41779
  closeDelay: NonNullable<string | number>;
@@ -41881,7 +41858,7 @@ declare const VMenu: {
41881
41858
  eager: boolean;
41882
41859
  location: Anchor;
41883
41860
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41884
- updateLocation: (e: Event) => void;
41861
+ updateLocation: (e?: Event | undefined) => void;
41885
41862
  } | undefined) | "connected";
41886
41863
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41887
41864
  activatorProps: Record<string, any>;
@@ -41908,7 +41885,7 @@ declare const VMenu: {
41908
41885
  eager: boolean;
41909
41886
  location: Anchor;
41910
41887
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41911
- updateLocation: (e: Event) => void;
41888
+ updateLocation: (e?: Event | undefined) => void;
41912
41889
  } | undefined) | "connected";
41913
41890
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41914
41891
  activatorProps: Record<string, any>;
@@ -41986,7 +41963,7 @@ declare const VMenu: {
41986
41963
  eager: boolean;
41987
41964
  location: Anchor;
41988
41965
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
41989
- updateLocation: (e: Event) => void;
41966
+ updateLocation: (e?: Event | undefined) => void;
41990
41967
  } | undefined) | "connected";
41991
41968
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
41992
41969
  activatorProps: Record<string, any>;
@@ -42093,7 +42070,7 @@ declare const VMenu: {
42093
42070
  eager: boolean;
42094
42071
  location: Anchor;
42095
42072
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42096
- updateLocation: (e: Event) => void;
42073
+ updateLocation: (e?: Event | undefined) => void;
42097
42074
  } | undefined) | "connected";
42098
42075
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42099
42076
  activatorProps: Record<string, any>;
@@ -42189,7 +42166,7 @@ declare const VMenu: {
42189
42166
  eager: boolean;
42190
42167
  location: Anchor;
42191
42168
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42192
- updateLocation: (e: Event) => void;
42169
+ updateLocation: (e?: Event | undefined) => void;
42193
42170
  } | undefined) | "connected";
42194
42171
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42195
42172
  activatorProps: Record<string, any>;
@@ -42249,7 +42226,7 @@ declare const VMenu: {
42249
42226
  eager: boolean;
42250
42227
  location: Anchor;
42251
42228
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42252
- updateLocation: (e: Event) => void;
42229
+ updateLocation: (e?: Event | undefined) => void;
42253
42230
  } | undefined) | "connected";
42254
42231
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42255
42232
  activatorProps: Record<string, any>;
@@ -42341,7 +42318,7 @@ declare const VMenu: {
42341
42318
  eager: boolean;
42342
42319
  location: Anchor;
42343
42320
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42344
- updateLocation: (e: Event) => void;
42321
+ updateLocation: (e?: Event | undefined) => void;
42345
42322
  } | undefined) | "connected">;
42346
42323
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42347
42324
  closeDelay: NonNullable<string | number>;
@@ -42374,7 +42351,7 @@ declare const VMenu: {
42374
42351
  eager: boolean;
42375
42352
  location: Anchor;
42376
42353
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42377
- updateLocation: (e: Event) => void;
42354
+ updateLocation: (e?: Event | undefined) => void;
42378
42355
  } | undefined) | "connected">;
42379
42356
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42380
42357
  closeDelay: NonNullable<string | number>;
@@ -42459,7 +42436,7 @@ declare const VMenu: {
42459
42436
  eager: boolean;
42460
42437
  location: Anchor;
42461
42438
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42462
- updateLocation: (e: Event) => void;
42439
+ updateLocation: (e?: Event | undefined) => void;
42463
42440
  } | undefined) | "connected";
42464
42441
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42465
42442
  activatorProps: Record<string, any>;
@@ -42486,7 +42463,7 @@ declare const VMenu: {
42486
42463
  eager: boolean;
42487
42464
  location: Anchor;
42488
42465
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42489
- updateLocation: (e: Event) => void;
42466
+ updateLocation: (e?: Event | undefined) => void;
42490
42467
  } | undefined) | "connected";
42491
42468
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42492
42469
  activatorProps: Record<string, any>;
@@ -42564,7 +42541,7 @@ declare const VMenu: {
42564
42541
  eager: boolean;
42565
42542
  location: Anchor;
42566
42543
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42567
- updateLocation: (e: Event) => void;
42544
+ updateLocation: (e?: Event | undefined) => void;
42568
42545
  } | undefined) | "connected";
42569
42546
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42570
42547
  activatorProps: Record<string, any>;
@@ -42671,7 +42648,7 @@ declare const VMenu: {
42671
42648
  eager: boolean;
42672
42649
  location: Anchor;
42673
42650
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42674
- updateLocation: (e: Event) => void;
42651
+ updateLocation: (e?: Event | undefined) => void;
42675
42652
  } | undefined) | "connected";
42676
42653
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42677
42654
  activatorProps: Record<string, any>;
@@ -42767,7 +42744,7 @@ declare const VMenu: {
42767
42744
  eager: boolean;
42768
42745
  location: Anchor;
42769
42746
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42770
- updateLocation: (e: Event) => void;
42747
+ updateLocation: (e?: Event | undefined) => void;
42771
42748
  } | undefined) | "connected";
42772
42749
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42773
42750
  activatorProps: Record<string, any>;
@@ -42827,7 +42804,7 @@ declare const VMenu: {
42827
42804
  eager: boolean;
42828
42805
  location: Anchor;
42829
42806
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42830
- updateLocation: (e: Event) => void;
42807
+ updateLocation: (e?: Event | undefined) => void;
42831
42808
  } | undefined) | "connected";
42832
42809
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
42833
42810
  activatorProps: Record<string, any>;
@@ -42921,7 +42898,7 @@ declare const VMenu: {
42921
42898
  eager: boolean;
42922
42899
  location: Anchor;
42923
42900
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
42924
- updateLocation: (e: Event) => void;
42901
+ updateLocation: (e?: Event | undefined) => void;
42925
42902
  } | undefined) | "connected">;
42926
42903
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
42927
42904
  closeDelay: NonNullable<string | number>;
@@ -43002,16 +42979,16 @@ declare const VMenu: {
43002
42979
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43003
42980
  locationStrategy: Omit<{
43004
42981
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43005
- updateLocation: (e: Event) => void;
42982
+ updateLocation: (e?: Event | undefined) => void;
43006
42983
  } | undefined) | "connected">;
43007
42984
  default: string;
43008
42985
  validator: (val: any) => boolean;
43009
42986
  }, "default" | "type"> & {
43010
42987
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43011
- updateLocation: (e: Event) => void;
42988
+ updateLocation: (e?: Event | undefined) => void;
43012
42989
  } | undefined) | "connected">>;
43013
42990
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43014
- updateLocation: (e: Event) => void;
42991
+ updateLocation: (e?: Event | undefined) => void;
43015
42992
  } | undefined) | "connected">;
43016
42993
  };
43017
42994
  scrollStrategy: Omit<{
@@ -43117,16 +43094,16 @@ declare const VMenu: {
43117
43094
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
43118
43095
  locationStrategy: Omit<{
43119
43096
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43120
- updateLocation: (e: Event) => void;
43097
+ updateLocation: (e?: Event | undefined) => void;
43121
43098
  } | undefined) | "connected">;
43122
43099
  default: string;
43123
43100
  validator: (val: any) => boolean;
43124
43101
  }, "default" | "type"> & {
43125
43102
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43126
- updateLocation: (e: Event) => void;
43103
+ updateLocation: (e?: Event | undefined) => void;
43127
43104
  } | undefined) | "connected">>;
43128
43105
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
43129
- updateLocation: (e: Event) => void;
43106
+ updateLocation: (e?: Event | undefined) => void;
43130
43107
  } | undefined) | "connected">;
43131
43108
  };
43132
43109
  scrollStrategy: Omit<{
@@ -44091,7 +44068,7 @@ declare const VOverlay: {
44091
44068
  eager: boolean;
44092
44069
  location: Anchor;
44093
44070
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44094
- updateLocation: (e: Event) => void;
44071
+ updateLocation: (e?: Event | undefined) => void;
44095
44072
  } | undefined) | "connected";
44096
44073
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44097
44074
  activatorProps: Record<string, any>;
@@ -44187,7 +44164,7 @@ declare const VOverlay: {
44187
44164
  eager: boolean;
44188
44165
  location: Anchor;
44189
44166
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44190
- updateLocation: (e: Event) => void;
44167
+ updateLocation: (e?: Event | undefined) => void;
44191
44168
  } | undefined) | "connected";
44192
44169
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44193
44170
  activatorProps: Record<string, any>;
@@ -44269,7 +44246,7 @@ declare const VOverlay: {
44269
44246
  eager: boolean;
44270
44247
  location: Anchor;
44271
44248
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44272
- updateLocation: (e: Event) => void;
44249
+ updateLocation: (e?: Event | undefined) => void;
44273
44250
  } | undefined) | "connected";
44274
44251
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44275
44252
  activatorProps: Record<string, any>;
@@ -44316,7 +44293,7 @@ declare const VOverlay: {
44316
44293
  eager: boolean;
44317
44294
  location: Anchor;
44318
44295
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44319
- updateLocation: (e: Event) => void;
44296
+ updateLocation: (e?: Event | undefined) => void;
44320
44297
  } | undefined) | "connected";
44321
44298
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44322
44299
  activatorProps: Record<string, any>;
@@ -44407,7 +44384,7 @@ declare const VOverlay: {
44407
44384
  eager: boolean;
44408
44385
  location: Anchor;
44409
44386
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44410
- updateLocation: (e: Event) => void;
44387
+ updateLocation: (e?: Event | undefined) => void;
44411
44388
  } | undefined) | "connected";
44412
44389
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44413
44390
  activatorProps: Record<string, any>;
@@ -44438,7 +44415,7 @@ declare const VOverlay: {
44438
44415
  eager: boolean;
44439
44416
  location: Anchor;
44440
44417
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44441
- updateLocation: (e: Event) => void;
44418
+ updateLocation: (e?: Event | undefined) => void;
44442
44419
  } | undefined) | "connected";
44443
44420
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44444
44421
  activatorProps: Record<string, any>;
@@ -44534,7 +44511,7 @@ declare const VOverlay: {
44534
44511
  eager: boolean;
44535
44512
  location: Anchor;
44536
44513
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44537
- updateLocation: (e: Event) => void;
44514
+ updateLocation: (e?: Event | undefined) => void;
44538
44515
  } | undefined) | "connected";
44539
44516
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
44540
44517
  activatorProps: Record<string, any>;
@@ -44577,7 +44554,7 @@ declare const VOverlay: {
44577
44554
  };
44578
44555
  locationStrategy: {
44579
44556
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44580
- updateLocation: (e: Event) => void;
44557
+ updateLocation: (e?: Event | undefined) => void;
44581
44558
  } | undefined) | "connected">;
44582
44559
  default: string;
44583
44560
  validator: (val: any) => boolean;
@@ -44660,7 +44637,7 @@ declare const VOverlay: {
44660
44637
  };
44661
44638
  locationStrategy: {
44662
44639
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
44663
- updateLocation: (e: Event) => void;
44640
+ updateLocation: (e?: Event | undefined) => void;
44664
44641
  } | undefined) | "connected">;
44665
44642
  default: string;
44666
44643
  validator: (val: any) => boolean;
@@ -46966,10 +46943,7 @@ declare const VRadioGroup: {
46966
46943
  maxWidth: (StringConstructor | NumberConstructor)[];
46967
46944
  minWidth: (StringConstructor | NumberConstructor)[];
46968
46945
  appendIcon: vue.PropType<IconValue>;
46969
- centerAffix: {
46970
- type: BooleanConstructor;
46971
- default: boolean;
46972
- };
46946
+ centerAffix: BooleanConstructor;
46973
46947
  prependIcon: vue.PropType<IconValue>;
46974
46948
  hideDetails: vue.PropType<boolean | "auto">;
46975
46949
  hideSpinButtons: BooleanConstructor;
@@ -47060,10 +47034,7 @@ declare const VRadioGroup: {
47060
47034
  maxWidth: (StringConstructor | NumberConstructor)[];
47061
47035
  minWidth: (StringConstructor | NumberConstructor)[];
47062
47036
  appendIcon: vue.PropType<IconValue>;
47063
- centerAffix: {
47064
- type: BooleanConstructor;
47065
- default: boolean;
47066
- };
47037
+ centerAffix: BooleanConstructor;
47067
47038
  prependIcon: vue.PropType<IconValue>;
47068
47039
  hideDetails: vue.PropType<boolean | "auto">;
47069
47040
  hideSpinButtons: BooleanConstructor;
@@ -47789,10 +47760,7 @@ declare const VRangeSlider: {
47789
47760
  };
47790
47761
  id: StringConstructor;
47791
47762
  appendIcon: PropType<IconValue>;
47792
- centerAffix: {
47793
- type: BooleanConstructor;
47794
- default: boolean;
47795
- };
47763
+ centerAffix: BooleanConstructor;
47796
47764
  prependIcon: PropType<IconValue>;
47797
47765
  hideDetails: PropType<boolean | "auto">;
47798
47766
  hideSpinButtons: BooleanConstructor;
@@ -47916,10 +47884,7 @@ declare const VRangeSlider: {
47916
47884
  };
47917
47885
  id: StringConstructor;
47918
47886
  appendIcon: PropType<IconValue>;
47919
- centerAffix: {
47920
- type: BooleanConstructor;
47921
- default: boolean;
47922
- };
47887
+ centerAffix: BooleanConstructor;
47923
47888
  prependIcon: PropType<IconValue>;
47924
47889
  hideDetails: PropType<boolean | "auto">;
47925
47890
  hideSpinButtons: BooleanConstructor;
@@ -48497,6 +48462,7 @@ declare const VSelect: {
48497
48462
  direction: "horizontal" | "vertical";
48498
48463
  valueComparator: typeof deepEqual;
48499
48464
  clearIcon: IconValue;
48465
+ centerAffix: boolean;
48500
48466
  hideSpinButtons: boolean;
48501
48467
  persistentHint: boolean;
48502
48468
  itemChildren: NonNullable<SelectItemKey>;
@@ -48541,7 +48507,6 @@ declare const VSelect: {
48541
48507
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
48542
48508
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
48543
48509
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
48544
- centerAffix?: boolean | undefined;
48545
48510
  hint?: string | undefined;
48546
48511
  hideDetails?: boolean | "auto" | undefined;
48547
48512
  suffix?: string | undefined;
@@ -48820,7 +48785,7 @@ declare const VSelect: {
48820
48785
  eager: boolean;
48821
48786
  location: Anchor;
48822
48787
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
48823
- updateLocation: (e: Event) => void;
48788
+ updateLocation: (e?: Event | undefined) => void;
48824
48789
  } | undefined) | "connected">;
48825
48790
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
48826
48791
  closeDelay: NonNullable<string | number>;
@@ -48849,7 +48814,7 @@ declare const VSelect: {
48849
48814
  eager: boolean;
48850
48815
  location: Anchor;
48851
48816
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
48852
- updateLocation: (e: Event) => void;
48817
+ updateLocation: (e?: Event | undefined) => void;
48853
48818
  } | undefined) | "connected">;
48854
48819
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
48855
48820
  closeDelay: NonNullable<string | number>;
@@ -48925,7 +48890,7 @@ declare const VSelect: {
48925
48890
  eager: boolean;
48926
48891
  location: Anchor;
48927
48892
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
48928
- updateLocation: (e: Event) => void;
48893
+ updateLocation: (e?: Event | undefined) => void;
48929
48894
  } | undefined) | "connected">;
48930
48895
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
48931
48896
  closeDelay: NonNullable<string | number>;
@@ -49029,6 +48994,7 @@ declare const VSelect: {
49029
48994
  direction: "horizontal" | "vertical";
49030
48995
  valueComparator: typeof deepEqual;
49031
48996
  clearIcon: IconValue;
48997
+ centerAffix: boolean;
49032
48998
  hideSpinButtons: boolean;
49033
48999
  persistentHint: boolean;
49034
49000
  itemChildren: NonNullable<SelectItemKey>;
@@ -49073,7 +49039,6 @@ declare const VSelect: {
49073
49039
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49074
49040
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49075
49041
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49076
- centerAffix?: boolean | undefined;
49077
49042
  hint?: string | undefined;
49078
49043
  hideDetails?: boolean | "auto" | undefined;
49079
49044
  suffix?: string | undefined;
@@ -49352,7 +49317,7 @@ declare const VSelect: {
49352
49317
  eager: boolean;
49353
49318
  location: Anchor;
49354
49319
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49355
- updateLocation: (e: Event) => void;
49320
+ updateLocation: (e?: Event | undefined) => void;
49356
49321
  } | undefined) | "connected">;
49357
49322
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49358
49323
  closeDelay: NonNullable<string | number>;
@@ -49381,7 +49346,7 @@ declare const VSelect: {
49381
49346
  eager: boolean;
49382
49347
  location: Anchor;
49383
49348
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49384
- updateLocation: (e: Event) => void;
49349
+ updateLocation: (e?: Event | undefined) => void;
49385
49350
  } | undefined) | "connected">;
49386
49351
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49387
49352
  closeDelay: NonNullable<string | number>;
@@ -49457,7 +49422,7 @@ declare const VSelect: {
49457
49422
  eager: boolean;
49458
49423
  location: Anchor;
49459
49424
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
49460
- updateLocation: (e: Event) => void;
49425
+ updateLocation: (e?: Event | undefined) => void;
49461
49426
  } | undefined) | "connected">;
49462
49427
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
49463
49428
  closeDelay: NonNullable<string | number>;
@@ -49674,6 +49639,7 @@ declare const VSelect: {
49674
49639
  direction: "horizontal" | "vertical";
49675
49640
  valueComparator: typeof deepEqual;
49676
49641
  clearIcon: IconValue;
49642
+ centerAffix: boolean;
49677
49643
  hideSpinButtons: boolean;
49678
49644
  persistentHint: boolean;
49679
49645
  itemChildren: NonNullable<SelectItemKey>;
@@ -49718,7 +49684,6 @@ declare const VSelect: {
49718
49684
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
49719
49685
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
49720
49686
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
49721
- centerAffix?: boolean | undefined;
49722
49687
  hint?: string | undefined;
49723
49688
  hideDetails?: boolean | "auto" | undefined;
49724
49689
  suffix?: string | undefined;
@@ -49997,7 +49962,7 @@ declare const VSelect: {
49997
49962
  eager: boolean;
49998
49963
  location: Anchor;
49999
49964
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50000
- updateLocation: (e: Event) => void;
49965
+ updateLocation: (e?: Event | undefined) => void;
50001
49966
  } | undefined) | "connected">;
50002
49967
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50003
49968
  closeDelay: NonNullable<string | number>;
@@ -50026,7 +49991,7 @@ declare const VSelect: {
50026
49991
  eager: boolean;
50027
49992
  location: Anchor;
50028
49993
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50029
- updateLocation: (e: Event) => void;
49994
+ updateLocation: (e?: Event | undefined) => void;
50030
49995
  } | undefined) | "connected">;
50031
49996
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50032
49997
  closeDelay: NonNullable<string | number>;
@@ -50102,7 +50067,7 @@ declare const VSelect: {
50102
50067
  eager: boolean;
50103
50068
  location: Anchor;
50104
50069
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50105
- updateLocation: (e: Event) => void;
50070
+ updateLocation: (e?: Event | undefined) => void;
50106
50071
  } | undefined) | "connected">;
50107
50072
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50108
50073
  closeDelay: NonNullable<string | number>;
@@ -50254,6 +50219,7 @@ declare const VSelect: {
50254
50219
  direction: "horizontal" | "vertical";
50255
50220
  valueComparator: typeof deepEqual;
50256
50221
  clearIcon: IconValue;
50222
+ centerAffix: boolean;
50257
50223
  hideSpinButtons: boolean;
50258
50224
  persistentHint: boolean;
50259
50225
  itemChildren: NonNullable<SelectItemKey>;
@@ -50298,7 +50264,6 @@ declare const VSelect: {
50298
50264
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
50299
50265
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
50300
50266
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
50301
- centerAffix?: boolean | undefined;
50302
50267
  hint?: string | undefined;
50303
50268
  hideDetails?: boolean | "auto" | undefined;
50304
50269
  suffix?: string | undefined;
@@ -50577,7 +50542,7 @@ declare const VSelect: {
50577
50542
  eager: boolean;
50578
50543
  location: Anchor;
50579
50544
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50580
- updateLocation: (e: Event) => void;
50545
+ updateLocation: (e?: Event | undefined) => void;
50581
50546
  } | undefined) | "connected">;
50582
50547
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50583
50548
  closeDelay: NonNullable<string | number>;
@@ -50606,7 +50571,7 @@ declare const VSelect: {
50606
50571
  eager: boolean;
50607
50572
  location: Anchor;
50608
50573
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50609
- updateLocation: (e: Event) => void;
50574
+ updateLocation: (e?: Event | undefined) => void;
50610
50575
  } | undefined) | "connected">;
50611
50576
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50612
50577
  closeDelay: NonNullable<string | number>;
@@ -50682,7 +50647,7 @@ declare const VSelect: {
50682
50647
  eager: boolean;
50683
50648
  location: Anchor;
50684
50649
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
50685
- updateLocation: (e: Event) => void;
50650
+ updateLocation: (e?: Event | undefined) => void;
50686
50651
  } | undefined) | "connected">;
50687
50652
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
50688
50653
  closeDelay: NonNullable<string | number>;
@@ -51034,10 +50999,7 @@ declare const VSelect: {
51034
50999
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
51035
51000
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
51036
51001
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
51037
- centerAffix: {
51038
- type: BooleanConstructor;
51039
- default: undefined;
51040
- };
51002
+ centerAffix: BooleanConstructor;
51041
51003
  hideSpinButtons: BooleanConstructor;
51042
51004
  hint: StringConstructor;
51043
51005
  persistentHint: BooleanConstructor;
@@ -51373,7 +51335,7 @@ declare const VSelect: {
51373
51335
  eager: boolean;
51374
51336
  location: Anchor;
51375
51337
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51376
- updateLocation: (e: Event) => void;
51338
+ updateLocation: (e?: Event | undefined) => void;
51377
51339
  } | undefined) | "connected">;
51378
51340
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51379
51341
  closeDelay: NonNullable<string | number>;
@@ -51402,7 +51364,7 @@ declare const VSelect: {
51402
51364
  eager: boolean;
51403
51365
  location: Anchor;
51404
51366
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51405
- updateLocation: (e: Event) => void;
51367
+ updateLocation: (e?: Event | undefined) => void;
51406
51368
  } | undefined) | "connected">;
51407
51369
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51408
51370
  closeDelay: NonNullable<string | number>;
@@ -51478,7 +51440,7 @@ declare const VSelect: {
51478
51440
  eager: boolean;
51479
51441
  location: Anchor;
51480
51442
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
51481
- updateLocation: (e: Event) => void;
51443
+ updateLocation: (e?: Event | undefined) => void;
51482
51444
  } | undefined) | "connected">;
51483
51445
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
51484
51446
  closeDelay: NonNullable<string | number>;
@@ -51666,10 +51628,7 @@ declare const VSelect: {
51666
51628
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
51667
51629
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
51668
51630
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
51669
- centerAffix: {
51670
- type: BooleanConstructor;
51671
- default: undefined;
51672
- };
51631
+ centerAffix: BooleanConstructor;
51673
51632
  hideSpinButtons: BooleanConstructor;
51674
51633
  hint: StringConstructor;
51675
51634
  persistentHint: BooleanConstructor;
@@ -52005,7 +51964,7 @@ declare const VSelect: {
52005
51964
  eager: boolean;
52006
51965
  location: Anchor;
52007
51966
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52008
- updateLocation: (e: Event) => void;
51967
+ updateLocation: (e?: Event | undefined) => void;
52009
51968
  } | undefined) | "connected">;
52010
51969
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52011
51970
  closeDelay: NonNullable<string | number>;
@@ -52034,7 +51993,7 @@ declare const VSelect: {
52034
51993
  eager: boolean;
52035
51994
  location: Anchor;
52036
51995
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52037
- updateLocation: (e: Event) => void;
51996
+ updateLocation: (e?: Event | undefined) => void;
52038
51997
  } | undefined) | "connected">;
52039
51998
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52040
51999
  closeDelay: NonNullable<string | number>;
@@ -52110,7 +52069,7 @@ declare const VSelect: {
52110
52069
  eager: boolean;
52111
52070
  location: Anchor;
52112
52071
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52113
- updateLocation: (e: Event) => void;
52072
+ updateLocation: (e?: Event | undefined) => void;
52114
52073
  } | undefined) | "connected">;
52115
52074
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
52116
52075
  closeDelay: NonNullable<string | number>;
@@ -53703,10 +53662,7 @@ declare const VSlider: {
53703
53662
  };
53704
53663
  id: StringConstructor;
53705
53664
  appendIcon: vue.PropType<IconValue>;
53706
- centerAffix: {
53707
- type: BooleanConstructor;
53708
- default: boolean;
53709
- };
53665
+ centerAffix: BooleanConstructor;
53710
53666
  prependIcon: vue.PropType<IconValue>;
53711
53667
  hideDetails: vue.PropType<boolean | "auto">;
53712
53668
  hideSpinButtons: BooleanConstructor;
@@ -53829,10 +53785,7 @@ declare const VSlider: {
53829
53785
  };
53830
53786
  id: StringConstructor;
53831
53787
  appendIcon: vue.PropType<IconValue>;
53832
- centerAffix: {
53833
- type: BooleanConstructor;
53834
- default: boolean;
53835
- };
53788
+ centerAffix: BooleanConstructor;
53836
53789
  prependIcon: vue.PropType<IconValue>;
53837
53790
  hideDetails: vue.PropType<boolean | "auto">;
53838
53791
  hideSpinButtons: BooleanConstructor;
@@ -53927,7 +53880,7 @@ declare const VSnackbar: {
53927
53880
  eager: boolean;
53928
53881
  location: Anchor;
53929
53882
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53930
- updateLocation: (e: Event) => void;
53883
+ updateLocation: (e?: Event | undefined) => void;
53931
53884
  } | undefined) | "connected";
53932
53885
  activatorProps: Record<string, any>;
53933
53886
  openOnHover: boolean;
@@ -54012,7 +53965,7 @@ declare const VSnackbar: {
54012
53965
  eager: boolean;
54013
53966
  location: Anchor;
54014
53967
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54015
- updateLocation: (e: Event) => void;
53968
+ updateLocation: (e?: Event | undefined) => void;
54016
53969
  } | undefined) | "connected";
54017
53970
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54018
53971
  activatorProps: Record<string, any>;
@@ -54039,7 +53992,7 @@ declare const VSnackbar: {
54039
53992
  eager: boolean;
54040
53993
  location: Anchor;
54041
53994
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54042
- updateLocation: (e: Event) => void;
53995
+ updateLocation: (e?: Event | undefined) => void;
54043
53996
  } | undefined) | "connected";
54044
53997
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54045
53998
  activatorProps: Record<string, any>;
@@ -54117,7 +54070,7 @@ declare const VSnackbar: {
54117
54070
  eager: boolean;
54118
54071
  location: Anchor;
54119
54072
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54120
- updateLocation: (e: Event) => void;
54073
+ updateLocation: (e?: Event | undefined) => void;
54121
54074
  } | undefined) | "connected";
54122
54075
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54123
54076
  activatorProps: Record<string, any>;
@@ -54224,7 +54177,7 @@ declare const VSnackbar: {
54224
54177
  eager: boolean;
54225
54178
  location: Anchor;
54226
54179
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54227
- updateLocation: (e: Event) => void;
54180
+ updateLocation: (e?: Event | undefined) => void;
54228
54181
  } | undefined) | "connected";
54229
54182
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54230
54183
  activatorProps: Record<string, any>;
@@ -54320,7 +54273,7 @@ declare const VSnackbar: {
54320
54273
  eager: boolean;
54321
54274
  location: Anchor;
54322
54275
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54323
- updateLocation: (e: Event) => void;
54276
+ updateLocation: (e?: Event | undefined) => void;
54324
54277
  } | undefined) | "connected";
54325
54278
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54326
54279
  activatorProps: Record<string, any>;
@@ -54380,7 +54333,7 @@ declare const VSnackbar: {
54380
54333
  eager: boolean;
54381
54334
  location: Anchor;
54382
54335
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54383
- updateLocation: (e: Event) => void;
54336
+ updateLocation: (e?: Event | undefined) => void;
54384
54337
  } | undefined) | "connected";
54385
54338
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54386
54339
  activatorProps: Record<string, any>;
@@ -54476,7 +54429,7 @@ declare const VSnackbar: {
54476
54429
  eager: boolean;
54477
54430
  location: Anchor;
54478
54431
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54479
- updateLocation: (e: Event) => void;
54432
+ updateLocation: (e?: Event | undefined) => void;
54480
54433
  } | undefined) | "connected";
54481
54434
  activatorProps: Record<string, any>;
54482
54435
  openOnHover: boolean;
@@ -54562,7 +54515,7 @@ declare const VSnackbar: {
54562
54515
  eager: boolean;
54563
54516
  location: Anchor;
54564
54517
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54565
- updateLocation: (e: Event) => void;
54518
+ updateLocation: (e?: Event | undefined) => void;
54566
54519
  } | undefined) | "connected";
54567
54520
  activatorProps: Record<string, any>;
54568
54521
  openOnClick: boolean;
@@ -54614,7 +54567,7 @@ declare const VSnackbar: {
54614
54567
  eager: boolean;
54615
54568
  location: Anchor;
54616
54569
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54617
- updateLocation: (e: Event) => void;
54570
+ updateLocation: (e?: Event | undefined) => void;
54618
54571
  } | undefined) | "connected";
54619
54572
  activatorProps: Record<string, any>;
54620
54573
  openOnHover: boolean;
@@ -54699,7 +54652,7 @@ declare const VSnackbar: {
54699
54652
  eager: boolean;
54700
54653
  location: Anchor;
54701
54654
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54702
- updateLocation: (e: Event) => void;
54655
+ updateLocation: (e?: Event | undefined) => void;
54703
54656
  } | undefined) | "connected";
54704
54657
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54705
54658
  activatorProps: Record<string, any>;
@@ -54726,7 +54679,7 @@ declare const VSnackbar: {
54726
54679
  eager: boolean;
54727
54680
  location: Anchor;
54728
54681
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54729
- updateLocation: (e: Event) => void;
54682
+ updateLocation: (e?: Event | undefined) => void;
54730
54683
  } | undefined) | "connected";
54731
54684
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54732
54685
  activatorProps: Record<string, any>;
@@ -54804,7 +54757,7 @@ declare const VSnackbar: {
54804
54757
  eager: boolean;
54805
54758
  location: Anchor;
54806
54759
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54807
- updateLocation: (e: Event) => void;
54760
+ updateLocation: (e?: Event | undefined) => void;
54808
54761
  } | undefined) | "connected";
54809
54762
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54810
54763
  activatorProps: Record<string, any>;
@@ -54911,7 +54864,7 @@ declare const VSnackbar: {
54911
54864
  eager: boolean;
54912
54865
  location: Anchor;
54913
54866
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54914
- updateLocation: (e: Event) => void;
54867
+ updateLocation: (e?: Event | undefined) => void;
54915
54868
  } | undefined) | "connected";
54916
54869
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54917
54870
  activatorProps: Record<string, any>;
@@ -55007,7 +54960,7 @@ declare const VSnackbar: {
55007
54960
  eager: boolean;
55008
54961
  location: Anchor;
55009
54962
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55010
- updateLocation: (e: Event) => void;
54963
+ updateLocation: (e?: Event | undefined) => void;
55011
54964
  } | undefined) | "connected";
55012
54965
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55013
54966
  activatorProps: Record<string, any>;
@@ -55067,7 +55020,7 @@ declare const VSnackbar: {
55067
55020
  eager: boolean;
55068
55021
  location: Anchor;
55069
55022
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55070
- updateLocation: (e: Event) => void;
55023
+ updateLocation: (e?: Event | undefined) => void;
55071
55024
  } | undefined) | "connected";
55072
55025
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55073
55026
  activatorProps: Record<string, any>;
@@ -55162,7 +55115,7 @@ declare const VSnackbar: {
55162
55115
  eager: boolean;
55163
55116
  location: Anchor;
55164
55117
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55165
- updateLocation: (e: Event) => void;
55118
+ updateLocation: (e?: Event | undefined) => void;
55166
55119
  } | undefined) | "connected";
55167
55120
  activatorProps: Record<string, any>;
55168
55121
  openOnClick: boolean;
@@ -55193,7 +55146,7 @@ declare const VSnackbar: {
55193
55146
  eager: boolean;
55194
55147
  location: Anchor;
55195
55148
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55196
- updateLocation: (e: Event) => void;
55149
+ updateLocation: (e?: Event | undefined) => void;
55197
55150
  } | undefined) | "connected";
55198
55151
  activatorProps: Record<string, any>;
55199
55152
  openOnHover: boolean;
@@ -55278,7 +55231,7 @@ declare const VSnackbar: {
55278
55231
  eager: boolean;
55279
55232
  location: Anchor;
55280
55233
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55281
- updateLocation: (e: Event) => void;
55234
+ updateLocation: (e?: Event | undefined) => void;
55282
55235
  } | undefined) | "connected";
55283
55236
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55284
55237
  activatorProps: Record<string, any>;
@@ -55305,7 +55258,7 @@ declare const VSnackbar: {
55305
55258
  eager: boolean;
55306
55259
  location: Anchor;
55307
55260
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55308
- updateLocation: (e: Event) => void;
55261
+ updateLocation: (e?: Event | undefined) => void;
55309
55262
  } | undefined) | "connected";
55310
55263
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55311
55264
  activatorProps: Record<string, any>;
@@ -55383,7 +55336,7 @@ declare const VSnackbar: {
55383
55336
  eager: boolean;
55384
55337
  location: Anchor;
55385
55338
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55386
- updateLocation: (e: Event) => void;
55339
+ updateLocation: (e?: Event | undefined) => void;
55387
55340
  } | undefined) | "connected";
55388
55341
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55389
55342
  activatorProps: Record<string, any>;
@@ -55490,7 +55443,7 @@ declare const VSnackbar: {
55490
55443
  eager: boolean;
55491
55444
  location: Anchor;
55492
55445
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55493
- updateLocation: (e: Event) => void;
55446
+ updateLocation: (e?: Event | undefined) => void;
55494
55447
  } | undefined) | "connected";
55495
55448
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55496
55449
  activatorProps: Record<string, any>;
@@ -55586,7 +55539,7 @@ declare const VSnackbar: {
55586
55539
  eager: boolean;
55587
55540
  location: Anchor;
55588
55541
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55589
- updateLocation: (e: Event) => void;
55542
+ updateLocation: (e?: Event | undefined) => void;
55590
55543
  } | undefined) | "connected";
55591
55544
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55592
55545
  activatorProps: Record<string, any>;
@@ -55646,7 +55599,7 @@ declare const VSnackbar: {
55646
55599
  eager: boolean;
55647
55600
  location: Anchor;
55648
55601
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55649
- updateLocation: (e: Event) => void;
55602
+ updateLocation: (e?: Event | undefined) => void;
55650
55603
  } | undefined) | "connected";
55651
55604
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55652
55605
  activatorProps: Record<string, any>;
@@ -55743,7 +55696,7 @@ declare const VSnackbar: {
55743
55696
  eager: boolean;
55744
55697
  location: Anchor;
55745
55698
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55746
- updateLocation: (e: Event) => void;
55699
+ updateLocation: (e?: Event | undefined) => void;
55747
55700
  } | undefined) | "connected";
55748
55701
  activatorProps: Record<string, any>;
55749
55702
  openOnClick: boolean;
@@ -55822,7 +55775,7 @@ declare const VSnackbar: {
55822
55775
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
55823
55776
  locationStrategy: {
55824
55777
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55825
- updateLocation: (e: Event) => void;
55778
+ updateLocation: (e?: Event | undefined) => void;
55826
55779
  } | undefined) | "connected">;
55827
55780
  default: string;
55828
55781
  validator: (val: any) => boolean;
@@ -55923,7 +55876,7 @@ declare const VSnackbar: {
55923
55876
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
55924
55877
  locationStrategy: {
55925
55878
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55926
- updateLocation: (e: Event) => void;
55879
+ updateLocation: (e?: Event | undefined) => void;
55927
55880
  } | undefined) | "connected">;
55928
55881
  default: string;
55929
55882
  validator: (val: any) => boolean;
@@ -56387,7 +56340,7 @@ declare const VSpeedDial: {
56387
56340
  eager: boolean;
56388
56341
  location: NonNullable<Anchor>;
56389
56342
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56390
- updateLocation: (e: Event) => void;
56343
+ updateLocation: (e?: Event | undefined) => void;
56391
56344
  } | undefined) | "connected">;
56392
56345
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56393
56346
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56469,7 +56422,7 @@ declare const VSpeedDial: {
56469
56422
  eager: boolean;
56470
56423
  location: NonNullable<Anchor>;
56471
56424
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56472
- updateLocation: (e: Event) => void;
56425
+ updateLocation: (e?: Event | undefined) => void;
56473
56426
  } | undefined) | "connected">;
56474
56427
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56475
56428
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56549,7 +56502,7 @@ declare const VSpeedDial: {
56549
56502
  eager: boolean;
56550
56503
  location: NonNullable<Anchor>;
56551
56504
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56552
- updateLocation: (e: Event) => void;
56505
+ updateLocation: (e?: Event | undefined) => void;
56553
56506
  } | undefined) | "connected">;
56554
56507
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56555
56508
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56600,7 +56553,7 @@ declare const VSpeedDial: {
56600
56553
  eager: boolean;
56601
56554
  location: NonNullable<Anchor>;
56602
56555
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56603
- updateLocation: (e: Event) => void;
56556
+ updateLocation: (e?: Event | undefined) => void;
56604
56557
  } | undefined) | "connected">;
56605
56558
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56606
56559
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56680,7 +56633,7 @@ declare const VSpeedDial: {
56680
56633
  eager: boolean;
56681
56634
  location: NonNullable<Anchor>;
56682
56635
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56683
- updateLocation: (e: Event) => void;
56636
+ updateLocation: (e?: Event | undefined) => void;
56684
56637
  } | undefined) | "connected">;
56685
56638
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56686
56639
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56715,7 +56668,7 @@ declare const VSpeedDial: {
56715
56668
  eager: boolean;
56716
56669
  location: NonNullable<Anchor>;
56717
56670
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56718
- updateLocation: (e: Event) => void;
56671
+ updateLocation: (e?: Event | undefined) => void;
56719
56672
  } | undefined) | "connected">;
56720
56673
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56721
56674
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56797,7 +56750,7 @@ declare const VSpeedDial: {
56797
56750
  eager: boolean;
56798
56751
  location: NonNullable<Anchor>;
56799
56752
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56800
- updateLocation: (e: Event) => void;
56753
+ updateLocation: (e?: Event | undefined) => void;
56801
56754
  } | undefined) | "connected">;
56802
56755
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56803
56756
  closeDelay: NonNullable<NonNullable<string | number>>;
@@ -56898,16 +56851,16 @@ declare const VSpeedDial: {
56898
56851
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
56899
56852
  locationStrategy: Omit<{
56900
56853
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56901
- updateLocation: (e: Event) => void;
56854
+ updateLocation: (e?: Event | undefined) => void;
56902
56855
  } | undefined) | "connected">;
56903
56856
  default: string;
56904
56857
  validator: (val: any) => boolean;
56905
56858
  }, "default" | "type"> & {
56906
56859
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56907
- updateLocation: (e: Event) => void;
56860
+ updateLocation: (e?: Event | undefined) => void;
56908
56861
  } | undefined) | "connected">>;
56909
56862
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
56910
- updateLocation: (e: Event) => void;
56863
+ updateLocation: (e?: Event | undefined) => void;
56911
56864
  } | undefined) | "connected">;
56912
56865
  };
56913
56866
  scrollStrategy: Omit<{
@@ -57039,16 +56992,16 @@ declare const VSpeedDial: {
57039
56992
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
57040
56993
  locationStrategy: Omit<{
57041
56994
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57042
- updateLocation: (e: Event) => void;
56995
+ updateLocation: (e?: Event | undefined) => void;
57043
56996
  } | undefined) | "connected">;
57044
56997
  default: string;
57045
56998
  validator: (val: any) => boolean;
57046
56999
  }, "default" | "type"> & {
57047
57000
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57048
- updateLocation: (e: Event) => void;
57001
+ updateLocation: (e?: Event | undefined) => void;
57049
57002
  } | undefined) | "connected">>;
57050
57003
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57051
- updateLocation: (e: Event) => void;
57004
+ updateLocation: (e?: Event | undefined) => void;
57052
57005
  } | undefined) | "connected">;
57053
57006
  };
57054
57007
  scrollStrategy: Omit<{
@@ -59312,10 +59265,7 @@ declare const VSwitch: {
59312
59265
  maxWidth: (StringConstructor | NumberConstructor)[];
59313
59266
  minWidth: (StringConstructor | NumberConstructor)[];
59314
59267
  appendIcon: vue.PropType<IconValue>;
59315
- centerAffix: {
59316
- type: BooleanConstructor;
59317
- default: boolean;
59318
- };
59268
+ centerAffix: BooleanConstructor;
59319
59269
  prependIcon: vue.PropType<IconValue>;
59320
59270
  hideDetails: vue.PropType<boolean | "auto">;
59321
59271
  hideSpinButtons: BooleanConstructor;
@@ -59408,10 +59358,7 @@ declare const VSwitch: {
59408
59358
  maxWidth: (StringConstructor | NumberConstructor)[];
59409
59359
  minWidth: (StringConstructor | NumberConstructor)[];
59410
59360
  appendIcon: vue.PropType<IconValue>;
59411
- centerAffix: {
59412
- type: BooleanConstructor;
59413
- default: boolean;
59414
- };
59361
+ centerAffix: BooleanConstructor;
59415
59362
  prependIcon: vue.PropType<IconValue>;
59416
59363
  hideDetails: vue.PropType<boolean | "auto">;
59417
59364
  hideSpinButtons: BooleanConstructor;
@@ -62413,7 +62360,6 @@ declare const VTextarea: {
62413
62360
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
62414
62361
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
62415
62362
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
62416
- centerAffix?: boolean | undefined;
62417
62363
  hint?: string | undefined;
62418
62364
  hideDetails?: boolean | "auto" | undefined;
62419
62365
  suffix?: string | undefined;
@@ -62786,7 +62732,6 @@ declare const VTextarea: {
62786
62732
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
62787
62733
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
62788
62734
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
62789
- centerAffix?: boolean | undefined;
62790
62735
  hint?: string | undefined;
62791
62736
  hideDetails?: boolean | "auto" | undefined;
62792
62737
  suffix?: string | undefined;
@@ -62868,7 +62813,6 @@ declare const VTextarea: {
62868
62813
  density: Density;
62869
62814
  direction: "horizontal" | "vertical";
62870
62815
  clearIcon: IconValue;
62871
- centerAffix: boolean;
62872
62816
  hideSpinButtons: boolean;
62873
62817
  persistentHint: boolean;
62874
62818
  autofocus: boolean;
@@ -62984,7 +62928,6 @@ declare const VTextarea: {
62984
62928
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
62985
62929
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
62986
62930
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
62987
- centerAffix?: boolean | undefined;
62988
62931
  hint?: string | undefined;
62989
62932
  hideDetails?: boolean | "auto" | undefined;
62990
62933
  suffix?: string | undefined;
@@ -63311,7 +63254,6 @@ declare const VTextarea: {
63311
63254
  density: Density;
63312
63255
  direction: "horizontal" | "vertical";
63313
63256
  clearIcon: IconValue;
63314
- centerAffix: boolean;
63315
63257
  hideSpinButtons: boolean;
63316
63258
  persistentHint: boolean;
63317
63259
  autofocus: boolean;
@@ -63388,7 +63330,6 @@ declare const VTextarea: {
63388
63330
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
63389
63331
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
63390
63332
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
63391
- centerAffix?: boolean | undefined;
63392
63333
  hint?: string | undefined;
63393
63334
  hideDetails?: boolean | "auto" | undefined;
63394
63335
  suffix?: string | undefined;
@@ -63720,7 +63661,6 @@ declare const VTextarea: {
63720
63661
  density: Density;
63721
63662
  direction: "horizontal" | "vertical";
63722
63663
  clearIcon: IconValue;
63723
- centerAffix: boolean;
63724
63664
  hideSpinButtons: boolean;
63725
63665
  persistentHint: boolean;
63726
63666
  autofocus: boolean;
@@ -63770,52 +63710,55 @@ declare const VTextarea: {
63770
63710
  [key: string]: any;
63771
63711
  }>[];
63772
63712
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
63773
- theme: StringConstructor;
63774
- rounded: {
63775
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
63776
- default: undefined;
63777
- };
63778
- tile: BooleanConstructor;
63779
- loading: (StringConstructor | BooleanConstructor)[];
63713
+ reverse: BooleanConstructor;
63714
+ flat: BooleanConstructor;
63780
63715
  class: PropType<any>;
63781
63716
  style: {
63782
63717
  type: PropType<vue.StyleValue>;
63783
63718
  default: null;
63784
63719
  };
63785
- appendInnerIcon: PropType<IconValue>;
63786
- bgColor: StringConstructor;
63787
- clearable: BooleanConstructor;
63788
- clearIcon: {
63789
- type: PropType<IconValue>;
63790
- default: string;
63791
- };
63720
+ label: StringConstructor;
63792
63721
  active: BooleanConstructor;
63793
- centerAffix: {
63794
- type: BooleanConstructor;
63795
- default: undefined;
63796
- };
63722
+ error: BooleanConstructor;
63723
+ theme: StringConstructor;
63797
63724
  color: StringConstructor;
63798
- baseColor: StringConstructor;
63799
- dirty: BooleanConstructor;
63800
63725
  disabled: {
63801
63726
  type: BooleanConstructor;
63802
63727
  default: null;
63803
63728
  };
63804
- error: BooleanConstructor;
63805
- flat: BooleanConstructor;
63806
- label: StringConstructor;
63807
- persistentClear: BooleanConstructor;
63808
- prependInnerIcon: PropType<IconValue>;
63809
- reverse: BooleanConstructor;
63810
- singleLine: BooleanConstructor;
63729
+ loading: (StringConstructor | BooleanConstructor)[];
63730
+ rounded: {
63731
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
63732
+ default: undefined;
63733
+ };
63811
63734
  variant: {
63812
63735
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
63813
63736
  default: string;
63814
63737
  validator: (v: any) => boolean;
63815
63738
  };
63739
+ tile: BooleanConstructor;
63740
+ baseColor: StringConstructor;
63741
+ bgColor: StringConstructor;
63742
+ clearIcon: {
63743
+ type: PropType<IconValue>;
63744
+ default: string;
63745
+ };
63746
+ appendInnerIcon: PropType<IconValue>;
63747
+ prependInnerIcon: PropType<IconValue>;
63816
63748
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
63817
63749
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
63818
63750
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
63751
+ clearable: BooleanConstructor;
63752
+ dirty: BooleanConstructor;
63753
+ persistentClear: BooleanConstructor;
63754
+ singleLine: BooleanConstructor;
63755
+ id: StringConstructor;
63756
+ width: (StringConstructor | NumberConstructor)[];
63757
+ name: StringConstructor;
63758
+ messages: {
63759
+ type: PropType<string | readonly string[]>;
63760
+ default: () => never[];
63761
+ };
63819
63762
  focused: BooleanConstructor;
63820
63763
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
63821
63764
  errorMessages: {
@@ -63826,7 +63769,6 @@ declare const VTextarea: {
63826
63769
  type: (StringConstructor | NumberConstructor)[];
63827
63770
  default: number;
63828
63771
  };
63829
- name: StringConstructor;
63830
63772
  readonly: {
63831
63773
  type: PropType<boolean | null>;
63832
63774
  default: null;
@@ -63838,7 +63780,6 @@ declare const VTextarea: {
63838
63780
  modelValue: null;
63839
63781
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
63840
63782
  validationValue: null;
63841
- width: (StringConstructor | NumberConstructor)[];
63842
63783
  maxWidth: (StringConstructor | NumberConstructor)[];
63843
63784
  minWidth: (StringConstructor | NumberConstructor)[];
63844
63785
  density: {
@@ -63846,24 +63787,19 @@ declare const VTextarea: {
63846
63787
  default: string;
63847
63788
  validator: (v: any) => boolean;
63848
63789
  };
63849
- id: StringConstructor;
63850
- appendIcon: PropType<IconValue>;
63851
- prependIcon: PropType<IconValue>;
63852
- hideDetails: PropType<boolean | "auto">;
63853
- hideSpinButtons: BooleanConstructor;
63854
- hint: StringConstructor;
63855
- persistentHint: BooleanConstructor;
63856
- messages: {
63857
- type: PropType<string | readonly string[]>;
63858
- default: () => never[];
63859
- };
63860
63790
  direction: {
63861
63791
  type: PropType<"horizontal" | "vertical">;
63862
63792
  default: string;
63863
63793
  validator: (v: any) => boolean;
63864
63794
  };
63795
+ prependIcon: PropType<IconValue>;
63796
+ appendIcon: PropType<IconValue>;
63865
63797
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
63866
63798
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
63799
+ hideSpinButtons: BooleanConstructor;
63800
+ hint: StringConstructor;
63801
+ persistentHint: BooleanConstructor;
63802
+ hideDetails: PropType<boolean | "auto">;
63867
63803
  autoGrow: BooleanConstructor;
63868
63804
  autofocus: BooleanConstructor;
63869
63805
  counter: PropType<string | number | true>;
@@ -63885,52 +63821,55 @@ declare const VTextarea: {
63885
63821
  suffix: StringConstructor;
63886
63822
  modelModifiers: PropType<Record<string, boolean>>;
63887
63823
  }, vue.ExtractPropTypes<{
63888
- theme: StringConstructor;
63889
- rounded: {
63890
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
63891
- default: undefined;
63892
- };
63893
- tile: BooleanConstructor;
63894
- loading: (StringConstructor | BooleanConstructor)[];
63824
+ reverse: BooleanConstructor;
63825
+ flat: BooleanConstructor;
63895
63826
  class: PropType<any>;
63896
63827
  style: {
63897
63828
  type: PropType<vue.StyleValue>;
63898
63829
  default: null;
63899
63830
  };
63900
- appendInnerIcon: PropType<IconValue>;
63901
- bgColor: StringConstructor;
63902
- clearable: BooleanConstructor;
63903
- clearIcon: {
63904
- type: PropType<IconValue>;
63905
- default: string;
63906
- };
63831
+ label: StringConstructor;
63907
63832
  active: BooleanConstructor;
63908
- centerAffix: {
63909
- type: BooleanConstructor;
63910
- default: undefined;
63911
- };
63833
+ error: BooleanConstructor;
63834
+ theme: StringConstructor;
63912
63835
  color: StringConstructor;
63913
- baseColor: StringConstructor;
63914
- dirty: BooleanConstructor;
63915
63836
  disabled: {
63916
63837
  type: BooleanConstructor;
63917
63838
  default: null;
63918
63839
  };
63919
- error: BooleanConstructor;
63920
- flat: BooleanConstructor;
63921
- label: StringConstructor;
63922
- persistentClear: BooleanConstructor;
63923
- prependInnerIcon: PropType<IconValue>;
63924
- reverse: BooleanConstructor;
63925
- singleLine: BooleanConstructor;
63840
+ loading: (StringConstructor | BooleanConstructor)[];
63841
+ rounded: {
63842
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
63843
+ default: undefined;
63844
+ };
63926
63845
  variant: {
63927
63846
  type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
63928
63847
  default: string;
63929
63848
  validator: (v: any) => boolean;
63930
63849
  };
63850
+ tile: BooleanConstructor;
63851
+ baseColor: StringConstructor;
63852
+ bgColor: StringConstructor;
63853
+ clearIcon: {
63854
+ type: PropType<IconValue>;
63855
+ default: string;
63856
+ };
63857
+ appendInnerIcon: PropType<IconValue>;
63858
+ prependInnerIcon: PropType<IconValue>;
63931
63859
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
63932
63860
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
63933
63861
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
63862
+ clearable: BooleanConstructor;
63863
+ dirty: BooleanConstructor;
63864
+ persistentClear: BooleanConstructor;
63865
+ singleLine: BooleanConstructor;
63866
+ id: StringConstructor;
63867
+ width: (StringConstructor | NumberConstructor)[];
63868
+ name: StringConstructor;
63869
+ messages: {
63870
+ type: PropType<string | readonly string[]>;
63871
+ default: () => never[];
63872
+ };
63934
63873
  focused: BooleanConstructor;
63935
63874
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
63936
63875
  errorMessages: {
@@ -63941,7 +63880,6 @@ declare const VTextarea: {
63941
63880
  type: (StringConstructor | NumberConstructor)[];
63942
63881
  default: number;
63943
63882
  };
63944
- name: StringConstructor;
63945
63883
  readonly: {
63946
63884
  type: PropType<boolean | null>;
63947
63885
  default: null;
@@ -63953,7 +63891,6 @@ declare const VTextarea: {
63953
63891
  modelValue: null;
63954
63892
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
63955
63893
  validationValue: null;
63956
- width: (StringConstructor | NumberConstructor)[];
63957
63894
  maxWidth: (StringConstructor | NumberConstructor)[];
63958
63895
  minWidth: (StringConstructor | NumberConstructor)[];
63959
63896
  density: {
@@ -63961,24 +63898,19 @@ declare const VTextarea: {
63961
63898
  default: string;
63962
63899
  validator: (v: any) => boolean;
63963
63900
  };
63964
- id: StringConstructor;
63965
- appendIcon: PropType<IconValue>;
63966
- prependIcon: PropType<IconValue>;
63967
- hideDetails: PropType<boolean | "auto">;
63968
- hideSpinButtons: BooleanConstructor;
63969
- hint: StringConstructor;
63970
- persistentHint: BooleanConstructor;
63971
- messages: {
63972
- type: PropType<string | readonly string[]>;
63973
- default: () => never[];
63974
- };
63975
63901
  direction: {
63976
63902
  type: PropType<"horizontal" | "vertical">;
63977
63903
  default: string;
63978
63904
  validator: (v: any) => boolean;
63979
63905
  };
63906
+ prependIcon: PropType<IconValue>;
63907
+ appendIcon: PropType<IconValue>;
63980
63908
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
63981
63909
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
63910
+ hideSpinButtons: BooleanConstructor;
63911
+ hint: StringConstructor;
63912
+ persistentHint: BooleanConstructor;
63913
+ hideDetails: PropType<boolean | "auto">;
63982
63914
  autoGrow: BooleanConstructor;
63983
63915
  autofocus: BooleanConstructor;
63984
63916
  counter: PropType<string | number | true>;
@@ -64022,6 +63954,7 @@ declare const VTextField: {
64022
63954
  density: Density;
64023
63955
  direction: "horizontal" | "vertical";
64024
63956
  clearIcon: IconValue;
63957
+ centerAffix: boolean;
64025
63958
  hideSpinButtons: boolean;
64026
63959
  persistentHint: boolean;
64027
63960
  autofocus: boolean;
@@ -64062,7 +63995,6 @@ declare const VTextField: {
64062
63995
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64063
63996
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64064
63997
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64065
- centerAffix?: boolean | undefined;
64066
63998
  hint?: string | undefined;
64067
63999
  hideDetails?: boolean | "auto" | undefined;
64068
64000
  suffix?: string | undefined;
@@ -64403,6 +64335,7 @@ declare const VTextField: {
64403
64335
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64404
64336
  tile: boolean;
64405
64337
  clearIcon: IconValue;
64338
+ centerAffix: boolean;
64406
64339
  clearable: boolean;
64407
64340
  dirty: boolean;
64408
64341
  persistentClear: boolean;
@@ -64422,7 +64355,6 @@ declare const VTextField: {
64422
64355
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64423
64356
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64424
64357
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64425
- centerAffix?: boolean | undefined;
64426
64358
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
64427
64359
  reverse: boolean;
64428
64360
  flat: boolean;
@@ -64434,6 +64366,7 @@ declare const VTextField: {
64434
64366
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64435
64367
  tile: boolean;
64436
64368
  clearIcon: IconValue;
64369
+ centerAffix: boolean;
64437
64370
  clearable: boolean;
64438
64371
  dirty: boolean;
64439
64372
  persistentClear: boolean;
@@ -64454,7 +64387,6 @@ declare const VTextField: {
64454
64387
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64455
64388
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64456
64389
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64457
- centerAffix?: boolean | undefined;
64458
64390
  } & {
64459
64391
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
64460
64392
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -64504,6 +64436,7 @@ declare const VTextField: {
64504
64436
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64505
64437
  tile: boolean;
64506
64438
  clearIcon: IconValue;
64439
+ centerAffix: boolean;
64507
64440
  clearable: boolean;
64508
64441
  dirty: boolean;
64509
64442
  persistentClear: boolean;
@@ -64524,7 +64457,6 @@ declare const VTextField: {
64524
64457
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64525
64458
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64526
64459
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64527
- centerAffix?: boolean | undefined;
64528
64460
  } & {
64529
64461
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
64530
64462
  }, {
@@ -64604,6 +64536,7 @@ declare const VTextField: {
64604
64536
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
64605
64537
  tile: boolean;
64606
64538
  clearIcon: IconValue;
64539
+ centerAffix: boolean;
64607
64540
  clearable: boolean;
64608
64541
  dirty: boolean;
64609
64542
  persistentClear: boolean;
@@ -64624,7 +64557,6 @@ declare const VTextField: {
64624
64557
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
64625
64558
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64626
64559
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64627
- centerAffix?: boolean | undefined;
64628
64560
  } & {
64629
64561
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
64630
64562
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -64656,6 +64588,7 @@ declare const VTextField: {
64656
64588
  density: Density;
64657
64589
  direction: "horizontal" | "vertical";
64658
64590
  clearIcon: IconValue;
64591
+ centerAffix: boolean;
64659
64592
  hideSpinButtons: boolean;
64660
64593
  persistentHint: boolean;
64661
64594
  autofocus: boolean;
@@ -64696,7 +64629,6 @@ declare const VTextField: {
64696
64629
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64697
64630
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64698
64631
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64699
- centerAffix?: boolean | undefined;
64700
64632
  hint?: string | undefined;
64701
64633
  hideDetails?: boolean | "auto" | undefined;
64702
64634
  suffix?: string | undefined;
@@ -64856,6 +64788,7 @@ declare const VTextField: {
64856
64788
  density: Density;
64857
64789
  direction: "horizontal" | "vertical";
64858
64790
  clearIcon: IconValue;
64791
+ centerAffix: boolean;
64859
64792
  hideSpinButtons: boolean;
64860
64793
  persistentHint: boolean;
64861
64794
  autofocus: boolean;
@@ -64896,7 +64829,6 @@ declare const VTextField: {
64896
64829
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
64897
64830
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
64898
64831
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
64899
- centerAffix?: boolean | undefined;
64900
64832
  hint?: string | undefined;
64901
64833
  hideDetails?: boolean | "auto" | undefined;
64902
64834
  suffix?: string | undefined;
@@ -65237,6 +65169,7 @@ declare const VTextField: {
65237
65169
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65238
65170
  tile: boolean;
65239
65171
  clearIcon: IconValue;
65172
+ centerAffix: boolean;
65240
65173
  clearable: boolean;
65241
65174
  dirty: boolean;
65242
65175
  persistentClear: boolean;
@@ -65256,7 +65189,6 @@ declare const VTextField: {
65256
65189
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65257
65190
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65258
65191
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65259
- centerAffix?: boolean | undefined;
65260
65192
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65261
65193
  reverse: boolean;
65262
65194
  flat: boolean;
@@ -65268,6 +65200,7 @@ declare const VTextField: {
65268
65200
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65269
65201
  tile: boolean;
65270
65202
  clearIcon: IconValue;
65203
+ centerAffix: boolean;
65271
65204
  clearable: boolean;
65272
65205
  dirty: boolean;
65273
65206
  persistentClear: boolean;
@@ -65288,7 +65221,6 @@ declare const VTextField: {
65288
65221
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65289
65222
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65290
65223
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65291
- centerAffix?: boolean | undefined;
65292
65224
  } & {
65293
65225
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65294
65226
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -65338,6 +65270,7 @@ declare const VTextField: {
65338
65270
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65339
65271
  tile: boolean;
65340
65272
  clearIcon: IconValue;
65273
+ centerAffix: boolean;
65341
65274
  clearable: boolean;
65342
65275
  dirty: boolean;
65343
65276
  persistentClear: boolean;
@@ -65358,7 +65291,6 @@ declare const VTextField: {
65358
65291
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65359
65292
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65360
65293
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65361
- centerAffix?: boolean | undefined;
65362
65294
  } & {
65363
65295
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65364
65296
  }, {
@@ -65438,6 +65370,7 @@ declare const VTextField: {
65438
65370
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65439
65371
  tile: boolean;
65440
65372
  clearIcon: IconValue;
65373
+ centerAffix: boolean;
65441
65374
  clearable: boolean;
65442
65375
  dirty: boolean;
65443
65376
  persistentClear: boolean;
@@ -65458,7 +65391,6 @@ declare const VTextField: {
65458
65391
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65459
65392
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65460
65393
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65461
- centerAffix?: boolean | undefined;
65462
65394
  } & {
65463
65395
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65464
65396
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -65519,6 +65451,7 @@ declare const VTextField: {
65519
65451
  density: Density;
65520
65452
  direction: "horizontal" | "vertical";
65521
65453
  clearIcon: IconValue;
65454
+ centerAffix: boolean;
65522
65455
  hideSpinButtons: boolean;
65523
65456
  persistentHint: boolean;
65524
65457
  autofocus: boolean;
@@ -65559,7 +65492,6 @@ declare const VTextField: {
65559
65492
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
65560
65493
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65561
65494
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65562
- centerAffix?: boolean | undefined;
65563
65495
  hint?: string | undefined;
65564
65496
  hideDetails?: boolean | "auto" | undefined;
65565
65497
  suffix?: string | undefined;
@@ -65900,6 +65832,7 @@ declare const VTextField: {
65900
65832
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65901
65833
  tile: boolean;
65902
65834
  clearIcon: IconValue;
65835
+ centerAffix: boolean;
65903
65836
  clearable: boolean;
65904
65837
  dirty: boolean;
65905
65838
  persistentClear: boolean;
@@ -65919,7 +65852,6 @@ declare const VTextField: {
65919
65852
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65920
65853
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65921
65854
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65922
- centerAffix?: boolean | undefined;
65923
65855
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
65924
65856
  reverse: boolean;
65925
65857
  flat: boolean;
@@ -65931,6 +65863,7 @@ declare const VTextField: {
65931
65863
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
65932
65864
  tile: boolean;
65933
65865
  clearIcon: IconValue;
65866
+ centerAffix: boolean;
65934
65867
  clearable: boolean;
65935
65868
  dirty: boolean;
65936
65869
  persistentClear: boolean;
@@ -65951,7 +65884,6 @@ declare const VTextField: {
65951
65884
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
65952
65885
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
65953
65886
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
65954
- centerAffix?: boolean | undefined;
65955
65887
  } & {
65956
65888
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
65957
65889
  }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -66001,6 +65933,7 @@ declare const VTextField: {
66001
65933
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66002
65934
  tile: boolean;
66003
65935
  clearIcon: IconValue;
65936
+ centerAffix: boolean;
66004
65937
  clearable: boolean;
66005
65938
  dirty: boolean;
66006
65939
  persistentClear: boolean;
@@ -66021,7 +65954,6 @@ declare const VTextField: {
66021
65954
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66022
65955
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66023
65956
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66024
- centerAffix?: boolean | undefined;
66025
65957
  } & {
66026
65958
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66027
65959
  }, {
@@ -66101,6 +66033,7 @@ declare const VTextField: {
66101
66033
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
66102
66034
  tile: boolean;
66103
66035
  clearIcon: IconValue;
66036
+ centerAffix: boolean;
66104
66037
  clearable: boolean;
66105
66038
  dirty: boolean;
66106
66039
  persistentClear: boolean;
@@ -66121,7 +66054,6 @@ declare const VTextField: {
66121
66054
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
66122
66055
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
66123
66056
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
66124
- centerAffix?: boolean | undefined;
66125
66057
  } & {
66126
66058
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
66127
66059
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -66224,10 +66156,7 @@ declare const VTextField: {
66224
66156
  default: string;
66225
66157
  };
66226
66158
  active: BooleanConstructor;
66227
- centerAffix: {
66228
- type: BooleanConstructor;
66229
- default: undefined;
66230
- };
66159
+ centerAffix: BooleanConstructor;
66231
66160
  color: StringConstructor;
66232
66161
  baseColor: StringConstructor;
66233
66162
  dirty: BooleanConstructor;
@@ -66333,10 +66262,7 @@ declare const VTextField: {
66333
66262
  default: string;
66334
66263
  };
66335
66264
  active: BooleanConstructor;
66336
- centerAffix: {
66337
- type: BooleanConstructor;
66338
- default: undefined;
66339
- };
66265
+ centerAffix: BooleanConstructor;
66340
66266
  color: StringConstructor;
66341
66267
  baseColor: StringConstructor;
66342
66268
  dirty: BooleanConstructor;
@@ -67379,7 +67305,7 @@ declare const VTooltip: {
67379
67305
  eager: boolean;
67380
67306
  location: NonNullable<Anchor>;
67381
67307
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67382
- updateLocation: (e: Event) => void;
67308
+ updateLocation: (e?: Event | undefined) => void;
67383
67309
  } | undefined) | "connected">;
67384
67310
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
67385
67311
  activatorProps: Record<string, any>;
@@ -67459,7 +67385,7 @@ declare const VTooltip: {
67459
67385
  eager: boolean;
67460
67386
  location: Anchor;
67461
67387
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67462
- updateLocation: (e: Event) => void;
67388
+ updateLocation: (e?: Event | undefined) => void;
67463
67389
  } | undefined) | "connected";
67464
67390
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67465
67391
  activatorProps: Record<string, any>;
@@ -67486,7 +67412,7 @@ declare const VTooltip: {
67486
67412
  eager: boolean;
67487
67413
  location: Anchor;
67488
67414
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67489
- updateLocation: (e: Event) => void;
67415
+ updateLocation: (e?: Event | undefined) => void;
67490
67416
  } | undefined) | "connected";
67491
67417
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67492
67418
  activatorProps: Record<string, any>;
@@ -67564,7 +67490,7 @@ declare const VTooltip: {
67564
67490
  eager: boolean;
67565
67491
  location: Anchor;
67566
67492
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67567
- updateLocation: (e: Event) => void;
67493
+ updateLocation: (e?: Event | undefined) => void;
67568
67494
  } | undefined) | "connected";
67569
67495
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67570
67496
  activatorProps: Record<string, any>;
@@ -67671,7 +67597,7 @@ declare const VTooltip: {
67671
67597
  eager: boolean;
67672
67598
  location: Anchor;
67673
67599
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67674
- updateLocation: (e: Event) => void;
67600
+ updateLocation: (e?: Event | undefined) => void;
67675
67601
  } | undefined) | "connected";
67676
67602
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67677
67603
  activatorProps: Record<string, any>;
@@ -67767,7 +67693,7 @@ declare const VTooltip: {
67767
67693
  eager: boolean;
67768
67694
  location: Anchor;
67769
67695
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67770
- updateLocation: (e: Event) => void;
67696
+ updateLocation: (e?: Event | undefined) => void;
67771
67697
  } | undefined) | "connected";
67772
67698
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67773
67699
  activatorProps: Record<string, any>;
@@ -67827,7 +67753,7 @@ declare const VTooltip: {
67827
67753
  eager: boolean;
67828
67754
  location: Anchor;
67829
67755
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67830
- updateLocation: (e: Event) => void;
67756
+ updateLocation: (e?: Event | undefined) => void;
67831
67757
  } | undefined) | "connected";
67832
67758
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
67833
67759
  activatorProps: Record<string, any>;
@@ -67921,7 +67847,7 @@ declare const VTooltip: {
67921
67847
  eager: boolean;
67922
67848
  location: NonNullable<Anchor>;
67923
67849
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
67924
- updateLocation: (e: Event) => void;
67850
+ updateLocation: (e?: Event | undefined) => void;
67925
67851
  } | undefined) | "connected">;
67926
67852
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
67927
67853
  activatorProps: Record<string, any>;
@@ -67999,7 +67925,7 @@ declare const VTooltip: {
67999
67925
  eager: boolean;
68000
67926
  location: NonNullable<Anchor>;
68001
67927
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68002
- updateLocation: (e: Event) => void;
67928
+ updateLocation: (e?: Event | undefined) => void;
68003
67929
  } | undefined) | "connected">;
68004
67930
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68005
67931
  activatorProps: Record<string, any>;
@@ -68045,7 +67971,7 @@ declare const VTooltip: {
68045
67971
  eager: boolean;
68046
67972
  location: NonNullable<Anchor>;
68047
67973
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68048
- updateLocation: (e: Event) => void;
67974
+ updateLocation: (e?: Event | undefined) => void;
68049
67975
  } | undefined) | "connected">;
68050
67976
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68051
67977
  activatorProps: Record<string, any>;
@@ -68125,7 +68051,7 @@ declare const VTooltip: {
68125
68051
  eager: boolean;
68126
68052
  location: Anchor;
68127
68053
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68128
- updateLocation: (e: Event) => void;
68054
+ updateLocation: (e?: Event | undefined) => void;
68129
68055
  } | undefined) | "connected";
68130
68056
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68131
68057
  activatorProps: Record<string, any>;
@@ -68152,7 +68078,7 @@ declare const VTooltip: {
68152
68078
  eager: boolean;
68153
68079
  location: Anchor;
68154
68080
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68155
- updateLocation: (e: Event) => void;
68081
+ updateLocation: (e?: Event | undefined) => void;
68156
68082
  } | undefined) | "connected";
68157
68083
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68158
68084
  activatorProps: Record<string, any>;
@@ -68230,7 +68156,7 @@ declare const VTooltip: {
68230
68156
  eager: boolean;
68231
68157
  location: Anchor;
68232
68158
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68233
- updateLocation: (e: Event) => void;
68159
+ updateLocation: (e?: Event | undefined) => void;
68234
68160
  } | undefined) | "connected";
68235
68161
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68236
68162
  activatorProps: Record<string, any>;
@@ -68337,7 +68263,7 @@ declare const VTooltip: {
68337
68263
  eager: boolean;
68338
68264
  location: Anchor;
68339
68265
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68340
- updateLocation: (e: Event) => void;
68266
+ updateLocation: (e?: Event | undefined) => void;
68341
68267
  } | undefined) | "connected";
68342
68268
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68343
68269
  activatorProps: Record<string, any>;
@@ -68433,7 +68359,7 @@ declare const VTooltip: {
68433
68359
  eager: boolean;
68434
68360
  location: Anchor;
68435
68361
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68436
- updateLocation: (e: Event) => void;
68362
+ updateLocation: (e?: Event | undefined) => void;
68437
68363
  } | undefined) | "connected";
68438
68364
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68439
68365
  activatorProps: Record<string, any>;
@@ -68493,7 +68419,7 @@ declare const VTooltip: {
68493
68419
  eager: boolean;
68494
68420
  location: Anchor;
68495
68421
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68496
- updateLocation: (e: Event) => void;
68422
+ updateLocation: (e?: Event | undefined) => void;
68497
68423
  } | undefined) | "connected";
68498
68424
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68499
68425
  activatorProps: Record<string, any>;
@@ -68585,7 +68511,7 @@ declare const VTooltip: {
68585
68511
  eager: boolean;
68586
68512
  location: NonNullable<Anchor>;
68587
68513
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68588
- updateLocation: (e: Event) => void;
68514
+ updateLocation: (e?: Event | undefined) => void;
68589
68515
  } | undefined) | "connected">;
68590
68516
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68591
68517
  activatorProps: Record<string, any>;
@@ -68615,7 +68541,7 @@ declare const VTooltip: {
68615
68541
  eager: boolean;
68616
68542
  location: NonNullable<Anchor>;
68617
68543
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68618
- updateLocation: (e: Event) => void;
68544
+ updateLocation: (e?: Event | undefined) => void;
68619
68545
  } | undefined) | "connected">;
68620
68546
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
68621
68547
  activatorProps: Record<string, any>;
@@ -68695,7 +68621,7 @@ declare const VTooltip: {
68695
68621
  eager: boolean;
68696
68622
  location: Anchor;
68697
68623
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68698
- updateLocation: (e: Event) => void;
68624
+ updateLocation: (e?: Event | undefined) => void;
68699
68625
  } | undefined) | "connected";
68700
68626
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68701
68627
  activatorProps: Record<string, any>;
@@ -68722,7 +68648,7 @@ declare const VTooltip: {
68722
68648
  eager: boolean;
68723
68649
  location: Anchor;
68724
68650
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68725
- updateLocation: (e: Event) => void;
68651
+ updateLocation: (e?: Event | undefined) => void;
68726
68652
  } | undefined) | "connected";
68727
68653
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68728
68654
  activatorProps: Record<string, any>;
@@ -68800,7 +68726,7 @@ declare const VTooltip: {
68800
68726
  eager: boolean;
68801
68727
  location: Anchor;
68802
68728
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68803
- updateLocation: (e: Event) => void;
68729
+ updateLocation: (e?: Event | undefined) => void;
68804
68730
  } | undefined) | "connected";
68805
68731
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68806
68732
  activatorProps: Record<string, any>;
@@ -68907,7 +68833,7 @@ declare const VTooltip: {
68907
68833
  eager: boolean;
68908
68834
  location: Anchor;
68909
68835
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
68910
- updateLocation: (e: Event) => void;
68836
+ updateLocation: (e?: Event | undefined) => void;
68911
68837
  } | undefined) | "connected";
68912
68838
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
68913
68839
  activatorProps: Record<string, any>;
@@ -69003,7 +68929,7 @@ declare const VTooltip: {
69003
68929
  eager: boolean;
69004
68930
  location: Anchor;
69005
68931
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69006
- updateLocation: (e: Event) => void;
68932
+ updateLocation: (e?: Event | undefined) => void;
69007
68933
  } | undefined) | "connected";
69008
68934
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69009
68935
  activatorProps: Record<string, any>;
@@ -69063,7 +68989,7 @@ declare const VTooltip: {
69063
68989
  eager: boolean;
69064
68990
  location: Anchor;
69065
68991
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69066
- updateLocation: (e: Event) => void;
68992
+ updateLocation: (e?: Event | undefined) => void;
69067
68993
  } | undefined) | "connected";
69068
68994
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
69069
68995
  activatorProps: Record<string, any>;
@@ -69157,7 +69083,7 @@ declare const VTooltip: {
69157
69083
  eager: boolean;
69158
69084
  location: NonNullable<Anchor>;
69159
69085
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69160
- updateLocation: (e: Event) => void;
69086
+ updateLocation: (e?: Event | undefined) => void;
69161
69087
  } | undefined) | "connected">;
69162
69088
  scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
69163
69089
  activatorProps: Record<string, any>;
@@ -69246,16 +69172,16 @@ declare const VTooltip: {
69246
69172
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69247
69173
  locationStrategy: Omit<{
69248
69174
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69249
- updateLocation: (e: Event) => void;
69175
+ updateLocation: (e?: Event | undefined) => void;
69250
69176
  } | undefined) | "connected">;
69251
69177
  default: string;
69252
69178
  validator: (val: any) => boolean;
69253
69179
  }, "default" | "type"> & {
69254
69180
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69255
- updateLocation: (e: Event) => void;
69181
+ updateLocation: (e?: Event | undefined) => void;
69256
69182
  } | undefined) | "connected">>;
69257
69183
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69258
- updateLocation: (e: Event) => void;
69184
+ updateLocation: (e?: Event | undefined) => void;
69259
69185
  } | undefined) | "connected">;
69260
69186
  };
69261
69187
  scrollStrategy: Omit<{
@@ -69372,16 +69298,16 @@ declare const VTooltip: {
69372
69298
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
69373
69299
  locationStrategy: Omit<{
69374
69300
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69375
- updateLocation: (e: Event) => void;
69301
+ updateLocation: (e?: Event | undefined) => void;
69376
69302
  } | undefined) | "connected">;
69377
69303
  default: string;
69378
69304
  validator: (val: any) => boolean;
69379
69305
  }, "default" | "type"> & {
69380
69306
  type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69381
- updateLocation: (e: Event) => void;
69307
+ updateLocation: (e?: Event | undefined) => void;
69382
69308
  } | undefined) | "connected">>;
69383
69309
  default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
69384
- updateLocation: (e: Event) => void;
69310
+ updateLocation: (e?: Event | undefined) => void;
69385
69311
  } | undefined) | "connected">;
69386
69312
  };
69387
69313
  scrollStrategy: Omit<{