@vuetify/nightly 3.9.0-beta.0-dev.2025-06-20 → 3.9.0-beta.0-dev.2025-06-24
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 +87 -3
- package/dist/json/attributes.json +1523 -1523
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +2950 -2950
- package/dist/vuetify-labs.cjs +45 -43
- package/dist/vuetify-labs.css +5095 -5099
- package/dist/vuetify-labs.d.ts +1294 -91
- package/dist/vuetify-labs.esm.js +45 -43
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +45 -43
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +45 -43
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2312 -2316
- package/dist/vuetify.d.ts +1294 -91
- package/dist/vuetify.esm.js +45 -43
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +45 -43
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +38 -38
- 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/VDatePickerControls.css +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.sass +1 -0
- 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/components/VTimePicker/VTimePicker.css +1 -6
- package/lib/components/VTimePicker/VTimePicker.sass +1 -6
- package/lib/components/VTimePicker/VTimePickerClock.css +5 -4
- package/lib/components/VTimePicker/VTimePickerClock.sass +5 -4
- package/lib/components/VTimePicker/VTimePickerControls.css +2 -1
- package/lib/components/VTimePicker/VTimePickerControls.sass +2 -3
- package/lib/components/VTreeview/VTreeviewChildren.js +9 -5
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.d.ts +1206 -3
- package/lib/components/VTreeview/VTreeviewItem.js +8 -9
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/calendar.d.ts +2 -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 +62 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VPicker/VPicker.css +4 -0
- package/lib/labs/VPicker/VPicker.sass +4 -0
- package/package.json +1 -1
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VFileUpload": {
|
4
|
+
"from": "labs/VFileUpload",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VFileUploadItem": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VCalendar": {
|
4
12
|
"from": "labs/VCalendar",
|
5
13
|
"styles": []
|
@@ -24,16 +32,8 @@
|
|
24
32
|
"from": "labs/VCalendar",
|
25
33
|
"styles": []
|
26
34
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VFileUpload": {
|
32
|
-
"from": "labs/VFileUpload",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VFileUploadItem": {
|
36
|
-
"from": "labs/VFileUpload",
|
35
|
+
"VColorInput": {
|
36
|
+
"from": "labs/VColorInput",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
39
|
"VPicker": {
|
@@ -44,6 +44,10 @@
|
|
44
44
|
"from": "labs/VPicker",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
47
51
|
"VStepperVertical": {
|
48
52
|
"from": "labs/VStepperVertical",
|
49
53
|
"styles": []
|
@@ -60,16 +64,12 @@
|
|
60
64
|
"from": "labs/VMaskInput",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"VPullToRefresh": {
|
64
|
-
"from": "labs/VPullToRefresh",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
67
|
"VDateInput": {
|
68
68
|
"from": "labs/VDateInput",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
71
|
+
"VPullToRefresh": {
|
72
|
+
"from": "labs/VPullToRefresh",
|
73
73
|
"styles": []
|
74
74
|
}
|
75
75
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -12,24 +12,28 @@
|
|
12
12
|
"from": "components/VAlert",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
15
|
+
"VBanner": {
|
16
|
+
"from": "components/VBanner",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VBannerActions": {
|
20
|
+
"from": "components/VBanner",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VBannerText": {
|
24
|
+
"from": "components/VBanner",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
27
|
+
"VAutocomplete": {
|
28
|
+
"from": "components/VAutocomplete",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
31
|
+
"VBottomNavigation": {
|
32
|
+
"from": "components/VBottomNavigation",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
39
|
"VBadge": {
|
@@ -40,22 +44,6 @@
|
|
40
44
|
"from": "components/VBottomSheet",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
|
-
"VBtn": {
|
44
|
-
"from": "components/VBtn",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VAutocomplete": {
|
48
|
-
"from": "components/VAutocomplete",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VCarousel": {
|
52
|
-
"from": "components/VCarousel",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VCarouselItem": {
|
56
|
-
"from": "components/VCarousel",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
47
|
"VBreadcrumbs": {
|
60
48
|
"from": "components/VBreadcrumbs",
|
61
49
|
"styles": []
|
@@ -72,34 +60,6 @@
|
|
72
60
|
"from": "components/VBtnGroup",
|
73
61
|
"styles": []
|
74
62
|
},
|
75
|
-
"VBanner": {
|
76
|
-
"from": "components/VBanner",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VBannerActions": {
|
80
|
-
"from": "components/VBanner",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VBannerText": {
|
84
|
-
"from": "components/VBanner",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCheckbox": {
|
88
|
-
"from": "components/VCheckbox",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VCheckboxBtn": {
|
92
|
-
"from": "components/VCheckbox",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VChip": {
|
96
|
-
"from": "components/VChip",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VChipGroup": {
|
100
|
-
"from": "components/VChipGroup",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
63
|
"VCard": {
|
104
64
|
"from": "components/VCard",
|
105
65
|
"styles": []
|
@@ -124,56 +84,48 @@
|
|
124
84
|
"from": "components/VCard",
|
125
85
|
"styles": []
|
126
86
|
},
|
127
|
-
"VCombobox": {
|
128
|
-
"from": "components/VCombobox",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
87
|
"VBtnToggle": {
|
132
88
|
"from": "components/VBtnToggle",
|
133
89
|
"styles": []
|
134
90
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCounter": {
|
140
|
-
"from": "components/VCounter",
|
91
|
+
"VBtn": {
|
92
|
+
"from": "components/VBtn",
|
141
93
|
"styles": []
|
142
94
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
95
|
+
"VCarousel": {
|
96
|
+
"from": "components/VCarousel",
|
145
97
|
"styles": []
|
146
98
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
99
|
+
"VCarouselItem": {
|
100
|
+
"from": "components/VCarousel",
|
149
101
|
"styles": []
|
150
102
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
103
|
+
"VCheckbox": {
|
104
|
+
"from": "components/VCheckbox",
|
153
105
|
"styles": []
|
154
106
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
107
|
+
"VCheckboxBtn": {
|
108
|
+
"from": "components/VCheckbox",
|
157
109
|
"styles": []
|
158
110
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
111
|
+
"VChip": {
|
112
|
+
"from": "components/VChip",
|
161
113
|
"styles": []
|
162
114
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
115
|
+
"VCode": {
|
116
|
+
"from": "components/VCode",
|
165
117
|
"styles": []
|
166
118
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
119
|
+
"VColorPicker": {
|
120
|
+
"from": "components/VColorPicker",
|
169
121
|
"styles": []
|
170
122
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
123
|
+
"VCounter": {
|
124
|
+
"from": "components/VCounter",
|
173
125
|
"styles": []
|
174
126
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
127
|
+
"VCombobox": {
|
128
|
+
"from": "components/VCombobox",
|
177
129
|
"styles": []
|
178
130
|
},
|
179
131
|
"VDatePicker": {
|
@@ -200,32 +152,40 @@
|
|
200
152
|
"from": "components/VDatePicker",
|
201
153
|
"styles": []
|
202
154
|
},
|
155
|
+
"VDialog": {
|
156
|
+
"from": "components/VDialog",
|
157
|
+
"styles": []
|
158
|
+
},
|
203
159
|
"VDivider": {
|
204
160
|
"from": "components/VDivider",
|
205
161
|
"styles": []
|
206
162
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
163
|
+
"VDataTable": {
|
164
|
+
"from": "components/VDataTable",
|
209
165
|
"styles": []
|
210
166
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
167
|
+
"VDataTableHeaders": {
|
168
|
+
"from": "components/VDataTable",
|
213
169
|
"styles": []
|
214
170
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
171
|
+
"VDataTableFooter": {
|
172
|
+
"from": "components/VDataTable",
|
217
173
|
"styles": []
|
218
174
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
175
|
+
"VDataTableRows": {
|
176
|
+
"from": "components/VDataTable",
|
221
177
|
"styles": []
|
222
178
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
179
|
+
"VDataTableRow": {
|
180
|
+
"from": "components/VDataTable",
|
225
181
|
"styles": []
|
226
182
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
183
|
+
"VDataTableVirtual": {
|
184
|
+
"from": "components/VDataTable",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDataTableServer": {
|
188
|
+
"from": "components/VDataTable",
|
229
189
|
"styles": []
|
230
190
|
},
|
231
191
|
"VField": {
|
@@ -236,20 +196,40 @@
|
|
236
196
|
"from": "components/VField",
|
237
197
|
"styles": []
|
238
198
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
199
|
+
"VFab": {
|
200
|
+
"from": "components/VFab",
|
241
201
|
"styles": []
|
242
202
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VFooter": {
|
208
|
+
"from": "components/VFooter",
|
245
209
|
"styles": []
|
246
210
|
},
|
247
211
|
"VImg": {
|
248
212
|
"from": "components/VImg",
|
249
213
|
"styles": []
|
250
214
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
215
|
+
"VExpansionPanels": {
|
216
|
+
"from": "components/VExpansionPanel",
|
217
|
+
"styles": []
|
218
|
+
},
|
219
|
+
"VExpansionPanel": {
|
220
|
+
"from": "components/VExpansionPanel",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VExpansionPanelText": {
|
224
|
+
"from": "components/VExpansionPanel",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VExpansionPanelTitle": {
|
228
|
+
"from": "components/VExpansionPanel",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
253
233
|
"styles": []
|
254
234
|
},
|
255
235
|
"VIcon": {
|
@@ -272,16 +252,28 @@
|
|
272
252
|
"from": "components/VIcon",
|
273
253
|
"styles": []
|
274
254
|
},
|
255
|
+
"VInput": {
|
256
|
+
"from": "components/VInput",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VInfiniteScroll": {
|
260
|
+
"from": "components/VInfiniteScroll",
|
261
|
+
"styles": []
|
262
|
+
},
|
275
263
|
"VKbd": {
|
276
264
|
"from": "components/VKbd",
|
277
265
|
"styles": []
|
278
266
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
267
|
+
"VItemGroup": {
|
268
|
+
"from": "components/VItemGroup",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
271
|
+
"VItem": {
|
272
|
+
"from": "components/VItemGroup",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VLabel": {
|
276
|
+
"from": "components/VLabel",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
279
|
"VList": {
|
@@ -320,32 +312,28 @@
|
|
320
312
|
"from": "components/VList",
|
321
313
|
"styles": []
|
322
314
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VItem": {
|
328
|
-
"from": "components/VItemGroup",
|
315
|
+
"VMessages": {
|
316
|
+
"from": "components/VMessages",
|
329
317
|
"styles": []
|
330
318
|
},
|
331
319
|
"VMain": {
|
332
320
|
"from": "components/VMain",
|
333
321
|
"styles": []
|
334
322
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
323
|
+
"VOverlay": {
|
324
|
+
"from": "components/VOverlay",
|
337
325
|
"styles": []
|
338
326
|
},
|
339
327
|
"VNavigationDrawer": {
|
340
328
|
"from": "components/VNavigationDrawer",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
331
|
+
"VNumberInput": {
|
332
|
+
"from": "components/VNumberInput",
|
345
333
|
"styles": []
|
346
334
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu",
|
349
337
|
"styles": []
|
350
338
|
},
|
351
339
|
"VProgressCircular": {
|
@@ -364,42 +352,22 @@
|
|
364
352
|
"from": "components/VProgressLinear",
|
365
353
|
"styles": []
|
366
354
|
},
|
367
|
-
"VNumberInput": {
|
368
|
-
"from": "components/VNumberInput",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VRadioGroup": {
|
372
|
-
"from": "components/VRadioGroup",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
355
|
"VRating": {
|
376
356
|
"from": "components/VRating",
|
377
357
|
"styles": []
|
378
358
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSheet": {
|
384
|
-
"from": "components/VSheet",
|
359
|
+
"VRadioGroup": {
|
360
|
+
"from": "components/VRadioGroup",
|
385
361
|
"styles": []
|
386
362
|
},
|
387
363
|
"VSelectionControl": {
|
388
364
|
"from": "components/VSelectionControl",
|
389
365
|
"styles": []
|
390
366
|
},
|
391
|
-
"VSkeletonLoader": {
|
392
|
-
"from": "components/VSkeletonLoader",
|
393
|
-
"styles": []
|
394
|
-
},
|
395
367
|
"VSelectionControlGroup": {
|
396
368
|
"from": "components/VSelectionControlGroup",
|
397
369
|
"styles": []
|
398
370
|
},
|
399
|
-
"VSnackbar": {
|
400
|
-
"from": "components/VSnackbar",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
371
|
"VSlideGroup": {
|
404
372
|
"from": "components/VSlideGroup",
|
405
373
|
"styles": []
|
@@ -408,6 +376,22 @@
|
|
408
376
|
"from": "components/VSlideGroup",
|
409
377
|
"styles": []
|
410
378
|
},
|
379
|
+
"VSlider": {
|
380
|
+
"from": "components/VSlider",
|
381
|
+
"styles": []
|
382
|
+
},
|
383
|
+
"VSelect": {
|
384
|
+
"from": "components/VSelect",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSnackbar": {
|
392
|
+
"from": "components/VSnackbar",
|
393
|
+
"styles": []
|
394
|
+
},
|
411
395
|
"VStepper": {
|
412
396
|
"from": "components/VStepper",
|
413
397
|
"styles": []
|
@@ -432,14 +416,18 @@
|
|
432
416
|
"from": "components/VStepper",
|
433
417
|
"styles": []
|
434
418
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
419
|
+
"VSystemBar": {
|
420
|
+
"from": "components/VSystemBar",
|
437
421
|
"styles": []
|
438
422
|
},
|
439
423
|
"VSwitch": {
|
440
424
|
"from": "components/VSwitch",
|
441
425
|
"styles": []
|
442
426
|
},
|
427
|
+
"VTable": {
|
428
|
+
"from": "components/VTable",
|
429
|
+
"styles": []
|
430
|
+
},
|
443
431
|
"VTab": {
|
444
432
|
"from": "components/VTabs",
|
445
433
|
"styles": []
|
@@ -456,14 +444,6 @@
|
|
456
444
|
"from": "components/VTabs",
|
457
445
|
"styles": []
|
458
446
|
},
|
459
|
-
"VTable": {
|
460
|
-
"from": "components/VTable",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VSystemBar": {
|
464
|
-
"from": "components/VSystemBar",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
447
|
"VTextField": {
|
468
448
|
"from": "components/VTextField",
|
469
449
|
"styles": []
|
@@ -472,14 +452,6 @@
|
|
472
452
|
"from": "components/VTextarea",
|
473
453
|
"styles": []
|
474
454
|
},
|
475
|
-
"VTimeline": {
|
476
|
-
"from": "components/VTimeline",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTimelineItem": {
|
480
|
-
"from": "components/VTimeline",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
455
|
"VToolbar": {
|
484
456
|
"from": "components/VToolbar",
|
485
457
|
"styles": []
|
@@ -492,6 +464,30 @@
|
|
492
464
|
"from": "components/VToolbar",
|
493
465
|
"styles": []
|
494
466
|
},
|
467
|
+
"VTimePicker": {
|
468
|
+
"from": "components/VTimePicker",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimePickerClock": {
|
472
|
+
"from": "components/VTimePicker",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTimePickerControls": {
|
476
|
+
"from": "components/VTimePicker",
|
477
|
+
"styles": []
|
478
|
+
},
|
479
|
+
"VTimeline": {
|
480
|
+
"from": "components/VTimeline",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
|
+
"VTimelineItem": {
|
484
|
+
"from": "components/VTimeline",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTooltip": {
|
488
|
+
"from": "components/VTooltip",
|
489
|
+
"styles": []
|
490
|
+
},
|
495
491
|
"VTreeview": {
|
496
492
|
"from": "components/VTreeview",
|
497
493
|
"styles": []
|
@@ -504,20 +500,16 @@
|
|
504
500
|
"from": "components/VTreeview",
|
505
501
|
"styles": []
|
506
502
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
509
|
-
"styles": []
|
510
|
-
},
|
511
|
-
"VTimePickerClock": {
|
512
|
-
"from": "components/VTimePicker",
|
503
|
+
"VAppBar": {
|
504
|
+
"from": "components/VAppBar",
|
513
505
|
"styles": []
|
514
506
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
507
|
+
"VAppBarNavIcon": {
|
508
|
+
"from": "components/VAppBar",
|
517
509
|
"styles": []
|
518
510
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
511
|
+
"VAppBarTitle": {
|
512
|
+
"from": "components/VAppBar",
|
521
513
|
"styles": []
|
522
514
|
},
|
523
515
|
"VWindow": {
|
@@ -528,6 +520,10 @@
|
|
528
520
|
"from": "components/VWindow",
|
529
521
|
"styles": []
|
530
522
|
},
|
523
|
+
"VChipGroup": {
|
524
|
+
"from": "components/VChipGroup",
|
525
|
+
"styles": []
|
526
|
+
},
|
531
527
|
"VConfirmEdit": {
|
532
528
|
"from": "components/VConfirmEdit",
|
533
529
|
"styles": []
|
@@ -564,10 +560,6 @@
|
|
564
560
|
"from": "components/VHover",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
|
-
"VLazy": {
|
568
|
-
"from": "components/VLazy",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
563
|
"VLayout": {
|
572
564
|
"from": "components/VLayout",
|
573
565
|
"styles": []
|
@@ -576,28 +568,24 @@
|
|
576
568
|
"from": "components/VLayout",
|
577
569
|
"styles": []
|
578
570
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
571
|
+
"VLazy": {
|
572
|
+
"from": "components/VLazy",
|
581
573
|
"styles": []
|
582
574
|
},
|
583
575
|
"VNoSsr": {
|
584
576
|
"from": "components/VNoSsr",
|
585
577
|
"styles": []
|
586
578
|
},
|
587
|
-
"VRadio": {
|
588
|
-
"from": "components/VRadio",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
579
|
"VParallax": {
|
592
580
|
"from": "components/VParallax",
|
593
581
|
"styles": []
|
594
582
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
583
|
+
"VLocaleProvider": {
|
584
|
+
"from": "components/VLocaleProvider",
|
597
585
|
"styles": []
|
598
586
|
},
|
599
|
-
"
|
600
|
-
"from": "components/
|
587
|
+
"VRadio": {
|
588
|
+
"from": "components/VRadio",
|
601
589
|
"styles": []
|
602
590
|
},
|
603
591
|
"VSparkline": {
|
@@ -612,14 +600,18 @@
|
|
612
600
|
"from": "components/VSpeedDial",
|
613
601
|
"styles": []
|
614
602
|
},
|
615
|
-
"
|
616
|
-
"from": "components/
|
603
|
+
"VRangeSlider": {
|
604
|
+
"from": "components/VRangeSlider",
|
617
605
|
"styles": []
|
618
606
|
},
|
619
607
|
"VValidation": {
|
620
608
|
"from": "components/VValidation",
|
621
609
|
"styles": []
|
622
610
|
},
|
611
|
+
"VThemeProvider": {
|
612
|
+
"from": "components/VThemeProvider",
|
613
|
+
"styles": []
|
614
|
+
},
|
623
615
|
"VVirtualScroll": {
|
624
616
|
"from": "components/VVirtualScroll",
|
625
617
|
"styles": []
|
@@ -687,6 +679,14 @@
|
|
687
679
|
"VDialogTransition": {
|
688
680
|
"from": "components/transitions",
|
689
681
|
"styles": []
|
682
|
+
},
|
683
|
+
"VResponsive": {
|
684
|
+
"from": "components/VResponsive",
|
685
|
+
"styles": []
|
686
|
+
},
|
687
|
+
"VSheet": {
|
688
|
+
"from": "components/VSheet",
|
689
|
+
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|