vuetify 3.5.2 → 3.5.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 (63) hide show
  1. package/dist/json/attributes.json +24 -0
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +118 -118
  4. package/dist/json/tags.json +6 -0
  5. package/dist/json/web-types.json +55 -1
  6. package/dist/vuetify-labs.css +1604 -1586
  7. package/dist/vuetify-labs.d.ts +132 -12
  8. package/dist/vuetify-labs.esm.js +50 -23
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +50 -23
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1280 -1262
  13. package/dist/vuetify.d.ts +167 -47
  14. package/dist/vuetify.esm.js +50 -23
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +50 -23
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +16 -13
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +12 -0
  22. package/lib/components/VAvatar/VAvatar.mjs +16 -2
  23. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  24. package/lib/components/VBottomSheet/index.d.mts +6 -0
  25. package/lib/components/VCheckbox/VCheckbox.css +3 -0
  26. package/lib/components/VCheckbox/VCheckbox.sass +3 -0
  27. package/lib/components/VCheckbox/_variables.scss +3 -0
  28. package/lib/components/VChip/VChip.css +0 -1
  29. package/lib/components/VChip/VChip.mjs +2 -1
  30. package/lib/components/VChip/VChip.mjs.map +1 -1
  31. package/lib/components/VChip/VChip.sass +0 -1
  32. package/lib/components/VColorPicker/VColorPicker.mjs +24 -12
  33. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  34. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  35. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.mts +12 -0
  37. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  38. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  39. package/lib/components/VDialog/index.d.mts +21 -3
  40. package/lib/components/VList/VListItem.css +19 -6
  41. package/lib/components/VList/VListItem.sass +16 -3
  42. package/lib/components/VList/_variables.scss +6 -4
  43. package/lib/components/VMenu/index.d.mts +21 -3
  44. package/lib/components/VOverlay/VOverlay.css +1 -1
  45. package/lib/components/VOverlay/VOverlay.mjs +4 -2
  46. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  47. package/lib/components/VOverlay/_variables.scss +1 -1
  48. package/lib/components/VOverlay/index.d.mts +6 -0
  49. package/lib/components/VSelect/index.d.mts +12 -0
  50. package/lib/components/VSnackbar/VSnackbar.mjs +1 -2
  51. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  52. package/lib/components/VSnackbar/index.d.mts +21 -3
  53. package/lib/components/VSwitch/VSwitch.css +3 -0
  54. package/lib/components/VSwitch/VSwitch.sass +3 -0
  55. package/lib/components/VSwitch/_variables.scss +1 -0
  56. package/lib/components/VTooltip/index.d.mts +21 -3
  57. package/lib/components/index.d.mts +132 -12
  58. package/lib/entry-bundler.mjs +1 -1
  59. package/lib/framework.mjs +1 -1
  60. package/lib/index.d.mts +35 -35
  61. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +1 -1
  62. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -1
  63. 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,5 +1,13 @@
