@vuetify/nightly 3.8.1-master.2025-04-14 → 3.8.1-master.2025-04-15
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 +11 -8
- package/dist/json/attributes.json +3393 -3393
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +184 -184
- package/dist/json/web-types.json +6046 -6050
- package/dist/vuetify-labs.cjs +6 -8
- package/dist/vuetify-labs.css +4754 -4754
- package/dist/vuetify-labs.d.ts +82 -82
- package/dist/vuetify-labs.esm.js +6 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4831 -4831
- package/dist/vuetify.d.ts +72 -72
- package/dist/vuetify.esm.js +6 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +3 -5
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/package.json +19 -23
@@ -24,8 +24,12 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
35
|
"VPicker": {
|
@@ -36,6 +40,18 @@
|
|
36
40
|
"from": "labs/VPicker",
|
37
41
|
"styles": []
|
38
42
|
},
|
43
|
+
"VTimePicker": {
|
44
|
+
"from": "labs/VTimePicker",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VTimePickerClock": {
|
48
|
+
"from": "labs/VTimePicker",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VTimePickerControls": {
|
52
|
+
"from": "labs/VTimePicker",
|
53
|
+
"styles": []
|
54
|
+
},
|
39
55
|
"VStepperVertical": {
|
40
56
|
"from": "labs/VStepperVertical",
|
41
57
|
"styles": []
|
@@ -48,16 +64,8 @@
|
|
48
64
|
"from": "labs/VStepperVertical",
|
49
65
|
"styles": []
|
50
66
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VTimePickerClock": {
|
56
|
-
"from": "labs/VTimePicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VTimePickerControls": {
|
60
|
-
"from": "labs/VTimePicker",
|
67
|
+
"VIconBtn": {
|
68
|
+
"from": "labs/VIconBtn",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
71
|
"VTreeview": {
|
@@ -72,14 +80,6 @@
|
|
72
80
|
"from": "labs/VTreeview",
|
73
81
|
"styles": []
|
74
82
|
},
|
75
|
-
"VFileUpload": {
|
76
|
-
"from": "labs/VFileUpload",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VFileUploadItem": {
|
80
|
-
"from": "labs/VFileUpload",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
83
|
"VDateInput": {
|
84
84
|
"from": "labs/VDateInput",
|
85
85
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -12,32 +12,36 @@
|
|
12
12
|
"from": "components/VAlert",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"VBottomNavigation": {
|
16
|
-
"from": "components/VBottomNavigation",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
15
|
"VAutocomplete": {
|
20
16
|
"from": "components/VAutocomplete",
|
21
17
|
"styles": []
|
22
18
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar",
|
25
21
|
"styles": []
|
26
22
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
23
|
+
"VBadge": {
|
24
|
+
"from": "components/VBadge",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
27
|
+
"VBottomNavigation": {
|
28
|
+
"from": "components/VBottomNavigation",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
31
|
+
"VBanner": {
|
32
|
+
"from": "components/VBanner",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
35
|
+
"VBannerActions": {
|
36
|
+
"from": "components/VBanner",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBannerText": {
|
40
|
+
"from": "components/VBanner",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBottomSheet": {
|
44
|
+
"from": "components/VBottomSheet",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
47
|
"VBreadcrumbs": {
|
@@ -52,32 +56,20 @@
|
|
52
56
|
"from": "components/VBreadcrumbs",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBottomSheet": {
|
60
|
-
"from": "components/VBottomSheet",
|
59
|
+
"VBtnGroup": {
|
60
|
+
"from": "components/VBtnGroup",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
63
|
"VBtn": {
|
64
64
|
"from": "components/VBtn",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBannerActions": {
|
72
|
-
"from": "components/VBanner",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VBannerText": {
|
76
|
-
"from": "components/VBanner",
|
67
|
+
"VChipGroup": {
|
68
|
+
"from": "components/VChipGroup",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle",
|
81
73
|
"styles": []
|
82
74
|
},
|
83
75
|
"VCheckbox": {
|
@@ -88,6 +80,14 @@
|
|
88
80
|
"from": "components/VCheckbox",
|
89
81
|
"styles": []
|
90
82
|
},
|
83
|
+
"VCounter": {
|
84
|
+
"from": "components/VCounter",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCode": {
|
88
|
+
"from": "components/VCode",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
91
|
"VCard": {
|
92
92
|
"from": "components/VCard",
|
93
93
|
"styles": []
|
@@ -112,36 +112,12 @@
|
|
112
112
|
"from": "components/VCard",
|
113
113
|
"styles": []
|
114
114
|
},
|
115
|
-
"VCode": {
|
116
|
-
"from": "components/VCode",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarousel": {
|
120
|
-
"from": "components/VCarousel",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VCarouselItem": {
|
124
|
-
"from": "components/VCarousel",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VChipGroup": {
|
128
|
-
"from": "components/VChipGroup",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VChip": {
|
132
|
-
"from": "components/VChip",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VColorPicker": {
|
136
|
-
"from": "components/VColorPicker",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
115
|
"VCombobox": {
|
140
116
|
"from": "components/VCombobox",
|
141
117
|
"styles": []
|
142
118
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
145
121
|
"styles": []
|
146
122
|
},
|
147
123
|
"VDatePicker": {
|
@@ -168,8 +144,24 @@
|
|
168
144
|
"from": "components/VDatePicker",
|
169
145
|
"styles": []
|
170
146
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
147
|
+
"VCarousel": {
|
148
|
+
"from": "components/VCarousel",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VCarouselItem": {
|
152
|
+
"from": "components/VCarousel",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VColorPicker": {
|
156
|
+
"from": "components/VColorPicker",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDialog": {
|
160
|
+
"from": "components/VDialog",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDivider": {
|
164
|
+
"from": "components/VDivider",
|
173
165
|
"styles": []
|
174
166
|
},
|
175
167
|
"VDataTable": {
|
@@ -200,30 +192,6 @@
|
|
200
192
|
"from": "components/VDataTable",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
|
-
"VExpansionPanels": {
|
204
|
-
"from": "components/VExpansionPanel",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VExpansionPanel": {
|
208
|
-
"from": "components/VExpansionPanel",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VExpansionPanelText": {
|
212
|
-
"from": "components/VExpansionPanel",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VExpansionPanelTitle": {
|
216
|
-
"from": "components/VExpansionPanel",
|
217
|
-
"styles": []
|
218
|
-
},
|
219
|
-
"VDivider": {
|
220
|
-
"from": "components/VDivider",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VEmptyState": {
|
224
|
-
"from": "components/VEmptyState",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
195
|
"VFab": {
|
228
196
|
"from": "components/VFab",
|
229
197
|
"styles": []
|
@@ -236,14 +204,14 @@
|
|
236
204
|
"from": "components/VField",
|
237
205
|
"styles": []
|
238
206
|
},
|
239
|
-
"VFileInput": {
|
240
|
-
"from": "components/VFileInput",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
207
|
"VFooter": {
|
244
208
|
"from": "components/VFooter",
|
245
209
|
"styles": []
|
246
210
|
},
|
211
|
+
"VFileInput": {
|
212
|
+
"from": "components/VFileInput",
|
213
|
+
"styles": []
|
214
|
+
},
|
247
215
|
"VIcon": {
|
248
216
|
"from": "components/VIcon",
|
249
217
|
"styles": []
|
@@ -264,22 +232,42 @@
|
|
264
232
|
"from": "components/VIcon",
|
265
233
|
"styles": []
|
266
234
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
235
|
+
"VEmptyState": {
|
236
|
+
"from": "components/VEmptyState",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VExpansionPanels": {
|
240
|
+
"from": "components/VExpansionPanel",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VExpansionPanel": {
|
244
|
+
"from": "components/VExpansionPanel",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VExpansionPanelText": {
|
248
|
+
"from": "components/VExpansionPanel",
|
249
|
+
"styles": []
|
250
|
+
},
|
251
|
+
"VExpansionPanelTitle": {
|
252
|
+
"from": "components/VExpansionPanel",
|
269
253
|
"styles": []
|
270
254
|
},
|
271
255
|
"VImg": {
|
272
256
|
"from": "components/VImg",
|
273
257
|
"styles": []
|
274
258
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
259
|
+
"VInput": {
|
260
|
+
"from": "components/VInput",
|
277
261
|
"styles": []
|
278
262
|
},
|
279
263
|
"VKbd": {
|
280
264
|
"from": "components/VKbd",
|
281
265
|
"styles": []
|
282
266
|
},
|
267
|
+
"VInfiniteScroll": {
|
268
|
+
"from": "components/VInfiniteScroll",
|
269
|
+
"styles": []
|
270
|
+
},
|
283
271
|
"VItemGroup": {
|
284
272
|
"from": "components/VItemGroup",
|
285
273
|
"styles": []
|
@@ -288,8 +276,12 @@
|
|
288
276
|
"from": "components/VItemGroup",
|
289
277
|
"styles": []
|
290
278
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
279
|
+
"VLabel": {
|
280
|
+
"from": "components/VLabel",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VMain": {
|
284
|
+
"from": "components/VMain",
|
293
285
|
"styles": []
|
294
286
|
},
|
295
287
|
"VList": {
|
@@ -328,84 +320,84 @@
|
|
328
320
|
"from": "components/VList",
|
329
321
|
"styles": []
|
330
322
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VNavigationDrawer": {
|
336
|
-
"from": "components/VNavigationDrawer",
|
323
|
+
"VMenu": {
|
324
|
+
"from": "components/VMenu",
|
337
325
|
"styles": []
|
338
326
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
327
|
+
"VNumberInput": {
|
328
|
+
"from": "components/VNumberInput",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
331
|
+
"VOtpInput": {
|
332
|
+
"from": "components/VOtpInput",
|
345
333
|
"styles": []
|
346
334
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
349
337
|
"styles": []
|
350
338
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
339
|
+
"VProgressCircular": {
|
340
|
+
"from": "components/VProgressCircular",
|
353
341
|
"styles": []
|
354
342
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
343
|
+
"VOverlay": {
|
344
|
+
"from": "components/VOverlay",
|
357
345
|
"styles": []
|
358
346
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
361
349
|
"styles": []
|
362
350
|
},
|
363
351
|
"VPagination": {
|
364
352
|
"from": "components/VPagination",
|
365
353
|
"styles": []
|
366
354
|
},
|
367
|
-
"VProgressCircular": {
|
368
|
-
"from": "components/VProgressCircular",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
355
|
"VSelectionControl": {
|
372
356
|
"from": "components/VSelectionControl",
|
373
357
|
"styles": []
|
374
358
|
},
|
375
|
-
"VRadioGroup": {
|
376
|
-
"from": "components/VRadioGroup",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
359
|
"VRating": {
|
380
360
|
"from": "components/VRating",
|
381
361
|
"styles": []
|
382
362
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
363
|
+
"VProgressLinear": {
|
364
|
+
"from": "components/VProgressLinear",
|
385
365
|
"styles": []
|
386
366
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
367
|
+
"VRadioGroup": {
|
368
|
+
"from": "components/VRadioGroup",
|
389
369
|
"styles": []
|
390
370
|
},
|
391
371
|
"VSelectionControlGroup": {
|
392
372
|
"from": "components/VSelectionControlGroup",
|
393
373
|
"styles": []
|
394
374
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
375
|
+
"VSheet": {
|
376
|
+
"from": "components/VSheet",
|
397
377
|
"styles": []
|
398
378
|
},
|
399
379
|
"VSnackbar": {
|
400
380
|
"from": "components/VSnackbar",
|
401
381
|
"styles": []
|
402
382
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
383
|
+
"VSlideGroup": {
|
384
|
+
"from": "components/VSlideGroup",
|
405
385
|
"styles": []
|
406
386
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
387
|
+
"VSlideGroupItem": {
|
388
|
+
"from": "components/VSlideGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSystemBar": {
|
392
|
+
"from": "components/VSystemBar",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VTextarea": {
|
396
|
+
"from": "components/VTextarea",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
|
+
"VSwitch": {
|
400
|
+
"from": "components/VSwitch",
|
409
401
|
"styles": []
|
410
402
|
},
|
411
403
|
"VTab": {
|
@@ -424,20 +416,8 @@
|
|
424
416
|
"from": "components/VTabs",
|
425
417
|
"styles": []
|
426
418
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSlideGroupItem": {
|
432
|
-
"from": "components/VSlideGroup",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VSystemBar": {
|
436
|
-
"from": "components/VSystemBar",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VTextarea": {
|
440
|
-
"from": "components/VTextarea",
|
419
|
+
"VTable": {
|
420
|
+
"from": "components/VTable",
|
441
421
|
"styles": []
|
442
422
|
},
|
443
423
|
"VStepper": {
|
@@ -464,24 +444,20 @@
|
|
464
444
|
"from": "components/VStepper",
|
465
445
|
"styles": []
|
466
446
|
},
|
467
|
-
"VTable": {
|
468
|
-
"from": "components/VTable",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
447
|
"VTextField": {
|
472
448
|
"from": "components/VTextField",
|
473
449
|
"styles": []
|
474
450
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
451
|
+
"VTooltip": {
|
452
|
+
"from": "components/VTooltip",
|
477
453
|
"styles": []
|
478
454
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
455
|
+
"VWindow": {
|
456
|
+
"from": "components/VWindow",
|
481
457
|
"styles": []
|
482
458
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
459
|
+
"VWindowItem": {
|
460
|
+
"from": "components/VWindow",
|
485
461
|
"styles": []
|
486
462
|
},
|
487
463
|
"VTimeline": {
|
@@ -492,16 +468,8 @@
|
|
492
468
|
"from": "components/VTimeline",
|
493
469
|
"styles": []
|
494
470
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VWindow": {
|
500
|
-
"from": "components/VWindow",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VWindowItem": {
|
504
|
-
"from": "components/VWindow",
|
471
|
+
"VSelect": {
|
472
|
+
"from": "components/VSelect",
|
505
473
|
"styles": []
|
506
474
|
},
|
507
475
|
"VConfirmEdit": {
|
@@ -512,6 +480,14 @@
|
|
512
480
|
"from": "components/VDataIterator",
|
513
481
|
"styles": []
|
514
482
|
},
|
483
|
+
"VDefaultsProvider": {
|
484
|
+
"from": "components/VDefaultsProvider",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VForm": {
|
488
|
+
"from": "components/VForm",
|
489
|
+
"styles": []
|
490
|
+
},
|
515
491
|
"VContainer": {
|
516
492
|
"from": "components/VGrid",
|
517
493
|
"styles": []
|
@@ -528,18 +504,10 @@
|
|
528
504
|
"from": "components/VGrid",
|
529
505
|
"styles": []
|
530
506
|
},
|
531
|
-
"VDefaultsProvider": {
|
532
|
-
"from": "components/VDefaultsProvider",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
507
|
"VHover": {
|
536
508
|
"from": "components/VHover",
|
537
509
|
"styles": []
|
538
510
|
},
|
539
|
-
"VForm": {
|
540
|
-
"from": "components/VForm",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
511
|
"VLayout": {
|
544
512
|
"from": "components/VLayout",
|
545
513
|
"styles": []
|
@@ -548,20 +516,12 @@
|
|
548
516
|
"from": "components/VLayout",
|
549
517
|
"styles": []
|
550
518
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
519
|
"VLocaleProvider": {
|
556
520
|
"from": "components/VLocaleProvider",
|
557
521
|
"styles": []
|
558
522
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
561
|
-
"styles": []
|
562
|
-
},
|
563
|
-
"VNoSsr": {
|
564
|
-
"from": "components/VNoSsr",
|
523
|
+
"VLazy": {
|
524
|
+
"from": "components/VLazy",
|
565
525
|
"styles": []
|
566
526
|
},
|
567
527
|
"VRadio": {
|
@@ -572,8 +532,12 @@
|
|
572
532
|
"from": "components/VRangeSlider",
|
573
533
|
"styles": []
|
574
534
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
535
|
+
"VNoSsr": {
|
536
|
+
"from": "components/VNoSsr",
|
537
|
+
"styles": []
|
538
|
+
},
|
539
|
+
"VParallax": {
|
540
|
+
"from": "components/VParallax",
|
577
541
|
"styles": []
|
578
542
|
},
|
579
543
|
"VSnackbarQueue": {
|
@@ -584,6 +548,14 @@
|
|
584
548
|
"from": "components/VSparkline",
|
585
549
|
"styles": []
|
586
550
|
},
|
551
|
+
"VSkeletonLoader": {
|
552
|
+
"from": "components/VSkeletonLoader",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
|
+
"VResponsive": {
|
556
|
+
"from": "components/VResponsive",
|
557
|
+
"styles": []
|
558
|
+
},
|
587
559
|
"VSpeedDial": {
|
588
560
|
"from": "components/VSpeedDial",
|
589
561
|
"styles": []
|
@@ -663,6 +635,34 @@
|
|
663
635
|
"VDialogTransition": {
|
664
636
|
"from": "components/transitions",
|
665
637
|
"styles": []
|
638
|
+
},
|
639
|
+
"VToolbar": {
|
640
|
+
"from": "components/VToolbar",
|
641
|
+
"styles": []
|
642
|
+
},
|
643
|
+
"VToolbarTitle": {
|
644
|
+
"from": "components/VToolbar",
|
645
|
+
"styles": []
|
646
|
+
},
|
647
|
+
"VToolbarItems": {
|
648
|
+
"from": "components/VToolbar",
|
649
|
+
"styles": []
|
650
|
+
},
|
651
|
+
"VSlider": {
|
652
|
+
"from": "components/VSlider",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VAppBar": {
|
656
|
+
"from": "components/VAppBar",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VAppBarNavIcon": {
|
660
|
+
"from": "components/VAppBar",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VAppBarTitle": {
|
664
|
+
"from": "components/VAppBar",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|