@vuetify/nightly 3.8.7-master.2025-06-02 → 3.8.8-master.2025-06-04
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 +5 -16
- package/dist/json/attributes.json +1935 -1935
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +3629 -3629
- package/dist/vuetify-labs.cjs +29 -11
- package/dist/vuetify-labs.css +3132 -3126
- package/dist/vuetify-labs.d.ts +61 -55
- package/dist/vuetify-labs.esm.js +30 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +29 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +29 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1342 -1336
- package/dist/vuetify.d.ts +61 -55
- package/dist/vuetify.esm.js +30 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +29 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1002 -999
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
- package/lib/components/VChip/VChip.js +1 -0
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +6 -6
- package/lib/components/VCombobox/VCombobox.sass +3 -9
- package/lib/components/VSelect/VSelect.css +6 -0
- package/lib/components/VSelect/VSelect.sass +3 -0
- package/lib/components/VSelect/_mixins.scss +14 -0
- package/lib/components/VSlider/VSliderThumb.js +12 -6
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/slider.js +4 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -55
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +9 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VColorInput": {
|
4
|
-
"from": "labs/VColorInput",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar",
|
9
5
|
"styles": []
|
@@ -28,10 +24,6 @@
|
|
28
24
|
"from": "labs/VCalendar",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"VIconBtn": {
|
32
|
-
"from": "labs/VIconBtn",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VFileUpload": {
|
36
28
|
"from": "labs/VFileUpload",
|
37
29
|
"styles": []
|
@@ -40,6 +32,10 @@
|
|
40
32
|
"from": "labs/VFileUpload",
|
41
33
|
"styles": []
|
42
34
|
},
|
35
|
+
"VColorInput": {
|
36
|
+
"from": "labs/VColorInput",
|
37
|
+
"styles": []
|
38
|
+
},
|
43
39
|
"VPicker": {
|
44
40
|
"from": "labs/VPicker",
|
45
41
|
"styles": []
|
@@ -60,6 +56,10 @@
|
|
60
56
|
"from": "labs/VStepperVertical",
|
61
57
|
"styles": []
|
62
58
|
},
|
59
|
+
"VIconBtn": {
|
60
|
+
"from": "labs/VIconBtn",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VTimePicker": {
|
64
64
|
"from": "labs/VTimePicker",
|
65
65
|
"styles": []
|
@@ -72,10 +72,6 @@
|
|
72
72
|
"from": "labs/VTimePicker",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"VDateInput": {
|
76
|
-
"from": "labs/VDateInput",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
75
|
"VTreeview": {
|
80
76
|
"from": "labs/VTreeview",
|
81
77
|
"styles": []
|
@@ -88,6 +84,10 @@
|
|
88
84
|
"from": "labs/VTreeview",
|
89
85
|
"styles": []
|
90
86
|
},
|
87
|
+
"VDateInput": {
|
88
|
+
"from": "labs/VDateInput",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
91
|
"VPullToRefresh": {
|
92
92
|
"from": "labs/VPullToRefresh",
|
93
93
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VAppBar": {
|
4
|
-
"from": "components/VAppBar",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAppBarNavIcon": {
|
8
|
-
"from": "components/VAppBar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarTitle": {
|
12
|
-
"from": "components/VAppBar",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VApp": {
|
16
4
|
"from": "components/VApp",
|
17
5
|
"styles": []
|
@@ -24,20 +12,24 @@
|
|
24
12
|
"from": "components/VAlert",
|
25
13
|
"styles": []
|
26
14
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
15
|
+
"VAppBar": {
|
16
|
+
"from": "components/VAppBar",
|
29
17
|
"styles": []
|
30
18
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
19
|
+
"VAppBarNavIcon": {
|
20
|
+
"from": "components/VAppBar",
|
33
21
|
"styles": []
|
34
22
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
23
|
+
"VAppBarTitle": {
|
24
|
+
"from": "components/VAppBar",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VAutocomplete": {
|
28
|
+
"from": "components/VAutocomplete",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
35
|
"VBanner": {
|
@@ -52,12 +44,12 @@
|
|
52
44
|
"from": "components/VBanner",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
61
53
|
"styles": []
|
62
54
|
},
|
63
55
|
"VBreadcrumbs": {
|
@@ -72,16 +64,20 @@
|
|
72
64
|
"from": "components/VBreadcrumbs",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
67
|
+
"VBottomSheet": {
|
68
|
+
"from": "components/VBottomSheet",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
81
73
|
"styles": []
|
82
74
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VBtn": {
|
80
|
+
"from": "components/VBtn",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
83
|
"VCard": {
|
@@ -108,6 +104,14 @@
|
|
108
104
|
"from": "components/VCard",
|
109
105
|
"styles": []
|
110
106
|
},
|
107
|
+
"VCarousel": {
|
108
|
+
"from": "components/VCarousel",
|
109
|
+
"styles": []
|
110
|
+
},
|
111
|
+
"VCarouselItem": {
|
112
|
+
"from": "components/VCarousel",
|
113
|
+
"styles": []
|
114
|
+
},
|
111
115
|
"VCheckbox": {
|
112
116
|
"from": "components/VCheckbox",
|
113
117
|
"styles": []
|
@@ -116,10 +120,6 @@
|
|
116
120
|
"from": "components/VCheckbox",
|
117
121
|
"styles": []
|
118
122
|
},
|
119
|
-
"VBtnGroup": {
|
120
|
-
"from": "components/VBtnGroup",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
123
|
"VChipGroup": {
|
124
124
|
"from": "components/VChipGroup",
|
125
125
|
"styles": []
|
@@ -144,32 +144,8 @@
|
|
144
144
|
"from": "components/VCounter",
|
145
145
|
"styles": []
|
146
146
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDataTableHeaders": {
|
152
|
-
"from": "components/VDataTable",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VDataTableFooter": {
|
156
|
-
"from": "components/VDataTable",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VDataTableRows": {
|
160
|
-
"from": "components/VDataTable",
|
161
|
-
"styles": []
|
162
|
-
},
|
163
|
-
"VDataTableRow": {
|
164
|
-
"from": "components/VDataTable",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
|
-
"VDataTableVirtual": {
|
168
|
-
"from": "components/VDataTable",
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VDataTableServer": {
|
172
|
-
"from": "components/VDataTable",
|
147
|
+
"VDialog": {
|
148
|
+
"from": "components/VDialog",
|
173
149
|
"styles": []
|
174
150
|
},
|
175
151
|
"VDatePicker": {
|
@@ -196,60 +172,68 @@
|
|
196
172
|
"from": "components/VDatePicker",
|
197
173
|
"styles": []
|
198
174
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
175
|
+
"VDataTable": {
|
176
|
+
"from": "components/VDataTable",
|
201
177
|
"styles": []
|
202
178
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
179
|
+
"VDataTableHeaders": {
|
180
|
+
"from": "components/VDataTable",
|
205
181
|
"styles": []
|
206
182
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
183
|
+
"VDataTableFooter": {
|
184
|
+
"from": "components/VDataTable",
|
209
185
|
"styles": []
|
210
186
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
187
|
+
"VDataTableRows": {
|
188
|
+
"from": "components/VDataTable",
|
213
189
|
"styles": []
|
214
190
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
191
|
+
"VDataTableRow": {
|
192
|
+
"from": "components/VDataTable",
|
217
193
|
"styles": []
|
218
194
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
195
|
+
"VDataTableVirtual": {
|
196
|
+
"from": "components/VDataTable",
|
221
197
|
"styles": []
|
222
198
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
199
|
+
"VDataTableServer": {
|
200
|
+
"from": "components/VDataTable",
|
225
201
|
"styles": []
|
226
202
|
},
|
227
203
|
"VDivider": {
|
228
204
|
"from": "components/VDivider",
|
229
205
|
"styles": []
|
230
206
|
},
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VFooter": {
|
212
|
+
"from": "components/VFooter",
|
213
|
+
"styles": []
|
214
|
+
},
|
231
215
|
"VFileInput": {
|
232
216
|
"from": "components/VFileInput",
|
233
217
|
"styles": []
|
234
218
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
219
|
+
"VExpansionPanels": {
|
220
|
+
"from": "components/VExpansionPanel",
|
237
221
|
"styles": []
|
238
222
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
223
|
+
"VExpansionPanel": {
|
224
|
+
"from": "components/VExpansionPanel",
|
241
225
|
"styles": []
|
242
226
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
227
|
+
"VExpansionPanelText": {
|
228
|
+
"from": "components/VExpansionPanel",
|
245
229
|
"styles": []
|
246
230
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
231
|
+
"VExpansionPanelTitle": {
|
232
|
+
"from": "components/VExpansionPanel",
|
249
233
|
"styles": []
|
250
234
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
235
|
+
"VFab": {
|
236
|
+
"from": "components/VFab",
|
253
237
|
"styles": []
|
254
238
|
},
|
255
239
|
"VIcon": {
|
@@ -272,6 +256,14 @@
|
|
272
256
|
"from": "components/VIcon",
|
273
257
|
"styles": []
|
274
258
|
},
|
259
|
+
"VImg": {
|
260
|
+
"from": "components/VImg",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VInfiniteScroll": {
|
264
|
+
"from": "components/VInfiniteScroll",
|
265
|
+
"styles": []
|
266
|
+
},
|
275
267
|
"VItemGroup": {
|
276
268
|
"from": "components/VItemGroup",
|
277
269
|
"styles": []
|
@@ -280,6 +272,14 @@
|
|
280
272
|
"from": "components/VItemGroup",
|
281
273
|
"styles": []
|
282
274
|
},
|
275
|
+
"VLabel": {
|
276
|
+
"from": "components/VLabel",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
283
|
"VList": {
|
284
284
|
"from": "components/VList",
|
285
285
|
"styles": []
|
@@ -316,20 +316,8 @@
|
|
316
316
|
"from": "components/VList",
|
317
317
|
"styles": []
|
318
318
|
},
|
319
|
-
"
|
320
|
-
"from": "components/
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VKbd": {
|
324
|
-
"from": "components/VKbd",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VLabel": {
|
328
|
-
"from": "components/VLabel",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMessages": {
|
332
|
-
"from": "components/VMessages",
|
319
|
+
"VMain": {
|
320
|
+
"from": "components/VMain",
|
333
321
|
"styles": []
|
334
322
|
},
|
335
323
|
"VNavigationDrawer": {
|
@@ -340,40 +328,32 @@
|
|
340
328
|
"from": "components/VMenu",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"VMain": {
|
344
|
-
"from": "components/VMain",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
|
-
"VOtpInput": {
|
348
|
-
"from": "components/VOtpInput",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
331
|
"VNumberInput": {
|
352
332
|
"from": "components/VNumberInput",
|
353
333
|
"styles": []
|
354
334
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
357
337
|
"styles": []
|
358
338
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
339
|
+
"VOverlay": {
|
340
|
+
"from": "components/VOverlay",
|
361
341
|
"styles": []
|
362
342
|
},
|
363
343
|
"VPagination": {
|
364
344
|
"from": "components/VPagination",
|
365
345
|
"styles": []
|
366
346
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
347
|
+
"VProgressCircular": {
|
348
|
+
"from": "components/VProgressCircular",
|
369
349
|
"styles": []
|
370
350
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
373
353
|
"styles": []
|
374
354
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
355
|
+
"VProgressLinear": {
|
356
|
+
"from": "components/VProgressLinear",
|
377
357
|
"styles": []
|
378
358
|
},
|
379
359
|
"VRadioGroup": {
|
@@ -384,52 +364,56 @@
|
|
384
364
|
"from": "components/VSelect",
|
385
365
|
"styles": []
|
386
366
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
367
|
+
"VSelectionControl": {
|
368
|
+
"from": "components/VSelectionControl",
|
389
369
|
"styles": []
|
390
370
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating",
|
393
373
|
"styles": []
|
394
374
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
|
+
"VSheet": {
|
380
|
+
"from": "components/VSheet",
|
397
381
|
"styles": []
|
398
382
|
},
|
399
383
|
"VSkeletonLoader": {
|
400
384
|
"from": "components/VSkeletonLoader",
|
401
385
|
"styles": []
|
402
386
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
387
|
+
"VSlideGroup": {
|
388
|
+
"from": "components/VSlideGroup",
|
405
389
|
"styles": []
|
406
390
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
391
|
+
"VSlideGroupItem": {
|
392
|
+
"from": "components/VSlideGroup",
|
409
393
|
"styles": []
|
410
394
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
395
|
+
"VSnackbar": {
|
396
|
+
"from": "components/VSnackbar",
|
413
397
|
"styles": []
|
414
398
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
417
401
|
"styles": []
|
418
402
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
403
|
+
"VField": {
|
404
|
+
"from": "components/VField",
|
421
405
|
"styles": []
|
422
406
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
407
|
+
"VFieldLabel": {
|
408
|
+
"from": "components/VField",
|
425
409
|
"styles": []
|
426
410
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
411
|
+
"VSwitch": {
|
412
|
+
"from": "components/VSwitch",
|
429
413
|
"styles": []
|
430
414
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
415
|
+
"VSystemBar": {
|
416
|
+
"from": "components/VSystemBar",
|
433
417
|
"styles": []
|
434
418
|
},
|
435
419
|
"VTab": {
|
@@ -448,22 +432,42 @@
|
|
448
432
|
"from": "components/VTabs",
|
449
433
|
"styles": []
|
450
434
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
435
|
+
"VStepper": {
|
436
|
+
"from": "components/VStepper",
|
453
437
|
"styles": []
|
454
438
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
439
|
+
"VStepperActions": {
|
440
|
+
"from": "components/VStepper",
|
457
441
|
"styles": []
|
458
442
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
443
|
+
"VStepperHeader": {
|
444
|
+
"from": "components/VStepper",
|
445
|
+
"styles": []
|
446
|
+
},
|
447
|
+
"VStepperItem": {
|
448
|
+
"from": "components/VStepper",
|
449
|
+
"styles": []
|
450
|
+
},
|
451
|
+
"VStepperWindow": {
|
452
|
+
"from": "components/VStepper",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VStepperWindowItem": {
|
456
|
+
"from": "components/VStepper",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
459
|
"VTable": {
|
464
460
|
"from": "components/VTable",
|
465
461
|
"styles": []
|
466
462
|
},
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea",
|
469
|
+
"styles": []
|
470
|
+
},
|
467
471
|
"VTimeline": {
|
468
472
|
"from": "components/VTimeline",
|
469
473
|
"styles": []
|
@@ -472,12 +476,8 @@
|
|
472
476
|
"from": "components/VTimeline",
|
473
477
|
"styles": []
|
474
478
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTextField": {
|
480
|
-
"from": "components/VTextField",
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
481
481
|
"styles": []
|
482
482
|
},
|
483
483
|
"VToolbar": {
|
@@ -500,10 +500,6 @@
|
|
500
500
|
"from": "components/VWindow",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
|
-
"VTooltip": {
|
504
|
-
"from": "components/VTooltip",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
503
|
"VConfirmEdit": {
|
508
504
|
"from": "components/VConfirmEdit",
|
509
505
|
"styles": []
|
@@ -512,18 +508,10 @@
|
|
512
508
|
"from": "components/VDataIterator",
|
513
509
|
"styles": []
|
514
510
|
},
|
515
|
-
"VDefaultsProvider": {
|
516
|
-
"from": "components/VDefaultsProvider",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
511
|
"VForm": {
|
520
512
|
"from": "components/VForm",
|
521
513
|
"styles": []
|
522
514
|
},
|
523
|
-
"VHover": {
|
524
|
-
"from": "components/VHover",
|
525
|
-
"styles": []
|
526
|
-
},
|
527
515
|
"VContainer": {
|
528
516
|
"from": "components/VGrid",
|
529
517
|
"styles": []
|
@@ -540,6 +528,10 @@
|
|
540
528
|
"from": "components/VGrid",
|
541
529
|
"styles": []
|
542
530
|
},
|
531
|
+
"VHover": {
|
532
|
+
"from": "components/VHover",
|
533
|
+
"styles": []
|
534
|
+
},
|
543
535
|
"VLayout": {
|
544
536
|
"from": "components/VLayout",
|
545
537
|
"styles": []
|
@@ -564,6 +556,10 @@
|
|
564
556
|
"from": "components/VParallax",
|
565
557
|
"styles": []
|
566
558
|
},
|
559
|
+
"VRangeSlider": {
|
560
|
+
"from": "components/VRangeSlider",
|
561
|
+
"styles": []
|
562
|
+
},
|
567
563
|
"VRadio": {
|
568
564
|
"from": "components/VRadio",
|
569
565
|
"styles": []
|
@@ -572,18 +568,14 @@
|
|
572
568
|
"from": "components/VResponsive",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
571
|
+
"VSparkline": {
|
572
|
+
"from": "components/VSparkline",
|
577
573
|
"styles": []
|
578
574
|
},
|
579
575
|
"VSnackbarQueue": {
|
580
576
|
"from": "components/VSnackbarQueue",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"VSparkline": {
|
584
|
-
"from": "components/VSparkline",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
579
|
"VSpeedDial": {
|
588
580
|
"from": "components/VSpeedDial",
|
589
581
|
"styles": []
|
@@ -592,10 +584,6 @@
|
|
592
584
|
"from": "components/VThemeProvider",
|
593
585
|
"styles": []
|
594
586
|
},
|
595
|
-
"VVirtualScroll": {
|
596
|
-
"from": "components/VVirtualScroll",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
587
|
"VValidation": {
|
600
588
|
"from": "components/VValidation",
|
601
589
|
"styles": []
|
@@ -663,6 +651,18 @@
|
|
663
651
|
"VDialogTransition": {
|
664
652
|
"from": "components/transitions",
|
665
653
|
"styles": []
|
654
|
+
},
|
655
|
+
"VVirtualScroll": {
|
656
|
+
"from": "components/VVirtualScroll",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VInput": {
|
660
|
+
"from": "components/VInput",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VDefaultsProvider": {
|
664
|
+
"from": "components/VDefaultsProvider",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|