vuetify 3.0.3 → 3.0.4

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 (68) hide show
  1. package/dist/json/attributes.json +882 -882
  2. package/dist/json/importMap.json +30 -30
  3. package/dist/json/web-types.json +1102 -1091
  4. package/dist/vuetify.css +11 -13
  5. package/dist/vuetify.d.ts +71 -69
  6. package/dist/vuetify.esm.js +165 -137
  7. package/dist/vuetify.esm.js.map +1 -1
  8. package/dist/vuetify.js +165 -137
  9. package/dist/vuetify.js.map +1 -1
  10. package/dist/vuetify.min.css +2 -2
  11. package/dist/vuetify.min.js +693 -689
  12. package/dist/vuetify.min.js.map +1 -1
  13. package/lib/components/VAlert/index.d.ts +1 -1
  14. package/lib/components/VAutocomplete/index.d.ts +16 -16
  15. package/lib/components/VCheckbox/VCheckbox.css +1 -1
  16. package/lib/components/VCheckbox/VCheckbox.sass +1 -1
  17. package/lib/components/VChip/VChip.mjs +14 -6
  18. package/lib/components/VChip/VChip.mjs.map +1 -1
  19. package/lib/components/VChip/index.d.ts +3 -1
  20. package/lib/components/VChipGroup/index.d.ts +1 -1
  21. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  22. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  23. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  24. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  26. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  27. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  28. package/lib/components/VColorPicker/util/index.mjs +24 -14
  29. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  30. package/lib/components/VCombobox/index.d.ts +16 -16
  31. package/lib/components/VExpansionPanel/index.d.ts +1 -1
  32. package/lib/components/VFileInput/index.d.ts +1 -1
  33. package/lib/components/VGrid/VGrid.css +2 -2
  34. package/lib/components/VGrid/VGrid.sass +1 -1
  35. package/lib/components/VList/VListItem.mjs +2 -1
  36. package/lib/components/VList/VListItem.mjs.map +1 -1
  37. package/lib/components/VPagination/index.d.ts +1 -1
  38. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -2
  39. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  40. package/lib/components/VSelect/index.d.ts +16 -16
  41. package/lib/components/VSelectionControl/VSelectionControl.css +4 -0
  42. package/lib/components/VSelectionControl/VSelectionControl.sass +4 -0
  43. package/lib/components/VSnackbar/index.d.ts +4 -4
  44. package/lib/components/VSwitch/VSwitch.css +1 -1
  45. package/lib/components/VSwitch/VSwitch.sass +1 -1
  46. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  47. package/lib/components/VSystemBar/_variables.scss +1 -1
  48. package/lib/components/VTabs/VTab.css +1 -3
  49. package/lib/components/VTabs/VTab.sass +1 -4
  50. package/lib/components/VTabs/VTabs.css +0 -4
  51. package/lib/components/VTabs/VTabs.sass +0 -5
  52. package/lib/components/VToolbar/VToolbar.mjs +32 -22
  53. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  54. package/lib/components/index.d.ts +60 -58
  55. package/lib/composables/theme.mjs +7 -7
  56. package/lib/composables/theme.mjs.map +1 -1
  57. package/lib/composables/validation.mjs +1 -1
  58. package/lib/composables/validation.mjs.map +1 -1
  59. package/lib/entry-bundler.mjs +1 -1
  60. package/lib/framework.mjs +1 -1
  61. package/lib/index.d.ts +11 -11
  62. package/lib/util/color/APCA.mjs +6 -6
  63. package/lib/util/color/APCA.mjs.map +1 -1
  64. package/lib/util/color/transformSRGB.mjs +15 -7
  65. package/lib/util/color/transformSRGB.mjs.map +1 -1
  66. package/lib/util/colorUtils.mjs +64 -81
  67. package/lib/util/colorUtils.mjs.map +1 -1
  68. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.0.3
