@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
@@ -91,6 +91,7 @@ declare const VCalendar: {
91
91
  modelValue?: unknown[] | undefined;
92
92
  max?: unknown;
93
93
  min?: unknown;
94
+ firstDayOfWeek?: string | number | undefined;
94
95
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
95
96
  displayValue?: unknown;
96
97
  dayIndex?: number | undefined;
@@ -214,6 +215,7 @@ declare const VCalendar: {
214
215
  modelValue?: unknown[] | undefined;
215
216
  max?: unknown;
216
217
  min?: unknown;
218
+ firstDayOfWeek?: string | number | undefined;
217
219
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
218
220
  displayValue?: unknown;
219
221
  dayIndex?: number | undefined;
@@ -317,6 +319,7 @@ declare const VCalendar: {
317
319
  modelValue?: unknown[] | undefined;
318
320
  max?: unknown;
319
321
  min?: unknown;
322
+ firstDayOfWeek?: string | number | undefined;
320
323
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
321
324
  displayValue?: unknown;
322
325
  dayIndex?: number | undefined;
@@ -459,6 +462,7 @@ declare const VCalendar: {
459
462
  modelValue?: unknown[] | undefined;
460
463
  max?: unknown;
461
464
  min?: unknown;
465
+ firstDayOfWeek?: string | number | undefined;
462
466
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
463
467
  displayValue?: unknown;
464
468
  dayIndex?: number | undefined;
@@ -679,6 +683,7 @@ declare const VCalendar: {
679
683
  type: vue.PropType<"static" | "dynamic">;
680
684
  default: string;
681
685
  };
686
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
682
687
  hideHeader: BooleanConstructor;
683
688
  hideWeekNumber: BooleanConstructor;
684
689
  }, vue.ExtractPropTypes<{
@@ -773,6 +778,7 @@ declare const VCalendar: {
773
778
  type: vue.PropType<"static" | "dynamic">;
774
779
  default: string;
775
780
  };
781
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
776
782
  hideHeader: BooleanConstructor;
777
783
  hideWeekNumber: BooleanConstructor;
778
784
  }>>;
@@ -1844,10 +1850,11 @@ declare const VDateInput: {
1844
1850
  direction: "horizontal" | "vertical";
1845
1851
  prependIcon: NonNullable<IconValue>;
1846
1852
  clearIcon: IconValue;
1853
+ centerAffix: boolean;
1847
1854
  hideSpinButtons: boolean;
1848
1855
  persistentHint: boolean;
1849
- nextIcon: string;
1850
- prevIcon: string;
1856
+ nextIcon: IconValue;
1857
+ prevIcon: IconValue;
1851
1858
  autofocus: boolean;
1852
1859
  clearable: boolean;
1853
1860
  dirty: boolean;
@@ -1858,7 +1865,7 @@ declare const VDateInput: {
1858
1865
  reverseTransition: string;
1859
1866
  cancelText: string;
1860
1867
  okText: string;
1861
- modeIcon: string;
1868
+ modeIcon: IconValue;
1862
1869
  viewMode: "month" | "year" | "months";
1863
1870
  showAdjacentMonths: boolean;
1864
1871
  weekdays: number[];
@@ -1909,13 +1916,13 @@ declare const VDateInput: {
1909
1916
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1910
1917
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1911
1918
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1912
- centerAffix?: boolean | undefined;
1913
1919
  hint?: string | undefined;
1914
1920
  hideDetails?: boolean | "auto" | undefined;
1915
1921
  suffix?: string | undefined;
1916
1922
  counterValue?: number | ((value: any) => number) | undefined;
1917
1923
  modelModifiers?: Record<string, boolean> | undefined;
1918
1924
  min?: unknown;
1925
+ firstDayOfWeek?: string | number | undefined;
1919
1926
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
1920
1927
  displayValue?: unknown;
1921
1928
  } & {
@@ -1956,10 +1963,11 @@ declare const VDateInput: {
1956
1963
  direction: "horizontal" | "vertical";
1957
1964
  prependIcon: NonNullable<IconValue>;
1958
1965
  clearIcon: IconValue;
1966
+ centerAffix: boolean;
1959
1967
  hideSpinButtons: boolean;
1960
1968
  persistentHint: boolean;
1961
- nextIcon: string;
1962
- prevIcon: string;
1969
+ nextIcon: IconValue;
1970
+ prevIcon: IconValue;
1963
1971
  autofocus: boolean;
1964
1972
  clearable: boolean;
1965
1973
  dirty: boolean;
@@ -1970,7 +1978,7 @@ declare const VDateInput: {
1970
1978
  reverseTransition: string;
1971
1979
  cancelText: string;
1972
1980
  okText: string;
1973
- modeIcon: string;
1981
+ modeIcon: IconValue;
1974
1982
  viewMode: "month" | "year" | "months";
1975
1983
  showAdjacentMonths: boolean;
1976
1984
  weekdays: number[];
@@ -2021,13 +2029,13 @@ declare const VDateInput: {
2021
2029
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2022
2030
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2023
2031
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2024
- centerAffix?: boolean | undefined;
2025
2032
  hint?: string | undefined;
2026
2033
  hideDetails?: boolean | "auto" | undefined;
2027
2034
  suffix?: string | undefined;
2028
2035
  counterValue?: number | ((value: any) => number) | undefined;
2029
2036
  modelModifiers?: Record<string, boolean> | undefined;
2030
2037
  min?: unknown;
2038
+ firstDayOfWeek?: string | number | undefined;
2031
2039
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
2032
2040
  displayValue?: unknown;
2033
2041
  } & {
@@ -2070,8 +2078,8 @@ declare const VDateInput: {
2070
2078
  centerAffix: boolean;
2071
2079
  hideSpinButtons: boolean;
2072
2080
  persistentHint: boolean;
2073
- nextIcon: string;
2074
- prevIcon: string;
2081
+ nextIcon: IconValue;
2082
+ prevIcon: IconValue;
2075
2083
  autofocus: boolean;
2076
2084
  clearable: boolean;
2077
2085
  dirty: boolean;
@@ -2082,7 +2090,7 @@ declare const VDateInput: {
2082
2090
  reverseTransition: string;
2083
2091
  cancelText: string;
2084
2092
  okText: string;
2085
- modeIcon: string;
2093
+ modeIcon: IconValue;
2086
2094
  viewMode: "month" | "year" | "months";
2087
2095
  showAdjacentMonths: boolean;
2088
2096
  weekdays: number[];
@@ -2128,10 +2136,11 @@ declare const VDateInput: {
2128
2136
  direction: "horizontal" | "vertical";
2129
2137
  prependIcon: NonNullable<IconValue>;
2130
2138
  clearIcon: IconValue;
2139
+ centerAffix: boolean;
2131
2140
  hideSpinButtons: boolean;
2132
2141
  persistentHint: boolean;
2133
- nextIcon: string;
2134
- prevIcon: string;
2142
+ nextIcon: IconValue;
2143
+ prevIcon: IconValue;
2135
2144
  autofocus: boolean;
2136
2145
  clearable: boolean;
2137
2146
  dirty: boolean;
@@ -2142,7 +2151,7 @@ declare const VDateInput: {
2142
2151
  reverseTransition: string;
2143
2152
  cancelText: string;
2144
2153
  okText: string;
2145
- modeIcon: string;
2154
+ modeIcon: IconValue;
2146
2155
  viewMode: "month" | "year" | "months";
2147
2156
  showAdjacentMonths: boolean;
2148
2157
  weekdays: number[];
@@ -2193,13 +2202,13 @@ declare const VDateInput: {
2193
2202
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2194
2203
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2195
2204
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2196
- centerAffix?: boolean | undefined;
2197
2205
  hint?: string | undefined;
2198
2206
  hideDetails?: boolean | "auto" | undefined;
2199
2207
  suffix?: string | undefined;
2200
2208
  counterValue?: number | ((value: any) => number) | undefined;
2201
2209
  modelModifiers?: Record<string, boolean> | undefined;
2202
2210
  min?: unknown;
2211
+ firstDayOfWeek?: string | number | undefined;
2203
2212
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
2204
2213
  displayValue?: unknown;
2205
2214
  } & {
@@ -2242,8 +2251,8 @@ declare const VDateInput: {
2242
2251
  centerAffix: boolean;
2243
2252
  hideSpinButtons: boolean;
2244
2253
  persistentHint: boolean;
2245
- nextIcon: string;
2246
- prevIcon: string;
2254
+ nextIcon: IconValue;
2255
+ prevIcon: IconValue;
2247
2256
  autofocus: boolean;
2248
2257
  clearable: boolean;
2249
2258
  dirty: boolean;
@@ -2254,7 +2263,7 @@ declare const VDateInput: {
2254
2263
  reverseTransition: string;
2255
2264
  cancelText: string;
2256
2265
  okText: string;
2257
- modeIcon: string;
2266
+ modeIcon: IconValue;
2258
2267
  viewMode: "month" | "year" | "months";
2259
2268
  showAdjacentMonths: boolean;
2260
2269
  weekdays: number[];
@@ -2293,10 +2302,11 @@ declare const VDateInput: {
2293
2302
  direction: "horizontal" | "vertical";
2294
2303
  prependIcon: NonNullable<IconValue>;
2295
2304
  clearIcon: IconValue;
2305
+ centerAffix: boolean;
2296
2306
  hideSpinButtons: boolean;
2297
2307
  persistentHint: boolean;
2298
- nextIcon: string;
2299
- prevIcon: string;
2308
+ nextIcon: IconValue;
2309
+ prevIcon: IconValue;
2300
2310
  autofocus: boolean;
2301
2311
  clearable: boolean;
2302
2312
  dirty: boolean;
@@ -2307,7 +2317,7 @@ declare const VDateInput: {
2307
2317
  reverseTransition: string;
2308
2318
  cancelText: string;
2309
2319
  okText: string;
2310
- modeIcon: string;
2320
+ modeIcon: IconValue;
2311
2321
  viewMode: "month" | "year" | "months";
2312
2322
  showAdjacentMonths: boolean;
2313
2323
  weekdays: number[];
@@ -2358,13 +2368,13 @@ declare const VDateInput: {
2358
2368
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2359
2369
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2360
2370
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2361
- centerAffix?: boolean | undefined;
2362
2371
  hint?: string | undefined;
2363
2372
  hideDetails?: boolean | "auto" | undefined;
2364
2373
  suffix?: string | undefined;
2365
2374
  counterValue?: number | ((value: any) => number) | undefined;
2366
2375
  modelModifiers?: Record<string, boolean> | undefined;
2367
2376
  min?: unknown;
2377
+ firstDayOfWeek?: string | number | undefined;
2368
2378
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
2369
2379
  displayValue?: unknown;
2370
2380
  } & {
@@ -2409,8 +2419,8 @@ declare const VDateInput: {
2409
2419
  centerAffix: boolean;
2410
2420
  hideSpinButtons: boolean;
2411
2421
  persistentHint: boolean;
2412
- nextIcon: string;
2413
- prevIcon: string;
2422
+ nextIcon: IconValue;
2423
+ prevIcon: IconValue;
2414
2424
  autofocus: boolean;
2415
2425
  clearable: boolean;
2416
2426
  dirty: boolean;
@@ -2421,7 +2431,7 @@ declare const VDateInput: {
2421
2431
  reverseTransition: string;
2422
2432
  cancelText: string;
2423
2433
  okText: string;
2424
- modeIcon: string;
2434
+ modeIcon: IconValue;
2425
2435
  viewMode: "month" | "year" | "months";
2426
2436
  showAdjacentMonths: boolean;
2427
2437
  weekdays: number[];
@@ -2489,11 +2499,11 @@ declare const VDateInput: {
2489
2499
  max: vue.PropType<unknown>;
2490
2500
  bgColor: StringConstructor;
2491
2501
  nextIcon: {
2492
- type: StringConstructor[];
2502
+ type: vue.PropType<IconValue>;
2493
2503
  default: string;
2494
2504
  };
2495
2505
  prevIcon: {
2496
- type: StringConstructor[];
2506
+ type: vue.PropType<IconValue>;
2497
2507
  default: string;
2498
2508
  };
2499
2509
  min: vue.PropType<unknown>;
@@ -2502,7 +2512,7 @@ declare const VDateInput: {
2502
2512
  default: string;
2503
2513
  };
2504
2514
  modeIcon: {
2505
- type: StringConstructor[];
2515
+ type: vue.PropType<IconValue>;
2506
2516
  default: string;
2507
2517
  };
2508
2518
  viewMode: {
@@ -2537,6 +2547,7 @@ declare const VDateInput: {
2537
2547
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
2538
2548
  default: NonNullable<NonNullable<"static" | "dynamic">>;
2539
2549
  };
2550
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
2540
2551
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
2541
2552
  displayValue: vue.PropType<unknown>;
2542
2553
  hideWeekdays: BooleanConstructor;
@@ -2554,10 +2565,7 @@ declare const VDateInput: {
2554
2565
  default: string;
2555
2566
  };
2556
2567
  active: BooleanConstructor;
2557
- centerAffix: {
2558
- type: BooleanConstructor;
2559
- default: undefined;
2560
- };
2568
+ centerAffix: BooleanConstructor;
2561
2569
  baseColor: StringConstructor;
2562
2570
  dirty: BooleanConstructor;
2563
2571
  error: BooleanConstructor;
@@ -2702,11 +2710,11 @@ declare const VDateInput: {
2702
2710
  max: vue.PropType<unknown>;
2703
2711
  bgColor: StringConstructor;
2704
2712
  nextIcon: {
2705
- type: StringConstructor[];
2713
+ type: vue.PropType<IconValue>;
2706
2714
  default: string;
2707
2715
  };
2708
2716
  prevIcon: {
2709
- type: StringConstructor[];
2717
+ type: vue.PropType<IconValue>;
2710
2718
  default: string;
2711
2719
  };
2712
2720
  min: vue.PropType<unknown>;
@@ -2715,7 +2723,7 @@ declare const VDateInput: {
2715
2723
  default: string;
2716
2724
  };
2717
2725
  modeIcon: {
2718
- type: StringConstructor[];
2726
+ type: vue.PropType<IconValue>;
2719
2727
  default: string;
2720
2728
  };
2721
2729
  viewMode: {
@@ -2750,6 +2758,7 @@ declare const VDateInput: {
2750
2758
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
2751
2759
  default: NonNullable<NonNullable<"static" | "dynamic">>;
2752
2760
  };
2761
+ firstDayOfWeek: (StringConstructor | NumberConstructor)[];
2753
2762
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
2754
2763
  displayValue: vue.PropType<unknown>;
2755
2764
  hideWeekdays: BooleanConstructor;
@@ -2767,10 +2776,7 @@ declare const VDateInput: {
2767
2776
  default: string;
2768
2777
  };
2769
2778
  active: BooleanConstructor;
2770
- centerAffix: {
2771
- type: BooleanConstructor;
2772
- default: undefined;
2773
- };
2779
+ centerAffix: BooleanConstructor;
2774
2780
  baseColor: StringConstructor;
2775
2781
  dirty: BooleanConstructor;
2776
2782
  error: BooleanConstructor;
@@ -2927,6 +2933,7 @@ declare const VNumberInput: {
2927
2933
  direction: "horizontal" | "vertical";
2928
2934
  max: number;
2929
2935
  clearIcon: IconValue;
2936
+ centerAffix: boolean;
2930
2937
  hideSpinButtons: boolean;
2931
2938
  persistentHint: boolean;
2932
2939
  autofocus: boolean;
@@ -2969,7 +2976,6 @@ declare const VNumberInput: {
2969
2976
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2970
2977
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2971
2978
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2972
- centerAffix?: boolean | undefined;
2973
2979
  hint?: string | undefined;
2974
2980
  hideDetails?: boolean | "auto" | undefined;
2975
2981
  suffix?: string | undefined;
@@ -3057,6 +3063,7 @@ declare const VNumberInput: {
3057
3063
  direction: "horizontal" | "vertical";
3058
3064
  max: number;
3059
3065
  clearIcon: IconValue;
3066
+ centerAffix: boolean;
3060
3067
  hideSpinButtons: boolean;
3061
3068
  persistentHint: boolean;
3062
3069
  autofocus: boolean;
@@ -3099,7 +3106,6 @@ declare const VNumberInput: {
3099
3106
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3100
3107
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3101
3108
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3102
- centerAffix?: boolean | undefined;
3103
3109
  hint?: string | undefined;
3104
3110
  hideDetails?: boolean | "auto" | undefined;
3105
3111
  suffix?: string | undefined;
@@ -3270,6 +3276,7 @@ declare const VNumberInput: {
3270
3276
  direction: "horizontal" | "vertical";
3271
3277
  max: number;
3272
3278
  clearIcon: IconValue;
3279
+ centerAffix: boolean;
3273
3280
  hideSpinButtons: boolean;
3274
3281
  persistentHint: boolean;
3275
3282
  autofocus: boolean;
@@ -3312,7 +3319,6 @@ declare const VNumberInput: {
3312
3319
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3313
3320
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3314
3321
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3315
- centerAffix?: boolean | undefined;
3316
3322
  hint?: string | undefined;
3317
3323
  hideDetails?: boolean | "auto" | undefined;
3318
3324
  suffix?: string | undefined;
@@ -3438,6 +3444,7 @@ declare const VNumberInput: {
3438
3444
  direction: "horizontal" | "vertical";
3439
3445
  max: number;
3440
3446
  clearIcon: IconValue;
3447
+ centerAffix: boolean;
3441
3448
  hideSpinButtons: boolean;
3442
3449
  persistentHint: boolean;
3443
3450
  autofocus: boolean;
@@ -3480,7 +3487,6 @@ declare const VNumberInput: {
3480
3487
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3481
3488
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3482
3489
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3483
- centerAffix?: boolean | undefined;
3484
3490
  hint?: string | undefined;
3485
3491
  hideDetails?: boolean | "auto" | undefined;
3486
3492
  suffix?: string | undefined;
@@ -3714,10 +3720,7 @@ declare const VNumberInput: {
3714
3720
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
3715
3721
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
3716
3722
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
3717
- centerAffix: {
3718
- type: BooleanConstructor;
3719
- default: undefined;
3720
- };
3723
+ centerAffix: BooleanConstructor;
3721
3724
  hideSpinButtons: BooleanConstructor;
3722
3725
  hint: StringConstructor;
3723
3726
  persistentHint: BooleanConstructor;
@@ -3839,10 +3842,7 @@ declare const VNumberInput: {
3839
3842
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
3840
3843
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
3841
3844
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
3842
- centerAffix: {
3843
- type: BooleanConstructor;
3844
- default: undefined;
3845
- };
3845
+ centerAffix: BooleanConstructor;
3846
3846
  hideSpinButtons: BooleanConstructor;
3847
3847
  hint: StringConstructor;
3848
3848
  persistentHint: BooleanConstructor;
@@ -4341,7 +4341,7 @@ interface LocationStrategyData {
4341
4341
  isRtl: Ref<boolean>;
4342
4342
  }
4343
4343
  type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
4344
- updateLocation: (e: Event) => void;
4344
+ updateLocation: (e?: Event) => void;
4345
4345
  };
4346
4346
  declare const locationStrategies: {
4347
4347
  static: typeof staticLocationStrategy;
@@ -4497,7 +4497,7 @@ declare const VSnackbar: {
4497
4497
  eager: boolean;
4498
4498
  location: Anchor;
4499
4499
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4500
- updateLocation: (e: Event) => void;
4500
+ updateLocation: (e?: Event | undefined) => void;
4501
4501
  } | undefined) | "connected";
4502
4502
  activatorProps: Record<string, any>;
4503
4503
  openOnHover: boolean;
@@ -4582,7 +4582,7 @@ declare const VSnackbar: {
4582
4582
  eager: boolean;
4583
4583
  location: Anchor;
4584
4584
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4585
- updateLocation: (e: Event) => void;
4585
+ updateLocation: (e?: Event | undefined) => void;
4586
4586
  } | undefined) | "connected";
4587
4587
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
4588
4588
  activatorProps: Record<string, any>;
@@ -4609,7 +4609,7 @@ declare const VSnackbar: {
4609
4609
  eager: boolean;
4610
4610
  location: Anchor;
4611
4611
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4612
- updateLocation: (e: Event) => void;
4612
+ updateLocation: (e?: Event | undefined) => void;
4613
4613
  } | undefined) | "connected";
4614
4614
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
4615
4615
  activatorProps: Record<string, any>;
@@ -4687,7 +4687,7 @@ declare const VSnackbar: {
4687
4687
  eager: boolean;
4688
4688
  location: Anchor;
4689
4689
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4690
- updateLocation: (e: Event) => void;
4690
+ updateLocation: (e?: Event | undefined) => void;
4691
4691
  } | undefined) | "connected";
4692
4692
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
4693
4693
  activatorProps: Record<string, any>;
@@ -4794,7 +4794,7 @@ declare const VSnackbar: {
4794
4794
  eager: boolean;
4795
4795
  location: Anchor;
4796
4796
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4797
- updateLocation: (e: Event) => void;
4797
+ updateLocation: (e?: Event | undefined) => void;
4798
4798
  } | undefined) | "connected";
4799
4799
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
4800
4800
  activatorProps: Record<string, any>;
@@ -4890,7 +4890,7 @@ declare const VSnackbar: {
4890
4890
  eager: boolean;
4891
4891
  location: Anchor;
4892
4892
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4893
- updateLocation: (e: Event) => void;
4893
+ updateLocation: (e?: Event | undefined) => void;
4894
4894
  } | undefined) | "connected";
4895
4895
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
4896
4896
  activatorProps: Record<string, any>;
@@ -4950,7 +4950,7 @@ declare const VSnackbar: {
4950
4950
  eager: boolean;
4951
4951
  location: Anchor;
4952
4952
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
4953
- updateLocation: (e: Event) => void;
4953
+ updateLocation: (e?: Event | undefined) => void;
4954
4954
  } | undefined) | "connected";
4955
4955
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
4956
4956
  activatorProps: Record<string, any>;
@@ -5046,7 +5046,7 @@ declare const VSnackbar: {
5046
5046
  eager: boolean;
5047
5047
  location: Anchor;
5048
5048
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5049
- updateLocation: (e: Event) => void;
5049
+ updateLocation: (e?: Event | undefined) => void;
5050
5050
  } | undefined) | "connected";
5051
5051
  activatorProps: Record<string, any>;
5052
5052
  openOnHover: boolean;
@@ -5132,7 +5132,7 @@ declare const VSnackbar: {
5132
5132
  eager: boolean;
5133
5133
  location: Anchor;
5134
5134
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5135
- updateLocation: (e: Event) => void;
5135
+ updateLocation: (e?: Event | undefined) => void;
5136
5136
  } | undefined) | "connected";
5137
5137
  activatorProps: Record<string, any>;
5138
5138
  openOnClick: boolean;
@@ -5184,7 +5184,7 @@ declare const VSnackbar: {
5184
5184
  eager: boolean;
5185
5185
  location: Anchor;
5186
5186
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5187
- updateLocation: (e: Event) => void;
5187
+ updateLocation: (e?: Event | undefined) => void;
5188
5188
  } | undefined) | "connected";
5189
5189
  activatorProps: Record<string, any>;
5190
5190
  openOnHover: boolean;
@@ -5269,7 +5269,7 @@ declare const VSnackbar: {
5269
5269
  eager: boolean;
5270
5270
  location: Anchor;
5271
5271
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5272
- updateLocation: (e: Event) => void;
5272
+ updateLocation: (e?: Event | undefined) => void;
5273
5273
  } | undefined) | "connected";
5274
5274
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5275
5275
  activatorProps: Record<string, any>;
@@ -5296,7 +5296,7 @@ declare const VSnackbar: {
5296
5296
  eager: boolean;
5297
5297
  location: Anchor;
5298
5298
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5299
- updateLocation: (e: Event) => void;
5299
+ updateLocation: (e?: Event | undefined) => void;
5300
5300
  } | undefined) | "connected";
5301
5301
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5302
5302
  activatorProps: Record<string, any>;
@@ -5374,7 +5374,7 @@ declare const VSnackbar: {
5374
5374
  eager: boolean;
5375
5375
  location: Anchor;
5376
5376
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5377
- updateLocation: (e: Event) => void;
5377
+ updateLocation: (e?: Event | undefined) => void;
5378
5378
  } | undefined) | "connected";
5379
5379
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5380
5380
  activatorProps: Record<string, any>;
@@ -5481,7 +5481,7 @@ declare const VSnackbar: {
5481
5481
  eager: boolean;
5482
5482
  location: Anchor;
5483
5483
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5484
- updateLocation: (e: Event) => void;
5484
+ updateLocation: (e?: Event | undefined) => void;
5485
5485
  } | undefined) | "connected";
5486
5486
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5487
5487
  activatorProps: Record<string, any>;
@@ -5577,7 +5577,7 @@ declare const VSnackbar: {
5577
5577
  eager: boolean;
5578
5578
  location: Anchor;
5579
5579
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5580
- updateLocation: (e: Event) => void;
5580
+ updateLocation: (e?: Event | undefined) => void;
5581
5581
  } | undefined) | "connected";
5582
5582
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5583
5583
  activatorProps: Record<string, any>;
@@ -5637,7 +5637,7 @@ declare const VSnackbar: {
5637
5637
  eager: boolean;
5638
5638
  location: Anchor;
5639
5639
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5640
- updateLocation: (e: Event) => void;
5640
+ updateLocation: (e?: Event | undefined) => void;
5641
5641
  } | undefined) | "connected";
5642
5642
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5643
5643
  activatorProps: Record<string, any>;
@@ -5732,7 +5732,7 @@ declare const VSnackbar: {
5732
5732
  eager: boolean;
5733
5733
  location: Anchor;
5734
5734
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5735
- updateLocation: (e: Event) => void;
5735
+ updateLocation: (e?: Event | undefined) => void;
5736
5736
  } | undefined) | "connected";
5737
5737
  activatorProps: Record<string, any>;
5738
5738
  openOnClick: boolean;
@@ -5763,7 +5763,7 @@ declare const VSnackbar: {
5763
5763
  eager: boolean;
5764
5764
  location: Anchor;
5765
5765
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5766
- updateLocation: (e: Event) => void;
5766
+ updateLocation: (e?: Event | undefined) => void;
5767
5767
  } | undefined) | "connected";
5768
5768
  activatorProps: Record<string, any>;
5769
5769
  openOnHover: boolean;
@@ -5848,7 +5848,7 @@ declare const VSnackbar: {
5848
5848
  eager: boolean;
5849
5849
  location: Anchor;
5850
5850
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5851
- updateLocation: (e: Event) => void;
5851
+ updateLocation: (e?: Event | undefined) => void;
5852
5852
  } | undefined) | "connected";
5853
5853
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5854
5854
  activatorProps: Record<string, any>;
@@ -5875,7 +5875,7 @@ declare const VSnackbar: {
5875
5875
  eager: boolean;
5876
5876
  location: Anchor;
5877
5877
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5878
- updateLocation: (e: Event) => void;
5878
+ updateLocation: (e?: Event | undefined) => void;
5879
5879
  } | undefined) | "connected";
5880
5880
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5881
5881
  activatorProps: Record<string, any>;
@@ -5953,7 +5953,7 @@ declare const VSnackbar: {
5953
5953
  eager: boolean;
5954
5954
  location: Anchor;
5955
5955
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
5956
- updateLocation: (e: Event) => void;
5956
+ updateLocation: (e?: Event | undefined) => void;
5957
5957
  } | undefined) | "connected";
5958
5958
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5959
5959
  activatorProps: Record<string, any>;
@@ -6060,7 +6060,7 @@ declare const VSnackbar: {
6060
6060
  eager: boolean;
6061
6061
  location: Anchor;
6062
6062
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
6063
- updateLocation: (e: Event) => void;
6063
+ updateLocation: (e?: Event | undefined) => void;
6064
6064
  } | undefined) | "connected";
6065
6065
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6066
6066
  activatorProps: Record<string, any>;
@@ -6156,7 +6156,7 @@ declare const VSnackbar: {
6156
6156
  eager: boolean;
6157
6157
  location: Anchor;
6158
6158
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
6159
- updateLocation: (e: Event) => void;
6159
+ updateLocation: (e?: Event | undefined) => void;
6160
6160
  } | undefined) | "connected";
6161
6161
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6162
6162
  activatorProps: Record<string, any>;
@@ -6216,7 +6216,7 @@ declare const VSnackbar: {
6216
6216
  eager: boolean;
6217
6217
  location: Anchor;
6218
6218
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
6219
- updateLocation: (e: Event) => void;
6219
+ updateLocation: (e?: Event | undefined) => void;
6220
6220
  } | undefined) | "connected";
6221
6221
  scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6222
6222
  activatorProps: Record<string, any>;
@@ -6313,7 +6313,7 @@ declare const VSnackbar: {
6313
6313
  eager: boolean;
6314
6314
  location: Anchor;
6315
6315
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
6316
- updateLocation: (e: Event) => void;
6316
+ updateLocation: (e?: Event | undefined) => void;
6317
6317
  } | undefined) | "connected";
6318
6318
  activatorProps: Record<string, any>;
6319
6319
  openOnClick: boolean;
@@ -6392,7 +6392,7 @@ declare const VSnackbar: {
6392
6392
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
6393
6393
  locationStrategy: {
6394
6394
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
6395
- updateLocation: (e: Event) => void;
6395
+ updateLocation: (e?: Event | undefined) => void;
6396
6396
  } | undefined) | "connected">;
6397
6397
  default: string;
6398
6398
  validator: (val: any) => boolean;
@@ -6493,7 +6493,7 @@ declare const VSnackbar: {
6493
6493
  activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
6494
6494
  locationStrategy: {
6495
6495
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
6496
- updateLocation: (e: Event) => void;
6496
+ updateLocation: (e?: Event | undefined) => void;
6497
6497
  } | undefined) | "connected">;
6498
6498
  default: string;
6499
6499
  validator: (val: any) => boolean;
@@ -8350,7 +8350,7 @@ declare const VSnackbarQueue: {
8350
8350
  eager: boolean;
8351
8351
  location: Anchor;
8352
8352
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8353
- updateLocation: (e: Event) => void;
8353
+ updateLocation: (e?: Event | undefined) => void;
8354
8354
  } | undefined) | "connected";
8355
8355
  activatorProps: Record<string, any>;
8356
8356
  openOnHover: boolean;
@@ -8403,7 +8403,7 @@ declare const VSnackbarQueue: {
8403
8403
  eager: boolean;
8404
8404
  location: Anchor;
8405
8405
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8406
- updateLocation: (e: Event) => void;
8406
+ updateLocation: (e?: Event | undefined) => void;
8407
8407
  } | undefined) | "connected";
8408
8408
  activatorProps: Record<string, any>;
8409
8409
  openOnHover: boolean;
@@ -8455,7 +8455,7 @@ declare const VSnackbarQueue: {
8455
8455
  eager: boolean;
8456
8456
  location: Anchor;
8457
8457
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8458
- updateLocation: (e: Event) => void;
8458
+ updateLocation: (e?: Event | undefined) => void;
8459
8459
  } | undefined) | "connected";
8460
8460
  activatorProps: Record<string, any>;
8461
8461
  openOnClick: boolean;
@@ -8508,7 +8508,7 @@ declare const VSnackbarQueue: {
8508
8508
  eager: boolean;
8509
8509
  location: Anchor;
8510
8510
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8511
- updateLocation: (e: Event) => void;
8511
+ updateLocation: (e?: Event | undefined) => void;
8512
8512
  } | undefined) | "connected";
8513
8513
  activatorProps: Record<string, any>;
8514
8514
  openOnHover: boolean;
@@ -8560,7 +8560,7 @@ declare const VSnackbarQueue: {
8560
8560
  eager: boolean;
8561
8561
  location: Anchor;
8562
8562
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8563
- updateLocation: (e: Event) => void;
8563
+ updateLocation: (e?: Event | undefined) => void;
8564
8564
  } | undefined) | "connected";
8565
8565
  activatorProps: Record<string, any>;
8566
8566
  openOnClick: boolean;
@@ -8591,7 +8591,7 @@ declare const VSnackbarQueue: {
8591
8591
  eager: boolean;
8592
8592
  location: Anchor;
8593
8593
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8594
- updateLocation: (e: Event) => void;
8594
+ updateLocation: (e?: Event | undefined) => void;
8595
8595
  } | undefined) | "connected";
8596
8596
  activatorProps: Record<string, any>;
8597
8597
  openOnHover: boolean;
@@ -8645,7 +8645,7 @@ declare const VSnackbarQueue: {
8645
8645
  eager: boolean;
8646
8646
  location: Anchor;
8647
8647
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8648
- updateLocation: (e: Event) => void;
8648
+ updateLocation: (e?: Event | undefined) => void;
8649
8649
  } | undefined) | "connected";
8650
8650
  activatorProps: Record<string, any>;
8651
8651
  openOnClick: boolean;
@@ -8748,7 +8748,7 @@ declare const VSnackbarQueue: {
8748
8748
  activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
8749
8749
  locationStrategy: {
8750
8750
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8751
- updateLocation: (e: Event) => void;
8751
+ updateLocation: (e?: Event | undefined) => void;
8752
8752
  } | undefined) | "connected">;
8753
8753
  default: string;
8754
8754
  validator: (val: any) => boolean;
@@ -8857,7 +8857,7 @@ declare const VSnackbarQueue: {
8857
8857
  activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
8858
8858
  locationStrategy: {
8859
8859
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8860
- updateLocation: (e: Event) => void;
8860
+ updateLocation: (e?: Event | undefined) => void;
8861
8861
  } | undefined) | "connected">;
8862
8862
  default: string;
8863
8863
  validator: (val: any) => boolean;
@@ -8963,11 +8963,11 @@ declare const VTimePicker: {
8963
8963
  "onUpdate:minute"?: ((val: number) => any) | undefined;
8964
8964
  "onUpdate:second"?: ((val: number) => any) | undefined;
8965
8965
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8966
- 'update:hour': (val: number) => number;
8967
- 'update:minute': (val: number) => number;
8968
- 'update:period': (val: Period$1) => Period$1;
8969
- 'update:second': (val: number) => number;
8970
- 'update:modelValue': (val: string) => string;
8966
+ 'update:hour': (val: number) => true;
8967
+ 'update:minute': (val: number) => true;
8968
+ 'update:period': (val: Period$1) => true;
8969
+ 'update:second': (val: number) => true;
8970
+ 'update:modelValue': (val: string) => true;
8971
8971
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
8972
8972
  style: vue.StyleValue;
8973
8973
  title: string;
@@ -9181,11 +9181,11 @@ declare const VTimePicker: {
9181
9181
  "onUpdate:minute"?: ((val: number) => any) | undefined;
9182
9182
  "onUpdate:second"?: ((val: number) => any) | undefined;
9183
9183
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9184
- 'update:hour': (val: number) => number;
9185
- 'update:minute': (val: number) => number;
9186
- 'update:period': (val: Period$1) => Period$1;
9187
- 'update:second': (val: number) => number;
9188
- 'update:modelValue': (val: string) => string;
9184
+ 'update:hour': (val: number) => true;
9185
+ 'update:minute': (val: number) => true;
9186
+ 'update:period': (val: Period$1) => true;
9187
+ 'update:second': (val: number) => true;
9188
+ 'update:modelValue': (val: string) => true;
9189
9189
  }, string, {
9190
9190
  style: vue.StyleValue;
9191
9191
  title: string;
@@ -9350,8 +9350,8 @@ declare const VTimePickerClock: {
9350
9350
  onChange?: ((val: number) => any) | undefined;
9351
9351
  onInput?: ((val: number) => any) | undefined;
9352
9352
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9353
- change: (val: number) => number;
9354
- input: (val: number) => number;
9353
+ change: (val: number) => true;
9354
+ input: (val: number) => true;
9355
9355
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9356
9356
  disabled: boolean;
9357
9357
  format: Function;
@@ -9470,8 +9470,8 @@ declare const VTimePickerClock: {
9470
9470
  onChange?: ((val: number) => any) | undefined;
9471
9471
  onInput?: ((val: number) => any) | undefined;
9472
9472
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9473
- change: (val: number) => number;
9474
- input: (val: number) => number;
9473
+ change: (val: number) => true;
9474
+ input: (val: number) => true;
9475
9475
  }, string, {
9476
9476
  disabled: boolean;
9477
9477
  format: Function;
@@ -9581,8 +9581,8 @@ declare const VTimePickerControls: {
9581
9581
  "onUpdate:period"?: ((data: Period) => any) | undefined;
9582
9582
  "onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
9583
9583
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9584
- 'update:period': (data: Period) => Period;
9585
- 'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
9584
+ 'update:period': (data: Period) => true;
9585
+ 'update:selecting': (data: 1 | 2 | 3) => true;
9586
9586
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9587
9587
  disabled: boolean;
9588
9588
  readonly: boolean;
@@ -9689,8 +9689,8 @@ declare const VTimePickerControls: {
9689
9689
  "onUpdate:period"?: ((data: Period) => any) | undefined;
9690
9690
  "onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
9691
9691
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9692
- 'update:period': (data: Period) => Period;
9693
- 'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
9692
+ 'update:period': (data: Period) => true;
9693
+ 'update:selecting': (data: 1 | 2 | 3) => true;
9694
9694
  }, string, {
9695
9695
  disabled: boolean;
9696
9696
  readonly: boolean;