vuetify 3.5.1 → 3.5.3

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 (87) hide show
  1. package/dist/json/attributes.json +39 -27
  2. package/dist/json/importMap.json +100 -100
  3. package/dist/json/tags.json +6 -3
  4. package/dist/json/web-types.json +101 -65
  5. package/dist/vuetify-labs.css +1717 -1712
  6. package/dist/vuetify-labs.d.ts +191 -92
  7. package/dist/vuetify-labs.esm.js +49 -30
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +49 -30
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1154 -1149
  12. package/dist/vuetify.d.ts +215 -116
  13. package/dist/vuetify.esm.js +49 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +49 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +25 -26
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/index.d.mts +12 -0
  21. package/lib/components/VAvatar/VAvatar.mjs +16 -2
  22. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  23. package/lib/components/VBottomSheet/index.d.mts +6 -0
  24. package/lib/components/VCheckbox/VCheckbox.css +3 -0
  25. package/lib/components/VCheckbox/VCheckbox.sass +3 -0
  26. package/lib/components/VCheckbox/_variables.scss +3 -0
  27. package/lib/components/VChip/VChip.css +0 -1
  28. package/lib/components/VChip/VChip.mjs +2 -1
  29. package/lib/components/VChip/VChip.mjs.map +1 -1
  30. package/lib/components/VChip/VChip.sass +0 -1
  31. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  32. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  33. package/lib/components/VColorPicker/VColorPickerEdit.mjs +1 -1
  34. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  35. package/lib/components/VColorPicker/util/index.mjs +1 -1
  36. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  37. package/lib/components/VCombobox/index.d.mts +12 -0
  38. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  39. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  40. package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -3
  41. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  42. package/lib/components/VDatePicker/index.d.mts +45 -63
  43. package/lib/components/VDialog/index.d.mts +21 -3
  44. package/lib/components/VLabel/VLabel.mjs +5 -4
  45. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  46. package/lib/components/VLabel/index.d.mts +6 -9
  47. package/lib/components/VList/VListItem.css +19 -6
  48. package/lib/components/VList/VListItem.sass +16 -3
  49. package/lib/components/VList/_variables.scss +6 -4
  50. package/lib/components/VMenu/VMenu.mjs +1 -0
  51. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  52. package/lib/components/VMenu/index.d.mts +21 -3
  53. package/lib/components/VOverlay/VOverlay.css +1 -1
  54. package/lib/components/VOverlay/VOverlay.mjs +4 -2
  55. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  56. package/lib/components/VOverlay/_variables.scss +1 -1
  57. package/lib/components/VOverlay/index.d.mts +6 -0
  58. package/lib/components/VOverlay/scrollStrategies.mjs +3 -0
  59. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  60. package/lib/components/VSelect/index.d.mts +12 -0
  61. package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -2
  62. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  63. package/lib/components/VSnackbar/index.d.mts +21 -3
  64. package/lib/components/VSwitch/VSwitch.css +3 -0
  65. package/lib/components/VSwitch/VSwitch.sass +3 -0
  66. package/lib/components/VSwitch/_variables.scss +1 -0
  67. package/lib/components/VTable/VTable.css +15 -28
  68. package/lib/components/VTable/VTable.sass +6 -13
  69. package/lib/components/VTable/_variables.scss +1 -1
  70. package/lib/components/VTooltip/index.d.mts +21 -3
  71. package/lib/components/VWindow/VWindow.css +1 -1
  72. package/lib/components/VWindow/VWindow.sass +1 -1
  73. package/lib/components/index.d.mts +183 -84
  74. package/lib/composables/calendar.mjs +1 -1
  75. package/lib/composables/calendar.mjs.map +1 -1
  76. package/lib/composables/date/adapters/vuetify.mjs +2 -8
  77. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  78. package/lib/composables/group.mjs +4 -1
  79. package/lib/composables/group.mjs.map +1 -1
  80. package/lib/composables/validation.mjs +1 -1
  81. package/lib/composables/validation.mjs.map +1 -1
  82. package/lib/entry-bundler.mjs +1 -1
  83. package/lib/framework.mjs +1 -1
  84. package/lib/index.d.mts +32 -32
  85. package/lib/labs/VCalendar/index.d.mts +8 -8
  86. package/lib/labs/components.d.mts +8 -8
  87. package/package.json +2 -2