2
+ * Vuetify v3.0.4
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19990,7 +19990,7 @@ html.overflow-y-hidden {
19990
19990
  height: 100% !important;
19991
19991
  width: 50px;
19992
19992
  }.v-checkbox .v-selection-control {
19993
- height: var(--v-input-control-height);
19993
+ min-height: var(--v-input-control-height);
19994
19994
  }.v-chip {
19995
19995
  align-items: center;
19996
19996
  cursor: default;
@@ -20531,10 +20531,10 @@ html.overflow-y-hidden {
20531
20531
  flex: 1 1 auto;
20532
20532
  margin: -12px;
20533
20533
  }
20534
- .v-row + .row {
20534
+ .v-row + .v-row {
20535
20535
  margin-top: 12px;
20536
20536
  }
20537
- .v-row + .row--dense {
20537
+ .v-row + .v-row--dense {
20538
20538
  margin-top: 4px;
20539
20539
  }
20540
20540
  .v-row--dense {
@@ -23745,6 +23745,8 @@ html.v-overlay-scroll-blocked {
23745
23745
  user-select: none;
23746
23746
  }
23747
23747
  .v-selection-control .v-label {
23748
+ white-space: normal;
23749
+ word-break: break-word;
23748
23750
  height: 100%;
23749
23751
  width: 100%;
23750
23752
  }
@@ -23761,6 +23763,8 @@ html.v-overlay-scroll-blocked {
23761
23763
  .v-selection-control--inline {
23762
23764
  display: inline-flex;
23763
23765
  flex: 0 0 auto;
23766
+ min-width: 0;
23767
+ max-width: 100%;
23764
23768
  }
23765
23769
  .v-selection-control--inline .v-label {
23766
23770
  width: auto;
@@ -24076,7 +24080,7 @@ html.v-overlay-scroll-blocked {
24076
24080
  }
24077
24081
 
24078
24082
  .v-switch .v-selection-control {
24079
- height: var(--v-input-control-height);
24083
+ min-height: var(--v-input-control-height);
24080
24084
  }
24081
24085
  .v-switch .v-selection-control__wrapper {
24082
24086
  width: auto;
@@ -24109,7 +24113,7 @@ html.v-overlay-scroll-blocked {
24109
24113
  width: 100%;
24110
24114
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
24111
24115
  background: rgba(var(--v-theme-on-surface-variant));
24112
- color: rgba(var(--v-theme-on-variant), var(--v-medium-emphasis-opacity));
24116
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24113
24117
  font-size: 0.75rem;
24114
24118
  font-weight: 400;
24115
24119
  letter-spacing: 0.0333333333em;
@@ -24195,20 +24199,14 @@ html.v-overlay-scroll-blocked {
24195
24199
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24196
24200
  margin-inline-end: 52px;
24197
24201
  }
24198
- }
24199
- .v-toolbar__content > .v-tabs,
24200
- .v-toolbar__content .v-tab {
24201
- height: inherit;
24202
24202
  }.v-tab {
24203
+ --v-btn-height: var(--v-tabs-height);
24203
24204
  position: relative;
24204
24205
  min-width: 90px;
24205
24206
  }
24206
24207
  .v-slide-group--horizontal .v-tab {
24207
24208
  max-width: 360px;
24208
24209
  }
24209
- .v-tab.v-tab.v-tab {
24210
- height: var(--v-tabs-height);
24211
- }
24212
24210
  .v-slide-group--vertical .v-tab {
24213
24211
  justify-content: start;
24214
24212
  }
package/dist/vuetify.d.ts CHANGED
@@ -1141,8 +1141,8 @@ declare const VAlert: vue.DefineComponent<{
1141
1141
  rounded: string | number | boolean;
1142
1142
  prominent: boolean;
1143
1143
  density: Density;
1144
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1145
1144
  modelValue: boolean;
1145
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1146
1146
  closable: boolean;
1147
1147
  closeIcon: IconValue;
1148
1148
  closeLabel: string;
@@ -1909,15 +1909,15 @@ declare const VAutocomplete: {
1909
1909
  default: string;
1910
1910
  validator: (v: any) => boolean;
1911
1911
  };
1912
+ modelValue: {
1913
+ type: vue.PropType<any>;
1914
+ default: any;
1915
+ };
1912
1916
  variant: {
1913
1917
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1914
1918
  default: string;
1915
1919
  validator: (v: any) => boolean;
1916
1920
  };
1917
- modelValue: {
1918
- type: vue.PropType<any>;
1919
- default: any;
1920
- };
1921
1921
  bgColor: StringConstructor;
1922
1922
  prependIcon: vue.PropType<IconValue>;
1923
1923
  appendIcon: vue.PropType<IconValue>;
@@ -2252,15 +2252,15 @@ declare const VAutocomplete: {
2252
2252
  default: string;
2253
2253
  validator: (v: any) => boolean;
2254
2254
  };
2255
+ modelValue: {
2256
+ type: vue.PropType<any>;
2257
+ default: any;
2258
+ };
2255
2259
  variant: {
2256
2260
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2257
2261
  default: string;
2258
2262
  validator: (v: any) => boolean;
2259
2263
  };
2260
- modelValue: {
2261
- type: vue.PropType<any>;
2262
- default: any;
2263
- };
2264
2264
  bgColor: StringConstructor;
2265
2265
  prependIcon: vue.PropType<IconValue>;
2266
2266
  appendIcon: vue.PropType<IconValue>;
@@ -2662,15 +2662,15 @@ declare const VAutocomplete: {
2662
2662
  default: string;
2663
2663
  validator: (v: any) => boolean;
2664
2664
  };
2665
+ modelValue: {
2666
+ type: vue.PropType<any>;
2667
+ default: any;
2668
+ };
2665
2669
  variant: {
2666
2670
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2667
2671
  default: string;
2668
2672
  validator: (v: any) => boolean;
2669
2673
  };
2670
- modelValue: {
2671
- type: vue.PropType<any>;
2672
- default: any;
2673
- };
2674
2674
  bgColor: StringConstructor;
2675
2675
  prependIcon: vue.PropType<IconValue>;
2676
2676
  appendIcon: vue.PropType<IconValue>;
@@ -3009,15 +3009,15 @@ declare const VAutocomplete: {
3009
3009
  default: string;
3010
3010
  validator: (v: any) => boolean;
3011
3011
  };
3012
+ modelValue: {
3013
+ type: vue.PropType<any>;
3014
+ default: any;
3015
+ };
3012
3016
  variant: {
3013
3017
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
3014
3018
  default: string;
3015
3019
  validator: (v: any) => boolean;
3016
3020
  };
3017
- modelValue: {
3018
- type: vue.PropType<any>;
3019
- default: any;
3020
- };
3021
3021
  bgColor: StringConstructor;
3022
3022
  prependIcon: vue.PropType<IconValue>;
3023
3023
  appendIcon: vue.PropType<IconValue>;
@@ -5236,6 +5236,7 @@ declare const VChip: vue.DefineComponent<{
5236
5236
  'group:selected': (val: {
5237
5237
  value: boolean;
5238
5238
  }) => true;
5239
+ click: (e: MouseEvent | KeyboardEvent) => true;
5239
5240
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5240
5241
  color: StringConstructor;
5241
5242
  variant: Omit<{
@@ -5312,6 +5313,7 @@ declare const VChip: vue.DefineComponent<{
5312
5313
  default: boolean;
5313
5314
  };
5314
5315
  }>> & {
5316
+ onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
5315
5317
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5316
5318
  "onGroup:selected"?: ((val: {
5317
5319
  value: boolean;
@@ -5329,8 +5331,8 @@ declare const VChip: vue.DefineComponent<{
5329
5331
  tag: string;
5330
5332
  rounded: string | number | boolean;
5331
5333
  density: Density;
5332
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5333
5334
  modelValue: boolean;
5335
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5334
5336
  ripple: boolean;
5335
5337
  closable: boolean;
5336
5338
  closeIcon: IconValue;
@@ -5416,8 +5418,8 @@ declare const VChipGroup: vue.DefineComponent<{
5416
5418
  multiple: boolean;
5417
5419
  tag: string;
5418
5420
  column: boolean;
5419
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5420
5421
  modelValue: any;
5422
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5421
5423
  selectedClass: string;
5422
5424
  valueComparator: typeof deepEqual;
5423
5425
  }>;
@@ -5650,15 +5652,15 @@ declare const VCombobox: {
5650
5652
  default: string;
5651
5653
  validator: (v: any) => boolean;
5652
5654
  };
5655
+ modelValue: {
5656
+ type: PropType<any>;
5657
+ default: any;
5658
+ };
5653
5659
  variant: {
5654
5660
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5655
5661
  default: string;
5656
5662
  validator: (v: any) => boolean;
5657
5663
  };
5658
- modelValue: {
5659
- type: PropType<any>;
5660
- default: any;
5661
- };
5662
5664
  bgColor: StringConstructor;
5663
5665
  prependIcon: PropType<IconValue>;
5664
5666
  appendIcon: PropType<IconValue>;
@@ -5999,15 +6001,15 @@ declare const VCombobox: {
5999
6001
  default: string;
6000
6002
  validator: (v: any) => boolean;
6001
6003
  };
6004
+ modelValue: {
6005
+ type: PropType<any>;
6006
+ default: any;
6007
+ };
6002
6008
  variant: {
6003
6009
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
6004
6010
  default: string;
6005
6011
  validator: (v: any) => boolean;
6006
6012
  };
6007
- modelValue: {
6008
- type: PropType<any>;
6009
- default: any;
6010
- };
6011
6013
  bgColor: StringConstructor;
6012
6014
  prependIcon: PropType<IconValue>;
6013
6015
  appendIcon: PropType<IconValue>;
@@ -6414,15 +6416,15 @@ declare const VCombobox: {
6414
6416
  default: string;
6415
6417
  validator: (v: any) => boolean;
6416
6418
  };
6419
+ modelValue: {
6420
+ type: PropType<any>;
6421
+ default: any;
6422
+ };
6417
6423
  variant: {
6418
6424
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
6419
6425
  default: string;
6420
6426
  validator: (v: any) => boolean;
6421
6427
  };
6422
- modelValue: {
6423
- type: PropType<any>;
6424
- default: any;
6425
- };
6426
6428
  bgColor: StringConstructor;
6427
6429
  prependIcon: PropType<IconValue>;
6428
6430
  appendIcon: PropType<IconValue>;
@@ -6766,15 +6768,15 @@ declare const VCombobox: {
6766
6768
  default: string;
6767
6769
  validator: (v: any) => boolean;
6768
6770
  };
6771
+ modelValue: {
6772
+ type: PropType<any>;
6773
+ default: any;
6774
+ };
6769
6775
  variant: {
6770
6776
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
6771
6777
  default: string;
6772
6778
  validator: (v: any) => boolean;
6773
6779
  };
6774
- modelValue: {
6775
- type: PropType<any>;
6776
- default: any;
6777
- };
6778
6780
  bgColor: StringConstructor;
6779
6781
  prependIcon: PropType<IconValue>;
6780
6782
  appendIcon: PropType<IconValue>;
@@ -9703,8 +9705,8 @@ declare const VExpansionPanels: vue.DefineComponent<{
9703
9705
  multiple: boolean;
9704
9706
  readonly: boolean;
9705
9707
  tag: string;
9706
- variant: "default" | "inset" | "accordion" | "popout";
9707
9708
  modelValue: any;
9709
+ variant: "default" | "inset" | "accordion" | "popout";
9708
9710
  }>;
9709
9711
  declare type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
9710
9712
 
@@ -10287,8 +10289,8 @@ declare const VFileInput: vue.DefineComponent<{
10287
10289
  messages: string | string[];
10288
10290
  counter: boolean;
10289
10291
  density: Density;
10290
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
10291
10292
  modelValue: File[];
10293
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
10292
10294
  prependIcon: (string & {}) | IconValue;
10293
10295
  clearIcon: IconValue;
10294
10296
  focused: boolean;
@@ -14695,8 +14697,8 @@ declare const VPagination: vue.DefineComponent<{
14695
14697
  ellipsis: string;
14696
14698
  rounded: string | number | boolean;
14697
14699
  density: Density;
14698
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14699
14700
  modelValue: number;
14701
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14700
14702
  nextIcon: IconValue;
14701
14703
  prevIcon: IconValue;
14702
14704
  firstIcon: IconValue;
@@ -15836,15 +15838,15 @@ declare const VSelect: {
15836
15838
  default: string;
15837
15839
  validator: (v: any) => boolean;
15838
15840
  };
15841
+ modelValue: {
15842
+ type: PropType<any>;
15843
+ default: any;
15844
+ };
15839
15845
  variant: {
15840
15846
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
15841
15847
  default: string;
15842
15848
  validator: (v: any) => boolean;
15843
15849
  };
15844
- modelValue: {
15845
- type: PropType<any>;
15846
- default: any;
15847
- };
15848
15850
  bgColor: StringConstructor;
15849
15851
  prependIcon: PropType<IconValue>;
15850
15852
  appendIcon: PropType<IconValue>;
@@ -16178,15 +16180,15 @@ declare const VSelect: {
16178
16180
  default: string;
16179
16181
  validator: (v: any) => boolean;
16180
16182
  };
16183
+ modelValue: {
16184
+ type: PropType<any>;
16185
+ default: any;
16186
+ };
16181
16187
  variant: {
16182
16188
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
16183
16189
  default: string;
16184
16190
  validator: (v: any) => boolean;
16185
16191
  };
16186
- modelValue: {
16187
- type: PropType<any>;
16188
- default: any;
16189
- };
16190
16192
  bgColor: StringConstructor;
16191
16193
  prependIcon: PropType<IconValue>;
16192
16194
  appendIcon: PropType<IconValue>;
@@ -16580,15 +16582,15 @@ declare const VSelect: {
16580
16582
  default: string;
16581
16583
  validator: (v: any) => boolean;
16582
16584
  };
16585
+ modelValue: {
16586
+ type: PropType<any>;
16587
+ default: any;
16588
+ };
16583
16589
  variant: {
16584
16590
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
16585
16591
  default: string;
16586
16592
  validator: (v: any) => boolean;
16587
16593
  };
16588
- modelValue: {
16589
- type: PropType<any>;
16590
- default: any;
16591
- };
16592
16594
  bgColor: StringConstructor;
16593
16595
  prependIcon: PropType<IconValue>;
16594
16596
  appendIcon: PropType<IconValue>;
@@ -16917,15 +16919,15 @@ declare const VSelect: {
16917
16919
  default: string;
16918
16920
  validator: (v: any) => boolean;
16919
16921
  };
16922
+ modelValue: {
16923
+ type: PropType<any>;
16924
+ default: any;
16925
+ };
16920
16926
  variant: {
16921
16927
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
16922
16928
  default: string;
16923
16929
  validator: (v: any) => boolean;
16924
16930
  };
16925
- modelValue: {
16926
- type: PropType<any>;
16927
- default: any;
16928
- };
16929
16931
  bgColor: StringConstructor;
16930
16932
  prependIcon: PropType<IconValue>;
16931
16933
  appendIcon: PropType<IconValue>;
@@ -18348,8 +18350,8 @@ declare const VSnackbar: {
18348
18350
  timeout: string | number;
18349
18351
  vertical: boolean;
18350
18352
  rounded: string | number | boolean;
18351
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18352
18353
  modelValue: boolean;
18354
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18353
18355
  activatorProps: Record<string, any>;
18354
18356
  openOnClick: boolean;
18355
18357
  openOnHover: boolean;
@@ -18454,7 +18456,7 @@ declare const VSnackbar: {
18454
18456
  vertical: BooleanConstructor;
18455
18457
  }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
18456
18458
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
18457
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "variant" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
18459
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "modelValue" | "variant" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
18458
18460
  $attrs: {
18459
18461
  [x: string]: unknown;
18460
18462
  };
@@ -18947,8 +18949,8 @@ declare const VSnackbar: {
18947
18949
  timeout: string | number;
18948
18950
  vertical: boolean;
18949
18951
  rounded: string | number | boolean;
18950
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18951
18952
  modelValue: boolean;
18953
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18952
18954
  activatorProps: Record<string, any>;
18953
18955
  openOnClick: boolean;
18954
18956
  openOnHover: boolean;
@@ -19927,8 +19929,8 @@ declare const VSnackbar: {
19927
19929
  timeout: string | number;
19928
19930
  vertical: boolean;
19929
19931
  rounded: string | number | boolean;
19930
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
19931
19932
  modelValue: boolean;
19933
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
19932
19934
  activatorProps: Record<string, any>;
19933
19935
  openOnClick: boolean;
19934
19936
  openOnHover: boolean;
@@ -25871,9 +25873,9 @@ declare module '@vue/runtime-core' {
25871
25873
  interface Vuetify {
25872
25874
  defaults: DefaultsInstance
25873
25875
  display: UnwrapNestedRefs<DisplayInstance>
25874
- theme: ThemeInstance
25876
+ theme: UnwrapNestedRefs<ThemeInstance>
25875
25877
  icons: IconOptions
25876
- locale: LocaleInstance & RtlInstance
25878
+ locale: UnwrapNestedRefs<LocaleInstance & RtlInstance>
25877
25879
  }
25878
25880
 
25879
25881
  export interface ComponentCustomProperties {
@@ -25923,15 +25925,15 @@ declare module '@vue/runtime-core' {
25923
25925
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
25924
25926
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
25925
25927
  VAvatar: typeof import('vuetify/components')['VAvatar']
25926
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
25927
25928
  VBadge: typeof import('vuetify/components')['VBadge']
25928
25929
  VBanner: typeof import('vuetify/components')['VBanner']
25929
25930
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
25930
25931
  VBannerText: typeof import('vuetify/components')['VBannerText']
25931
- VBtn: typeof import('vuetify/components')['VBtn']
25932
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
25932
25933
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
25933
25934
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
25934
25935
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
25936
+ VBtn: typeof import('vuetify/components')['VBtn']
25935
25937
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
25936
25938
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
25937
25939
  VCard: typeof import('vuetify/components')['VCard']
@@ -25940,10 +25942,12 @@ declare module '@vue/runtime-core' {
25940
25942
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
25941
25943
  VCardText: typeof import('vuetify/components')['VCardText']
25942
25944
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
25945
+ VCarousel: typeof import('vuetify/components')['VCarousel']
25946
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
25943
25947
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
25944
25948
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
25945
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
25946
25949
  VChip: typeof import('vuetify/components')['VChip']
25950
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
25947
25951
  VCode: typeof import('vuetify/components')['VCode']
25948
25952
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
25949
25953
  VCombobox: typeof import('vuetify/components')['VCombobox']
@@ -25956,8 +25960,8 @@ declare module '@vue/runtime-core' {
25956
25960
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
25957
25961
  VField: typeof import('vuetify/components')['VField']
25958
25962
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
25959
- VFooter: typeof import('vuetify/components')['VFooter']
25960
25963
  VFileInput: typeof import('vuetify/components')['VFileInput']
25964
+ VFooter: typeof import('vuetify/components')['VFooter']
25961
25965
  VIcon: typeof import('vuetify/components')['VIcon']
25962
25966
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
25963
25967
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
@@ -25989,17 +25993,16 @@ declare module '@vue/runtime-core' {
25989
25993
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
25990
25994
  VRating: typeof import('vuetify/components')['VRating']
25991
25995
  VSelect: typeof import('vuetify/components')['VSelect']
25992
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
25993
- VSheet: typeof import('vuetify/components')['VSheet']
25994
25996
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
25997
+ VSheet: typeof import('vuetify/components')['VSheet']
25995
25998
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
25996
25999
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
25997
26000
  VSlider: typeof import('vuetify/components')['VSlider']
25998
26001
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
25999
26002
  VSwitch: typeof import('vuetify/components')['VSwitch']
26003
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
26000
26004
  VTabs: typeof import('vuetify/components')['VTabs']
26001
26005
  VTab: typeof import('vuetify/components')['VTab']
26002
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
26003
26006
  VTable: typeof import('vuetify/components')['VTable']
26004
26007
  VTextarea: typeof import('vuetify/components')['VTextarea']
26005
26008
  VTextField: typeof import('vuetify/components')['VTextField']
@@ -26011,7 +26014,6 @@ declare module '@vue/runtime-core' {
26011
26014
  VTooltip: typeof import('vuetify/components')['VTooltip']
26012
26015
  VWindow: typeof import('vuetify/components')['VWindow']
26013
26016
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
26014
- VCarousel: typeof import('vuetify/components')['VCarousel']
26015
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
26017
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
26016
26018
  }
26017
26019
  }