vuetify 3.5.2 → 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 (54) hide show
  1. package/dist/json/attributes.json +24 -0
  2. package/dist/json/importMap.json +138 -138
  3. package/dist/json/tags.json +6 -0
  4. package/dist/json/web-types.json +55 -1
  5. package/dist/vuetify-labs.css +1245 -1227
  6. package/dist/vuetify-labs.d.ts +132 -12
  7. package/dist/vuetify-labs.esm.js +25 -9
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +25 -9
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1296 -1278
  12. package/dist/vuetify.d.ts +172 -52
  13. package/dist/vuetify.esm.js +25 -9
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +25 -9
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +8 -8
  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/VCombobox/index.d.mts +12 -0
  34. package/lib/components/VDialog/index.d.mts +21 -3
  35. package/lib/components/VList/VListItem.css +19 -6
  36. package/lib/components/VList/VListItem.sass +16 -3
  37. package/lib/components/VList/_variables.scss +6 -4
  38. package/lib/components/VMenu/index.d.mts +21 -3
  39. package/lib/components/VOverlay/VOverlay.css +1 -1
  40. package/lib/components/VOverlay/VOverlay.mjs +4 -2
  41. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  42. package/lib/components/VOverlay/_variables.scss +1 -1
  43. package/lib/components/VOverlay/index.d.mts +6 -0
  44. package/lib/components/VSelect/index.d.mts +12 -0
  45. package/lib/components/VSnackbar/index.d.mts +21 -3
  46. package/lib/components/VSwitch/VSwitch.css +3 -0
  47. package/lib/components/VSwitch/VSwitch.sass +3 -0
  48. package/lib/components/VSwitch/_variables.scss +1 -0
  49. package/lib/components/VTooltip/index.d.mts +21 -3
  50. package/lib/components/index.d.mts +132 -12
  51. package/lib/entry-bundler.mjs +1 -1
  52. package/lib/framework.mjs +1 -1
  53. package/lib/index.d.mts +40 -40
  54. 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."
@@ -4195,6 +4199,10 @@
4195
4199
  "type": "boolean\n",
4196
4200
  "description": "Removes the ability to click or target the component."
4197
4201
  },
4202
+ "v-dialog/opacity": {
4203
+ "type": "string | number\n",
4204
+ "description": "Sets the overlay opacity."
4205
+ },
4198
4206
  "v-dialog/no-click-animation": {
4199
4207
  "type": "boolean\n",
4200
4208
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
@@ -5815,6 +5823,10 @@
5815
5823
  "type": "boolean\n",
5816
5824
  "description": "Removes the ability to click or target the component."
5817
5825
  },
5826
+ "v-menu/opacity": {
5827
+ "type": "string | number\n",
5828
+ "description": "Sets the overlay opacity."
5829
+ },
5818
5830
  "v-menu/no-click-animation": {
5819
5831
  "type": "boolean\n",
5820
5832
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -6167,6 +6179,10 @@
6167
6179
  "type": "boolean\n",
6168
6180
  "description": "Removes the ability to click or target the component."
6169
6181
  },
6182
+ "v-overlay/opacity": {
6183
+ "type": "string | number\n",
6184
+ "description": "Sets the overlay opacity."
6185
+ },
6170
6186
  "v-overlay/no-click-animation": {
6171
6187
  "type": "boolean\n",
6172
6188
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -8231,6 +8247,10 @@
8231
8247
  "type": "boolean\n",
8232
8248
  "description": "Removes the ability to click or target the component."
8233
8249
  },
8250
+ "v-snackbar/opacity": {
8251
+ "type": "string | number\n",
8252
+ "description": "Sets the overlay opacity."
8253
+ },
8234
8254
  "v-snackbar/model-value": {
8235
8255
  "type": "boolean\n",
8236
8256
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -9715,6 +9735,10 @@
9715
9735
  "type": "boolean\n",
9716
9736
  "description": "Removes the ability to click or target the component."
9717
9737
  },
