vuetify 3.10.5 → 3.10.7

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 (94) hide show
  1. package/README.md +0 -6
  2. package/dist/json/attributes.json +3488 -3512
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/tags.json +3 -9
  6. package/dist/json/web-types.json +6467 -6520
  7. package/dist/vuetify-labs.cjs +190 -82
  8. package/dist/vuetify-labs.css +4945 -4895
  9. package/dist/vuetify-labs.d.ts +117 -172
  10. package/dist/vuetify-labs.esm.js +190 -82
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +190 -82
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +171 -72
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3926 -3898
  17. package/dist/vuetify.d.ts +117 -137
  18. package/dist/vuetify.esm.js +171 -72
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +171 -72
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +118 -107
  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 +15 -12
  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 +29 -30
  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/VFileInput/VFileInput.js +3 -2
  39. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  40. package/lib/components/VList/VListItem.css +14 -12
  41. package/lib/components/VList/VListItem.js +4 -2
  42. package/lib/components/VList/VListItem.js.map +1 -1
  43. package/lib/components/VList/VListItem.sass +20 -18
  44. package/lib/components/VMenu/VMenu.js +22 -4
  45. package/lib/components/VMenu/VMenu.js.map +1 -1
  46. package/lib/components/VNumberInput/VNumberInput.css +8 -0
  47. package/lib/components/VNumberInput/VNumberInput.js +5 -2
  48. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  49. package/lib/components/VNumberInput/VNumberInput.sass +10 -4
  50. package/lib/components/VSelect/VSelect.js +2 -1
  51. package/lib/components/VSelect/VSelect.js.map +1 -1
  52. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
  53. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
  54. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  55. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
  56. package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
  57. package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
  58. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  59. package/lib/components/VTabs/VTabs.d.ts +25 -0
  60. package/lib/components/VTextField/VTextField.js +3 -5
  61. package/lib/components/VTextField/VTextField.js.map +1 -1
  62. package/lib/components/VTextarea/VTextarea.css +2 -2
  63. package/lib/components/VTextarea/VTextarea.d.ts +3 -3
  64. package/lib/components/VTextarea/VTextarea.js +23 -3
  65. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  66. package/lib/components/VTextarea/VTextarea.sass +4 -2
  67. package/lib/components/VWindow/VWindow.js +39 -3
  68. package/lib/components/VWindow/VWindow.js.map +1 -1
  69. package/lib/composables/date/date.js +1 -1
  70. package/lib/composables/date/date.js.map +1 -1
  71. package/lib/composables/group.js +1 -1
  72. package/lib/composables/group.js.map +1 -1
  73. package/lib/composables/nested/nested.js +12 -2
  74. package/lib/composables/nested/nested.js.map +1 -1
  75. package/lib/composables/virtual.js +2 -2
  76. package/lib/composables/virtual.js.map +1 -1
  77. package/lib/entry-bundler.js +1 -1
  78. package/lib/framework.d.ts +60 -60
  79. package/lib/framework.js +1 -1
  80. package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
  81. package/lib/labs/VColorInput/VColorInput.js +2 -2
  82. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  83. package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
  84. package/lib/labs/VDateInput/VDateInput.js +16 -7
  85. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  86. package/lib/labs/VIconBtn/VIconBtn.css +22 -0
  87. package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
  88. package/lib/labs/VMaskInput/VMaskInput.js +1 -1
  89. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  90. package/lib/labs/rules/rules.js +1 -1
  91. package/lib/labs/rules/rules.js.map +1 -1
  92. package/lib/util/helpers.js +4 -2
  93. package/lib/util/helpers.js.map +1 -1
  94. 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">;
