vuetify 3.8.10 → 3.8.11
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/attributes.json +3515 -3515
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +5782 -5782
- package/dist/vuetify-labs.cjs +30 -30
- package/dist/vuetify-labs.css +4326 -4332
- package/dist/vuetify-labs.d.ts +45 -45
- package/dist/vuetify-labs.esm.js +30 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +30 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2049 -2055
- package/dist/vuetify.d.ts +45 -45
- package/dist/vuetify.esm.js +30 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +30 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +33 -33
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.sass +3 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +45 -45
- package/lib/framework.js +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VCalendar": {
|
|
4
8
|
"from": "labs/VCalendar",
|
|
5
9
|
"styles": []
|
|
@@ -24,8 +28,16 @@
|
|
|
24
28
|
"from": "labs/VCalendar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
31
|
+
"VIconBtn": {
|
|
32
|
+
"from": "labs/VIconBtn",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VFileUpload": {
|
|
36
|
+
"from": "labs/VFileUpload",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VFileUploadItem": {
|
|
40
|
+
"from": "labs/VFileUpload",
|
|
29
41
|
"styles": []
|
|
30
42
|
},
|
|
31
43
|
"VPicker": {
|
|
@@ -36,8 +48,16 @@
|
|
|
36
48
|
"from": "labs/VPicker",
|
|
37
49
|
"styles": []
|
|
38
50
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
51
|
+
"VStepperVertical": {
|
|
52
|
+
"from": "labs/VStepperVertical",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VStepperVerticalItem": {
|
|
56
|
+
"from": "labs/VStepperVertical",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VStepperVerticalActions": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
41
61
|
"styles": []
|
|
42
62
|
},
|
|
43
63
|
"VTreeview": {
|
|
@@ -52,14 +72,6 @@
|
|
|
52
72
|
"from": "labs/VTreeview",
|
|
53
73
|
"styles": []
|
|
54
74
|
},
|
|
55
|
-
"VFileUpload": {
|
|
56
|
-
"from": "labs/VFileUpload",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VFileUploadItem": {
|
|
60
|
-
"from": "labs/VFileUpload",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
75
|
"VTimePicker": {
|
|
64
76
|
"from": "labs/VTimePicker",
|
|
65
77
|
"styles": []
|
|
@@ -72,18 +84,6 @@
|
|
|
72
84
|
"from": "labs/VTimePicker",
|
|
73
85
|
"styles": []
|
|
74
86
|
},
|
|
75
|
-
"VStepperVertical": {
|
|
76
|
-
"from": "labs/VStepperVertical",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VStepperVerticalItem": {
|
|
80
|
-
"from": "labs/VStepperVertical",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VStepperVerticalActions": {
|
|
84
|
-
"from": "labs/VStepperVertical",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
87
|
"VDateInput": {
|
|
88
88
|
"from": "labs/VDateInput",
|
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAlert": {
|
|
4
|
-
"from": "components/VAlert",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlertTitle": {
|
|
8
|
-
"from": "components/VAlert",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VApp": {
|
|
12
|
-
"from": "components/VApp",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
3
|
"VAppBar": {
|
|
16
4
|
"from": "components/VAppBar",
|
|
17
5
|
"styles": []
|
|
@@ -24,14 +12,22 @@
|
|
|
24
12
|
"from": "components/VAppBar",
|
|
25
13
|
"styles": []
|
|
26
14
|
},
|
|
27
|
-
"VAvatar": {
|
|
28
|
-
"from": "components/VAvatar",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
15
|
"VAutocomplete": {
|
|
32
16
|
"from": "components/VAutocomplete",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
35
31
|
"VBanner": {
|
|
36
32
|
"from": "components/VBanner",
|
|
37
33
|
"styles": []
|
|
@@ -56,10 +52,6 @@
|
|
|
56
52
|
"from": "components/VBottomNavigation",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"VBtnGroup": {
|
|
60
|
-
"from": "components/VBtnGroup",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
55
|
"VBreadcrumbs": {
|
|
64
56
|
"from": "components/VBreadcrumbs",
|
|
65
57
|
"styles": []
|
|
@@ -72,6 +64,10 @@
|
|
|
72
64
|
"from": "components/VBreadcrumbs",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
67
|
+
"VBtn": {
|
|
68
|
+
"from": "components/VBtn",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
75
71
|
"VBtnToggle": {
|
|
76
72
|
"from": "components/VBtnToggle",
|
|
77
73
|
"styles": []
|
|
@@ -108,12 +104,12 @@
|
|
|
108
104
|
"from": "components/VCheckbox",
|
|
109
105
|
"styles": []
|
|
110
106
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
107
|
+
"VBtnGroup": {
|
|
108
|
+
"from": "components/VBtnGroup",
|
|
113
109
|
"styles": []
|
|
114
110
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
111
|
+
"VChipGroup": {
|
|
112
|
+
"from": "components/VChipGroup",
|
|
117
113
|
"styles": []
|
|
118
114
|
},
|
|
119
115
|
"VCarousel": {
|
|
@@ -128,6 +124,14 @@
|
|
|
128
124
|
"from": "components/VChip",
|
|
129
125
|
"styles": []
|
|
130
126
|
},
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
131
135
|
"VCombobox": {
|
|
132
136
|
"from": "components/VCombobox",
|
|
133
137
|
"styles": []
|
|
@@ -136,10 +140,6 @@
|
|
|
136
140
|
"from": "components/VCounter",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
|
-
"VColorPicker": {
|
|
140
|
-
"from": "components/VColorPicker",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
143
|
"VDatePicker": {
|
|
144
144
|
"from": "components/VDatePicker",
|
|
145
145
|
"styles": []
|
|
@@ -164,14 +164,6 @@
|
|
|
164
164
|
"from": "components/VDatePicker",
|
|
165
165
|
"styles": []
|
|
166
166
|
},
|
|
167
|
-
"VDialog": {
|
|
168
|
-
"from": "components/VDialog",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VBtn": {
|
|
172
|
-
"from": "components/VBtn",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
167
|
"VDataTable": {
|
|
176
168
|
"from": "components/VDataTable",
|
|
177
169
|
"styles": []
|
|
@@ -200,26 +192,6 @@
|
|
|
200
192
|
"from": "components/VDataTable",
|
|
201
193
|
"styles": []
|
|
202
194
|
},
|
|
203
|
-
"VDivider": {
|
|
204
|
-
"from": "components/VDivider",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VEmptyState": {
|
|
208
|
-
"from": "components/VEmptyState",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VField": {
|
|
212
|
-
"from": "components/VField",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VFieldLabel": {
|
|
216
|
-
"from": "components/VField",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VFileInput": {
|
|
220
|
-
"from": "components/VFileInput",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
195
|
"VExpansionPanels": {
|
|
224
196
|
"from": "components/VExpansionPanel",
|
|
225
197
|
"styles": []
|
|
@@ -236,24 +208,36 @@
|
|
|
236
208
|
"from": "components/VExpansionPanel",
|
|
237
209
|
"styles": []
|
|
238
210
|
},
|
|
211
|
+
"VDivider": {
|
|
212
|
+
"from": "components/VDivider",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VDialog": {
|
|
216
|
+
"from": "components/VDialog",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VEmptyState": {
|
|
220
|
+
"from": "components/VEmptyState",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
239
223
|
"VFab": {
|
|
240
224
|
"from": "components/VFab",
|
|
241
225
|
"styles": []
|
|
242
226
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
227
|
+
"VField": {
|
|
228
|
+
"from": "components/VField",
|
|
245
229
|
"styles": []
|
|
246
230
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
231
|
+
"VFieldLabel": {
|
|
232
|
+
"from": "components/VField",
|
|
249
233
|
"styles": []
|
|
250
234
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
253
237
|
"styles": []
|
|
254
238
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
239
|
+
"VFooter": {
|
|
240
|
+
"from": "components/VFooter",
|
|
257
241
|
"styles": []
|
|
258
242
|
},
|
|
259
243
|
"VIcon": {
|
|
@@ -280,8 +264,20 @@
|
|
|
280
264
|
"from": "components/VInfiniteScroll",
|
|
281
265
|
"styles": []
|
|
282
266
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VImg": {
|
|
272
|
+
"from": "components/VImg",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VItemGroup": {
|
|
276
|
+
"from": "components/VItemGroup",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VItem": {
|
|
280
|
+
"from": "components/VItemGroup",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
287
283
|
"VLabel": {
|
|
@@ -332,18 +328,26 @@
|
|
|
332
328
|
"from": "components/VMain",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
331
|
+
"VMenu": {
|
|
332
|
+
"from": "components/VMenu",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
335
335
|
"VMessages": {
|
|
336
336
|
"from": "components/VMessages",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VNumberInput": {
|
|
340
|
+
"from": "components/VNumberInput",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VOtpInput": {
|
|
344
344
|
"from": "components/VOtpInput",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
+
"VPagination": {
|
|
348
|
+
"from": "components/VPagination",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
347
351
|
"VNavigationDrawer": {
|
|
348
352
|
"from": "components/VNavigationDrawer",
|
|
349
353
|
"styles": []
|
|
@@ -352,26 +356,18 @@
|
|
|
352
356
|
"from": "components/VOverlay",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
359
|
+
"VProgressLinear": {
|
|
360
|
+
"from": "components/VProgressLinear",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
363
|
"VProgressCircular": {
|
|
360
364
|
"from": "components/VProgressCircular",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
|
-
"VNumberInput": {
|
|
364
|
-
"from": "components/VNumberInput",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
367
|
"VRadioGroup": {
|
|
368
368
|
"from": "components/VRadioGroup",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"VProgressLinear": {
|
|
372
|
-
"from": "components/VProgressLinear",
|
|
373
|
-
"styles": []
|
|
374
|
-
},
|
|
375
371
|
"VRating": {
|
|
376
372
|
"from": "components/VRating",
|
|
377
373
|
"styles": []
|
|
@@ -380,10 +376,6 @@
|
|
|
380
376
|
"from": "components/VSelect",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"VSheet": {
|
|
384
|
-
"from": "components/VSheet",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
379
|
"VSelectionControl": {
|
|
388
380
|
"from": "components/VSelectionControl",
|
|
389
381
|
"styles": []
|
|
@@ -404,10 +396,18 @@
|
|
|
404
396
|
"from": "components/VSlideGroup",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
407
403
|
"VSlider": {
|
|
408
404
|
"from": "components/VSlider",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
407
|
+
"VSheet": {
|
|
408
|
+
"from": "components/VSheet",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
411
411
|
"VStepper": {
|
|
412
412
|
"from": "components/VStepper",
|
|
413
413
|
"styles": []
|
|
@@ -432,20 +432,16 @@
|
|
|
432
432
|
"from": "components/VStepper",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
|
-
"VSnackbar": {
|
|
436
|
-
"from": "components/VSnackbar",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
435
|
"VSwitch": {
|
|
440
436
|
"from": "components/VSwitch",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
443
|
+
"VTable": {
|
|
444
|
+
"from": "components/VTable",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
451
447
|
"VTab": {
|
|
@@ -464,14 +460,22 @@
|
|
|
464
460
|
"from": "components/VTabs",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
467
|
-
"VSystemBar": {
|
|
468
|
-
"from": "components/VSystemBar",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
463
|
"VTextarea": {
|
|
472
464
|
"from": "components/VTextarea",
|
|
473
465
|
"styles": []
|
|
474
466
|
},
|
|
467
|
+
"VTextField": {
|
|
468
|
+
"from": "components/VTextField",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTimeline": {
|
|
472
|
+
"from": "components/VTimeline",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTimelineItem": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
475
479
|
"VToolbar": {
|
|
476
480
|
"from": "components/VToolbar",
|
|
477
481
|
"styles": []
|
|
@@ -484,14 +488,6 @@
|
|
|
484
488
|
"from": "components/VToolbar",
|
|
485
489
|
"styles": []
|
|
486
490
|
},
|
|
487
|
-
"VTimeline": {
|
|
488
|
-
"from": "components/VTimeline",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VTimelineItem": {
|
|
492
|
-
"from": "components/VTimeline",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
491
|
"VTooltip": {
|
|
496
492
|
"from": "components/VTooltip",
|
|
497
493
|
"styles": []
|
|
@@ -520,26 +516,6 @@
|
|
|
520
516
|
"from": "components/VForm",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
523
|
-
"VContainer": {
|
|
524
|
-
"from": "components/VGrid",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VCol": {
|
|
528
|
-
"from": "components/VGrid",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VRow": {
|
|
532
|
-
"from": "components/VGrid",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
|
-
"VSpacer": {
|
|
536
|
-
"from": "components/VGrid",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
|
-
"VHover": {
|
|
540
|
-
"from": "components/VHover",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
519
|
"VLayout": {
|
|
544
520
|
"from": "components/VLayout",
|
|
545
521
|
"styles": []
|
|
@@ -564,42 +540,38 @@
|
|
|
564
540
|
"from": "components/VParallax",
|
|
565
541
|
"styles": []
|
|
566
542
|
},
|
|
567
|
-
"VRadio": {
|
|
568
|
-
"from": "components/VRadio",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
543
|
"VRangeSlider": {
|
|
572
544
|
"from": "components/VRangeSlider",
|
|
573
545
|
"styles": []
|
|
574
546
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
547
|
+
"VRadio": {
|
|
548
|
+
"from": "components/VRadio",
|
|
577
549
|
"styles": []
|
|
578
550
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
551
|
+
"VResponsive": {
|
|
552
|
+
"from": "components/VResponsive",
|
|
581
553
|
"styles": []
|
|
582
554
|
},
|
|
583
555
|
"VSnackbarQueue": {
|
|
584
556
|
"from": "components/VSnackbarQueue",
|
|
585
557
|
"styles": []
|
|
586
558
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
|
-
"VThemeProvider": {
|
|
592
|
-
"from": "components/VThemeProvider",
|
|
559
|
+
"VSparkline": {
|
|
560
|
+
"from": "components/VSparkline",
|
|
593
561
|
"styles": []
|
|
594
562
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
563
|
+
"VSpeedDial": {
|
|
564
|
+
"from": "components/VSpeedDial",
|
|
597
565
|
"styles": []
|
|
598
566
|
},
|
|
599
567
|
"VValidation": {
|
|
600
568
|
"from": "components/VValidation",
|
|
601
569
|
"styles": []
|
|
602
570
|
},
|
|
571
|
+
"VThemeProvider": {
|
|
572
|
+
"from": "components/VThemeProvider",
|
|
573
|
+
"styles": []
|
|
574
|
+
},
|
|
603
575
|
"VFabTransition": {
|
|
604
576
|
"from": "components/transitions",
|
|
605
577
|
"styles": []
|
|
@@ -663,6 +635,34 @@
|
|
|
663
635
|
"VDialogTransition": {
|
|
664
636
|
"from": "components/transitions",
|
|
665
637
|
"styles": []
|
|
638
|
+
},
|
|
639
|
+
"VVirtualScroll": {
|
|
640
|
+
"from": "components/VVirtualScroll",
|
|
641
|
+
"styles": []
|
|
642
|
+
},
|
|
643
|
+
"VContainer": {
|
|
644
|
+
"from": "components/VGrid",
|
|
645
|
+
"styles": []
|
|
646
|
+
},
|
|
647
|
+
"VCol": {
|
|
648
|
+
"from": "components/VGrid",
|
|
649
|
+
"styles": []
|
|
650
|
+
},
|
|
651
|
+
"VRow": {
|
|
652
|
+
"from": "components/VGrid",
|
|
653
|
+
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VSpacer": {
|
|
656
|
+
"from": "components/VGrid",
|
|
657
|
+
"styles": []
|
|
658
|
+
},
|
|
659
|
+
"VApp": {
|
|
660
|
+
"from": "components/VApp",
|
|
661
|
+
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VHover": {
|
|
664
|
+
"from": "components/VHover",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|