@@ -1031,6 +1031,10 @@
1031
1031
  "type": "boolean\n",
1032
1032
  "description": "Removes the ability to click or target the component."
1033
1033
  },
1034
+ "v-bottom-sheet/opacity": {
1035
+ "type": "string | number\n",
1036
+ "description": "Sets the overlay opacity."
1037
+ },
1034
1038
  "v-bottom-sheet/no-click-animation": {
1035
1039
  "type": "boolean\n",
1036
1040
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
@@ -1483,10 +1487,6 @@
1483
1487
  "type": "boolean\n",
1484
1488
  "description": "Toggles the display of week numbers in a calendar view."
1485
1489
  },
1486
- "v-calendar/allowed-dates": {
1487
- "type": "Function | unknown[]\n",
1488
- "description": "Determines which dates are selectable."
1489
- },
1490
1490
  "v-calendar/disabled": {
1491
1491
  "type": "boolean\n",
1492
1492
  "description": "Removes the ability to click or target the component."
@@ -1507,6 +1507,10 @@
1507
1507
  "type": "number[]\n",
1508
1508
  "description": "Specifies which days of the week to display."
1509
1509
  },
1510
+ "v-calendar/allowed-dates": {
1511
+ "type": "unknown[] | ((date: unknown) => boolean)\n",
1512
+ "description": "Determines which dates are selectable."
1513
+ },
1510
1514
  "v-calendar/display-value": {
1511
1515
  "type": "unknown\n",
1512
1516
  "description": "Value to display for the component, possibly a formatted date."
@@ -3903,18 +3907,10 @@
3903
3907
  "type": "boolean\n",
3904
3908
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3905
3909
  },
3906
- "v-date-picker/range": {
3907
- "type": "boolean\n",
3908
- "description": "Allow the selection of date range."
3909
- },
3910
3910
  "v-date-picker/show-week": {
3911
3911
  "type": "boolean\n",
3912
3912
  "description": "Toggles visibility of the week numbers in the body of the calendar."
3913
3913
  },
3914
- "v-date-picker/allowed-dates": {
3915
- "type": "Function | unknown[]\n",
3916
- "description": "Restricts which dates can be selected."
3917
- },
3918
3914
  "v-date-picker/show-adjacent-months": {
3919
3915
  "type": "boolean\n",
3920
3916
  "description": "Toggles visibility of days from previous and next months."
@@ -3923,6 +3919,10 @@
3923
3919
  "type": "number[]\n",
3924
3920
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3925
3921
  },
3922
+ "v-date-picker/allowed-dates": {
3923
+ "type": "unknown[] | ((date: unknown) => boolean)\n",
3924
+ "description": "Restricts which dates can be selected."
3925
+ },
3926
3926
  "v-date-picker/display-value": {
3927
3927
  "type": "unknown\n",
3928
3928
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
@@ -3940,8 +3940,8 @@
3940
3940
  "description": "Minimum allowed date/month (ISO 8601 format)."
3941
3941
  },
3942
3942
  "v-date-picker/multiple": {
3943
- "type": "boolean\n",
3944
- "description": "Allow the selection of multiple dates."
3943
+ "type": "number | boolean | (string & {}) | 'range'\n",
3944
+ "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
3945
3945
  },
3946
3946
  "v-date-picker/height": {
3947
3947
  "type": "string | number\n",
@@ -4059,18 +4059,10 @@
4059
4059
  "type": "boolean\n",
4060
4060
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4061
4061
  },
