@vuetify/nightly 3.8.5-pr-21419.3ae3440 → 3.8.6-master.2025-05-21
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 +10 -11
- package/dist/json/attributes.json +3365 -3365
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +6152 -6152
- package/dist/vuetify-labs.cjs +38 -33
- package/dist/vuetify-labs.css +4423 -4412
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +38 -33
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -33
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -33
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4299 -4288
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +38 -33
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +21 -21
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNavigationDrawer/touch.js +2 -4
- package/lib/components/VNavigationDrawer/touch.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +15 -4
- package/lib/components/VNumberInput/VNumberInput.js +18 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.sass +18 -6
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +13 -16
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/slider.js +1 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/composables/goto.js +1 -1
- package/lib/composables/goto.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/package.json +5 -5
@@ -28,6 +28,18 @@
|
|
28
28
|
"from": "labs/VColorInput",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
+
"VIconBtn": {
|
32
|
+
"from": "labs/VIconBtn",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VPicker": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPickerTitle": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
31
43
|
"VFileUpload": {
|
32
44
|
"from": "labs/VFileUpload",
|
33
45
|
"styles": []
|
@@ -36,10 +48,6 @@
|
|
36
48
|
"from": "labs/VFileUpload",
|
37
49
|
"styles": []
|
38
50
|
},
|
39
|
-
"VIconBtn": {
|
40
|
-
"from": "labs/VIconBtn",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
51
|
"VTimePicker": {
|
44
52
|
"from": "labs/VTimePicker",
|
45
53
|
"styles": []
|
@@ -52,6 +60,18 @@
|
|
52
60
|
"from": "labs/VTimePicker",
|
53
61
|
"styles": []
|
54
62
|
},
|
63
|
+
"VStepperVertical": {
|
64
|
+
"from": "labs/VStepperVertical",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VStepperVerticalItem": {
|
68
|
+
"from": "labs/VStepperVertical",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VStepperVerticalActions": {
|
72
|
+
"from": "labs/VStepperVertical",
|
73
|
+
"styles": []
|
74
|
+
},
|
55
75
|
"VTreeview": {
|
56
76
|
"from": "labs/VTreeview",
|
57
77
|
"styles": []
|
@@ -64,14 +84,6 @@
|
|
64
84
|
"from": "labs/VTreeview",
|
65
85
|
"styles": []
|
66
86
|
},
|
67
|
-
"VPicker": {
|
68
|
-
"from": "labs/VPicker",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VPickerTitle": {
|
72
|
-
"from": "labs/VPicker",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
87
|
"VDateInput": {
|
76
88
|
"from": "labs/VDateInput",
|
77
89
|
"styles": []
|
@@ -79,18 +91,6 @@
|
|
79
91
|
"VPullToRefresh": {
|
80
92
|
"from": "labs/VPullToRefresh",
|
81
93
|
"styles": []
|
82
|
-
},
|
83
|
-
"VStepperVertical": {
|
84
|
-
"from": "labs/VStepperVertical",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VStepperVerticalItem": {
|
88
|
-
"from": "labs/VStepperVertical",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VStepperVerticalActions": {
|
92
|
-
"from": "labs/VStepperVertical",
|
93
|
-
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,18 +4,6 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VAppBar": {
|
8
|
-
"from": "components/VAppBar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarNavIcon": {
|
12
|
-
"from": "components/VAppBar",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAppBarTitle": {
|
16
|
-
"from": "components/VAppBar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
7
|
"VAutocomplete": {
|
20
8
|
"from": "components/VAutocomplete",
|
21
9
|
"styles": []
|
@@ -28,32 +16,24 @@
|
|
28
16
|
"from": "components/VAlert",
|
29
17
|
"styles": []
|
30
18
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VBanner": {
|
36
|
-
"from": "components/VBanner",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBannerActions": {
|
40
|
-
"from": "components/VBanner",
|
19
|
+
"VBadge": {
|
20
|
+
"from": "components/VBadge",
|
41
21
|
"styles": []
|
42
22
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
23
|
+
"VAppBar": {
|
24
|
+
"from": "components/VAppBar",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
27
|
+
"VAppBarNavIcon": {
|
28
|
+
"from": "components/VAppBar",
|
49
29
|
"styles": []
|
50
30
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
31
|
+
"VAppBarTitle": {
|
32
|
+
"from": "components/VAppBar",
|
53
33
|
"styles": []
|
54
34
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
57
37
|
"styles": []
|
58
38
|
},
|
59
39
|
"VBreadcrumbs": {
|
@@ -68,58 +48,42 @@
|
|
68
48
|
"from": "components/VBreadcrumbs",
|
69
49
|
"styles": []
|
70
50
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCarousel": {
|
76
|
-
"from": "components/VCarousel",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VCarouselItem": {
|
80
|
-
"from": "components/VCarousel",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VBtnToggle": {
|
84
|
-
"from": "components/VBtnToggle",
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
85
53
|
"styles": []
|
86
54
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn",
|
89
57
|
"styles": []
|
90
58
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
59
|
+
"VBanner": {
|
60
|
+
"from": "components/VBanner",
|
93
61
|
"styles": []
|
94
62
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
63
|
+
"VBannerActions": {
|
64
|
+
"from": "components/VBanner",
|
97
65
|
"styles": []
|
98
66
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
67
|
+
"VBannerText": {
|
68
|
+
"from": "components/VBanner",
|
101
69
|
"styles": []
|
102
70
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle",
|
105
73
|
"styles": []
|
106
74
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
75
|
+
"VCarousel": {
|
76
|
+
"from": "components/VCarousel",
|
109
77
|
"styles": []
|
110
78
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
79
|
+
"VCarouselItem": {
|
80
|
+
"from": "components/VCarousel",
|
113
81
|
"styles": []
|
114
82
|
},
|
115
83
|
"VBottomSheet": {
|
116
84
|
"from": "components/VBottomSheet",
|
117
85
|
"styles": []
|
118
86
|
},
|
119
|
-
"VCombobox": {
|
120
|
-
"from": "components/VCombobox",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
87
|
"VCard": {
|
124
88
|
"from": "components/VCard",
|
125
89
|
"styles": []
|
@@ -144,32 +108,44 @@
|
|
144
108
|
"from": "components/VCard",
|
145
109
|
"styles": []
|
146
110
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
111
|
+
"VChip": {
|
112
|
+
"from": "components/VChip",
|
149
113
|
"styles": []
|
150
114
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
115
|
+
"VCheckbox": {
|
116
|
+
"from": "components/VCheckbox",
|
153
117
|
"styles": []
|
154
118
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
119
|
+
"VCheckboxBtn": {
|
120
|
+
"from": "components/VCheckbox",
|
157
121
|
"styles": []
|
158
122
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
123
|
+
"VBtnGroup": {
|
124
|
+
"from": "components/VBtnGroup",
|
161
125
|
"styles": []
|
162
126
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
127
|
+
"VCode": {
|
128
|
+
"from": "components/VCode",
|
165
129
|
"styles": []
|
166
130
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox",
|
169
133
|
"styles": []
|
170
134
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
135
|
+
"VCounter": {
|
136
|
+
"from": "components/VCounter",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
|
+
"VChipGroup": {
|
140
|
+
"from": "components/VChipGroup",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
|
+
"VColorPicker": {
|
144
|
+
"from": "components/VColorPicker",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
|
+
"VDialog": {
|
148
|
+
"from": "components/VDialog",
|
173
149
|
"styles": []
|
174
150
|
},
|
175
151
|
"VDatePicker": {
|
@@ -196,18 +172,14 @@
|
|
196
172
|
"from": "components/VDatePicker",
|
197
173
|
"styles": []
|
198
174
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
175
|
+
"VDivider": {
|
176
|
+
"from": "components/VDivider",
|
201
177
|
"styles": []
|
202
178
|
},
|
203
179
|
"VEmptyState": {
|
204
180
|
"from": "components/VEmptyState",
|
205
181
|
"styles": []
|
206
182
|
},
|
207
|
-
"VDivider": {
|
208
|
-
"from": "components/VDivider",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
183
|
"VExpansionPanels": {
|
212
184
|
"from": "components/VExpansionPanel",
|
213
185
|
"styles": []
|
@@ -224,14 +196,6 @@
|
|
224
196
|
"from": "components/VExpansionPanel",
|
225
197
|
"styles": []
|
226
198
|
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VFileInput": {
|
232
|
-
"from": "components/VFileInput",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
199
|
"VField": {
|
236
200
|
"from": "components/VField",
|
237
201
|
"styles": []
|
@@ -240,8 +204,8 @@
|
|
240
204
|
"from": "components/VField",
|
241
205
|
"styles": []
|
242
206
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
245
209
|
"styles": []
|
246
210
|
},
|
247
211
|
"VIcon": {
|
@@ -264,6 +228,10 @@
|
|
264
228
|
"from": "components/VIcon",
|
265
229
|
"styles": []
|
266
230
|
},
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
233
|
+
"styles": []
|
234
|
+
},
|
267
235
|
"VFooter": {
|
268
236
|
"from": "components/VFooter",
|
269
237
|
"styles": []
|
@@ -272,18 +240,14 @@
|
|
272
240
|
"from": "components/VInfiniteScroll",
|
273
241
|
"styles": []
|
274
242
|
},
|
275
|
-
"VImg": {
|
276
|
-
"from": "components/VImg",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VKbd": {
|
280
|
-
"from": "components/VKbd",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
243
|
"VLabel": {
|
284
244
|
"from": "components/VLabel",
|
285
245
|
"styles": []
|
286
246
|
},
|
247
|
+
"VInput": {
|
248
|
+
"from": "components/VInput",
|
249
|
+
"styles": []
|
250
|
+
},
|
287
251
|
"VItemGroup": {
|
288
252
|
"from": "components/VItemGroup",
|
289
253
|
"styles": []
|
@@ -292,8 +256,20 @@
|
|
292
256
|
"from": "components/VItemGroup",
|
293
257
|
"styles": []
|
294
258
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
259
|
+
"VImg": {
|
260
|
+
"from": "components/VImg",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VKbd": {
|
264
|
+
"from": "components/VKbd",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
|
+
"VMessages": {
|
268
|
+
"from": "components/VMessages",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VMenu": {
|
272
|
+
"from": "components/VMenu",
|
297
273
|
"styles": []
|
298
274
|
},
|
299
275
|
"VList": {
|
@@ -332,30 +308,30 @@
|
|
332
308
|
"from": "components/VList",
|
333
309
|
"styles": []
|
334
310
|
},
|
335
|
-
"VMenu": {
|
336
|
-
"from": "components/VMenu",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VNumberInput": {
|
340
|
-
"from": "components/VNumberInput",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
311
|
"VNavigationDrawer": {
|
344
312
|
"from": "components/VNavigationDrawer",
|
345
313
|
"styles": []
|
346
314
|
},
|
347
|
-
"VMessages": {
|
348
|
-
"from": "components/VMessages",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
315
|
"VOtpInput": {
|
352
316
|
"from": "components/VOtpInput",
|
353
317
|
"styles": []
|
354
318
|
},
|
319
|
+
"VNumberInput": {
|
320
|
+
"from": "components/VNumberInput",
|
321
|
+
"styles": []
|
322
|
+
},
|
355
323
|
"VOverlay": {
|
356
324
|
"from": "components/VOverlay",
|
357
325
|
"styles": []
|
358
326
|
},
|
327
|
+
"VProgressCircular": {
|
328
|
+
"from": "components/VProgressCircular",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VRadioGroup": {
|
332
|
+
"from": "components/VRadioGroup",
|
333
|
+
"styles": []
|
334
|
+
},
|
359
335
|
"VProgressLinear": {
|
360
336
|
"from": "components/VProgressLinear",
|
361
337
|
"styles": []
|
@@ -364,18 +340,14 @@
|
|
364
340
|
"from": "components/VPagination",
|
365
341
|
"styles": []
|
366
342
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
343
|
+
"VSelectionControlGroup": {
|
344
|
+
"from": "components/VSelectionControlGroup",
|
369
345
|
"styles": []
|
370
346
|
},
|
371
347
|
"VRating": {
|
372
348
|
"from": "components/VRating",
|
373
349
|
"styles": []
|
374
350
|
},
|
375
|
-
"VRadioGroup": {
|
376
|
-
"from": "components/VRadioGroup",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
351
|
"VSelect": {
|
380
352
|
"from": "components/VSelect",
|
381
353
|
"styles": []
|
@@ -384,12 +356,12 @@
|
|
384
356
|
"from": "components/VSelectionControl",
|
385
357
|
"styles": []
|
386
358
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
359
|
+
"VSkeletonLoader": {
|
360
|
+
"from": "components/VSkeletonLoader",
|
389
361
|
"styles": []
|
390
362
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
363
|
+
"VMain": {
|
364
|
+
"from": "components/VMain",
|
393
365
|
"styles": []
|
394
366
|
},
|
395
367
|
"VSlideGroup": {
|
@@ -400,14 +372,6 @@
|
|
400
372
|
"from": "components/VSlideGroup",
|
401
373
|
"styles": []
|
402
374
|
},
|
403
|
-
"VSlider": {
|
404
|
-
"from": "components/VSlider",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSnackbar": {
|
408
|
-
"from": "components/VSnackbar",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
375
|
"VStepper": {
|
412
376
|
"from": "components/VStepper",
|
413
377
|
"styles": []
|
@@ -432,12 +396,20 @@
|
|
432
396
|
"from": "components/VStepper",
|
433
397
|
"styles": []
|
434
398
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
437
401
|
"styles": []
|
438
402
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
403
|
+
"VSheet": {
|
404
|
+
"from": "components/VSheet",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
441
413
|
"styles": []
|
442
414
|
},
|
443
415
|
"VTab": {
|
@@ -456,20 +428,16 @@
|
|
456
428
|
"from": "components/VTabs",
|
457
429
|
"styles": []
|
458
430
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VTable": {
|
464
|
-
"from": "components/VTable",
|
431
|
+
"VTextField": {
|
432
|
+
"from": "components/VTextField",
|
465
433
|
"styles": []
|
466
434
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar",
|
469
437
|
"styles": []
|
470
438
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable",
|
473
441
|
"styles": []
|
474
442
|
},
|
475
443
|
"VTimeline": {
|
@@ -496,6 +464,10 @@
|
|
496
464
|
"from": "components/VTooltip",
|
497
465
|
"styles": []
|
498
466
|
},
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea",
|
469
|
+
"styles": []
|
470
|
+
},
|
499
471
|
"VWindow": {
|
500
472
|
"from": "components/VWindow",
|
501
473
|
"styles": []
|
@@ -536,10 +508,6 @@
|
|
536
508
|
"from": "components/VForm",
|
537
509
|
"styles": []
|
538
510
|
},
|
539
|
-
"VHover": {
|
540
|
-
"from": "components/VHover",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
511
|
"VLayout": {
|
544
512
|
"from": "components/VLayout",
|
545
513
|
"styles": []
|
@@ -548,18 +516,22 @@
|
|
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
|
},
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
|
+
"styles": []
|
526
|
+
},
|
559
527
|
"VNoSsr": {
|
560
528
|
"from": "components/VNoSsr",
|
561
529
|
"styles": []
|
562
530
|
},
|
531
|
+
"VParallax": {
|
532
|
+
"from": "components/VParallax",
|
533
|
+
"styles": []
|
534
|
+
},
|
563
535
|
"VRadio": {
|
564
536
|
"from": "components/VRadio",
|
565
537
|
"styles": []
|
@@ -576,20 +548,16 @@
|
|
576
548
|
"from": "components/VSnackbarQueue",
|
577
549
|
"styles": []
|
578
550
|
},
|
579
|
-
"VSpeedDial": {
|
580
|
-
"from": "components/VSpeedDial",
|
581
|
-
"styles": []
|
582
|
-
},
|
583
551
|
"VSparkline": {
|
584
552
|
"from": "components/VSparkline",
|
585
553
|
"styles": []
|
586
554
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
555
|
+
"VSpeedDial": {
|
556
|
+
"from": "components/VSpeedDial",
|
589
557
|
"styles": []
|
590
558
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
559
|
+
"VThemeProvider": {
|
560
|
+
"from": "components/VThemeProvider",
|
593
561
|
"styles": []
|
594
562
|
},
|
595
563
|
"VVirtualScroll": {
|
@@ -660,8 +628,40 @@
|
|
660
628
|
"from": "components/transitions",
|
661
629
|
"styles": []
|
662
630
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
631
|
+
"VDataTable": {
|
632
|
+
"from": "components/VDataTable",
|
633
|
+
"styles": []
|
634
|
+
},
|
635
|
+
"VDataTableHeaders": {
|
636
|
+
"from": "components/VDataTable",
|
637
|
+
"styles": []
|
638
|
+
},
|
639
|
+
"VDataTableFooter": {
|
640
|
+
"from": "components/VDataTable",
|
641
|
+
"styles": []
|
642
|
+
},
|
643
|
+
"VDataTableRows": {
|
644
|
+
"from": "components/VDataTable",
|
645
|
+
"styles": []
|
646
|
+
},
|
647
|
+
"VDataTableRow": {
|
648
|
+
"from": "components/VDataTable",
|
649
|
+
"styles": []
|
650
|
+
},
|
651
|
+
"VDataTableVirtual": {
|
652
|
+
"from": "components/VDataTable",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VDataTableServer": {
|
656
|
+
"from": "components/VDataTable",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VValidation": {
|
660
|
+
"from": "components/VValidation",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VLazy": {
|
664
|
+
"from": "components/VLazy",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|