@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-24 → 3.6.0-alpha.2-dev.2024-04-26
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.
- package/CHANGELOG.md +3 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +25 -1
- package/dist/vuetify-labs.css +2750 -2750
- package/dist/vuetify-labs.d.ts +372 -12
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1020 -1020
- package/dist/vuetify.d.ts +401 -55
- package/dist/vuetify.esm.js +5 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VDialog/index.d.mts +56 -0
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/index.d.mts +359 -13
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -0
- package/lib/labs/VSpeedDial/index.d.mts +14 -0
- package/lib/labs/components.d.mts +56 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-26...v) (2024-04-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.6.0-alpha.2-dev.2024-04-
|
|
5
|
+
# [3.6.0-alpha.2-dev.2024-04-26](https://github.com/vuetifyjs/vuetify/compare/v3.5.17...v3.6.0-alpha.2-dev.2024-04-26) (2024-04-26)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **VDataTable:** add missing scss variable for loading opacity ([69b5cc8](https://github.com/vuetifyjs/vuetify/commit/69b5cc8e36092350987f53a32b4820c22785a612))
|
|
11
11
|
* **VDialog:** adjust styling to better match material spec ([383bbdc](https://github.com/vuetifyjs/vuetify/commit/383bbdc2e642922ac50de1b88b4be156510b8b2d))
|
|
12
|
+
* **VOverlay:** move targetRef out of props ([5e40cc8](https://github.com/vuetifyjs/vuetify/commit/5e40cc89fd1d944bcc338802e4ed286dacc7fbda)), closes [#19685](https://github.com/vuetifyjs/vuetify/issues/19685)
|
|
12
13
|
* **VSpeedDial:** proxy VMenu model ([245f6d3](https://github.com/vuetifyjs/vuetify/commit/245f6d3868c62d41048a9f91769ae2e327cc2366))
|
|
13
14
|
|
|
14
15
|
|
|
@@ -24,18 +24,14 @@
|
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
27
|
+
"VEmptyState": {
|
|
28
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VFab": {
|
|
32
32
|
"from": "labs/VFab/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"VEmptyState": {
|
|
36
|
-
"from": "labs/VEmptyState/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
35
|
"VPicker": {
|
|
40
36
|
"from": "labs/VPicker/index.mjs",
|
|
41
37
|
"styles": []
|
|
@@ -44,16 +40,8 @@
|
|
|
44
40
|
"from": "labs/VPicker/index.mjs",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VTimePickerClock": {
|
|
52
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VTimePickerControls": {
|
|
56
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
43
|
+
"VNumberInput": {
|
|
44
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
59
47
|
"VTreeview": {
|
|
@@ -68,18 +56,30 @@
|
|
|
68
56
|
"from": "labs/VTreeview/index.mjs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
59
|
+
"VTimePicker": {
|
|
60
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
63
|
+
"VTimePickerClock": {
|
|
64
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VTimePickerControls": {
|
|
68
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VConfirmEdit": {
|
|
72
|
+
"from": "labs/VConfirmEdit/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VSparkline": {
|
|
80
76
|
"from": "labs/VSparkline/index.mjs",
|
|
81
77
|
"styles": []
|
|
82
78
|
},
|
|
79
|
+
"VSnackbarQueue": {
|
|
80
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
83
|
"VSpeedDial": {
|
|
84
84
|
"from": "labs/VSpeedDial/index.mjs",
|
|
85
85
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -24,16 +24,12 @@
|
|
|
24
24
|
"from": "components/VAppBar/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"VAvatar": {
|
|
28
|
-
"from": "components/VAvatar/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
27
|
"VAutocomplete": {
|
|
32
28
|
"from": "components/VAutocomplete/index.mjs",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
35
|
"VBanner": {
|
|
@@ -52,8 +48,8 @@
|
|
|
52
48
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge/index.mjs",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,24 +64,16 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
67
|
+
"VBottomSheet": {
|
|
68
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
71
|
"VBtnGroup": {
|
|
76
72
|
"from": "components/VBtnGroup/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarousel": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCarouselItem": {
|
|
88
|
-
"from": "components/VCarousel/index.mjs",
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn/index.mjs",
|
|
89
77
|
"styles": []
|
|
90
78
|
},
|
|
91
79
|
"VCard": {
|
|
@@ -112,6 +100,18 @@
|
|
|
112
100
|
"from": "components/VCard/index.mjs",
|
|
113
101
|
"styles": []
|
|
114
102
|
},
|
|
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",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
115
115
|
"VCheckbox": {
|
|
116
116
|
"from": "components/VCheckbox/index.mjs",
|
|
117
117
|
"styles": []
|
|
@@ -128,20 +128,36 @@
|
|
|
128
128
|
"from": "components/VChip/index.mjs",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
131
135
|
"VColorPicker": {
|
|
132
136
|
"from": "components/VColorPicker/index.mjs",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
139
|
+
"VDatePicker": {
|
|
140
|
+
"from": "components/VDatePicker/index.mjs",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
143
|
+
"VDatePickerControls": {
|
|
144
|
+
"from": "components/VDatePicker/index.mjs",
|
|
141
145
|
"styles": []
|
|
142
146
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
147
|
+
"VDatePickerHeader": {
|
|
148
|
+
"from": "components/VDatePicker/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
151
|
+
"VDatePickerMonth": {
|
|
152
|
+
"from": "components/VDatePicker/index.mjs",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDatePickerMonths": {
|
|
156
|
+
"from": "components/VDatePicker/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDatePickerYears": {
|
|
160
|
+
"from": "components/VDatePicker/index.mjs",
|
|
145
161
|
"styles": []
|
|
146
162
|
},
|
|
147
163
|
"VDataTable": {
|
|
@@ -172,28 +188,16 @@
|
|
|
172
188
|
"from": "components/VDataTable/index.mjs",
|
|
173
189
|
"styles": []
|
|
174
190
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDatePickerControls": {
|
|
180
|
-
"from": "components/VDatePicker/index.mjs",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDatePickerHeader": {
|
|
184
|
-
"from": "components/VDatePicker/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDatePickerMonth": {
|
|
188
|
-
"from": "components/VDatePicker/index.mjs",
|
|
191
|
+
"VCombobox": {
|
|
192
|
+
"from": "components/VCombobox/index.mjs",
|
|
189
193
|
"styles": []
|
|
190
194
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
195
|
+
"VCounter": {
|
|
196
|
+
"from": "components/VCounter/index.mjs",
|
|
193
197
|
"styles": []
|
|
194
198
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog/index.mjs",
|
|
197
201
|
"styles": []
|
|
198
202
|
},
|
|
199
203
|
"VExpansionPanels": {
|
|
@@ -212,28 +216,28 @@
|
|
|
212
216
|
"from": "components/VExpansionPanel/index.mjs",
|
|
213
217
|
"styles": []
|
|
214
218
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
217
221
|
"styles": []
|
|
218
222
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField/index.mjs",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
227
|
"VFileInput": {
|
|
224
228
|
"from": "components/VFileInput/index.mjs",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
231
|
+
"VFooter": {
|
|
232
|
+
"from": "components/VFooter/index.mjs",
|
|
229
233
|
"styles": []
|
|
230
234
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
235
|
+
"VDivider": {
|
|
236
|
+
"from": "components/VDivider/index.mjs",
|
|
233
237
|
"styles": []
|
|
234
238
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
239
|
+
"VImg": {
|
|
240
|
+
"from": "components/VImg/index.mjs",
|
|
237
241
|
"styles": []
|
|
238
242
|
},
|
|
239
243
|
"VIcon": {
|
|
@@ -256,32 +260,28 @@
|
|
|
256
260
|
"from": "components/VIcon/index.mjs",
|
|
257
261
|
"styles": []
|
|
258
262
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
263
|
+
"VItemGroup": {
|
|
264
|
+
"from": "components/VItemGroup/index.mjs",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
267
|
+
"VItem": {
|
|
268
|
+
"from": "components/VItemGroup/index.mjs",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
271
|
"VInfiniteScroll": {
|
|
268
272
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VItemGroup": {
|
|
276
|
-
"from": "components/VItemGroup/index.mjs",
|
|
275
|
+
"VLabel": {
|
|
276
|
+
"from": "components/VLabel/index.mjs",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
279
|
+
"VInput": {
|
|
280
|
+
"from": "components/VInput/index.mjs",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
283
|
+
"VKbd": {
|
|
284
|
+
"from": "components/VKbd/index.mjs",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
287
|
"VList": {
|
|
@@ -324,38 +324,38 @@
|
|
|
324
324
|
"from": "components/VMenu/index.mjs",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"VMessages": {
|
|
328
|
-
"from": "components/VMessages/index.mjs",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
327
|
"VMain": {
|
|
332
328
|
"from": "components/VMain/index.mjs",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
331
|
+
"VMessages": {
|
|
332
|
+
"from": "components/VMessages/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
335
|
+
"VOverlay": {
|
|
336
|
+
"from": "components/VOverlay/index.mjs",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
339
|
"VNavigationDrawer": {
|
|
344
340
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
343
|
+
"VOtpInput": {
|
|
344
|
+
"from": "components/VOtpInput/index.mjs",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
347
|
+
"VPagination": {
|
|
348
|
+
"from": "components/VPagination/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
351
|
"VProgressCircular": {
|
|
356
352
|
"from": "components/VProgressCircular/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
355
|
+
"VProgressLinear": {
|
|
356
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
359
|
"VRadioGroup": {
|
|
360
360
|
"from": "components/VRadioGroup/index.mjs",
|
|
361
361
|
"styles": []
|
|
@@ -364,24 +364,16 @@
|
|
|
364
364
|
"from": "components/VRating/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"VSelect": {
|
|
368
|
-
"from": "components/VSelect/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
367
|
"VSelectionControl": {
|
|
372
368
|
"from": "components/VSelectionControl/index.mjs",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VSelectionControlGroup": {
|
|
380
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
|
371
|
+
"VSelect": {
|
|
372
|
+
"from": "components/VSelect/index.mjs",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
375
|
+
"VSheet": {
|
|
376
|
+
"from": "components/VSheet/index.mjs",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
387
379
|
"VSlideGroup": {
|
|
@@ -392,10 +384,22 @@
|
|
|
392
384
|
"from": "components/VSlideGroup/index.mjs",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
395
391
|
"VSkeletonLoader": {
|
|
396
392
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
399
403
|
"VStepper": {
|
|
400
404
|
"from": "components/VStepper/index.mjs",
|
|
401
405
|
"styles": []
|
|
@@ -420,16 +424,16 @@
|
|
|
420
424
|
"from": "components/VStepper/index.mjs",
|
|
421
425
|
"styles": []
|
|
422
426
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch/index.mjs",
|
|
425
429
|
"styles": []
|
|
426
430
|
},
|
|
427
431
|
"VSystemBar": {
|
|
428
432
|
"from": "components/VSystemBar/index.mjs",
|
|
429
433
|
"styles": []
|
|
430
434
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
435
|
+
"VTextField": {
|
|
436
|
+
"from": "components/VTextField/index.mjs",
|
|
433
437
|
"styles": []
|
|
434
438
|
},
|
|
435
439
|
"VTab": {
|
|
@@ -448,14 +452,6 @@
|
|
|
448
452
|
"from": "components/VTabs/index.mjs",
|
|
449
453
|
"styles": []
|
|
450
454
|
},
|
|
451
|
-
"VTextField": {
|
|
452
|
-
"from": "components/VTextField/index.mjs",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTable": {
|
|
456
|
-
"from": "components/VTable/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
455
|
"VTextarea": {
|
|
460
456
|
"from": "components/VTextarea/index.mjs",
|
|
461
457
|
"styles": []
|
|
@@ -472,6 +468,14 @@
|
|
|
472
468
|
"from": "components/VToolbar/index.mjs",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
471
|
+
"VTable": {
|
|
472
|
+
"from": "components/VTable/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTooltip": {
|
|
476
|
+
"from": "components/VTooltip/index.mjs",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
475
479
|
"VTimeline": {
|
|
476
480
|
"from": "components/VTimeline/index.mjs",
|
|
477
481
|
"styles": []
|
|
@@ -488,10 +492,6 @@
|
|
|
488
492
|
"from": "components/VWindow/index.mjs",
|
|
489
493
|
"styles": []
|
|
490
494
|
},
|
|
491
|
-
"VTooltip": {
|
|
492
|
-
"from": "components/VTooltip/index.mjs",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
495
|
"VDataIterator": {
|
|
496
496
|
"from": "components/VDataIterator/index.mjs",
|
|
497
497
|
"styles": []
|
|
@@ -548,6 +548,10 @@
|
|
|
548
548
|
"from": "components/VParallax/index.mjs",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
+
"VRadio": {
|
|
552
|
+
"from": "components/VRadio/index.mjs",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
551
555
|
"VRangeSlider": {
|
|
552
556
|
"from": "components/VRangeSlider/index.mjs",
|
|
553
557
|
"styles": []
|
|
@@ -556,18 +560,14 @@
|
|
|
556
560
|
"from": "components/VResponsive/index.mjs",
|
|
557
561
|
"styles": []
|
|
558
562
|
},
|
|
559
|
-
"
|
|
560
|
-
"from": "components/
|
|
563
|
+
"VValidation": {
|
|
564
|
+
"from": "components/VValidation/index.mjs",
|
|
561
565
|
"styles": []
|
|
562
566
|
},
|
|
563
567
|
"VThemeProvider": {
|
|
564
568
|
"from": "components/VThemeProvider/index.mjs",
|
|
565
569
|
"styles": []
|
|
566
570
|
},
|
|
567
|
-
"VValidation": {
|
|
568
|
-
"from": "components/VValidation/index.mjs",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
571
|
"VVirtualScroll": {
|
|
572
572
|
"from": "components/VVirtualScroll/index.mjs",
|
|
573
573
|
"styles": []
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.6.0-alpha.2-dev.2024-04-
|
|
5
|
+
"version": "3.6.0-alpha.2-dev.2024-04-26",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3785,6 +3785,10 @@
|
|
|
3785
3785
|
{
|
|
3786
3786
|
"name": "props",
|
|
3787
3787
|
"type": "Record<string, any>"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "targetRef",
|
|
3791
|
+
"type": "Ref<any>"
|
|
3788
3792
|
}
|
|
3789
3793
|
]
|
|
3790
3794
|
}
|
|
@@ -18470,6 +18474,10 @@
|
|
|
18470
18474
|
{
|
|
18471
18475
|
"name": "props",
|
|
18472
18476
|
"type": "Record<string, any>"
|
|
18477
|
+
},
|
|
18478
|
+
{
|
|
18479
|
+
"name": "targetRef",
|
|
18480
|
+
"type": "Ref<any>"
|
|
18473
18481
|
}
|
|
18474
18482
|
]
|
|
18475
18483
|
}
|
|
@@ -25945,6 +25953,10 @@
|
|
|
25945
25953
|
{
|
|
25946
25954
|
"name": "props",
|
|
25947
25955
|
"type": "Record<string, any>"
|
|
25956
|
+
},
|
|
25957
|
+
{
|
|
25958
|
+
"name": "targetRef",
|
|
25959
|
+
"type": "Ref<any>"
|
|
25948
25960
|
}
|
|
25949
25961
|
]
|
|
25950
25962
|
}
|
|
@@ -27635,6 +27647,10 @@
|
|
|
27635
27647
|
{
|
|
27636
27648
|
"name": "props",
|
|
27637
27649
|
"type": "Record<string, any>"
|
|
27650
|
+
},
|
|
27651
|
+
{
|
|
27652
|
+
"name": "targetRef",
|
|
27653
|
+
"type": "Ref<any>"
|
|
27638
27654
|
}
|
|
27639
27655
|
]
|
|
27640
27656
|
}
|
|
@@ -36569,6 +36585,10 @@
|
|
|
36569
36585
|
{
|
|
36570
36586
|
"name": "props",
|
|
36571
36587
|
"type": "Record<string, any>"
|
|
36588
|
+
},
|
|
36589
|
+
{
|
|
36590
|
+
"name": "targetRef",
|
|
36591
|
+
"type": "Ref<any>"
|
|
36572
36592
|
}
|
|
36573
36593
|
]
|
|
36574
36594
|
}
|
|
@@ -43348,6 +43368,10 @@
|
|
|
43348
43368
|
{
|
|
43349
43369
|
"name": "props",
|
|
43350
43370
|
"type": "Record<string, any>"
|
|
43371
|
+
},
|
|
43372
|
+
{
|
|
43373
|
+
"name": "targetRef",
|
|
43374
|
+
"type": "Ref<any>"
|
|
43351
43375
|
}
|
|
43352
43376
|
]
|
|
43353
43377
|
}
|