4062
- "v-date-picker-month/range": {
4063
- "type": "boolean\n",
4064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4065
- },
4066
4062
  "v-date-picker-month/show-week": {
4067
4063
  "type": "boolean\n",
4068
4064
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4069
4065
  },
4070
- "v-date-picker-month/allowed-dates": {
4071
- "type": "Function | unknown[]\n",
4072
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
4073
- },
4074
4066
  "v-date-picker-month/disabled": {
4075
4067
  "type": "boolean\n",
4076
4068
  "description": "Removes the ability to click or target the component."
@@ -4091,6 +4083,10 @@
4091
4083
  "type": "number[]\n",
4092
4084
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
4093
4085
  },
4086
+ "v-date-picker-month/allowed-dates": {
4087
+ "type": "unknown[] | ((date: unknown) => boolean)\n",
4088
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
4089
+ },
4094
4090
  "v-date-picker-month/display-value": {
4095
4091
  "type": "unknown\n",
4096
4092
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
@@ -4108,7 +4104,7 @@
4108
4104
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
4109
4105
  },
4110
4106
  "v-date-picker-month/multiple": {
4111
- "type": "string | number | boolean\n",
4107
+ "type": "number | boolean | 'range' | (string & {})\n",
4112
4108
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4113
4109
  },
4114
4110
  "v-date-picker-months/color": {
@@ -4203,6 +4199,10 @@
4203
4199
  "type": "boolean\n",
4204
4200
  "description": "Removes the ability to click or target the component."
4205
4201
  },
4202
+ "v-dialog/opacity": {
4203
+ "type": "string | number\n",
4204
+ "description": "Sets the overlay opacity."
4205
+ },
4206
4206
  "v-dialog/no-click-animation": {
4207
4207
  "type": "boolean\n",
4208
4208
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
@@ -5295,10 +5295,6 @@
5295
5295
  "type": "string\n",
5296
5296
  "description": "Specify content text for the component."
5297
5297
  },
5298
- "v-label/clickable": {
5299
- "type": "boolean\n",
5300
- "description": "Changes the cursor to a pointer when the mouse is over the element."
5301
- },
5302
5298
  "v-label/theme": {
5303
5299
  "type": "string\n",
5304
5300
  "description": "Specify a theme for this component and all of its children."
@@ -5827,6 +5823,10 @@
5827
5823
  "type": "boolean\n",
5828
5824
  "description": "Removes the ability to click or target the component."
5829
5825
  },
5826
+ "v-menu/opacity": {
5827
+ "type": "string | number\n",
5828
+ "description": "Sets the overlay opacity."
5829
+ },
5830
5830
  "v-menu/no-click-animation": {
5831
5831
  "type": "boolean\n",
5832
5832
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -6179,6 +6179,10 @@
6179
6179
  "type": "boolean\n",
6180
6180
  "description": "Removes the ability to click or target the component."
6181
6181
  },
6182
+ "v-overlay/opacity": {
6183
+ "type": "string | number\n",
6184
+ "description": "Sets the overlay opacity."
6185
+ },
6182
6186
  "v-overlay/no-click-animation": {
6183
6187
  "type": "boolean\n",
6184
6188
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -8243,6 +8247,10 @@
8243
8247
  "type": "boolean\n",
8244
8248
  "description": "Removes the ability to click or target the component."
8245
8249
  },
8250
+ "v-snackbar/opacity": {
8251
+ "type": "string | number\n",
8252
+ "description": "Sets the overlay opacity."
8253
+ },
8246
8254
  "v-snackbar/model-value": {
8247
8255
  "type": "boolean\n",
8248
8256
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -9727,6 +9735,10 @@
9727
9735
  "type": "boolean\n",
9728
9736
  "description": "Removes the ability to click or target the component."
9729
9737
  },