@@ -92529,7 +92509,7 @@ declare const VTextarea: {
92529
92509
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
92530
92510
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
92531
92511
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
92532
- }, HTMLInputElement & Omit<Omit<{
92512
+ }, HTMLTextAreaElement & Omit<Omit<{
92533
92513
  $: vue.ComponentInternalInstance;
92534
92514
  $data: {};
92535
92515
  $props: Partial<{
@@ -92993,7 +92973,7 @@ declare const VTextarea: {
92993
92973
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
92994
92974
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
92995
92975
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
92996
- }, HTMLInputElement & Omit<Omit<{
92976
+ }, HTMLTextAreaElement & Omit<Omit<{
92997
92977
  $: vue.ComponentInternalInstance;
92998
92978
  $data: {};
92999
92979
  $props: Partial<{
@@ -93412,7 +93392,7 @@ declare const VTextarea: {
93412
93392
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
93413
93393
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
93414
93394
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
93415
- }, HTMLInputElement & Omit<Omit<{
93395
+ }, HTMLTextAreaElement & Omit<Omit<{
93416
93396
  $: vue.ComponentInternalInstance;
93417
93397
  $data: {};
93418
93398
  $props: Partial<{
@@ -105786,49 +105766,41 @@ 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
105772
+ VAvatar: VAvatar
105791
105773
  VAppBar: VAppBar
105792
105774
  VAppBarNavIcon: VAppBarNavIcon
105793
105775
  VAppBarTitle: VAppBarTitle
105794
- VBadge: VBadge
105795
- VAutocomplete: VAutocomplete
105796
- VBottomSheet: VBottomSheet
105797
105776
  VBanner: VBanner
105798
105777
  VBannerActions: VBannerActions
105799
105778
  VBannerText: VBannerText
105779
+ VBadge: VBadge
105780
+ VAutocomplete: VAutocomplete
105781
+ VBottomSheet: VBottomSheet
105782
+ VBottomNavigation: VBottomNavigation
105800
105783
  VBreadcrumbs: VBreadcrumbs
105801
105784
  VBreadcrumbsItem: VBreadcrumbsItem
105802
105785
  VBreadcrumbsDivider: VBreadcrumbsDivider
105786
+ VBtn: VBtn
105803
105787
  VBtnGroup: VBtnGroup
105804
- VAlert: VAlert
105805
- VAlertTitle: VAlertTitle
105788
+ VCheckbox: VCheckbox
105789
+ VCheckboxBtn: VCheckboxBtn
105790
+ VBtnToggle: VBtnToggle
105791
+ VChipGroup: VChipGroup
105806
105792
  VCard: VCard
105807
105793
  VCardActions: VCardActions
105808
105794
  VCardItem: VCardItem
105809
105795
  VCardSubtitle: VCardSubtitle
105810
105796
  VCardText: VCardText
105811
105797
  VCardTitle: VCardTitle
105812
- VBtn: VBtn
105813
- VBtnToggle: VBtnToggle
105814
- VBottomNavigation: VBottomNavigation
105815
- VCheckbox: VCheckbox
105816
- VCheckboxBtn: VCheckboxBtn
105817
- VChip: VChip
105818
- VCombobox: VCombobox
105819
- VChipGroup: VChipGroup
105820
105798
  VCarousel: VCarousel
105821
105799
  VCarouselItem: VCarouselItem
105800
+ VChip: VChip
105822
105801
  VCode: VCode
105802
+ VCombobox: VCombobox
105823
105803
  VColorPicker: VColorPicker
105824
- VCounter: VCounter
105825
- VDialog: VDialog
105826
- VDatePicker: VDatePicker
105827
- VDatePickerControls: VDatePickerControls
105828
- VDatePickerHeader: VDatePickerHeader
105829
- VDatePickerMonth: VDatePickerMonth
105830
- VDatePickerMonths: VDatePickerMonths
105831
- VDatePickerYears: VDatePickerYears
105832
105804
  VDataTable: VDataTable
105833
105805
  VDataTableHeaders: VDataTableHeaders
105834
105806
  VDataTableFooter: VDataTableFooter
@@ -105836,26 +105808,36 @@ declare module 'vue' {
105836
105808
  VDataTableRow: VDataTableRow
105837
105809
  VDataTableVirtual: VDataTableVirtual
105838
105810
  VDataTableServer: VDataTableServer
105811
+ VDatePicker: VDatePicker
105812
+ VDatePickerControls: VDatePickerControls
105813
+ VDatePickerHeader: VDatePickerHeader
105814
+ VDatePickerMonth: VDatePickerMonth
105815
+ VDatePickerMonths: VDatePickerMonths
105816
+ VDatePickerYears: VDatePickerYears
105839
105817
  VDivider: VDivider
105818
+ VCounter: VCounter
105819
+ VDialog: VDialog
105840
105820
  VExpansionPanels: VExpansionPanels
105841
105821
  VExpansionPanel: VExpansionPanel
105842
105822
  VExpansionPanelText: VExpansionPanelText
105843
105823
  VExpansionPanelTitle: VExpansionPanelTitle
105844
- VFab: VFab
105845
- VField: VField
105846
- VFieldLabel: VFieldLabel
105847
105824
  VEmptyState: VEmptyState
105848
105825
  VFooter: VFooter
105826
+ VImg: VImg
105827
+ VField: VField
105828
+ VFieldLabel: VFieldLabel
105829
+ VFab: VFab
105830
+ VFileInput: VFileInput
105831
+ VInput: VInput
105849
105832
  VIcon: VIcon
105850
105833
  VComponentIcon: VComponentIcon
105851
105834
  VSvgIcon: VSvgIcon
105852
105835
  VLigatureIcon: VLigatureIcon
105853
105836
  VClassIcon: VClassIcon
105854
105837
  VInfiniteScroll: VInfiniteScroll
105855
- VFileInput: VFileInput
105838
+ VItemGroup: VItemGroup
105839
+ VItem: VItem
105856
105840
  VKbd: VKbd
105857
- VImg: VImg
105858
- VInput: VInput
105859
105841
  VLabel: VLabel
105860
105842
  VList: VList
105861
105843
  VListGroup: VListGroup
@@ -105866,34 +105848,27 @@ declare module 'vue' {
105866
105848
  VListItemSubtitle: VListItemSubtitle
105867
105849
  VListItemTitle: VListItemTitle
105868
105850
  VListSubheader: VListSubheader
105869
- VItemGroup: VItemGroup
105870
- VItem: VItem
105871
- VMessages: VMessages
105872
- VMain: VMain
105873
105851
  VMenu: VMenu
105852
+ VMain: VMain
105853
+ VMessages: VMessages
105874
105854
  VNavigationDrawer: VNavigationDrawer
105875
105855
  VOtpInput: VOtpInput
105876
- VPagination: VPagination
105877
105856
  VNumberInput: VNumberInput
105878
105857
  VOverlay: VOverlay
105879
- VRadioGroup: VRadioGroup
105880
- VProgressLinear: VProgressLinear
105858
+ VPagination: VPagination
105881
105859
  VProgressCircular: VProgressCircular
105860
+ VRadioGroup: VRadioGroup
105882
105861
  VSelectionControl: VSelectionControl
105862
+ VProgressLinear: VProgressLinear
105883
105863
  VRating: VRating
105884
- VSkeletonLoader: VSkeletonLoader
105885
- VSlideGroup: VSlideGroup
105886
- VSlideGroupItem: VSlideGroupItem
105887
105864
  VSelect: VSelect
105888
- VSelectionControlGroup: VSelectionControlGroup
105889
105865
  VSheet: VSheet
105890
- VSlider: VSlider
105891
- VSwitch: VSwitch
105866
+ VSelectionControlGroup: VSelectionControlGroup
105892
105867
  VSnackbar: VSnackbar
105893
- VTab: VTab
105894
- VTabs: VTabs
105895
- VTabsWindow: VTabsWindow
105896
- VTabsWindowItem: VTabsWindowItem
105868
+ VSlider: VSlider
105869
+ VSkeletonLoader: VSkeletonLoader
105870
+ VSlideGroup: VSlideGroup
105871
+ VSlideGroupItem: VSlideGroupItem
105897
105872
  VStepper: VStepper
105898
105873
  VStepperActions: VStepperActions
105899
105874
  VStepperHeader: VStepperHeader
@@ -105901,32 +105876,40 @@ declare module 'vue' {
105901
105876
  VStepperWindow: VStepperWindow
105902
105877
  VStepperWindowItem: VStepperWindowItem
105903
105878
  VSystemBar: VSystemBar
105904
- VTextField: VTextField
105905
- VTable: VTable
105879
+ VTab: VTab
105880
+ VTabs: VTabs
105881
+ VTabsWindow: VTabsWindow
105882
+ VTabsWindowItem: VTabsWindowItem
105906
105883
  VTextarea: VTextarea
105884
+ VSwitch: VSwitch
105885
+ VTable: VTable
105886
+ VTextField: VTextField
105887
+ VTooltip: VTooltip
105888
+ VTimePicker: VTimePicker
105889
+ VTimePickerClock: VTimePickerClock
105890
+ VTimePickerControls: VTimePickerControls
105907
105891
  VTimeline: VTimeline
105908
105892
  VTimelineItem: VTimelineItem
105909
105893
  VTreeview: VTreeview
105910
105894
  VTreeviewItem: VTreeviewItem
105911
105895
  VTreeviewGroup: VTreeviewGroup
105912
- VTooltip: VTooltip
105896
+ VWindow: VWindow
105897
+ VWindowItem: VWindowItem
105913
105898
  VToolbar: VToolbar
105914
105899
  VToolbarTitle: VToolbarTitle
105915
105900
  VToolbarItems: VToolbarItems
105916
- VWindow: VWindow
105917
- VWindowItem: VWindowItem
105918
105901
  VConfirmEdit: VConfirmEdit
105919
105902
  VDataIterator: VDataIterator
105920
105903
  VDefaultsProvider: VDefaultsProvider
105921
105904
  VForm: VForm
105922
- VHover: VHover
105923
105905
  VContainer: VContainer
105924
105906
  VCol: VCol
105925
105907
  VRow: VRow
105926
105908
  VSpacer: VSpacer
105909
+ VHover: VHover
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
@@ -105955,26 +105938,23 @@ 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
105941
  VCalendar: VCalendar
105962
105942
  VColorInput: VColorInput
105963
105943
  VFileUpload: VFileUpload
105964
105944
  VFileUploadItem: VFileUploadItem
105965
105945
  VIconBtn: VIconBtn
105966
- VStepperVertical: VStepperVertical
105967
- VStepperVerticalItem: VStepperVerticalItem
105968
- VStepperVerticalActions: VStepperVerticalActions
105969
105946
  VPie: VPie
105970
105947
  VPieSegment: VPieSegment
105971
105948
  VPieTooltip: VPieTooltip
105949
+ VPicker: VPicker
105950
+ VPickerTitle: VPickerTitle
105951
+ VStepperVertical: VStepperVertical
105952
+ VStepperVerticalItem: VStepperVerticalItem
105953
+ VStepperVerticalActions: VStepperVerticalActions
105972
105954
  VHotkey: VHotkey
105973
105955
  VVideo: VVideo
105974
105956
  VVideoControls: VVideoControls
105975
105957
  VVideoVolume: VVideoVolume
105976
- VPicker: VPicker
105977
- VPickerTitle: VPickerTitle
105978
105958
  VDateInput: VDateInput
105979
105959
  VMaskInput: VMaskInput
105980
105960
  VPullToRefresh: VPullToRefresh