@vuetify/nightly 3.7.11-master.2025-02-05 → 3.7.11-master.2025-02-08
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 +6 -3
- package/dist/json/attributes.json +2801 -2801
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5517 -5517
- package/dist/vuetify-labs.css +5041 -5041
- package/dist/vuetify-labs.esm.js +10 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5999 -5999
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +10 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -8
- 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/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/package.json +1 -1
@@ -8,34 +8,6 @@
|
|
8
8
|
"from": "labs/VFileUpload",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"VNumberInput": {
|
12
|
-
"from": "labs/VNumberInput",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VStepperVertical": {
|
16
|
-
"from": "labs/VStepperVertical",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VStepperVerticalItem": {
|
20
|
-
"from": "labs/VStepperVertical",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VStepperVerticalActions": {
|
24
|
-
"from": "labs/VStepperVertical",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VTreeview": {
|
28
|
-
"from": "labs/VTreeview",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VTreeviewItem": {
|
32
|
-
"from": "labs/VTreeview",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VTreeviewGroup": {
|
36
|
-
"from": "labs/VTreeview",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
11
|
"VCalendar": {
|
40
12
|
"from": "labs/VCalendar",
|
41
13
|
"styles": []
|
@@ -60,6 +32,30 @@
|
|
60
32
|
"from": "labs/VCalendar",
|
61
33
|
"styles": []
|
62
34
|
},
|
35
|
+
"VPicker": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPickerTitle": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VStepperVertical": {
|
44
|
+
"from": "labs/VStepperVertical",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VStepperVerticalItem": {
|
48
|
+
"from": "labs/VStepperVertical",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VStepperVerticalActions": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VNumberInput": {
|
56
|
+
"from": "labs/VNumberInput",
|
57
|
+
"styles": []
|
58
|
+
},
|
63
59
|
"VTimePicker": {
|
64
60
|
"from": "labs/VTimePicker",
|
65
61
|
"styles": []
|
@@ -72,16 +68,16 @@
|
|
72
68
|
"from": "labs/VTimePicker",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
71
|
+
"VTreeview": {
|
72
|
+
"from": "labs/VTreeview",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
75
|
+
"VTreeviewItem": {
|
76
|
+
"from": "labs/VTreeview",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
79
|
+
"VTreeviewGroup": {
|
80
|
+
"from": "labs/VTreeview",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
83
|
"VDateInput": {
|
@@ -91,6 +87,10 @@
|
|
91
87
|
"VSnackbarQueue": {
|
92
88
|
"from": "labs/VSnackbarQueue",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VPullToRefresh": {
|
92
|
+
"from": "labs/VPullToRefresh",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAvatar": {
|
8
|
+
"from": "components/VAvatar",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
11
|
"VAlert": {
|
@@ -28,6 +28,18 @@
|
|
28
28
|
"from": "components/VAppBar",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VBottomNavigation": {
|
36
|
+
"from": "components/VBottomNavigation",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBadge": {
|
40
|
+
"from": "components/VBadge",
|
41
|
+
"styles": []
|
42
|
+
},
|
31
43
|
"VBanner": {
|
32
44
|
"from": "components/VBanner",
|
33
45
|
"styles": []
|
@@ -44,32 +56,24 @@
|
|
44
56
|
"from": "components/VBottomSheet",
|
45
57
|
"styles": []
|
46
58
|
},
|
47
|
-
"VBadge": {
|
48
|
-
"from": "components/VBadge",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
59
|
"VBtn": {
|
52
60
|
"from": "components/VBtn",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBreadcrumbsItem": {
|
60
|
-
"from": "components/VBreadcrumbs",
|
63
|
+
"VBtnToggle": {
|
64
|
+
"from": "components/VBtnToggle",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
67
|
+
"VCarousel": {
|
68
|
+
"from": "components/VCarousel",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
71
|
+
"VCarouselItem": {
|
72
|
+
"from": "components/VCarousel",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup",
|
73
77
|
"styles": []
|
74
78
|
},
|
75
79
|
"VCard": {
|
@@ -96,20 +100,28 @@
|
|
96
100
|
"from": "components/VCard",
|
97
101
|
"styles": []
|
98
102
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
103
|
+
"VChipGroup": {
|
104
|
+
"from": "components/VChipGroup",
|
101
105
|
"styles": []
|
102
106
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
107
|
+
"VBreadcrumbs": {
|
108
|
+
"from": "components/VBreadcrumbs",
|
105
109
|
"styles": []
|
106
110
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
111
|
+
"VBreadcrumbsItem": {
|
112
|
+
"from": "components/VBreadcrumbs",
|
109
113
|
"styles": []
|
110
114
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
115
|
+
"VBreadcrumbsDivider": {
|
116
|
+
"from": "components/VBreadcrumbs",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCode": {
|
124
|
+
"from": "components/VCode",
|
113
125
|
"styles": []
|
114
126
|
},
|
115
127
|
"VCheckbox": {
|
@@ -120,24 +132,40 @@
|
|
120
132
|
"from": "components/VCheckbox",
|
121
133
|
"styles": []
|
122
134
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
125
137
|
"styles": []
|
126
138
|
},
|
127
139
|
"VCounter": {
|
128
140
|
"from": "components/VCounter",
|
129
141
|
"styles": []
|
130
142
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
143
|
+
"VDataTable": {
|
144
|
+
"from": "components/VDataTable",
|
133
145
|
"styles": []
|
134
146
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
147
|
+
"VDataTableHeaders": {
|
148
|
+
"from": "components/VDataTable",
|
137
149
|
"styles": []
|
138
150
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
151
|
+
"VDataTableFooter": {
|
152
|
+
"from": "components/VDataTable",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDataTableRows": {
|
156
|
+
"from": "components/VDataTable",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDataTableRow": {
|
160
|
+
"from": "components/VDataTable",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDataTableVirtual": {
|
164
|
+
"from": "components/VDataTable",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDataTableServer": {
|
168
|
+
"from": "components/VDataTable",
|
141
169
|
"styles": []
|
142
170
|
},
|
143
171
|
"VDatePicker": {
|
@@ -164,40 +192,12 @@
|
|
164
192
|
"from": "components/VDatePicker",
|
165
193
|
"styles": []
|
166
194
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VDataTable": {
|
172
|
-
"from": "components/VDataTable",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDataTableHeaders": {
|
176
|
-
"from": "components/VDataTable",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDataTableFooter": {
|
180
|
-
"from": "components/VDataTable",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableRows": {
|
184
|
-
"from": "components/VDataTable",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDataTableRow": {
|
188
|
-
"from": "components/VDataTable",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDataTableVirtual": {
|
192
|
-
"from": "components/VDataTable",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDataTableServer": {
|
196
|
-
"from": "components/VDataTable",
|
195
|
+
"VCombobox": {
|
196
|
+
"from": "components/VCombobox",
|
197
197
|
"styles": []
|
198
198
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
203
|
"VDivider": {
|
@@ -208,10 +208,6 @@
|
|
208
208
|
"from": "components/VEmptyState",
|
209
209
|
"styles": []
|
210
210
|
},
|
211
|
-
"VDialog": {
|
212
|
-
"from": "components/VDialog",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
211
|
"VField": {
|
216
212
|
"from": "components/VField",
|
217
213
|
"styles": []
|
@@ -220,12 +216,8 @@
|
|
220
216
|
"from": "components/VField",
|
221
217
|
"styles": []
|
222
218
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VFileInput": {
|
228
|
-
"from": "components/VFileInput",
|
219
|
+
"VFab": {
|
220
|
+
"from": "components/VFab",
|
229
221
|
"styles": []
|
230
222
|
},
|
231
223
|
"VExpansionPanels": {
|
@@ -244,8 +236,12 @@
|
|
244
236
|
"from": "components/VExpansionPanel",
|
245
237
|
"styles": []
|
246
238
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VIcon": {
|
@@ -268,24 +264,20 @@
|
|
268
264
|
"from": "components/VIcon",
|
269
265
|
"styles": []
|
270
266
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VItemGroup": {
|
276
|
-
"from": "components/VItemGroup",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VItem": {
|
280
|
-
"from": "components/VItemGroup",
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
271
|
"VLabel": {
|
284
272
|
"from": "components/VLabel",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
289
281
|
"styles": []
|
290
282
|
},
|
291
283
|
"VInfiniteScroll": {
|
@@ -328,32 +320,32 @@
|
|
328
320
|
"from": "components/VList",
|
329
321
|
"styles": []
|
330
322
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
323
|
+
"VItemGroup": {
|
324
|
+
"from": "components/VItemGroup",
|
333
325
|
"styles": []
|
334
326
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
327
|
+
"VItem": {
|
328
|
+
"from": "components/VItemGroup",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
335
|
"VMessages": {
|
340
336
|
"from": "components/VMessages",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VOverlay": {
|
348
344
|
"from": "components/VOverlay",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VProgressLinear": {
|
356
|
-
"from": "components/VProgressLinear",
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
357
349
|
"styles": []
|
358
350
|
},
|
359
351
|
"VOtpInput": {
|
@@ -364,44 +356,40 @@
|
|
364
356
|
"from": "components/VProgressCircular",
|
365
357
|
"styles": []
|
366
358
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
359
|
+
"VProgressLinear": {
|
360
|
+
"from": "components/VProgressLinear",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
363
|
+
"VRadioGroup": {
|
364
|
+
"from": "components/VRadioGroup",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
367
|
"VRating": {
|
376
368
|
"from": "components/VRating",
|
377
369
|
"styles": []
|
378
370
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
371
|
+
"VPagination": {
|
372
|
+
"from": "components/VPagination",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
383
|
+
"VSelectionControlGroup": {
|
384
|
+
"from": "components/VSelectionControlGroup",
|
393
385
|
"styles": []
|
394
386
|
},
|
395
387
|
"VSheet": {
|
396
388
|
"from": "components/VSheet",
|
397
389
|
"styles": []
|
398
390
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSwitch": {
|
404
|
-
"from": "components/VSwitch",
|
391
|
+
"VSkeletonLoader": {
|
392
|
+
"from": "components/VSkeletonLoader",
|
405
393
|
"styles": []
|
406
394
|
},
|
407
395
|
"VStepper": {
|
@@ -428,8 +416,24 @@
|
|
428
416
|
"from": "components/VStepper",
|
429
417
|
"styles": []
|
430
418
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
419
|
+
"VSystemBar": {
|
420
|
+
"from": "components/VSystemBar",
|
421
|
+
"styles": []
|
422
|
+
},
|
423
|
+
"VTable": {
|
424
|
+
"from": "components/VTable",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VSnackbar": {
|
428
|
+
"from": "components/VSnackbar",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSlideGroup": {
|
432
|
+
"from": "components/VSlideGroup",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSlideGroupItem": {
|
436
|
+
"from": "components/VSlideGroup",
|
433
437
|
"styles": []
|
434
438
|
},
|
435
439
|
"VTab": {
|
@@ -448,36 +452,24 @@
|
|
448
452
|
"from": "components/VTabs",
|
449
453
|
"styles": []
|
450
454
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VTable": {
|
456
|
-
"from": "components/VTable",
|
457
|
-
"styles": []
|
458
|
-
},
|
459
|
-
"VSystemBar": {
|
460
|
-
"from": "components/VSystemBar",
|
455
|
+
"VSwitch": {
|
456
|
+
"from": "components/VSwitch",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
459
|
+
"VTextField": {
|
460
|
+
"from": "components/VTextField",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
463
|
"VTextarea": {
|
468
464
|
"from": "components/VTextarea",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VWindowItem": {
|
476
|
-
"from": "components/VWindow",
|
467
|
+
"VSlider": {
|
468
|
+
"from": "components/VSlider",
|
477
469
|
"styles": []
|
478
470
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
471
|
+
"VTooltip": {
|
472
|
+
"from": "components/VTooltip",
|
481
473
|
"styles": []
|
482
474
|
},
|
483
475
|
"VToolbar": {
|
@@ -500,6 +492,14 @@
|
|
500
492
|
"from": "components/VTimeline",
|
501
493
|
"styles": []
|
502
494
|
},
|
495
|
+
"VWindow": {
|
496
|
+
"from": "components/VWindow",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VWindowItem": {
|
500
|
+
"from": "components/VWindow",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
503
|
"VConfirmEdit": {
|
504
504
|
"from": "components/VConfirmEdit",
|
505
505
|
"styles": []
|
@@ -512,10 +512,6 @@
|
|
512
512
|
"from": "components/VDefaultsProvider",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
-
"VHover": {
|
516
|
-
"from": "components/VHover",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
515
|
"VForm": {
|
520
516
|
"from": "components/VForm",
|
521
517
|
"styles": []
|
@@ -536,6 +532,14 @@
|
|
536
532
|
"from": "components/VGrid",
|
537
533
|
"styles": []
|
538
534
|
},
|
535
|
+
"VHover": {
|
536
|
+
"from": "components/VHover",
|
537
|
+
"styles": []
|
538
|
+
},
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy",
|
541
|
+
"styles": []
|
542
|
+
},
|
539
543
|
"VLayout": {
|
540
544
|
"from": "components/VLayout",
|
541
545
|
"styles": []
|
@@ -544,10 +548,6 @@
|
|
544
548
|
"from": "components/VLayout",
|
545
549
|
"styles": []
|
546
550
|
},
|
547
|
-
"VLazy": {
|
548
|
-
"from": "components/VLazy",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
551
|
"VLocaleProvider": {
|
552
552
|
"from": "components/VLocaleProvider",
|
553
553
|
"styles": []
|
@@ -556,22 +556,22 @@
|
|
556
556
|
"from": "components/VNoSsr",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
-
"VParallax": {
|
560
|
-
"from": "components/VParallax",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
|
-
"VResponsive": {
|
564
|
-
"from": "components/VResponsive",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
559
|
"VRadio": {
|
568
560
|
"from": "components/VRadio",
|
569
561
|
"styles": []
|
570
562
|
},
|
563
|
+
"VParallax": {
|
564
|
+
"from": "components/VParallax",
|
565
|
+
"styles": []
|
566
|
+
},
|
571
567
|
"VRangeSlider": {
|
572
568
|
"from": "components/VRangeSlider",
|
573
569
|
"styles": []
|
574
570
|
},
|
571
|
+
"VResponsive": {
|
572
|
+
"from": "components/VResponsive",
|
573
|
+
"styles": []
|
574
|
+
},
|
575
575
|
"VSparkline": {
|
576
576
|
"from": "components/VSparkline",
|
577
577
|
"styles": []
|
@@ -588,10 +588,6 @@
|
|
588
588
|
"from": "components/VValidation",
|
589
589
|
"styles": []
|
590
590
|
},
|
591
|
-
"VVirtualScroll": {
|
592
|
-
"from": "components/VVirtualScroll",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
591
|
"VFabTransition": {
|
596
592
|
"from": "components/transitions",
|
597
593
|
"styles": []
|
@@ -655,6 +651,10 @@
|
|
655
651
|
"VDialogTransition": {
|
656
652
|
"from": "components/transitions",
|
657
653
|
"styles": []
|
654
|
+
},
|
655
|
+
"VVirtualScroll": {
|
656
|
+
"from": "components/VVirtualScroll",
|
657
|
+
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|