9738
+ "v-tooltip/opacity": {
9739
+ "type": "string | number\n",
9740
+ "description": "Sets the overlay opacity."
9741
+ },
9730
9742
  "v-tooltip/no-click-animation": {
9731
9743
  "type": "boolean\n",
9732
9744
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "components": {
3
+ "VAlert": {
4
+ "from": "components/VAlert/index.mjs",
5
+ "styles": []
6
+ },
7
+ "VAlertTitle": {
8
+ "from": "components/VAlert/index.mjs",
9
+ "styles": []
10
+ },
3
11
  "VAppBar": {
4
12
  "from": "components/VAppBar/index.mjs",
5
13
  "styles": []
@@ -16,28 +24,12 @@
16
24
  "from": "components/VApp/index.mjs",
17
25
  "styles": []
18
26
  },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete/index.mjs",
21
- "styles": []
22
- },
23
- "VAlert": {
24
- "from": "components/VAlert/index.mjs",
25
- "styles": []
26
- },
27
- "VAlertTitle": {
28
- "from": "components/VAlert/index.mjs",
29
- "styles": []
30
- },
31
27
  "VAvatar": {
32
28
  "from": "components/VAvatar/index.mjs",
33
29
  "styles": []
34
30
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
37
- "styles": []
38
- },
39
- "VBottomSheet": {
40
- "from": "components/VBottomSheet/index.mjs",
31
+ "VAutocomplete": {
32
+ "from": "components/VAutocomplete/index.mjs",
41
33
  "styles": []
42
34
  },
43
35
  "VBanner": {
@@ -52,16 +44,12 @@
52
44
  "from": "components/VBanner/index.mjs",
53
45
  "styles": []
54
46
  },
55
- "VBtn": {
56
- "from": "components/VBtn/index.mjs",
57
- "styles": []
58
- },
59
47
  "VBottomNavigation": {
60
48
  "from": "components/VBottomNavigation/index.mjs",
61
49
  "styles": []
62
50
  },
63
- "VBtnGroup": {
64
- "from": "components/VBtnGroup/index.mjs",
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
65
53
  "styles": []
66
54
  },
67
55
  "VBreadcrumbs": {
@@ -76,8 +64,16 @@
76
64
  "from": "components/VBreadcrumbs/index.mjs",
77
65
  "styles": []
78
66
  },
79
- "VBtnToggle": {
80
- "from": "components/VBtnToggle/index.mjs",
67
+ "VBtn": {
68
+ "from": "components/VBtn/index.mjs",
69
+ "styles": []
70
+ },
71
+ "VBottomSheet": {
72
+ "from": "components/VBottomSheet/index.mjs",
73
+ "styles": []
74
+ },
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
81
77
  "styles": []
82
78
  },
83
79
  "VCard": {
@@ -104,16 +100,8 @@
104
100
  "from": "components/VCard/index.mjs",
105
101
  "styles": []
106
102
  },
107
- "VCheckbox": {
108
- "from": "components/VCheckbox/index.mjs",
109
- "styles": []
110
- },
111
- "VCheckboxBtn": {
112
- "from": "components/VCheckbox/index.mjs",
113
- "styles": []
114
- },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
103
+ "VBtnToggle": {
104
+ "from": "components/VBtnToggle/index.mjs",
117
105
  "styles": []
118
106
  },
119
107
  "VCarousel": {
@@ -124,8 +112,16 @@
124
112
  "from": "components/VCarousel/index.mjs",
125
113
  "styles": []
126
114
  },
127
- "VColorPicker": {
128
- "from": "components/VColorPicker/index.mjs",
115
+ "VChip": {
116
+ "from": "components/VChip/index.mjs",
117
+ "styles": []
118
+ },
119
+ "VCheckbox": {
120
+ "from": "components/VCheckbox/index.mjs",
121
+ "styles": []
122
+ },
123
+ "VCheckboxBtn": {
124
+ "from": "components/VCheckbox/index.mjs",
129
125
  "styles": []
130
126
  },
131
127
  "VCode": {
@@ -136,8 +132,12 @@
136
132
  "from": "components/VChipGroup/index.mjs",
137
133
  "styles": []
138
134
  },
139
- "VCombobox": {
140
- "from": "components/VCombobox/index.mjs",
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
137
+ "styles": []
138
+ },
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
141
141
  "styles": []
142
142
  },
143
143
  "VDataTable": {
@@ -188,18 +188,18 @@
188
188
  "from": "components/VDatePicker/index.mjs",
189
189
  "styles": []
190
190
  },
191
- "VCounter": {
192
- "from": "components/VCounter/index.mjs",
193
- "styles": []
194
- },
195
- "VDivider": {
196
- "from": "components/VDivider/index.mjs",
191
+ "VCombobox": {
192
+ "from": "components/VCombobox/index.mjs",
197
193
  "styles": []
198
194
  },
199
195
  "VDialog": {
200
196
  "from": "components/VDialog/index.mjs",
201
197
  "styles": []
202
198
  },
199
+ "VDivider": {
200
+ "from": "components/VDivider/index.mjs",
201
+ "styles": []
202
+ },
203
203
  "VExpansionPanels": {
204
204
  "from": "components/VExpansionPanel/index.mjs",
205
205
  "styles": []
@@ -216,6 +216,10 @@
216
216
  "from": "components/VExpansionPanel/index.mjs",
217
217
  "styles": []
218
218
  },
219
+ "VFooter": {
220
+ "from": "components/VFooter/index.mjs",
221
+ "styles": []
222
+ },
219
223
  "VField": {
220
224
  "from": "components/VField/index.mjs",
221
225
  "styles": []
@@ -228,18 +232,10 @@
228
232
  "from": "components/VFileInput/index.mjs",
229
233
  "styles": []
230
234
  },
231
- "VFooter": {
232
- "from": "components/VFooter/index.mjs",
233
- "styles": []
234
- },
235
235
  "VImg": {
236
236
  "from": "components/VImg/index.mjs",
237
237
  "styles": []
238
238
  },
239
- "VInput": {
240
- "from": "components/VInput/index.mjs",
241
- "styles": []
242
- },
243
239
  "VIcon": {
244
240
  "from": "components/VIcon/index.mjs",
245
241
  "styles": []
@@ -268,18 +264,26 @@
268
264
  "from": "components/VItemGroup/index.mjs",
269
265
  "styles": []
270
266
  },
267
+ "VInput": {
268
+ "from": "components/VInput/index.mjs",
269
+ "styles": []
270
+ },
271
271
  "VKbd": {
272
272
  "from": "components/VKbd/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VLabel": {
276
- "from": "components/VLabel/index.mjs",
275
+ "VMain": {
276
+ "from": "components/VMain/index.mjs",
277
277
  "styles": []
278
278
  },
279
279
  "VInfiniteScroll": {
280
280
  "from": "components/VInfiniteScroll/index.mjs",
281
281
  "styles": []
282
282
  },
283
+ "VLabel": {
284
+ "from": "components/VLabel/index.mjs",
285
+ "styles": []
286
+ },
283
287
  "VList": {
284
288
  "from": "components/VList/index.mjs",
285
289
  "styles": []
@@ -316,30 +320,26 @@
316
320
  "from": "components/VList/index.mjs",
317
321
  "styles": []
318
322
  },
319
- "VMain": {
320
- "from": "components/VMain/index.mjs",
321
- "styles": []
322
- },
323
323
  "VMessages": {
324
324
  "from": "components/VMessages/index.mjs",
325
325
  "styles": []
326
326
  },
327
- "VMenu": {
328
- "from": "components/VMenu/index.mjs",
329
- "styles": []
330
- },
331
327
  "VNavigationDrawer": {
332
328
  "from": "components/VNavigationDrawer/index.mjs",
333
329
  "styles": []
334
330
  },
335
- "VOtpInput": {
336
- "from": "components/VOtpInput/index.mjs",
331
+ "VMenu": {
332
+ "from": "components/VMenu/index.mjs",
337
333
  "styles": []
338
334
  },
339
335
  "VOverlay": {
340
336
  "from": "components/VOverlay/index.mjs",
341
337
  "styles": []
342
338
  },
339
+ "VOtpInput": {
340
+ "from": "components/VOtpInput/index.mjs",
341
+ "styles": []
342
+ },
343
343
  "VPagination": {
344
344
  "from": "components/VPagination/index.mjs",
345
345
  "styles": []
@@ -348,32 +348,24 @@
348
348
  "from": "components/VProgressCircular/index.mjs",
349
349
  "styles": []
350
350
  },
351
- "VRadioGroup": {
352
- "from": "components/VRadioGroup/index.mjs",
353
- "styles": []
354
- },
355
351
  "VProgressLinear": {
356
352
  "from": "components/VProgressLinear/index.mjs",
357
353
  "styles": []
358
354
  },
359
- "VSelect": {
360
- "from": "components/VSelect/index.mjs",
361
- "styles": []
362
- },
363
355
  "VRating": {
364
356
  "from": "components/VRating/index.mjs",
365
357
  "styles": []
366
358
  },
367
- "VSelectionControl": {
368
- "from": "components/VSelectionControl/index.mjs",
359
+ "VRadioGroup": {
360
+ "from": "components/VRadioGroup/index.mjs",
369
361
  "styles": []
370
362
  },
371
- "VSlideGroup": {
372
- "from": "components/VSlideGroup/index.mjs",
363
+ "VSelectionControl": {
364
+ "from": "components/VSelectionControl/index.mjs",
373
365
  "styles": []
374
366
  },
375
- "VSlideGroupItem": {
376
- "from": "components/VSlideGroup/index.mjs",
367
+ "VSelect": {
368
+ "from": "components/VSelect/index.mjs",
377
369
  "styles": []
378
370
  },
379
371
  "VSelectionControlGroup": {
@@ -388,12 +380,20 @@
388
380
  "from": "components/VSkeletonLoader/index.mjs",
389
381
  "styles": []
390
382
  },
383
+ "VSlideGroup": {
384
+ "from": "components/VSlideGroup/index.mjs",
385
+ "styles": []
386
+ },
387
+ "VSlideGroupItem": {
388
+ "from": "components/VSlideGroup/index.mjs",
389
+ "styles": []
390
+ },
391
391
  "VSlider": {
392
392
  "from": "components/VSlider/index.mjs",
393
393
  "styles": []
394
394
  },
395
- "VSnackbar": {
396
- "from": "components/VSnackbar/index.mjs",
395
+ "VSwitch": {
396
+ "from": "components/VSwitch/index.mjs",
397
397
  "styles": []
398
398
  },
399
399
  "VStepper": {
@@ -420,12 +420,12 @@
420
420
  "from": "components/VStepper/index.mjs",
421
421
  "styles": []
422
422
  },
423
- "VSwitch": {
424
- "from": "components/VSwitch/index.mjs",
423
+ "VSnackbar": {
424
+ "from": "components/VSnackbar/index.mjs",
425
425
  "styles": []
426
426
  },
427
- "VTable": {
428
- "from": "components/VTable/index.mjs",
427
+ "VSystemBar": {
428
+ "from": "components/VSystemBar/index.mjs",
429
429
  "styles": []
430
430
  },
431
431
  "VTabs": {
@@ -436,30 +436,26 @@
436
436
  "from": "components/VTabs/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VTimeline": {
440
- "from": "components/VTimeline/index.mjs",
441
- "styles": []
442
- },
443
- "VTimelineItem": {
444
- "from": "components/VTimeline/index.mjs",
445
- "styles": []
446
- },
447
- "VSystemBar": {
448
- "from": "components/VSystemBar/index.mjs",
439
+ "VTable": {
440
+ "from": "components/VTable/index.mjs",
449
441
  "styles": []
450
442
  },
451
443
  "VTextarea": {
452
444
  "from": "components/VTextarea/index.mjs",
453
445
  "styles": []
454
446
  },
455
- "VTextField": {
456
- "from": "components/VTextField/index.mjs",
457
- "styles": []
458
- },
459
447
  "VTooltip": {
460
448
  "from": "components/VTooltip/index.mjs",
461
449
  "styles": []
462
450
  },
451
+ "VTimeline": {
452
+ "from": "components/VTimeline/index.mjs",
453
+ "styles": []
454
+ },
455
+ "VTimelineItem": {
456
+ "from": "components/VTimeline/index.mjs",
457
+ "styles": []
458
+ },
463
459
  "VToolbar": {
464
460
  "from": "components/VToolbar/index.mjs",
465
461
  "styles": []
@@ -472,6 +468,10 @@
472
468
  "from": "components/VToolbar/index.mjs",
473
469
  "styles": []
474
470
  },
471
+ "VTextField": {
472
+ "from": "components/VTextField/index.mjs",
473
+ "styles": []
474
+ },
475
475
  "VWindow": {
476
476
  "from": "components/VWindow/index.mjs",
477
477
  "styles": []
@@ -337,6 +337,7 @@
337
337
  "model-value",
338
338
  "no-click-animation",
339
339
  "offset",
340
+ "opacity",
340
341
  "open-delay",
341
342
  "open-on-click",
342
343
  "open-on-focus",
@@ -1259,7 +1260,6 @@
1259
1260
  "next-icon",
1260
1261
  "position",
1261
1262
  "prev-icon",
1262
- "range",
1263
1263
  "rounded",
1264
1264
  "show-adjacent-months",
1265
1265
  "show-week",
@@ -1307,7 +1307,6 @@
1307
1307
  "model-value",
1308
1308
  "month",
1309
1309
  "multiple",
1310
- "range",
1311
1310
  "show-adjacent-months",
1312
1311
  "show-week",
1313
1312
  "weekdays",
@@ -1368,6 +1367,7 @@
1368
1367
  "model-value",
1369
1368
  "no-click-animation",
1370
1369
  "offset",
1370
+ "opacity",
1371
1371
  "open-delay",
1372
1372
  "open-on-click",
1373
1373
  "open-on-focus",
@@ -1757,7 +1757,6 @@
1757
1757
  },
1758
1758
  "v-label": {
1759
1759
  "attributes": [
1760
- "clickable",
1761
1760
  "text",
1762
1761
  "theme"
1763
1762
  ],
@@ -1986,6 +1985,7 @@
1986
1985
  "model-value",
1987
1986
  "no-click-animation",
1988
1987
  "offset",
1988
+ "opacity",
1989
1989
  "open-delay",
1990
1990
  "open-on-click",
1991
1991
  "open-on-focus",
@@ -2098,6 +2098,7 @@
2098
2098
  "model-value",
2099
2099
  "no-click-animation",
2100
2100
  "offset",
2101
+ "opacity",
2101
2102
  "open-delay",
2102
2103
  "open-on-click",
2103
2104
  "open-on-focus",
@@ -2754,6 +2755,7 @@
2754
2755
  "model-value",
2755
2756
  "multi-line",
2756
2757
  "offset",
2758
+ "opacity",
2757
2759
  "open-delay",
2758
2760
  "open-on-click",
2759
2761
  "open-on-focus",
@@ -3244,6 +3246,7 @@
3244
3246
  "model-value",
3245
3247
  "no-click-animation",
3246
3248
  "offset",
3249
+ "opacity",
3247
3250
  "open-delay",
3248
3251
  "open-on-click",
3249
3252
  "open-on-focus",