vuetify 3.10.5 → 3.10.6

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 (89) hide show
  1. package/README.md +0 -6
  2. package/dist/json/attributes.json +3568 -3592
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +3 -9
  6. package/dist/json/web-types.json +6916 -6969
  7. package/dist/vuetify-labs.cjs +178 -72
  8. package/dist/vuetify-labs.css +4389 -4339
  9. package/dist/vuetify-labs.d.ts +108 -163
  10. package/dist/vuetify-labs.esm.js +178 -72
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +178 -72
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +159 -62
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4349 -4321
  17. package/dist/vuetify.d.ts +108 -128
  18. package/dist/vuetify.esm.js +159 -62
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +159 -62
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +113 -102
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
  26. package/lib/components/VAutocomplete/VAutocomplete.js +13 -11
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VChipGroup/VChipGroup.d.ts +37 -0
  29. package/lib/components/VChipGroup/VChipGroup.js +3 -1
  30. package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.d.ts +6 -67
  32. package/lib/components/VCombobox/VCombobox.js +26 -28
  33. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  34. package/lib/components/VCounter/VCounter.css +1 -0
  35. package/lib/components/VCounter/VCounter.sass +1 -0
  36. package/lib/components/VDatePicker/VDatePicker.js +1 -1
  37. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  38. package/lib/components/VList/VListItem.css +14 -12
  39. package/lib/components/VList/VListItem.js +4 -2
  40. package/lib/components/VList/VListItem.js.map +1 -1
  41. package/lib/components/VList/VListItem.sass +20 -18
  42. package/lib/components/VMenu/VMenu.js +22 -4
  43. package/lib/components/VMenu/VMenu.js.map +1 -1
  44. package/lib/components/VNumberInput/VNumberInput.css +8 -0
  45. package/lib/components/VNumberInput/VNumberInput.js +5 -2
  46. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  47. package/lib/components/VNumberInput/VNumberInput.sass +10 -4
  48. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
  49. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
  50. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  51. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
  52. package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
  53. package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
  54. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  55. package/lib/components/VTabs/VTabs.d.ts +25 -0
  56. package/lib/components/VTextField/VTextField.js +0 -3
  57. package/lib/components/VTextField/VTextField.js.map +1 -1
  58. package/lib/components/VTextarea/VTextarea.css +2 -2
  59. package/lib/components/VTextarea/VTextarea.js +20 -1
  60. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  61. package/lib/components/VTextarea/VTextarea.sass +4 -2
  62. package/lib/components/VWindow/VWindow.js +43 -3
  63. package/lib/components/VWindow/VWindow.js.map +1 -1
  64. package/lib/composables/date/date.js +1 -1
  65. package/lib/composables/date/date.js.map +1 -1
  66. package/lib/composables/group.js +1 -1
  67. package/lib/composables/group.js.map +1 -1
  68. package/lib/composables/nested/nested.js +12 -2
  69. package/lib/composables/nested/nested.js.map +1 -1
  70. package/lib/composables/virtual.js +2 -2
  71. package/lib/composables/virtual.js.map +1 -1
  72. package/lib/entry-bundler.js +1 -1
  73. package/lib/framework.d.ts +54 -54
  74. package/lib/framework.js +1 -1
  75. package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
  76. package/lib/labs/VColorInput/VColorInput.js +2 -2
  77. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  78. package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
  79. package/lib/labs/VDateInput/VDateInput.js +16 -7
  80. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  81. package/lib/labs/VIconBtn/VIconBtn.css +22 -0
  82. package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
  83. package/lib/labs/VMaskInput/VMaskInput.js +1 -1
  84. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  85. package/lib/labs/rules/rules.js +1 -1
  86. package/lib/labs/rules/rules.js.map +1 -1
  87. package/lib/util/helpers.js +4 -2
  88. package/lib/util/helpers.js.map +1 -1
  89. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -7472,9 +7472,6 @@ declare const VAutocomplete: {
7472
7472
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
7473
7473
  density: Density;
7474
7474
  tile: boolean;
7475
- transition: string | boolean | (vue.TransitionProps & {
7476
- component?: vue.Component | undefined;
7477
- }) | null;
7478
7475
  hideSpinButtons: boolean;
7479
7476
  persistentHint: boolean;
7480
7477
  messages: string | readonly string[];
@@ -10191,9 +10188,6 @@ declare const VAutocomplete: {
10191
10188
  density: Density;
10192
10189
  rounded: string | number | boolean;
10193
10190
  tile: boolean;
10194
- transition: string | boolean | (vue.TransitionProps & {
10195
- component?: vue.Component | undefined;
10196
- }) | null;
10197
10191
  hideSpinButtons: boolean;
10198
10192
  persistentHint: boolean;
10199
10193
  messages: string | readonly string[];
@@ -10324,9 +10318,6 @@ declare const VAutocomplete: {
10324
10318
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
10325
10319
  density: Density;
10326
10320
  tile: boolean;
10327
- transition: string | boolean | (vue.TransitionProps & {
10328
- component?: vue.Component | undefined;
10329
- }) | null;
10330
10321
  hideSpinButtons: boolean;
10331
10322
  persistentHint: boolean;
10332
10323
  messages: string | readonly string[];
@@ -13038,9 +13029,6 @@ declare const VAutocomplete: {
13038
13029
  density: Density;
13039
13030
  rounded: string | number | boolean;
13040
13031
  tile: boolean;
13041
- transition: string | boolean | (vue.TransitionProps & {
13042
- component?: vue.Component | undefined;
13043
- }) | null;
13044
13032
  hideSpinButtons: boolean;
13045
13033
  persistentHint: boolean;
13046
13034
  messages: string | readonly string[];
@@ -13094,9 +13082,6 @@ declare const VAutocomplete: {
13094
13082
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
13095
13083
  density: Density;
13096
13084
  tile: boolean;
13097
- transition: string | boolean | (vue.TransitionProps & {
13098
- component?: vue.Component | undefined;
13099
- }) | null;
13100
13085
  hideSpinButtons: boolean;
13101
13086
  persistentHint: boolean;
13102
13087
  messages: string | readonly string[];
@@ -15813,9 +15798,6 @@ declare const VAutocomplete: {
15813
15798
  density: Density;
15814
15799
  rounded: string | number | boolean;
15815
15800
  tile: boolean;
15816
- transition: string | boolean | (vue.TransitionProps & {
15817
- component?: vue.Component | undefined;
15818
- }) | null;
15819
15801
  hideSpinButtons: boolean;
15820
15802
  persistentHint: boolean;
15821
15803
  messages: string | readonly string[];
@@ -16053,14 +16035,6 @@ declare const VAutocomplete: {
16053
16035
  minWidth: (NumberConstructor | StringConstructor)[];
16054
16036
  width: (NumberConstructor | StringConstructor)[];
16055
16037
  loading: (BooleanConstructor | StringConstructor)[];
16056
- transition: {
16057
- type: PropType<string | boolean | (vue.TransitionProps & {
16058
- component?: vue.Component | undefined;
16059
- }) | null>;
16060
- default: NonNullable<string | boolean | (vue.TransitionProps & {
16061
- component?: vue.Component | undefined;
16062
- }) | null>;
16063
- };
16064
16038
  id: StringConstructor;
16065
16039
  appendIcon: PropType<IconValue>;
16066
16040
  prependIcon: PropType<IconValue>;
@@ -16704,14 +16678,6 @@ declare const VAutocomplete: {
16704
16678
  minWidth: (NumberConstructor | StringConstructor)[];
16705
16679
  width: (NumberConstructor | StringConstructor)[];
16706
16680
  loading: (BooleanConstructor | StringConstructor)[];
16707
- transition: {
16708
- type: PropType<string | boolean | (vue.TransitionProps & {
16709
- component?: vue.Component | undefined;
16710
- }) | null>;
16711
- default: NonNullable<string | boolean | (vue.TransitionProps & {
16712
- component?: vue.Component | undefined;
16713
- }) | null>;
16714
- };
16715
16681
  id: StringConstructor;
16716
16682
  appendIcon: PropType<IconValue>;
16717
16683
  prependIcon: PropType<IconValue>;
@@ -27139,6 +27105,7 @@ declare const VChipGroup: {
27139
27105
  selectedClass: string;
27140
27106
  disabled: boolean;
27141
27107
  centerActive: boolean;
27108
+ scrollToActive: boolean;
27142
27109
  direction: "horizontal" | "vertical";
27143
27110
  symbol: any;
27144
27111
  nextIcon: IconValue;
@@ -27167,6 +27134,7 @@ declare const VChipGroup: {
27167
27134
  selectedClass: string;
27168
27135
  disabled: boolean;
27169
27136
  centerActive: boolean;
27137
+ scrollToActive: boolean;
27170
27138
  direction: "horizontal" | "vertical";
27171
27139
  symbol: any;
27172
27140
  nextIcon: IconValue;
@@ -27200,6 +27168,7 @@ declare const VChipGroup: {
27200
27168
  selectedClass: string;
27201
27169
  disabled: boolean;
27202
27170
  centerActive: boolean;
27171
+ scrollToActive: boolean;
27203
27172
  direction: "horizontal" | "vertical";
27204
27173
  symbol: any;
27205
27174
  nextIcon: IconValue;
@@ -27226,6 +27195,7 @@ declare const VChipGroup: {
27226
27195
  selectedClass: string;
27227
27196
  disabled: boolean;
27228
27197
  centerActive: boolean;
27198
+ scrollToActive: boolean;
27229
27199
  direction: "horizontal" | "vertical";
27230
27200
  symbol: any;
27231
27201
  nextIcon: IconValue;
@@ -27246,6 +27216,7 @@ declare const VChipGroup: {
27246
27216
  selectedClass: string;
27247
27217
  disabled: boolean;
27248
27218
  centerActive: boolean;
27219
+ scrollToActive: boolean;
27249
27220
  direction: "horizontal" | "vertical";
27250
27221
  symbol: any;
27251
27222
  nextIcon: IconValue;
@@ -27274,6 +27245,7 @@ declare const VChipGroup: {
27274
27245
  selectedClass: string;
27275
27246
  disabled: boolean;
27276
27247
  centerActive: boolean;
27248
+ scrollToActive: boolean;
27277
27249
  direction: "horizontal" | "vertical";
27278
27250
  symbol: any;
27279
27251
  nextIcon: IconValue;
@@ -27338,6 +27310,13 @@ declare const VChipGroup: {
27338
27310
  };
27339
27311
  disabled: BooleanConstructor;
27340
27312
  centerActive: BooleanConstructor;
27313
+ scrollToActive: Omit<{
27314
+ type: BooleanConstructor;
27315
+ default: boolean;
27316
+ }, "default" | "type"> & {
27317
+ type: PropType<boolean>;
27318
+ default: boolean;
27319
+ };
27341
27320
  contentClass: null;
27342
27321
  direction: {
27343
27322
  type: PropType<"horizontal" | "vertical">;
@@ -27407,6 +27386,13 @@ declare const VChipGroup: {
27407
27386
  };
27408
27387
  disabled: BooleanConstructor;
27409
27388
  centerActive: BooleanConstructor;
27389
+ scrollToActive: Omit<{
27390
+ type: BooleanConstructor;
27391
+ default: boolean;
27392
+ }, "default" | "type"> & {
27393
+ type: PropType<boolean>;
27394
+ default: boolean;
27395
+ };
27410
27396
  contentClass: null;
27411
27397
  direction: {
27412
27398
  type: PropType<"horizontal" | "vertical">;
@@ -28121,9 +28107,6 @@ declare const VCombobox: {
28121
28107
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
28122
28108
  density: Density;
28123
28109
  tile: boolean;
28124
- transition: string | boolean | (vue.TransitionProps & {
28125
- component?: vue.Component | undefined;
28126
- }) | null;
28127
28110
  hideSpinButtons: boolean;
28128
28111
  persistentHint: boolean;
28129
28112
  messages: string | readonly string[];
@@ -28665,7 +28648,7 @@ declare const VCombobox: {
28665
28648
  search: vue.WritableComputedRef<string, string>;
28666
28649
  selectionIndex: vue.ShallowRef<number, number>;
28667
28650
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
28668
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
28651
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
28669
28652
  } & Omit<Omit<{
28670
28653
  $: vue.ComponentInternalInstance;
28671
28654
  $data: {};
@@ -30304,7 +30287,7 @@ declare const VCombobox: {
30304
30287
  search: vue.WritableComputedRef<string, string>;
30305
30288
  selectionIndex: vue.ShallowRef<number, number>;
30306
30289
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
30307
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
30290
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
30308
30291
  } | (HTMLInputElement & Omit<Omit<{
30309
30292
  $: vue.ComponentInternalInstance;
30310
30293
  $data: {};
@@ -30839,9 +30822,6 @@ declare const VCombobox: {
30839
30822
  density: Density;
30840
30823
  rounded: string | number | boolean;
30841
30824
  tile: boolean;
30842
- transition: string | boolean | (vue.TransitionProps & {
30843
- component?: vue.Component | undefined;
30844
- }) | null;
30845
30825
  hideSpinButtons: boolean;
30846
30826
  persistentHint: boolean;
30847
30827
  messages: string | readonly string[];
@@ -30973,9 +30953,6 @@ declare const VCombobox: {
30973
30953
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
30974
30954
  density: Density;
30975
30955
  tile: boolean;
30976
- transition: string | boolean | (vue.TransitionProps & {
30977
- component?: vue.Component | undefined;
30978
- }) | null;
30979
30956
  hideSpinButtons: boolean;
30980
30957
  persistentHint: boolean;
30981
30958
  messages: string | readonly string[];
@@ -31517,7 +31494,7 @@ declare const VCombobox: {
31517
31494
  search: vue.WritableComputedRef<string, string>;
31518
31495
  selectionIndex: vue.ShallowRef<number, number>;
31519
31496
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
31520
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
31497
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
31521
31498
  } & Omit<Omit<{
31522
31499
  $: vue.ComponentInternalInstance;
31523
31500
  $data: {};
@@ -33156,7 +33133,7 @@ declare const VCombobox: {
33156
33133
  search: vue.WritableComputedRef<string, string>;
33157
33134
  selectionIndex: vue.ShallowRef<number, number>;
33158
33135
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
33159
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
33136
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
33160
33137
  } | (HTMLInputElement & Omit<Omit<{
33161
33138
  $: vue.ComponentInternalInstance;
33162
33139
  $data: {};
@@ -33686,9 +33663,6 @@ declare const VCombobox: {
33686
33663
  density: Density;
33687
33664
  rounded: string | number | boolean;
33688
33665
  tile: boolean;
33689
- transition: string | boolean | (vue.TransitionProps & {
33690
- component?: vue.Component | undefined;
33691
- }) | null;
33692
33666
  hideSpinButtons: boolean;
33693
33667
  persistentHint: boolean;
33694
33668
  messages: string | readonly string[];
@@ -33743,9 +33717,6 @@ declare const VCombobox: {
33743
33717
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
33744
33718
  density: Density;
33745
33719
  tile: boolean;
33746
- transition: string | boolean | (vue.TransitionProps & {
33747
- component?: vue.Component | undefined;
33748
- }) | null;
33749
33720
  hideSpinButtons: boolean;
33750
33721
  persistentHint: boolean;
33751
33722
  messages: string | readonly string[];
@@ -34287,7 +34258,7 @@ declare const VCombobox: {
34287
34258
  search: vue.WritableComputedRef<string, string>;
34288
34259
  selectionIndex: vue.ShallowRef<number, number>;
34289
34260
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
34290
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
34261
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
34291
34262
  } & Omit<Omit<{
34292
34263
  $: vue.ComponentInternalInstance;
34293
34264
  $data: {};
@@ -35926,7 +35897,7 @@ declare const VCombobox: {
35926
35897
  search: vue.WritableComputedRef<string, string>;
35927
35898
  selectionIndex: vue.ShallowRef<number, number>;
35928
35899
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
35929
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
35900
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
35930
35901
  } | (HTMLInputElement & Omit<Omit<{
35931
35902
  $: vue.ComponentInternalInstance;
35932
35903
  $data: {};
@@ -36461,9 +36432,6 @@ declare const VCombobox: {
36461
36432
  density: Density;
36462
36433
  rounded: string | number | boolean;
36463
36434
  tile: boolean;
36464
- transition: string | boolean | (vue.TransitionProps & {
36465
- component?: vue.Component | undefined;
36466
- }) | null;
36467
36435
  hideSpinButtons: boolean;
36468
36436
  persistentHint: boolean;
36469
36437
  messages: string | readonly string[];
@@ -36702,14 +36670,6 @@ declare const VCombobox: {
36702
36670
  minWidth: (NumberConstructor | StringConstructor)[];
36703
36671
  width: (NumberConstructor | StringConstructor)[];
36704
36672
  loading: (BooleanConstructor | StringConstructor)[];
36705
- transition: {
36706
- type: PropType<string | boolean | (vue.TransitionProps & {
36707
- component?: vue.Component | undefined;
36708
- }) | null>;
36709
- default: NonNullable<string | boolean | (vue.TransitionProps & {
36710
- component?: vue.Component | undefined;
36711
- }) | null>;
36712
- };
36713
36673
  id: StringConstructor;
36714
36674
  appendIcon: PropType<IconValue>;
36715
36675
  prependIcon: PropType<IconValue>;
@@ -37363,14 +37323,6 @@ declare const VCombobox: {
37363
37323
  minWidth: (NumberConstructor | StringConstructor)[];
37364
37324
  width: (NumberConstructor | StringConstructor)[];
37365
37325
  loading: (BooleanConstructor | StringConstructor)[];
37366
- transition: {
37367
- type: PropType<string | boolean | (vue.TransitionProps & {
37368
- component?: vue.Component | undefined;
37369
- }) | null>;
37370
- default: NonNullable<string | boolean | (vue.TransitionProps & {
37371
- component?: vue.Component | undefined;
37372
- }) | null>;
37373
- };
37374
37326
  id: StringConstructor;
37375
37327
  appendIcon: PropType<IconValue>;
37376
37328
  prependIcon: PropType<IconValue>;
@@ -83190,6 +83142,7 @@ declare const VSlideGroup: {
83190
83142
  selectedClass: string;
83191
83143
  disabled: boolean;
83192
83144
  centerActive: boolean;
83145
+ scrollToActive: boolean;
83193
83146
  direction: "horizontal" | "vertical";
83194
83147
  symbol: any;
83195
83148
  nextIcon: IconValue;
@@ -83218,6 +83171,7 @@ declare const VSlideGroup: {
83218
83171
  selectedClass: string;
83219
83172
  disabled: boolean;
83220
83173
  centerActive: boolean;
83174
+ scrollToActive: boolean;
83221
83175
  direction: "horizontal" | "vertical";
83222
83176
  symbol: any;
83223
83177
  nextIcon: IconValue;
@@ -83247,6 +83201,7 @@ declare const VSlideGroup: {
83247
83201
  selectedClass: string;
83248
83202
  disabled: boolean;
83249
83203
  centerActive: boolean;
83204
+ scrollToActive: boolean;
83250
83205
  direction: "horizontal" | "vertical";
83251
83206
  symbol: any;
83252
83207
  nextIcon: IconValue;
@@ -83273,6 +83228,7 @@ declare const VSlideGroup: {
83273
83228
  selectedClass: string;
83274
83229
  disabled: boolean;
83275
83230
  centerActive: boolean;
83231
+ scrollToActive: boolean;
83276
83232
  direction: "horizontal" | "vertical";
83277
83233
  symbol: any;
83278
83234
  nextIcon: IconValue;
@@ -83289,6 +83245,7 @@ declare const VSlideGroup: {
83289
83245
  selectedClass: string;
83290
83246
  disabled: boolean;
83291
83247
  centerActive: boolean;
83248
+ scrollToActive: boolean;
83292
83249
  direction: "horizontal" | "vertical";
83293
83250
  symbol: any;
83294
83251
  nextIcon: IconValue;
@@ -83317,6 +83274,7 @@ declare const VSlideGroup: {
83317
83274
  selectedClass: string;
83318
83275
  disabled: boolean;
83319
83276
  centerActive: boolean;
83277
+ scrollToActive: boolean;
83320
83278
  direction: "horizontal" | "vertical";
83321
83279
  symbol: any;
83322
83280
  nextIcon: IconValue;
@@ -83368,6 +83326,10 @@ declare const VSlideGroup: {
83368
83326
  };
83369
83327
  disabled: BooleanConstructor;
83370
83328
  centerActive: BooleanConstructor;
83329
+ scrollToActive: {
83330
+ type: BooleanConstructor;
83331
+ default: boolean;
83332
+ };
83371
83333
  contentClass: null;
83372
83334
  direction: {
83373
83335
  type: PropType<"horizontal" | "vertical">;
@@ -83420,6 +83382,10 @@ declare const VSlideGroup: {
83420
83382
  };
83421
83383
  disabled: BooleanConstructor;
83422
83384
  centerActive: BooleanConstructor;
83385
+ scrollToActive: {
83386
+ type: BooleanConstructor;
83387
+ default: boolean;
83388
+ };
83423
83389
  contentClass: null;
83424
83390
  direction: {
83425
83391
  type: PropType<"horizontal" | "vertical">;
@@ -91698,6 +91664,7 @@ declare const VTabs: {
91698
91664
  selectedClass: string;
91699
91665
  disabled: boolean;
91700
91666
  centerActive: boolean;
91667
+ scrollToActive: boolean;
91701
91668
  direction: "horizontal" | "vertical";
91702
91669
  symbol: any;
91703
91670
  nextIcon: IconValue;
@@ -91734,6 +91701,7 @@ declare const VTabs: {
91734
91701
  selectedClass: string;
91735
91702
  disabled: boolean;
91736
91703
  centerActive: boolean;
91704
+ scrollToActive: boolean;
91737
91705
  direction: "horizontal" | "vertical";
91738
91706
  symbol: any;
91739
91707
  nextIcon: IconValue;
@@ -91780,6 +91748,7 @@ declare const VTabs: {
91780
91748
  selectedClass: string;
91781
91749
  disabled: boolean;
91782
91750
  centerActive: boolean;
91751
+ scrollToActive: boolean;
91783
91752
  direction: "horizontal" | "vertical";
91784
91753
  symbol: any;
91785
91754
  nextIcon: IconValue;
@@ -91814,6 +91783,7 @@ declare const VTabs: {
91814
91783
  selectedClass: string;
91815
91784
  disabled: boolean;
91816
91785
  centerActive: boolean;
91786
+ scrollToActive: boolean;
91817
91787
  direction: "horizontal" | "vertical";
91818
91788
  symbol: any;
91819
91789
  nextIcon: IconValue;
@@ -91838,6 +91808,7 @@ declare const VTabs: {
91838
91808
  selectedClass: string;
91839
91809
  disabled: boolean;
91840
91810
  centerActive: boolean;
91811
+ scrollToActive: boolean;
91841
91812
  direction: "horizontal" | "vertical";
91842
91813
  symbol: any;
91843
91814
  nextIcon: IconValue;
@@ -91874,6 +91845,7 @@ declare const VTabs: {
91874
91845
  selectedClass: string;
91875
91846
  disabled: boolean;
91876
91847
  centerActive: boolean;
91848
+ scrollToActive: boolean;
91877
91849
  direction: "horizontal" | "vertical";
91878
91850
  symbol: any;
91879
91851
  nextIcon: IconValue;
@@ -91950,6 +91922,10 @@ declare const VTabs: {
91950
91922
  disabled: BooleanConstructor;
91951
91923
  spaced: PropType<"both" | "end" | "start">;
91952
91924
  centerActive: BooleanConstructor;
91925
+ scrollToActive: {
91926
+ type: BooleanConstructor;
91927
+ default: boolean;
91928
+ };
91953
91929
  contentClass: null;
91954
91930
  direction: {
91955
91931
  type: PropType<"horizontal" | "vertical">;
@@ -92033,6 +92009,10 @@ declare const VTabs: {
92033
92009
  disabled: BooleanConstructor;
92034
92010
  spaced: PropType<"both" | "end" | "start">;
92035
92011
  centerActive: BooleanConstructor;
92012
+ scrollToActive: {
92013
+ type: BooleanConstructor;
92014
+ default: boolean;
92015
+ };
92036
92016
  contentClass: null;
92037
92017
  direction: {
92038
92018
  type: PropType<"horizontal" | "vertical">;
@@ -105786,43 +105766,44 @@ declare module 'vue' {
105786
105766
  $children?: VNodeChild
105787
105767
  }
105788
105768
  export interface GlobalComponents {
105789
- VAvatar: VAvatar
105790
105769
  VApp: VApp
105770
+ VAlert: VAlert
105771
+ VAlertTitle: VAlertTitle
105791
105772
  VAppBar: VAppBar
105792
105773
  VAppBarNavIcon: VAppBarNavIcon
105793
105774
  VAppBarTitle: VAppBarTitle
105794
- VBadge: VBadge
105795
105775
  VAutocomplete: VAutocomplete
105796
- VBottomSheet: VBottomSheet
105797
105776
  VBanner: VBanner
105798
105777
  VBannerActions: VBannerActions
105799
105778
  VBannerText: VBannerText
105779
+ VBadge: VBadge
105780
+ VBottomNavigation: VBottomNavigation
105781
+ VBottomSheet: VBottomSheet
105782
+ VAvatar: VAvatar
105783
+ VBtnGroup: VBtnGroup
105784
+ VBtn: VBtn
105800
105785
  VBreadcrumbs: VBreadcrumbs
105801
105786
  VBreadcrumbsItem: VBreadcrumbsItem
105802
105787
  VBreadcrumbsDivider: VBreadcrumbsDivider
105803
- VBtnGroup: VBtnGroup
105804
- VAlert: VAlert
105805
- VAlertTitle: VAlertTitle
105788
+ VCarousel: VCarousel
105789
+ VCarouselItem: VCarouselItem
105790
+ VBtnToggle: VBtnToggle
105791
+ VCheckbox: VCheckbox
105792
+ VCheckboxBtn: VCheckboxBtn
105793
+ VChip: VChip
105806
105794
  VCard: VCard
105807
105795
  VCardActions: VCardActions
105808
105796
  VCardItem: VCardItem
105809
105797
  VCardSubtitle: VCardSubtitle
105810
105798
  VCardText: VCardText
105811
105799
  VCardTitle: VCardTitle
105812
- VBtn: VBtn
105813
- VBtnToggle: VBtnToggle
105814
- VBottomNavigation: VBottomNavigation
105815
- VCheckbox: VCheckbox
105816
- VCheckboxBtn: VCheckboxBtn
105817
- VChip: VChip
105818
- VCombobox: VCombobox
105800
+ VCounter: VCounter
105819
105801
  VChipGroup: VChipGroup
105820
- VCarousel: VCarousel
105821
- VCarouselItem: VCarouselItem
105822
105802
  VCode: VCode
105803
+ VCombobox: VCombobox
105823
105804
  VColorPicker: VColorPicker
105824
- VCounter: VCounter
105825
- VDialog: VDialog
105805
+ VField: VField
105806
+ VFieldLabel: VFieldLabel
105826
105807
  VDatePicker: VDatePicker
105827
105808
  VDatePickerControls: VDatePickerControls
105828
105809
  VDatePickerHeader: VDatePickerHeader
@@ -105837,25 +105818,24 @@ declare module 'vue' {
105837
105818
  VDataTableVirtual: VDataTableVirtual
105838
105819
  VDataTableServer: VDataTableServer
105839
105820
  VDivider: VDivider
105821
+ VDialog: VDialog
105822
+ VEmptyState: VEmptyState
105840
105823
  VExpansionPanels: VExpansionPanels
105841
105824
  VExpansionPanel: VExpansionPanel
105842
105825
  VExpansionPanelText: VExpansionPanelText
105843
105826
  VExpansionPanelTitle: VExpansionPanelTitle
105844
- VFab: VFab
105845
- VField: VField
105846
- VFieldLabel: VFieldLabel
105847
- VEmptyState: VEmptyState
105848
105827
  VFooter: VFooter
105828
+ VFileInput: VFileInput
105829
+ VFab: VFab
105830
+ VImg: VImg
105831
+ VInfiniteScroll: VInfiniteScroll
105832
+ VInput: VInput
105833
+ VKbd: VKbd
105849
105834
  VIcon: VIcon
105850
105835
  VComponentIcon: VComponentIcon
105851
105836
  VSvgIcon: VSvgIcon
105852
105837
  VLigatureIcon: VLigatureIcon
105853
105838
  VClassIcon: VClassIcon
105854
- VInfiniteScroll: VInfiniteScroll
105855
- VFileInput: VFileInput
105856
- VKbd: VKbd
105857
- VImg: VImg
105858
- VInput: VInput
105859
105839
  VLabel: VLabel
105860
105840
  VList: VList
105861
105841
  VListGroup: VListGroup
@@ -105869,27 +105849,27 @@ declare module 'vue' {
105869
105849
  VItemGroup: VItemGroup
105870
105850
  VItem: VItem
105871
105851
  VMessages: VMessages
105872
- VMain: VMain
105873
105852
  VMenu: VMenu
105853
+ VMain: VMain
105854
+ VPagination: VPagination
105874
105855
  VNavigationDrawer: VNavigationDrawer
105856
+ VOverlay: VOverlay
105875
105857
  VOtpInput: VOtpInput
105876
- VPagination: VPagination
105877
105858
  VNumberInput: VNumberInput
105878
- VOverlay: VOverlay
105879
- VRadioGroup: VRadioGroup
105880
- VProgressLinear: VProgressLinear
105881
105859
  VProgressCircular: VProgressCircular
105882
- VSelectionControl: VSelectionControl
105860
+ VProgressLinear: VProgressLinear
105861
+ VRadioGroup: VRadioGroup
105883
105862
  VRating: VRating
105884
- VSkeletonLoader: VSkeletonLoader
105885
- VSlideGroup: VSlideGroup
105886
- VSlideGroupItem: VSlideGroupItem
105887
105863
  VSelect: VSelect
105888
105864
  VSelectionControlGroup: VSelectionControlGroup
105889
105865
  VSheet: VSheet
105866
+ VSelectionControl: VSelectionControl
105867
+ VSlideGroup: VSlideGroup
105868
+ VSlideGroupItem: VSlideGroupItem
105869
+ VSkeletonLoader: VSkeletonLoader
105870
+ VSnackbar: VSnackbar
105890
105871
  VSlider: VSlider
105891
105872
  VSwitch: VSwitch
105892
- VSnackbar: VSnackbar
105893
105873
  VTab: VTab
105894
105874
  VTabs: VTabs
105895
105875
  VTabsWindow: VTabsWindow
@@ -105900,16 +105880,19 @@ declare module 'vue' {
105900
105880
  VStepperItem: VStepperItem
105901
105881
  VStepperWindow: VStepperWindow
105902
105882
  VStepperWindowItem: VStepperWindowItem
105883
+ VTextarea: VTextarea
105884
+ VTable: VTable
105885
+ VTimePicker: VTimePicker
105886
+ VTimePickerClock: VTimePickerClock
105887
+ VTimePickerControls: VTimePickerControls
105903
105888
  VSystemBar: VSystemBar
105904
105889
  VTextField: VTextField
105905
- VTable: VTable
105906
- VTextarea: VTextarea
105890
+ VTooltip: VTooltip
105907
105891
  VTimeline: VTimeline
105908
105892
  VTimelineItem: VTimelineItem
105909
105893
  VTreeview: VTreeview
105910
105894
  VTreeviewItem: VTreeviewItem
105911
105895
  VTreeviewGroup: VTreeviewGroup
105912
- VTooltip: VTooltip
105913
105896
  VToolbar: VToolbar
105914
105897
  VToolbarTitle: VToolbarTitle
105915
105898
  VToolbarItems: VToolbarItems
@@ -105918,27 +105901,27 @@ declare module 'vue' {
105918
105901
  VConfirmEdit: VConfirmEdit
105919
105902
  VDataIterator: VDataIterator
105920
105903
  VDefaultsProvider: VDefaultsProvider
105921
- VForm: VForm
105922
105904
  VHover: VHover
105905
+ VForm: VForm
105923
105906
  VContainer: VContainer
105924
105907
  VCol: VCol
105925
105908
  VRow: VRow
105926
105909
  VSpacer: VSpacer
105910
+ VLazy: VLazy
105927
105911
  VLayout: VLayout
105928
105912
  VLayoutItem: VLayoutItem
105929
- VLazy: VLazy
105930
105913
  VLocaleProvider: VLocaleProvider
105931
105914
  VNoSsr: VNoSsr
105932
105915
  VParallax: VParallax
105933
105916
  VRadio: VRadio
105934
105917
  VRangeSlider: VRangeSlider
105935
105918
  VResponsive: VResponsive
105919
+ VSpeedDial: VSpeedDial
105936
105920
  VSnackbarQueue: VSnackbarQueue
105937
105921
  VSparkline: VSparkline
105938
- VSpeedDial: VSpeedDial
105939
105922
  VThemeProvider: VThemeProvider
105940
- VVirtualScroll: VVirtualScroll
105941
105923
  VValidation: VValidation
105924
+ VVirtualScroll: VVirtualScroll
105942
105925
  VFabTransition: VFabTransition
105943
105926
  VDialogBottomTransition: VDialogBottomTransition
105944
105927
  VDialogTopTransition: VDialogTopTransition
@@ -105955,24 +105938,21 @@ declare module 'vue' {
105955
105938
  VExpandTransition: VExpandTransition
105956
105939
  VExpandXTransition: VExpandXTransition
105957
105940
  VDialogTransition: VDialogTransition
105958
- VTimePicker: VTimePicker
105959
- VTimePickerClock: VTimePickerClock
105960
- VTimePickerControls: VTimePickerControls
105961
- VCalendar: VCalendar
105962
105941
  VColorInput: VColorInput
105942
+ VCalendar: VCalendar
105943
+ VIconBtn: VIconBtn
105944
+ VVideo: VVideo
105945
+ VVideoControls: VVideoControls
105946
+ VVideoVolume: VVideoVolume
105963
105947
  VFileUpload: VFileUpload
105964
105948
  VFileUploadItem: VFileUploadItem
105965
- VIconBtn: VIconBtn
105966
- VStepperVertical: VStepperVertical
105967
- VStepperVerticalItem: VStepperVerticalItem
105968
- VStepperVerticalActions: VStepperVerticalActions
105969
105949
  VPie: VPie
105970
105950
  VPieSegment: VPieSegment
105971
105951
  VPieTooltip: VPieTooltip
105952
+ VStepperVertical: VStepperVertical
105953
+ VStepperVerticalItem: VStepperVerticalItem
105954
+ VStepperVerticalActions: VStepperVerticalActions
105972
105955
  VHotkey: VHotkey
105973
- VVideo: VVideo
105974
- VVideoControls: VVideoControls
105975
- VVideoVolume: VVideoVolume
105976
105956
  VPicker: VPicker
105977
105957
  VPickerTitle: VPickerTitle
105978
105958
  VDateInput: VDateInput