@vuetify/nightly 3.7.0-master.2024-08-22 → 3.7.0-master.2024-08-27
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/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2335 -2335
- package/dist/vuetify-labs.d.ts +1839 -36
- package/dist/vuetify-labs.esm.js +12 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +12 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4054 -4054
- package/dist/vuetify.d.ts +394 -70
- package/dist/vuetify.esm.js +12 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1058 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +45 -3
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VCombobox/index.d.mts +45 -3
- package/lib/components/VDialog/index.d.mts +36 -3
- package/lib/components/VFileInput/index.d.mts +27 -3
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VMenu/index.d.mts +45 -3
- package/lib/components/VSelect/index.d.mts +45 -3
- package/lib/components/VSnackbar/index.d.mts +36 -3
- package/lib/components/VTabs/index.d.mts +15 -3
- package/lib/components/VTextField/index.d.mts +33 -3
- package/lib/components/VTextarea/index.d.mts +27 -3
- package/lib/components/VTooltip/index.d.mts +36 -3
- package/lib/components/index.d.mts +351 -27
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VNumberInput/index.d.mts +2273 -794
- package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
- package/lib/labs/components.d.mts +2293 -781
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VNumberInput": {
|
4
|
-
"from": "labs/VNumberInput/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar/index.mjs",
|
9
5
|
"styles": []
|
@@ -28,18 +24,6 @@
|
|
28
24
|
"from": "labs/VCalendar/index.mjs",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"VTreeview": {
|
32
|
-
"from": "labs/VTreeview/index.mjs",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VTreeviewItem": {
|
36
|
-
"from": "labs/VTreeview/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VTreeviewGroup": {
|
40
|
-
"from": "labs/VTreeview/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
27
|
"VStepperVertical": {
|
44
28
|
"from": "labs/VStepperVertical/index.mjs",
|
45
29
|
"styles": []
|
@@ -52,6 +36,10 @@
|
|
52
36
|
"from": "labs/VStepperVertical/index.mjs",
|
53
37
|
"styles": []
|
54
38
|
},
|
39
|
+
"VNumberInput": {
|
40
|
+
"from": "labs/VNumberInput/index.mjs",
|
41
|
+
"styles": []
|
42
|
+
},
|
55
43
|
"VPicker": {
|
56
44
|
"from": "labs/VPicker/index.mjs",
|
57
45
|
"styles": []
|
@@ -60,6 +48,18 @@
|
|
60
48
|
"from": "labs/VPicker/index.mjs",
|
61
49
|
"styles": []
|
62
50
|
},
|
51
|
+
"VTreeview": {
|
52
|
+
"from": "labs/VTreeview/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VTreeviewItem": {
|
56
|
+
"from": "labs/VTreeview/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VTreeviewGroup": {
|
60
|
+
"from": "labs/VTreeview/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VTimePicker": {
|
64
64
|
"from": "labs/VTimePicker/index.mjs",
|
65
65
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -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": []
|
@@ -12,6 +8,14 @@
|
|
12
8
|
"from": "components/VAlert/index.mjs",
|
13
9
|
"styles": []
|
14
10
|
},
|
11
|
+
"VApp": {
|
12
|
+
"from": "components/VApp/index.mjs",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VAutocomplete": {
|
16
|
+
"from": "components/VAutocomplete/index.mjs",
|
17
|
+
"styles": []
|
18
|
+
},
|
15
19
|
"VAppBar": {
|
16
20
|
"from": "components/VAppBar/index.mjs",
|
17
21
|
"styles": []
|
@@ -24,6 +28,10 @@
|
|
24
28
|
"from": "components/VAppBar/index.mjs",
|
25
29
|
"styles": []
|
26
30
|
},
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
33
|
+
"styles": []
|
34
|
+
},
|
27
35
|
"VBanner": {
|
28
36
|
"from": "components/VBanner/index.mjs",
|
29
37
|
"styles": []
|
@@ -36,30 +44,6 @@
|
|
36
44
|
"from": "components/VBanner/index.mjs",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"VAutocomplete": {
|
40
|
-
"from": "components/VAutocomplete/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VBadge": {
|
44
|
-
"from": "components/VBadge/index.mjs",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VBottomNavigation": {
|
48
|
-
"from": "components/VBottomNavigation/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VAvatar": {
|
52
|
-
"from": "components/VAvatar/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VBtnToggle": {
|
56
|
-
"from": "components/VBtnToggle/index.mjs",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBtn": {
|
60
|
-
"from": "components/VBtn/index.mjs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
47
|
"VBreadcrumbs": {
|
64
48
|
"from": "components/VBreadcrumbs/index.mjs",
|
65
49
|
"styles": []
|
@@ -72,10 +56,26 @@
|
|
72
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
73
57
|
"styles": []
|
74
58
|
},
|
59
|
+
"VBadge": {
|
60
|
+
"from": "components/VBadge/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
75
63
|
"VBottomSheet": {
|
76
64
|
"from": "components/VBottomSheet/index.mjs",
|
77
65
|
"styles": []
|
78
66
|
},
|
67
|
+
"VBottomNavigation": {
|
68
|
+
"from": "components/VBottomNavigation/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
79
|
"VCard": {
|
80
80
|
"from": "components/VCard/index.mjs",
|
81
81
|
"styles": []
|
@@ -100,12 +100,8 @@
|
|
100
100
|
"from": "components/VCard/index.mjs",
|
101
101
|
"styles": []
|
102
102
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VChip": {
|
108
|
-
"from": "components/VChip/index.mjs",
|
103
|
+
"VBtn": {
|
104
|
+
"from": "components/VBtn/index.mjs",
|
109
105
|
"styles": []
|
110
106
|
},
|
111
107
|
"VCarousel": {
|
@@ -116,10 +112,6 @@
|
|
116
112
|
"from": "components/VCarousel/index.mjs",
|
117
113
|
"styles": []
|
118
114
|
},
|
119
|
-
"VCode": {
|
120
|
-
"from": "components/VCode/index.mjs",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
115
|
"VChipGroup": {
|
124
116
|
"from": "components/VChipGroup/index.mjs",
|
125
117
|
"styles": []
|
@@ -132,16 +124,16 @@
|
|
132
124
|
"from": "components/VCheckbox/index.mjs",
|
133
125
|
"styles": []
|
134
126
|
},
|
135
|
-
"VColorPicker": {
|
136
|
-
"from": "components/VColorPicker/index.mjs",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
127
|
"VCombobox": {
|
140
128
|
"from": "components/VCombobox/index.mjs",
|
141
129
|
"styles": []
|
142
130
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
131
|
+
"VChip": {
|
132
|
+
"from": "components/VChip/index.mjs",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode/index.mjs",
|
145
137
|
"styles": []
|
146
138
|
},
|
147
139
|
"VDataTable": {
|
@@ -176,6 +168,22 @@
|
|
176
168
|
"from": "components/VDialog/index.mjs",
|
177
169
|
"styles": []
|
178
170
|
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter/index.mjs",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VColorPicker": {
|
176
|
+
"from": "components/VColorPicker/index.mjs",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDivider": {
|
180
|
+
"from": "components/VDivider/index.mjs",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VEmptyState": {
|
184
|
+
"from": "components/VEmptyState/index.mjs",
|
185
|
+
"styles": []
|
186
|
+
},
|
179
187
|
"VDatePicker": {
|
180
188
|
"from": "components/VDatePicker/index.mjs",
|
181
189
|
"styles": []
|
@@ -216,22 +224,14 @@
|
|
216
224
|
"from": "components/VExpansionPanel/index.mjs",
|
217
225
|
"styles": []
|
218
226
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VDivider": {
|
224
|
-
"from": "components/VDivider/index.mjs",
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput/index.mjs",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
231
|
"VFooter": {
|
228
232
|
"from": "components/VFooter/index.mjs",
|
229
233
|
"styles": []
|
230
234
|
},
|
231
|
-
"VFab": {
|
232
|
-
"from": "components/VFab/index.mjs",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
235
|
"VField": {
|
236
236
|
"from": "components/VField/index.mjs",
|
237
237
|
"styles": []
|
@@ -240,14 +240,6 @@
|
|
240
240
|
"from": "components/VField/index.mjs",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
-
"VImg": {
|
244
|
-
"from": "components/VImg/index.mjs",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VFileInput": {
|
248
|
-
"from": "components/VFileInput/index.mjs",
|
249
|
-
"styles": []
|
250
|
-
},
|
251
243
|
"VIcon": {
|
252
244
|
"from": "components/VIcon/index.mjs",
|
253
245
|
"styles": []
|
@@ -268,20 +260,20 @@
|
|
268
260
|
"from": "components/VIcon/index.mjs",
|
269
261
|
"styles": []
|
270
262
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
263
|
+
"VFab": {
|
264
|
+
"from": "components/VFab/index.mjs",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
267
|
"VInfiniteScroll": {
|
276
268
|
"from": "components/VInfiniteScroll/index.mjs",
|
277
269
|
"styles": []
|
278
270
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
271
|
+
"VImg": {
|
272
|
+
"from": "components/VImg/index.mjs",
|
281
273
|
"styles": []
|
282
274
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
275
|
+
"VLabel": {
|
276
|
+
"from": "components/VLabel/index.mjs",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
279
|
"VItemGroup": {
|
@@ -292,6 +284,22 @@
|
|
292
284
|
"from": "components/VItemGroup/index.mjs",
|
293
285
|
"styles": []
|
294
286
|
},
|
287
|
+
"VInput": {
|
288
|
+
"from": "components/VInput/index.mjs",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VKbd": {
|
292
|
+
"from": "components/VKbd/index.mjs",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VMessages": {
|
296
|
+
"from": "components/VMessages/index.mjs",
|
297
|
+
"styles": []
|
298
|
+
},
|
299
|
+
"VMenu": {
|
300
|
+
"from": "components/VMenu/index.mjs",
|
301
|
+
"styles": []
|
302
|
+
},
|
295
303
|
"VList": {
|
296
304
|
"from": "components/VList/index.mjs",
|
297
305
|
"styles": []
|
@@ -332,32 +340,24 @@
|
|
332
340
|
"from": "components/VMain/index.mjs",
|
333
341
|
"styles": []
|
334
342
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VMenu": {
|
340
|
-
"from": "components/VMenu/index.mjs",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VOtpInput": {
|
344
|
-
"from": "components/VOtpInput/index.mjs",
|
343
|
+
"VPagination": {
|
344
|
+
"from": "components/VPagination/index.mjs",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
347
|
"VNavigationDrawer": {
|
348
348
|
"from": "components/VNavigationDrawer/index.mjs",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
351
|
+
"VProgressCircular": {
|
352
|
+
"from": "components/VProgressCircular/index.mjs",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
355
|
+
"VOtpInput": {
|
356
|
+
"from": "components/VOtpInput/index.mjs",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay/index.mjs",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
363
|
"VProgressLinear": {
|
@@ -372,10 +372,6 @@
|
|
372
372
|
"from": "components/VRadioGroup/index.mjs",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
-
"VSelectionControl": {
|
376
|
-
"from": "components/VSelectionControl/index.mjs",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
375
|
"VSelect": {
|
380
376
|
"from": "components/VSelect/index.mjs",
|
381
377
|
"styles": []
|
@@ -384,14 +380,14 @@
|
|
384
380
|
"from": "components/VSelectionControlGroup/index.mjs",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
|
-
"VSkeletonLoader": {
|
388
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
383
|
"VSheet": {
|
392
384
|
"from": "components/VSheet/index.mjs",
|
393
385
|
"styles": []
|
394
386
|
},
|
387
|
+
"VSelectionControl": {
|
388
|
+
"from": "components/VSelectionControl/index.mjs",
|
389
|
+
"styles": []
|
390
|
+
},
|
395
391
|
"VSlideGroup": {
|
396
392
|
"from": "components/VSlideGroup/index.mjs",
|
397
393
|
"styles": []
|
@@ -404,6 +400,10 @@
|
|
404
400
|
"from": "components/VSlider/index.mjs",
|
405
401
|
"styles": []
|
406
402
|
},
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
407
|
"VStepper": {
|
408
408
|
"from": "components/VStepper/index.mjs",
|
409
409
|
"styles": []
|
@@ -432,6 +432,34 @@
|
|
432
432
|
"from": "components/VSnackbar/index.mjs",
|
433
433
|
"styles": []
|
434
434
|
},
|
435
|
+
"VTable": {
|
436
|
+
"from": "components/VTable/index.mjs",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch/index.mjs",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VSystemBar": {
|
444
|
+
"from": "components/VSystemBar/index.mjs",
|
445
|
+
"styles": []
|
446
|
+
},
|
447
|
+
"VTextField": {
|
448
|
+
"from": "components/VTextField/index.mjs",
|
449
|
+
"styles": []
|
450
|
+
},
|
451
|
+
"VTimeline": {
|
452
|
+
"from": "components/VTimeline/index.mjs",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTimelineItem": {
|
456
|
+
"from": "components/VTimeline/index.mjs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
461
|
+
"styles": []
|
462
|
+
},
|
435
463
|
"VTab": {
|
436
464
|
"from": "components/VTabs/index.mjs",
|
437
465
|
"styles": []
|
@@ -448,12 +476,8 @@
|
|
448
476
|
"from": "components/VTabs/index.mjs",
|
449
477
|
"styles": []
|
450
478
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VTextField": {
|
456
|
-
"from": "components/VTextField/index.mjs",
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip/index.mjs",
|
457
481
|
"styles": []
|
458
482
|
},
|
459
483
|
"VToolbar": {
|
@@ -468,22 +492,6 @@
|
|
468
492
|
"from": "components/VToolbar/index.mjs",
|
469
493
|
"styles": []
|
470
494
|
},
|
471
|
-
"VTextarea": {
|
472
|
-
"from": "components/VTextarea/index.mjs",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VTimeline": {
|
476
|
-
"from": "components/VTimeline/index.mjs",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTimelineItem": {
|
480
|
-
"from": "components/VTimeline/index.mjs",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VTooltip": {
|
484
|
-
"from": "components/VTooltip/index.mjs",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
495
|
"VWindow": {
|
488
496
|
"from": "components/VWindow/index.mjs",
|
489
497
|
"styles": []
|
@@ -500,14 +508,14 @@
|
|
500
508
|
"from": "components/VDataIterator/index.mjs",
|
501
509
|
"styles": []
|
502
510
|
},
|
503
|
-
"VDefaultsProvider": {
|
504
|
-
"from": "components/VDefaultsProvider/index.mjs",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
511
|
"VForm": {
|
508
512
|
"from": "components/VForm/index.mjs",
|
509
513
|
"styles": []
|
510
514
|
},
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider/index.mjs",
|
517
|
+
"styles": []
|
518
|
+
},
|
511
519
|
"VContainer": {
|
512
520
|
"from": "components/VGrid/index.mjs",
|
513
521
|
"styles": []
|
@@ -548,34 +556,38 @@
|
|
548
556
|
"from": "components/VNoSsr/index.mjs",
|
549
557
|
"styles": []
|
550
558
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
553
|
-
"styles": []
|
554
|
-
},
|
555
|
-
"VRangeSlider": {
|
556
|
-
"from": "components/VRangeSlider/index.mjs",
|
559
|
+
"VParallax": {
|
560
|
+
"from": "components/VParallax/index.mjs",
|
557
561
|
"styles": []
|
558
562
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
563
|
+
"VRadio": {
|
564
|
+
"from": "components/VRadio/index.mjs",
|
561
565
|
"styles": []
|
562
566
|
},
|
563
567
|
"VResponsive": {
|
564
568
|
"from": "components/VResponsive/index.mjs",
|
565
569
|
"styles": []
|
566
570
|
},
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider/index.mjs",
|
573
|
+
"styles": []
|
574
|
+
},
|
567
575
|
"VSparkline": {
|
568
576
|
"from": "components/VSparkline/index.mjs",
|
569
577
|
"styles": []
|
570
578
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
579
|
+
"VSpeedDial": {
|
580
|
+
"from": "components/VSpeedDial/index.mjs",
|
573
581
|
"styles": []
|
574
582
|
},
|
575
583
|
"VThemeProvider": {
|
576
584
|
"from": "components/VThemeProvider/index.mjs",
|
577
585
|
"styles": []
|
578
586
|
},
|
587
|
+
"VValidation": {
|
588
|
+
"from": "components/VValidation/index.mjs",
|
589
|
+
"styles": []
|
590
|
+
},
|
579
591
|
"VVirtualScroll": {
|
580
592
|
"from": "components/VVirtualScroll/index.mjs",
|
581
593
|
"styles": []
|
@@ -643,18 +655,6 @@
|
|
643
655
|
"VDialogTransition": {
|
644
656
|
"from": "components/transitions/index.mjs",
|
645
657
|
"styles": []
|
646
|
-
},
|
647
|
-
"VSwitch": {
|
648
|
-
"from": "components/VSwitch/index.mjs",
|
649
|
-
"styles": []
|
650
|
-
},
|
651
|
-
"VParallax": {
|
652
|
-
"from": "components/VParallax/index.mjs",
|
653
|
-
"styles": []
|
654
|
-
},
|
655
|
-
"VTable": {
|
656
|
-
"from": "components/VTable/index.mjs",
|
657
|
-
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|
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.7.0-master.2024-08-
|
5
|
+
"version": "3.7.0-master.2024-08-27",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -3817,7 +3817,7 @@
|
|
3817
3817
|
},
|
3818
3818
|
{
|
3819
3819
|
"name": "targetRef",
|
3820
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
3820
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
|
3821
3821
|
}
|
3822
3822
|
]
|
3823
3823
|
}
|
@@ -20107,7 +20107,7 @@
|
|
20107
20107
|
},
|
20108
20108
|
{
|
20109
20109
|
"name": "targetRef",
|
20110
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
20110
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
|
20111
20111
|
}
|
20112
20112
|
]
|
20113
20113
|
}
|
@@ -27772,7 +27772,7 @@
|
|
27772
27772
|
},
|
27773
27773
|
{
|
27774
27774
|
"name": "targetRef",
|
27775
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
27775
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
|
27776
27776
|
}
|
27777
27777
|
]
|
27778
27778
|
}
|
@@ -29885,7 +29885,7 @@
|
|
29885
29885
|
},
|
29886
29886
|
{
|
29887
29887
|
"name": "targetRef",
|
29888
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
29888
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
|
29889
29889
|
}
|
29890
29890
|
]
|
29891
29891
|
}
|
@@ -38917,7 +38917,7 @@
|
|
38917
38917
|
},
|
38918
38918
|
{
|
38919
38919
|
"name": "targetRef",
|
38920
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
38920
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
|
38921
38921
|
}
|
38922
38922
|
]
|
38923
38923
|
}
|
@@ -47065,7 +47065,7 @@
|
|
47065
47065
|
},
|
47066
47066
|
{
|
47067
47067
|
"name": "targetRef",
|
47068
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
47068
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
|
47069
47069
|
}
|
47070
47070
|
]
|
47071
47071
|
}
|