9738
+ "v-tooltip/opacity": {
9739
+ "type": "string | number\n",
9740
+ "description": "Sets the overlay opacity."
9741
+ },
9718
9742
  "v-tooltip/no-click-animation": {
9719
9743
  "type": "boolean\n",
9720
9744
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
3
  "VAlert": {
8
4
  "from": "components/VAlert/index.mjs",
9
5
  "styles": []
@@ -24,6 +20,10 @@
24
20
  "from": "components/VAppBar/index.mjs",
25
21
  "styles": []
26
22
  },
23
+ "VApp": {
24
+ "from": "components/VApp/index.mjs",
25
+ "styles": []
26
+ },
27
27
  "VAvatar": {
28
28
  "from": "components/VAvatar/index.mjs",
29
29
  "styles": []
@@ -32,16 +32,24 @@
32
32
  "from": "components/VAutocomplete/index.mjs",
33
33
  "styles": []
34
34
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
35
+ "VBanner": {
36
+ "from": "components/VBanner/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VBannerActions": {
40
+ "from": "components/VBanner/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VBannerText": {
44
+ "from": "components/VBanner/index.mjs",
37
45
  "styles": []
38
46
  },
39
47
  "VBottomNavigation": {
40
48
  "from": "components/VBottomNavigation/index.mjs",
41
49
  "styles": []
42
50
  },
43
- "VBottomSheet": {
44
- "from": "components/VBottomSheet/index.mjs",
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
45
53
  "styles": []
46
54
  },
47
55
  "VBreadcrumbs": {
@@ -56,46 +64,18 @@
56
64
  "from": "components/VBreadcrumbs/index.mjs",
57
65
  "styles": []
58
66
  },
59
- "VBanner": {
60
- "from": "components/VBanner/index.mjs",
61
- "styles": []
62
- },
63
- "VBannerActions": {
64
- "from": "components/VBanner/index.mjs",
65
- "styles": []
66
- },
67
- "VBannerText": {
68
- "from": "components/VBanner/index.mjs",
69
- "styles": []
70
- },
71
67
  "VBtn": {
72
68
  "from": "components/VBtn/index.mjs",
73
69
  "styles": []
74
70
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle/index.mjs",
71
+ "VBottomSheet": {
72
+ "from": "components/VBottomSheet/index.mjs",
77
73
  "styles": []
78
74
  },
79
75
  "VBtnGroup": {
80
76
  "from": "components/VBtnGroup/index.mjs",
81
77
  "styles": []
82
78
  },
83
- "VCheckbox": {
84
- "from": "components/VCheckbox/index.mjs",
85
- "styles": []
86
- },
87
- "VCheckboxBtn": {
88
- "from": "components/VCheckbox/index.mjs",
89
- "styles": []
90
- },
91
- "VCarousel": {
92
- "from": "components/VCarousel/index.mjs",
93
- "styles": []
94
- },
95
- "VCarouselItem": {
96
- "from": "components/VCarousel/index.mjs",
97
- "styles": []
98
- },
99
79
  "VCard": {
100
80
  "from": "components/VCard/index.mjs",
101
81
  "styles": []
@@ -120,20 +100,44 @@
120
100
  "from": "components/VCard/index.mjs",
121
101
  "styles": []
122
102
  },
123
- "VColorPicker": {
124
- "from": "components/VColorPicker/index.mjs",
103
+ "VBtnToggle": {
104
+ "from": "components/VBtnToggle/index.mjs",
105
+ "styles": []
106
+ },
107
+ "VCarousel": {
108
+ "from": "components/VCarousel/index.mjs",
109
+ "styles": []
110
+ },
111
+ "VCarouselItem": {
112
+ "from": "components/VCarousel/index.mjs",
125
113
  "styles": []
126
114
  },
127
115
  "VChip": {
128
116
  "from": "components/VChip/index.mjs",
129
117
  "styles": []
130
118
  },
119
+ "VCheckbox": {
120
+ "from": "components/VCheckbox/index.mjs",
121
+ "styles": []
122
+ },
123
+ "VCheckboxBtn": {
124
+ "from": "components/VCheckbox/index.mjs",
125
+ "styles": []
126
+ },
127
+ "VCode": {
128
+ "from": "components/VCode/index.mjs",
129
+ "styles": []
130
+ },
131
131
  "VChipGroup": {
132
132
  "from": "components/VChipGroup/index.mjs",
133
133
  "styles": []
134
134
  },
135
- "VCombobox": {
136
- "from": "components/VCombobox/index.mjs",
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
137
+ "styles": []
138
+ },
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
137
141
  "styles": []
138
142
  },
139
143
  "VDataTable": {
@@ -160,34 +164,6 @@
160
164
  "from": "components/VDataTable/index.mjs",
161
165
  "styles": []
162
166
  },
163
- "VCode": {
164
- "from": "components/VCode/index.mjs",
165
- "styles": []
166
- },
167
- "VCounter": {
168
- "from": "components/VCounter/index.mjs",
169
- "styles": []
170
- },
171
- "VDivider": {
172
- "from": "components/VDivider/index.mjs",
173
- "styles": []
174
- },
175
- "VExpansionPanels": {
176
- "from": "components/VExpansionPanel/index.mjs",
177
- "styles": []
178
- },
179
- "VExpansionPanel": {
180
- "from": "components/VExpansionPanel/index.mjs",
181
- "styles": []
182
- },
183
- "VExpansionPanelText": {
184
- "from": "components/VExpansionPanel/index.mjs",
185
- "styles": []
186
- },
187
- "VExpansionPanelTitle": {
188
- "from": "components/VExpansionPanel/index.mjs",
189
- "styles": []
190
- },
191
167
  "VDatePicker": {
192
168
  "from": "components/VDatePicker/index.mjs",
193
169
  "styles": []
@@ -212,36 +188,52 @@
212
188
  "from": "components/VDatePicker/index.mjs",
213
189
  "styles": []
214
190
  },
191
+ "VCombobox": {
192
+ "from": "components/VCombobox/index.mjs",
193
+ "styles": []
194
+ },
215
195
  "VDialog": {
216
196
  "from": "components/VDialog/index.mjs",
217
197
  "styles": []
218
198
  },
219
- "VField": {
220
- "from": "components/VField/index.mjs",
199
+ "VDivider": {
200
+ "from": "components/VDivider/index.mjs",
221
201
  "styles": []
222
202
  },
223
- "VFieldLabel": {
224
- "from": "components/VField/index.mjs",
203
+ "VExpansionPanels": {
204
+ "from": "components/VExpansionPanel/index.mjs",
225
205
  "styles": []
226
206
  },
227
- "VFileInput": {
228
- "from": "components/VFileInput/index.mjs",
207
+ "VExpansionPanel": {
208
+ "from": "components/VExpansionPanel/index.mjs",
209
+ "styles": []
210
+ },
211
+ "VExpansionPanelText": {
212
+ "from": "components/VExpansionPanel/index.mjs",
213
+ "styles": []
214
+ },
215
+ "VExpansionPanelTitle": {
216
+ "from": "components/VExpansionPanel/index.mjs",
229
217
  "styles": []
230
218
  },
231
219
  "VFooter": {
232
220
  "from": "components/VFooter/index.mjs",
233
221
  "styles": []
234
222
  },
235
- "VInfiniteScroll": {
236
- "from": "components/VInfiniteScroll/index.mjs",
223
+ "VField": {
224
+ "from": "components/VField/index.mjs",
237
225
  "styles": []
238
226
  },
239
- "VImg": {
240
- "from": "components/VImg/index.mjs",
227
+ "VFieldLabel": {
228
+ "from": "components/VField/index.mjs",
241
229
  "styles": []
242
230
  },
243
- "VKbd": {
244
- "from": "components/VKbd/index.mjs",
231
+ "VFileInput": {
232
+ "from": "components/VFileInput/index.mjs",
233
+ "styles": []
234
+ },
235
+ "VImg": {
236
+ "from": "components/VImg/index.mjs",
245
237
  "styles": []
246
238
  },
247
239
  "VIcon": {
@@ -264,14 +256,34 @@
264
256
  "from": "components/VIcon/index.mjs",
265
257
  "styles": []
266
258
  },
267
- "VLabel": {
268
- "from": "components/VLabel/index.mjs",
259
+ "VItemGroup": {
260
+ "from": "components/VItemGroup/index.mjs",
261
+ "styles": []
262
+ },
263
+ "VItem": {
264
+ "from": "components/VItemGroup/index.mjs",
269
265
  "styles": []
270
266
  },
271
267
  "VInput": {
272
268
  "from": "components/VInput/index.mjs",
273
269
  "styles": []
274
270
  },
271
+ "VKbd": {
272
+ "from": "components/VKbd/index.mjs",
273
+ "styles": []
274
+ },
275
+ "VMain": {
276
+ "from": "components/VMain/index.mjs",
277
+ "styles": []
278
+ },
279
+ "VInfiniteScroll": {
280
+ "from": "components/VInfiniteScroll/index.mjs",
281
+ "styles": []
282
+ },
283
+ "VLabel": {
284
+ "from": "components/VLabel/index.mjs",
285
+ "styles": []
286
+ },
275
287
  "VList": {
276
288
  "from": "components/VList/index.mjs",
277
289
  "styles": []
@@ -308,42 +320,30 @@
308
320
  "from": "components/VList/index.mjs",
309
321
  "styles": []
310
322
  },
311
- "VMenu": {
312
- "from": "components/VMenu/index.mjs",
313
- "styles": []
314
- },
315
- "VItemGroup": {
316
- "from": "components/VItemGroup/index.mjs",
317
- "styles": []
318
- },
319
- "VItem": {
320
- "from": "components/VItemGroup/index.mjs",
321
- "styles": []
322
- },
323
- "VMain": {
324
- "from": "components/VMain/index.mjs",
325
- "styles": []
326
- },
327
323
  "VMessages": {
328
324
  "from": "components/VMessages/index.mjs",
329
325
  "styles": []
330
326
  },
331
- "VPagination": {
332
- "from": "components/VPagination/index.mjs",
333
- "styles": []
334
- },
335
327
  "VNavigationDrawer": {
336
328
  "from": "components/VNavigationDrawer/index.mjs",
337
329
  "styles": []
338
330
  },
339
- "VOtpInput": {
340
- "from": "components/VOtpInput/index.mjs",
331
+ "VMenu": {
332
+ "from": "components/VMenu/index.mjs",
341
333
  "styles": []
342
334
  },
343
335
  "VOverlay": {
344
336
  "from": "components/VOverlay/index.mjs",
345
337
  "styles": []
346
338
  },
339
+ "VOtpInput": {
340
+ "from": "components/VOtpInput/index.mjs",
341
+ "styles": []
342
+ },
343
+ "VPagination": {
344
+ "from": "components/VPagination/index.mjs",
345
+ "styles": []
346
+ },
347
347
  "VProgressCircular": {
348
348
  "from": "components/VProgressCircular/index.mjs",
349
349
  "styles": []
@@ -352,30 +352,34 @@
352
352
  "from": "components/VProgressLinear/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VRadioGroup": {
356
- "from": "components/VRadioGroup/index.mjs",
357
- "styles": []
358
- },
359
355
  "VRating": {
360
356
  "from": "components/VRating/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VSelect": {
364
- "from": "components/VSelect/index.mjs",
359
+ "VRadioGroup": {
360
+ "from": "components/VRadioGroup/index.mjs",
365
361
  "styles": []
366
362
  },
367
363
  "VSelectionControl": {
368
364
  "from": "components/VSelectionControl/index.mjs",
369
365
  "styles": []
370
366
  },
371
- "VSkeletonLoader": {
372
- "from": "components/VSkeletonLoader/index.mjs",
367
+ "VSelect": {
368
+ "from": "components/VSelect/index.mjs",
369
+ "styles": []
370
+ },
371
+ "VSelectionControlGroup": {
372
+ "from": "components/VSelectionControlGroup/index.mjs",
373
373
  "styles": []
374
374
  },
375
375
  "VSheet": {
376
376
  "from": "components/VSheet/index.mjs",
377
377
  "styles": []
378
378
  },
379
+ "VSkeletonLoader": {
380
+ "from": "components/VSkeletonLoader/index.mjs",
381
+ "styles": []
382
+ },
379
383
  "VSlideGroup": {
380
384
  "from": "components/VSlideGroup/index.mjs",
381
385
  "styles": []
@@ -384,14 +388,14 @@
384
388
  "from": "components/VSlideGroup/index.mjs",
385
389
  "styles": []
386
390
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup/index.mjs",
389
- "styles": []
390
- },
391
391
  "VSlider": {
392
392
  "from": "components/VSlider/index.mjs",
393
393
  "styles": []
394
394
  },
395
+ "VSwitch": {
396
+ "from": "components/VSwitch/index.mjs",
397
+ "styles": []
398
+ },
395
399
  "VStepper": {
396
400
  "from": "components/VStepper/index.mjs",
397
401
  "styles": []
@@ -424,10 +428,6 @@
424
428
  "from": "components/VSystemBar/index.mjs",
425
429
  "styles": []
426
430
  },
427
- "VSwitch": {
428
- "from": "components/VSwitch/index.mjs",
429
- "styles": []
430
- },
431
431
  "VTabs": {
432
432
  "from": "components/VTabs/index.mjs",
433
433
  "styles": []
@@ -440,8 +440,12 @@
440
440
  "from": "components/VTable/index.mjs",
441
441
  "styles": []
442
442
  },
443
- "VTextField": {
444
- "from": "components/VTextField/index.mjs",
443
+ "VTextarea": {
444
+ "from": "components/VTextarea/index.mjs",
445
+ "styles": []
446
+ },
447
+ "VTooltip": {
448
+ "from": "components/VTooltip/index.mjs",
445
449
  "styles": []
446
450
  },
447
451
  "VTimeline": {
@@ -452,10 +456,6 @@
452
456
  "from": "components/VTimeline/index.mjs",
453
457
  "styles": []
454
458
  },
455
- "VTextarea": {
456
- "from": "components/VTextarea/index.mjs",
457
- "styles": []
458
- },
459
459
  "VToolbar": {
460
460
  "from": "components/VToolbar/index.mjs",
461
461
  "styles": []
@@ -468,8 +468,8 @@
468
468
  "from": "components/VToolbar/index.mjs",
469
469
  "styles": []
470
470
  },
471
- "VTooltip": {
472
- "from": "components/VTooltip/index.mjs",
471
+ "VTextField": {
472
+ "from": "components/VTextField/index.mjs",
473
473
  "styles": []
474
474
  },
475
475
  "VWindow": {
@@ -536,26 +536,26 @@
536
536
  "from": "components/VParallax/index.mjs",
537
537
  "styles": []
538
538
  },
539
- "VRangeSlider": {
540
- "from": "components/VRangeSlider/index.mjs",
541
- "styles": []
542
- },
543
539
  "VRadio": {
544
540
  "from": "components/VRadio/index.mjs",
545
541
  "styles": []
546
542
  },
547
- "VResponsive": {
548
- "from": "components/VResponsive/index.mjs",
543
+ "VRangeSlider": {
544
+ "from": "components/VRangeSlider/index.mjs",
549
545
  "styles": []
550
546
  },
551
- "VValidation": {
552
- "from": "components/VValidation/index.mjs",
547
+ "VResponsive": {
548
+ "from": "components/VResponsive/index.mjs",
553
549
  "styles": []
554
550
  },
555
551
  "VThemeProvider": {
556
552
  "from": "components/VThemeProvider/index.mjs",
557
553
  "styles": []
558
554
  },
555
+ "VValidation": {
556
+ "from": "components/VValidation/index.mjs",
557
+ "styles": []
558
+ },
559
559
  "VVirtualScroll": {
560
560
  "from": "components/VVirtualScroll/index.mjs",
561
561
  "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",
@@ -1366,6 +1367,7 @@
1366
1367
  "model-value",
1367
1368
  "no-click-animation",
1368
1369
  "offset",
1370
+ "opacity",
1369
1371
  "open-delay",
1370
1372
  "open-on-click",
1371
1373
  "open-on-focus",
@@ -1983,6 +1985,7 @@
1983
1985
  "model-value",
1984
1986
  "no-click-animation",
1985
1987
  "offset",
1988
+ "opacity",
1986
1989
  "open-delay",
1987
1990
  "open-on-click",
1988
1991
  "open-on-focus",
@@ -2095,6 +2098,7 @@
2095
2098
  "model-value",
2096
2099
  "no-click-animation",
2097
2100
  "offset",
2101
+ "opacity",
2098
2102
  "open-delay",
2099
2103
  "open-on-click",
2100
2104
  "open-on-focus",
@@ -2751,6 +2755,7 @@
2751
2755
  "model-value",
2752
2756
  "multi-line",
2753
2757
  "offset",
2758
+ "opacity",
2754
2759
  "open-delay",
2755
2760
  "open-on-click",
2756
2761
  "open-on-focus",
@@ -3241,6 +3246,7 @@
3241
3246
  "model-value",
3242
3247
  "no-click-animation",
3243
3248
  "offset",
3249
+ "opacity",
3244
3250
  "open-delay",
3245
3251
  "open-on-click",
3246
3252
  "open-on-focus",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.5.2",
5
+ "version": "3.5.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3326,6 +3326,15 @@
3326
3326
  "type": "boolean"
3327
3327
  }
3328
3328
  },
3329
+ {
3330
+ "name": "opacity",
3331
+ "description": "Sets the overlay opacity.",
3332
+ "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3333
+ "value": {
3334
+ "kind": "expression",
3335
+ "type": "string | number"
3336
+ }
3337
+ },
3329
3338
  {
3330
3339
  "name": "noClickAnimation",
3331
3340
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop.",
@@ -17378,6 +17387,15 @@
17378
17387
  "type": "boolean"
17379
17388
  }
17380
17389
  },
17390
+ {
17391
+ "name": "opacity",
17392
+ "description": "Sets the overlay opacity.",
17393
+ "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
17394
+ "value": {
17395
+ "kind": "expression",
17396
+ "type": "string | number"
17397
+ }
17398
+ },
17381
17399
  {
17382
17400
  "name": "noClickAnimation",
17383
17401
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop.",
@@ -23631,6 +23649,15 @@
23631
23649
  "type": "boolean"
23632
23650
  }
23633
23651
  },
23652
+ {
23653
+ "name": "opacity",
23654
+ "description": "Sets the overlay opacity.",
23655
+ "doc-url": "https://vuetifyjs.com/api/v-menu#props",
23656
+ "value": {
23657
+ "kind": "expression",
23658
+ "type": "string | number"
23659
+ }
23660
+ },
23634
23661
  {
23635
23662
  "name": "noClickAnimation",
23636
23663
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
@@ -24705,6 +24732,15 @@
24705
24732
  "type": "boolean"
24706
24733
  }
24707
24734
  },
24735
+ {
24736
+ "name": "opacity",
24737
+ "description": "Sets the overlay opacity.",
24738
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
24739
+ "value": {
24740
+ "kind": "expression",
24741
+ "type": "string | number"
24742
+ }
24743
+ },
24708
24744
  {
24709
24745
  "name": "noClickAnimation",
24710
24746
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
@@ -32294,6 +32330,15 @@
32294
32330
  "type": "boolean"
32295
32331
  }
32296
32332
  },
32333
+ {
32334
+ "name": "opacity",
32335
+ "description": "Sets the overlay opacity.",
32336
+ "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
32337
+ "value": {
32338
+ "kind": "expression",
32339
+ "type": "string | number"
32340
+ }
32341
+ },
32297
32342
  {
32298
32343
  "name": "modelValue",
32299
32344
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
@@ -37893,6 +37938,15 @@
37893
37938
  "type": "boolean"
37894
37939
  }
37895
37940
  },
37941
+ {
37942
+ "name": "opacity",
37943
+ "description": "Sets the overlay opacity.",
37944
+ "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
37945
+ "value": {
37946
+ "kind": "expression",
37947
+ "type": "string | number"
37948
+ }
37949
+ },
37896
37950
  {
37897
37951
  "name": "noClickAnimation",
37898
37952
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",