1
1
  {
2
2
  "components": {
3
+ "VPicker": {
4
+ "from": "labs/VPicker/index.mjs",
5
+ "styles": []
6
+ },
7
+ "VPickerTitle": {
8
+ "from": "labs/VPicker/index.mjs",
9
+ "styles": []
10
+ },
3
11
  "VCalendar": {
4
12
  "from": "labs/VCalendar/index.mjs",
5
13
  "styles": []
@@ -24,14 +32,6 @@
24
32
  "from": "labs/VCalendar/index.mjs",
25
33
  "styles": []
26
34
  },
27
- "VPicker": {
28
- "from": "labs/VPicker/index.mjs",
29
- "styles": []
30
- },
31
- "VPickerTitle": {
32
- "from": "labs/VPicker/index.mjs",
33
- "styles": []
34
- },
35
35
  "VConfirmEdit": {
36
36
  "from": "labs/VConfirmEdit/index.mjs",
37
37
  "styles": []
@@ -1,17 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
- "VAlert": {
8
- "from": "components/VAlert/index.mjs",
9
- "styles": []
10
- },
11
- "VAlertTitle": {
12
- "from": "components/VAlert/index.mjs",
13
- "styles": []
14
- },
15
3
  "VAppBar": {
16
4
  "from": "components/VAppBar/index.mjs",
17
5
  "styles": []
@@ -24,6 +12,18 @@
24
12
  "from": "components/VAppBar/index.mjs",
25
13
  "styles": []
26
14
  },
15
+ "VApp": {
16
+ "from": "components/VApp/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VAlert": {
20
+ "from": "components/VAlert/index.mjs",
21
+ "styles": []
22
+ },
23
+ "VAlertTitle": {
24
+ "from": "components/VAlert/index.mjs",
25
+ "styles": []
26
+ },
27
27
  "VAvatar": {
28
28
  "from": "components/VAvatar/index.mjs",
29
29
  "styles": []
@@ -36,14 +36,26 @@
36
36
  "from": "components/VBadge/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation/index.mjs",
39
+ "VBanner": {
40
+ "from": "components/VBanner/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VBannerActions": {
44
+ "from": "components/VBanner/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBannerText": {
48
+ "from": "components/VBanner/index.mjs",
41
49
  "styles": []
42
50
  },
43
51
  "VBottomSheet": {
44
52
  "from": "components/VBottomSheet/index.mjs",
45
53
  "styles": []
46
54
  },
55
+ "VBottomNavigation": {
56
+ "from": "components/VBottomNavigation/index.mjs",
57
+ "styles": []
58
+ },
47
59
  "VBreadcrumbs": {
48
60
  "from": "components/VBreadcrumbs/index.mjs",
49
61
  "styles": []
@@ -56,28 +68,24 @@
56
68
  "from": "components/VBreadcrumbs/index.mjs",
57
69
  "styles": []
58
70
  },
59
- "VBanner": {
60
- "from": "components/VBanner/index.mjs",
61
- "styles": []
62
- },
63
- "VBannerActions": {
64
- "from": "components/VBanner/index.mjs",
71
+ "VBtnToggle": {
72
+ "from": "components/VBtnToggle/index.mjs",
65
73
  "styles": []
66
74
  },
67
- "VBannerText": {
68
- "from": "components/VBanner/index.mjs",
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
69
77
  "styles": []
70
78
  },
71
79
  "VBtn": {
72
80
  "from": "components/VBtn/index.mjs",
73
81
  "styles": []
74
82
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle/index.mjs",
83
+ "VCarousel": {
84
+ "from": "components/VCarousel/index.mjs",
77
85
  "styles": []
78
86
  },
79
- "VBtnGroup": {
80
- "from": "components/VBtnGroup/index.mjs",
87
+ "VCarouselItem": {
88
+ "from": "components/VCarousel/index.mjs",
81
89
  "styles": []
82
90
  },
83
91
  "VCheckbox": {
@@ -88,14 +96,6 @@
88
96
  "from": "components/VCheckbox/index.mjs",
89
97
  "styles": []
90
98
  },
91
- "VCarousel": {
92
- "from": "components/VCarousel/index.mjs",
93
- "styles": []
94
- },
95
- "VCarouselItem": {
96
- "from": "components/VCarousel/index.mjs",
97
- "styles": []
98
- },
99
99
  "VCard": {
100
100
  "from": "components/VCard/index.mjs",
101
101
  "styles": []
@@ -120,16 +120,24 @@
120
120
  "from": "components/VCard/index.mjs",
121
121
  "styles": []
122
122
  },
123
- "VColorPicker": {
124
- "from": "components/VColorPicker/index.mjs",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup/index.mjs",
125
125
  "styles": []
126
126
  },
127
127
  "VChip": {
128
128
  "from": "components/VChip/index.mjs",
129
129
  "styles": []
130
130
  },
131
- "VChipGroup": {
132
- "from": "components/VChipGroup/index.mjs",
131
+ "VColorPicker": {
132
+ "from": "components/VColorPicker/index.mjs",
133
+ "styles": []
134
+ },
135
+ "VCounter": {
136
+ "from": "components/VCounter/index.mjs",
137
+ "styles": []
138
+ },
139
+ "VCode": {
140
+ "from": "components/VCode/index.mjs",
133
141
  "styles": []
134
142
  },
135
143
  "VCombobox": {
@@ -160,34 +168,6 @@
160
168
  "from": "components/VDataTable/index.mjs",
161
169
  "styles": []
162
170
  },
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
171
  "VDatePicker": {
192
172
  "from": "components/VDatePicker/index.mjs",
193
173
  "styles": []
@@ -212,36 +192,48 @@
212
192
  "from": "components/VDatePicker/index.mjs",
213
193
  "styles": []
214
194
  },
195
+ "VDivider": {
196
+ "from": "components/VDivider/index.mjs",
197
+ "styles": []
198
+ },
215
199
  "VDialog": {
216
200
  "from": "components/VDialog/index.mjs",
217
201
  "styles": []
218
202
  },
219
- "VField": {
220
- "from": "components/VField/index.mjs",
203
+ "VExpansionPanels": {
204
+ "from": "components/VExpansionPanel/index.mjs",
221
205
  "styles": []
222
206
  },
223
- "VFieldLabel": {
224
- "from": "components/VField/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",
225
217
  "styles": []
226
218
  },
227
219
  "VFileInput": {
228
220
  "from": "components/VFileInput/index.mjs",
229
221
  "styles": []
230
222
  },
231
- "VFooter": {
232
- "from": "components/VFooter/index.mjs",
223
+ "VField": {
224
+ "from": "components/VField/index.mjs",
233
225
  "styles": []
234
226
  },
235
- "VInfiniteScroll": {
236
- "from": "components/VInfiniteScroll/index.mjs",
227
+ "VFieldLabel": {
228
+ "from": "components/VField/index.mjs",
237
229
  "styles": []
238
230
  },
239
- "VImg": {
240
- "from": "components/VImg/index.mjs",
231
+ "VFooter": {
232
+ "from": "components/VFooter/index.mjs",
241
233
  "styles": []
242
234
  },
243
- "VKbd": {
244
- "from": "components/VKbd/index.mjs",
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
+ "VInfiniteScroll": {
260
+ "from": "components/VInfiniteScroll/index.mjs",
269
261
  "styles": []
270
262
  },
271
263
  "VInput": {
272
264
  "from": "components/VInput/index.mjs",
273
265
  "styles": []
274
266
  },
267
+ "VItemGroup": {
268
+ "from": "components/VItemGroup/index.mjs",
269
+ "styles": []
270
+ },
271
+ "VItem": {
272
+ "from": "components/VItemGroup/index.mjs",
273
+ "styles": []
274
+ },
275
+ "VLabel": {
276
+ "from": "components/VLabel/index.mjs",
277
+ "styles": []
278
+ },
279
+ "VMenu": {
280
+ "from": "components/VMenu/index.mjs",
281
+ "styles": []
282
+ },
283
+ "VKbd": {
284
+ "from": "components/VKbd/index.mjs",
285
+ "styles": []
286
+ },
275
287
  "VList": {
276
288
  "from": "components/VList/index.mjs",
277
289
  "styles": []
@@ -308,18 +320,6 @@
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
323
  "VMain": {
324
324
  "from": "components/VMain/index.mjs",
325
325
  "styles": []
@@ -328,20 +328,20 @@
328
328
  "from": "components/VMessages/index.mjs",
329
329
  "styles": []
330
330
  },
331
- "VPagination": {
332
- "from": "components/VPagination/index.mjs",
333
- "styles": []
334
- },
335
331
  "VNavigationDrawer": {
336
332
  "from": "components/VNavigationDrawer/index.mjs",
337
333
  "styles": []
338
334
  },
335
+ "VOverlay": {
336
+ "from": "components/VOverlay/index.mjs",
337
+ "styles": []
338
+ },
339
339
  "VOtpInput": {
340
340
  "from": "components/VOtpInput/index.mjs",
341
341
  "styles": []
342
342
  },
343
- "VOverlay": {
344
- "from": "components/VOverlay/index.mjs",
343
+ "VPagination": {
344
+ "from": "components/VPagination/index.mjs",
345
345
  "styles": []
346
346
  },
347
347
  "VProgressCircular": {
@@ -368,6 +368,10 @@
368
368
  "from": "components/VSelectionControl/index.mjs",
369
369
  "styles": []
370
370
  },
371
+ "VSelectionControlGroup": {
372
+ "from": "components/VSelectionControlGroup/index.mjs",
373
+ "styles": []
374
+ },
371
375
  "VSkeletonLoader": {
372
376
  "from": "components/VSkeletonLoader/index.mjs",
373
377
  "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
+ "VSnackbar": {
396
+ "from": "components/VSnackbar/index.mjs",
397
+ "styles": []
398
+ },
395
399
  "VStepper": {
396
400
  "from": "components/VStepper/index.mjs",
397
401
  "styles": []
@@ -416,10 +420,6 @@
416
420
  "from": "components/VStepper/index.mjs",
417
421
  "styles": []
418
422
  },
419
- "VSnackbar": {
420
- "from": "components/VSnackbar/index.mjs",
421
- "styles": []
422
- },
423
423
  "VSystemBar": {
424
424
  "from": "components/VSystemBar/index.mjs",
425
425
  "styles": []
@@ -444,6 +444,10 @@
444
444
  "from": "components/VTextField/index.mjs",
445
445
  "styles": []
446
446
  },
447
+ "VTextarea": {
448
+ "from": "components/VTextarea/index.mjs",
449
+ "styles": []
450
+ },
447
451
  "VTimeline": {
448
452
  "from": "components/VTimeline/index.mjs",
449
453
  "styles": []
@@ -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": []
@@ -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.4",
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.",