@vuetify/nightly 3.9.0-beta.1-dev.2025-07-04 → 3.9.0-dev.2025-07-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 +3 -117
- package/dist/json/attributes.json +3428 -3392
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +178 -178
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +6555 -6466
- package/dist/vuetify-labs.cjs +124 -32
- package/dist/vuetify-labs.css +4392 -4335
- package/dist/vuetify-labs.d.ts +275 -180
- package/dist/vuetify-labs.esm.js +124 -32
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +124 -32
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +123 -31
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3882 -3825
- package/dist/vuetify.d.ts +275 -180
- package/dist/vuetify.esm.js +123 -31
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +123 -31
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1083 -1079
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +39 -14
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +39 -14
- package/lib/components/VCombobox/VCombobox.js +2 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/composables/items.d.ts +2 -1
- package/lib/components/VDataIterator/composables/items.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +1 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VList/VList.d.ts +24 -27
- package/lib/components/VList/VList.js +0 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +58 -22
- package/lib/components/VSelect/VSelect.js +2 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +229 -167
- package/lib/components/VTreeview/VTreeview.js +7 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +81 -10
- package/lib/components/VTreeview/VTreeviewChildren.js +50 -11
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +57 -0
- package/lib/components/VTreeview/VTreeviewItem.d.ts +119 -94
- package/lib/components/VTreeview/VTreeviewItem.js +13 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.sass +60 -0
- package/lib/components/VTreeview/_variables.scss +15 -0
- package/lib/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +1 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/list-items.d.ts +14 -1
- package/lib/composables/list-items.js +9 -3
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +60 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +4 -0
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/indentLines.d.ts +17 -0
- package/lib/util/indentLines.js +34 -0
- package/lib/util/indentLines.js.map +1 -0
- package/lib/util/index.d.ts +1 -0
- package/lib/util/index.js +1 -0
- package/lib/util/index.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
|
"VFileUpload": {
|
8
4
|
"from": "labs/VFileUpload",
|
9
5
|
"styles": []
|
@@ -36,14 +32,6 @@
|
|
36
32
|
"from": "labs/VCalendar",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
|
-
"VPicker": {
|
40
|
-
"from": "labs/VPicker",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VPickerTitle": {
|
44
|
-
"from": "labs/VPicker",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
35
|
"VIconBtn": {
|
48
36
|
"from": "labs/VIconBtn",
|
49
37
|
"styles": []
|
@@ -60,6 +48,18 @@
|
|
60
48
|
"from": "labs/VStepperVertical",
|
61
49
|
"styles": []
|
62
50
|
},
|
51
|
+
"VPicker": {
|
52
|
+
"from": "labs/VPicker",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VPickerTitle": {
|
56
|
+
"from": "labs/VPicker",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VColorInput": {
|
60
|
+
"from": "labs/VColorInput",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VHotkey": {
|
64
64
|
"from": "labs/VHotkey",
|
65
65
|
"styles": []
|
@@ -68,13 +68,13 @@
|
|
68
68
|
"from": "labs/VDateInput",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"VMaskInput": {
|
72
|
-
"from": "labs/VMaskInput",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
71
|
"VPullToRefresh": {
|
76
72
|
"from": "labs/VPullToRefresh",
|
77
73
|
"styles": []
|
74
|
+
},
|
75
|
+
"VMaskInput": {
|
76
|
+
"from": "labs/VMaskInput",
|
77
|
+
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,14 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
7
15
|
"VAppBar": {
|
8
16
|
"from": "components/VAppBar",
|
9
17
|
"styles": []
|
@@ -24,20 +32,28 @@
|
|
24
32
|
"from": "components/VAutocomplete",
|
25
33
|
"styles": []
|
26
34
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
35
|
+
"VBottomSheet": {
|
36
|
+
"from": "components/VBottomSheet",
|
29
37
|
"styles": []
|
30
38
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
39
|
+
"VBreadcrumbs": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
43
|
+
"VBreadcrumbsItem": {
|
44
|
+
"from": "components/VBreadcrumbs",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
47
|
+
"VBreadcrumbsDivider": {
|
48
|
+
"from": "components/VBreadcrumbs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBtnGroup": {
|
56
|
+
"from": "components/VBtnGroup",
|
41
57
|
"styles": []
|
42
58
|
},
|
43
59
|
"VBanner": {
|
@@ -52,32 +68,32 @@
|
|
52
68
|
"from": "components/VBanner",
|
53
69
|
"styles": []
|
54
70
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
71
|
+
"VBadge": {
|
72
|
+
"from": "components/VBadge",
|
57
73
|
"styles": []
|
58
74
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
75
|
+
"VCarousel": {
|
76
|
+
"from": "components/VCarousel",
|
61
77
|
"styles": []
|
62
78
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
79
|
+
"VCarouselItem": {
|
80
|
+
"from": "components/VCarousel",
|
65
81
|
"styles": []
|
66
82
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
83
|
+
"VBtn": {
|
84
|
+
"from": "components/VBtn",
|
69
85
|
"styles": []
|
70
86
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
87
|
+
"VCheckbox": {
|
88
|
+
"from": "components/VCheckbox",
|
73
89
|
"styles": []
|
74
90
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
91
|
+
"VCheckboxBtn": {
|
92
|
+
"from": "components/VCheckbox",
|
77
93
|
"styles": []
|
78
94
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
95
|
+
"VChipGroup": {
|
96
|
+
"from": "components/VChipGroup",
|
81
97
|
"styles": []
|
82
98
|
},
|
83
99
|
"VCard": {
|
@@ -104,20 +120,8 @@
|
|
104
120
|
"from": "components/VCard",
|
105
121
|
"styles": []
|
106
122
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCheckboxBtn": {
|
112
|
-
"from": "components/VCheckbox",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCarousel": {
|
116
|
-
"from": "components/VCarousel",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarouselItem": {
|
120
|
-
"from": "components/VCarousel",
|
123
|
+
"VBtnToggle": {
|
124
|
+
"from": "components/VBtnToggle",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
127
|
"VChip": {
|
@@ -128,16 +132,12 @@
|
|
128
132
|
"from": "components/VCode",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"VChipGroup": {
|
132
|
-
"from": "components/VChipGroup",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
135
|
"VCombobox": {
|
136
136
|
"from": "components/VCombobox",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter",
|
141
141
|
"styles": []
|
142
142
|
},
|
143
143
|
"VDataTable": {
|
@@ -168,8 +168,16 @@
|
|
168
168
|
"from": "components/VDataTable",
|
169
169
|
"styles": []
|
170
170
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
171
|
+
"VDialog": {
|
172
|
+
"from": "components/VDialog",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VColorPicker": {
|
176
|
+
"from": "components/VColorPicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDivider": {
|
180
|
+
"from": "components/VDivider",
|
173
181
|
"styles": []
|
174
182
|
},
|
175
183
|
"VDatePicker": {
|
@@ -196,14 +204,6 @@
|
|
196
204
|
"from": "components/VDatePicker",
|
197
205
|
"styles": []
|
198
206
|
},
|
199
|
-
"VDivider": {
|
200
|
-
"from": "components/VDivider",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDialog": {
|
204
|
-
"from": "components/VDialog",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
207
|
"VExpansionPanels": {
|
208
208
|
"from": "components/VExpansionPanel",
|
209
209
|
"styles": []
|
@@ -220,18 +220,6 @@
|
|
220
220
|
"from": "components/VExpansionPanel",
|
221
221
|
"styles": []
|
222
222
|
},
|
223
|
-
"VEmptyState": {
|
224
|
-
"from": "components/VEmptyState",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VFileInput": {
|
232
|
-
"from": "components/VFileInput",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
223
|
"VField": {
|
236
224
|
"from": "components/VField",
|
237
225
|
"styles": []
|
@@ -240,12 +228,16 @@
|
|
240
228
|
"from": "components/VField",
|
241
229
|
"styles": []
|
242
230
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
245
233
|
"styles": []
|
246
234
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
235
|
+
"VEmptyState": {
|
236
|
+
"from": "components/VEmptyState",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFooter": {
|
240
|
+
"from": "components/VFooter",
|
249
241
|
"styles": []
|
250
242
|
},
|
251
243
|
"VIcon": {
|
@@ -268,14 +260,26 @@
|
|
268
260
|
"from": "components/VIcon",
|
269
261
|
"styles": []
|
270
262
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
263
|
+
"VFileInput": {
|
264
|
+
"from": "components/VFileInput",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
267
|
"VInfiniteScroll": {
|
276
268
|
"from": "components/VInfiniteScroll",
|
277
269
|
"styles": []
|
278
270
|
},
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VKbd": {
|
276
|
+
"from": "components/VKbd",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VImg": {
|
280
|
+
"from": "components/VImg",
|
281
|
+
"styles": []
|
282
|
+
},
|
279
283
|
"VItemGroup": {
|
280
284
|
"from": "components/VItemGroup",
|
281
285
|
"styles": []
|
@@ -284,10 +288,6 @@
|
|
284
288
|
"from": "components/VItemGroup",
|
285
289
|
"styles": []
|
286
290
|
},
|
287
|
-
"VLabel": {
|
288
|
-
"from": "components/VLabel",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
291
|
"VList": {
|
292
292
|
"from": "components/VList",
|
293
293
|
"styles": []
|
@@ -324,32 +324,28 @@
|
|
324
324
|
"from": "components/VList",
|
325
325
|
"styles": []
|
326
326
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMessages": {
|
332
|
-
"from": "components/VMessages",
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
331
|
"VMenu": {
|
336
332
|
"from": "components/VMenu",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VNumberInput": {
|
@@ -360,68 +356,52 @@
|
|
360
356
|
"from": "components/VOverlay",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
365
|
-
"styles": []
|
366
|
-
},
|
367
|
-
"VRating": {
|
368
|
-
"from": "components/VRating",
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
363
|
"VProgressCircular": {
|
372
364
|
"from": "components/VProgressCircular",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
|
-
"VSelect": {
|
376
|
-
"from": "components/VSelect",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
367
|
"VRadioGroup": {
|
380
368
|
"from": "components/VRadioGroup",
|
381
369
|
"styles": []
|
382
370
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSelectionControlGroup": {
|
388
|
-
"from": "components/VSelectionControlGroup",
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
389
373
|
"styles": []
|
390
374
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
393
377
|
"styles": []
|
394
378
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
379
|
+
"VRating": {
|
380
|
+
"from": "components/VRating",
|
397
381
|
"styles": []
|
398
382
|
},
|
399
383
|
"VSelectionControl": {
|
400
384
|
"from": "components/VSelectionControl",
|
401
385
|
"styles": []
|
402
386
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VStepperActions": {
|
408
|
-
"from": "components/VStepper",
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet",
|
409
389
|
"styles": []
|
410
390
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
413
393
|
"styles": []
|
414
394
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
417
397
|
"styles": []
|
418
398
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
399
|
+
"VSlideGroup": {
|
400
|
+
"from": "components/VSlideGroup",
|
421
401
|
"styles": []
|
422
402
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
403
|
+
"VSlideGroupItem": {
|
404
|
+
"from": "components/VSlideGroup",
|
425
405
|
"styles": []
|
426
406
|
},
|
427
407
|
"VSkeletonLoader": {
|
@@ -432,18 +412,10 @@
|
|
432
412
|
"from": "components/VSnackbar",
|
433
413
|
"styles": []
|
434
414
|
},
|
435
|
-
"VSlider": {
|
436
|
-
"from": "components/VSlider",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
415
|
"VSwitch": {
|
440
416
|
"from": "components/VSwitch",
|
441
417
|
"styles": []
|
442
418
|
},
|
443
|
-
"VTable": {
|
444
|
-
"from": "components/VTable",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
419
|
"VTab": {
|
448
420
|
"from": "components/VTabs",
|
449
421
|
"styles": []
|
@@ -460,40 +432,48 @@
|
|
460
432
|
"from": "components/VTabs",
|
461
433
|
"styles": []
|
462
434
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
435
|
+
"VTextField": {
|
436
|
+
"from": "components/VTextField",
|
465
437
|
"styles": []
|
466
438
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
439
|
+
"VStepper": {
|
440
|
+
"from": "components/VStepper",
|
469
441
|
"styles": []
|
470
442
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
443
|
+
"VStepperActions": {
|
444
|
+
"from": "components/VStepper",
|
473
445
|
"styles": []
|
474
446
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
447
|
+
"VStepperHeader": {
|
448
|
+
"from": "components/VStepper",
|
477
449
|
"styles": []
|
478
450
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
451
|
+
"VStepperItem": {
|
452
|
+
"from": "components/VStepper",
|
481
453
|
"styles": []
|
482
454
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
455
|
+
"VStepperWindow": {
|
456
|
+
"from": "components/VStepper",
|
485
457
|
"styles": []
|
486
458
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
459
|
+
"VStepperWindowItem": {
|
460
|
+
"from": "components/VStepper",
|
489
461
|
"styles": []
|
490
462
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
463
|
+
"VTable": {
|
464
|
+
"from": "components/VTable",
|
493
465
|
"styles": []
|
494
466
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VSystemBar": {
|
476
|
+
"from": "components/VSystemBar",
|
497
477
|
"styles": []
|
498
478
|
},
|
499
479
|
"VTimePicker": {
|
@@ -516,6 +496,38 @@
|
|
516
496
|
"from": "components/VWindow",
|
517
497
|
"styles": []
|
518
498
|
},
|
499
|
+
"VTextarea": {
|
500
|
+
"from": "components/VTextarea",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
505
|
+
"styles": []
|
506
|
+
},
|
507
|
+
"VToolbar": {
|
508
|
+
"from": "components/VToolbar",
|
509
|
+
"styles": []
|
510
|
+
},
|
511
|
+
"VToolbarTitle": {
|
512
|
+
"from": "components/VToolbar",
|
513
|
+
"styles": []
|
514
|
+
},
|
515
|
+
"VToolbarItems": {
|
516
|
+
"from": "components/VToolbar",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VTreeview": {
|
520
|
+
"from": "components/VTreeview",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VTreeviewItem": {
|
524
|
+
"from": "components/VTreeview",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VTreeviewGroup": {
|
528
|
+
"from": "components/VTreeview",
|
529
|
+
"styles": []
|
530
|
+
},
|
519
531
|
"VConfirmEdit": {
|
520
532
|
"from": "components/VConfirmEdit",
|
521
533
|
"styles": []
|
@@ -548,6 +560,10 @@
|
|
548
560
|
"from": "components/VGrid",
|
549
561
|
"styles": []
|
550
562
|
},
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
565
|
+
"styles": []
|
566
|
+
},
|
551
567
|
"VLayout": {
|
552
568
|
"from": "components/VLayout",
|
553
569
|
"styles": []
|
@@ -572,42 +588,42 @@
|
|
572
588
|
"from": "components/VParallax",
|
573
589
|
"styles": []
|
574
590
|
},
|
575
|
-
"VRadio": {
|
576
|
-
"from": "components/VRadio",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
591
|
"VRangeSlider": {
|
580
592
|
"from": "components/VRangeSlider",
|
581
593
|
"styles": []
|
582
594
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
585
|
-
"styles": []
|
586
|
-
},
|
587
|
-
"VSnackbarQueue": {
|
588
|
-
"from": "components/VSnackbarQueue",
|
595
|
+
"VRadio": {
|
596
|
+
"from": "components/VRadio",
|
589
597
|
"styles": []
|
590
598
|
},
|
591
599
|
"VSparkline": {
|
592
600
|
"from": "components/VSparkline",
|
593
601
|
"styles": []
|
594
602
|
},
|
603
|
+
"VSnackbarQueue": {
|
604
|
+
"from": "components/VSnackbarQueue",
|
605
|
+
"styles": []
|
606
|
+
},
|
595
607
|
"VSpeedDial": {
|
596
608
|
"from": "components/VSpeedDial",
|
597
609
|
"styles": []
|
598
610
|
},
|
599
|
-
"
|
600
|
-
"from": "components/
|
611
|
+
"VResponsive": {
|
612
|
+
"from": "components/VResponsive",
|
601
613
|
"styles": []
|
602
614
|
},
|
603
|
-
"
|
604
|
-
"from": "components/
|
615
|
+
"VThemeProvider": {
|
616
|
+
"from": "components/VThemeProvider",
|
605
617
|
"styles": []
|
606
618
|
},
|
607
619
|
"VVirtualScroll": {
|
608
620
|
"from": "components/VVirtualScroll",
|
609
621
|
"styles": []
|
610
622
|
},
|
623
|
+
"VValidation": {
|
624
|
+
"from": "components/VValidation",
|
625
|
+
"styles": []
|
626
|
+
},
|
611
627
|
"VFabTransition": {
|
612
628
|
"from": "components/transitions",
|
613
629
|
"styles": []
|
@@ -671,22 +687,6 @@
|
|
671
687
|
"VDialogTransition": {
|
672
688
|
"from": "components/transitions",
|
673
689
|
"styles": []
|
674
|
-
},
|
675
|
-
"VToolbar": {
|
676
|
-
"from": "components/VToolbar",
|
677
|
-
"styles": []
|
678
|
-
},
|
679
|
-
"VToolbarTitle": {
|
680
|
-
"from": "components/VToolbar",
|
681
|
-
"styles": []
|
682
|
-
},
|
683
|
-
"VToolbarItems": {
|
684
|
-
"from": "components/VToolbar",
|
685
|
-
"styles": []
|
686
|
-
},
|
687
|
-
"VHover": {
|
688
|
-
"from": "components/VHover",
|
689
|
-
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|