vuetify 3.10.11 → 3.10.12
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 +3371 -3371
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6094 -6094
- package/dist/vuetify-labs.cjs +20 -7
- package/dist/vuetify-labs.css +3825 -3825
- package/dist/vuetify-labs.d.ts +61 -61
- package/dist/vuetify-labs.esm.js +20 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +20 -7
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2277 -2277
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +20 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +23 -23
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +14 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/autocomplete.js +1 -0
- package/lib/composables/autocomplete.js.map +1 -1
- package/lib/directives/tooltip/index.js +5 -2
- package/lib/directives/tooltip/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
7
|
"VFileUpload": {
|
|
@@ -12,32 +12,36 @@
|
|
|
12
12
|
"from": "labs/VFileUpload",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"VColorInput": {
|
|
16
|
-
"from": "labs/VColorInput",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
15
|
"VIconBtn": {
|
|
20
16
|
"from": "labs/VIconBtn",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
19
|
+
"VCalendar": {
|
|
20
|
+
"from": "labs/VCalendar",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
23
|
+
"VHotkey": {
|
|
24
|
+
"from": "labs/VHotkey",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
27
|
+
"VVideo": {
|
|
28
|
+
"from": "labs/VVideo",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
31
|
+
"VVideoControls": {
|
|
32
|
+
"from": "labs/VVideo",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
35
|
+
"VVideoVolume": {
|
|
36
|
+
"from": "labs/VVideo",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VPicker": {
|
|
40
|
+
"from": "labs/VPicker",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VPickerTitle": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
47
|
"VPie": {
|
|
@@ -52,20 +56,16 @@
|
|
|
52
56
|
"from": "labs/VPie",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VVideoControls": {
|
|
60
|
-
"from": "labs/VVideo",
|
|
59
|
+
"VStepperVertical": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
63
|
+
"VStepperVerticalItem": {
|
|
64
|
+
"from": "labs/VStepperVertical",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
67
|
+
"VStepperVerticalActions": {
|
|
68
|
+
"from": "labs/VStepperVertical",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -28,52 +28,64 @@
|
|
|
28
28
|
"from": "components/VAvatar",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VAutocomplete": {
|
|
32
|
+
"from": "components/VAutocomplete",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VBadge": {
|
|
32
36
|
"from": "components/VBadge",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
39
|
+
"VBottomNavigation": {
|
|
40
|
+
"from": "components/VBottomNavigation",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbs": {
|
|
44
|
+
"from": "components/VBreadcrumbs",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
47
|
+
"VBreadcrumbsItem": {
|
|
48
|
+
"from": "components/VBreadcrumbs",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
51
|
+
"VBreadcrumbsDivider": {
|
|
52
|
+
"from": "components/VBreadcrumbs",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
55
|
"VBottomSheet": {
|
|
52
56
|
"from": "components/VBottomSheet",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
59
|
+
"VBtnGroup": {
|
|
60
|
+
"from": "components/VBtnGroup",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
63
|
+
"VBanner": {
|
|
64
|
+
"from": "components/VBanner",
|
|
61
65
|
"styles": []
|
|
62
66
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
67
|
+
"VBannerActions": {
|
|
68
|
+
"from": "components/VBanner",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
71
|
+
"VBannerText": {
|
|
72
|
+
"from": "components/VBanner",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
75
|
"VBtn": {
|
|
72
76
|
"from": "components/VBtn",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
77
89
|
"styles": []
|
|
78
90
|
},
|
|
79
91
|
"VCard": {
|
|
@@ -100,8 +112,12 @@
|
|
|
100
112
|
"from": "components/VCard",
|
|
101
113
|
"styles": []
|
|
102
114
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
115
|
+
"VColorPicker": {
|
|
116
|
+
"from": "components/VColorPicker",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip",
|
|
105
121
|
"styles": []
|
|
106
122
|
},
|
|
107
123
|
"VCarousel": {
|
|
@@ -112,36 +128,16 @@
|
|
|
112
128
|
"from": "components/VCarousel",
|
|
113
129
|
"styles": []
|
|
114
130
|
},
|
|
115
|
-
"VBtnToggle": {
|
|
116
|
-
"from": "components/VBtnToggle",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VCode": {
|
|
120
|
-
"from": "components/VCode",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VCheckbox": {
|
|
124
|
-
"from": "components/VCheckbox",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCheckboxBtn": {
|
|
128
|
-
"from": "components/VCheckbox",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
131
|
"VCombobox": {
|
|
132
132
|
"from": "components/VCombobox",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VCounter": {
|
|
140
|
-
"from": "components/VCounter",
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
139
|
+
"VChipGroup": {
|
|
140
|
+
"from": "components/VChipGroup",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
143
|
"VDataTable": {
|
|
@@ -172,8 +168,8 @@
|
|
|
172
168
|
"from": "components/VDataTable",
|
|
173
169
|
"styles": []
|
|
174
170
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter",
|
|
177
173
|
"styles": []
|
|
178
174
|
},
|
|
179
175
|
"VDatePicker": {
|
|
@@ -200,18 +196,6 @@
|
|
|
200
196
|
"from": "components/VDatePicker",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
203
|
-
"VEmptyState": {
|
|
204
|
-
"from": "components/VEmptyState",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VDivider": {
|
|
208
|
-
"from": "components/VDivider",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VFab": {
|
|
212
|
-
"from": "components/VFab",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
199
|
"VExpansionPanels": {
|
|
216
200
|
"from": "components/VExpansionPanel",
|
|
217
201
|
"styles": []
|
|
@@ -228,6 +212,22 @@
|
|
|
228
212
|
"from": "components/VExpansionPanel",
|
|
229
213
|
"styles": []
|
|
230
214
|
},
|
|
215
|
+
"VDivider": {
|
|
216
|
+
"from": "components/VDivider",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VDialog": {
|
|
220
|
+
"from": "components/VDialog",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VEmptyState": {
|
|
224
|
+
"from": "components/VEmptyState",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
231
|
"VField": {
|
|
232
232
|
"from": "components/VField",
|
|
233
233
|
"styles": []
|
|
@@ -236,18 +236,26 @@
|
|
|
236
236
|
"from": "components/VField",
|
|
237
237
|
"styles": []
|
|
238
238
|
},
|
|
239
|
-
"VFooter": {
|
|
240
|
-
"from": "components/VFooter",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
239
|
"VFileInput": {
|
|
244
240
|
"from": "components/VFileInput",
|
|
245
241
|
"styles": []
|
|
246
242
|
},
|
|
243
|
+
"VFooter": {
|
|
244
|
+
"from": "components/VFooter",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
247
|
"VInfiniteScroll": {
|
|
248
248
|
"from": "components/VInfiniteScroll",
|
|
249
249
|
"styles": []
|
|
250
250
|
},
|
|
251
|
+
"VItemGroup": {
|
|
252
|
+
"from": "components/VItemGroup",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VItem": {
|
|
256
|
+
"from": "components/VItemGroup",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
251
259
|
"VIcon": {
|
|
252
260
|
"from": "components/VIcon",
|
|
253
261
|
"styles": []
|
|
@@ -272,20 +280,24 @@
|
|
|
272
280
|
"from": "components/VImg",
|
|
273
281
|
"styles": []
|
|
274
282
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
283
|
+
"VKbd": {
|
|
284
|
+
"from": "components/VKbd",
|
|
277
285
|
"styles": []
|
|
278
286
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
287
|
+
"VLabel": {
|
|
288
|
+
"from": "components/VLabel",
|
|
281
289
|
"styles": []
|
|
282
290
|
},
|
|
283
291
|
"VInput": {
|
|
284
292
|
"from": "components/VInput",
|
|
285
293
|
"styles": []
|
|
286
294
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
295
|
+
"VMenu": {
|
|
296
|
+
"from": "components/VMenu",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
299
|
+
"VMessages": {
|
|
300
|
+
"from": "components/VMessages",
|
|
289
301
|
"styles": []
|
|
290
302
|
},
|
|
291
303
|
"VList": {
|
|
@@ -324,82 +336,58 @@
|
|
|
324
336
|
"from": "components/VList",
|
|
325
337
|
"styles": []
|
|
326
338
|
},
|
|
327
|
-
"VKbd": {
|
|
328
|
-
"from": "components/VKbd",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMessages": {
|
|
332
|
-
"from": "components/VMessages",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VNavigationDrawer": {
|
|
336
|
-
"from": "components/VNavigationDrawer",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VMenu": {
|
|
340
|
-
"from": "components/VMenu",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
339
|
"VMain": {
|
|
344
340
|
"from": "components/VMain",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
343
|
+
"VNumberInput": {
|
|
344
|
+
"from": "components/VNumberInput",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
347
|
"VOtpInput": {
|
|
352
348
|
"from": "components/VOtpInput",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
355
355
|
"VProgressCircular": {
|
|
356
356
|
"from": "components/VProgressCircular",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VProgressLinear": {
|
|
364
|
+
"from": "components/VProgressLinear",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VPagination": {
|
|
368
368
|
"from": "components/VPagination",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
379
|
"VSelectionControlGroup": {
|
|
380
380
|
"from": "components/VSelectionControlGroup",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
383
|
+
"VRating": {
|
|
384
|
+
"from": "components/VRating",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
387
|
"VSelectionControl": {
|
|
388
388
|
"from": "components/VSelectionControl",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"VSheet": {
|
|
392
|
-
"from": "components/VSheet",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VSkeletonLoader": {
|
|
396
|
-
"from": "components/VSkeletonLoader",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSlider": {
|
|
400
|
-
"from": "components/VSlider",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
391
|
"VSlideGroup": {
|
|
404
392
|
"from": "components/VSlideGroup",
|
|
405
393
|
"styles": []
|
|
@@ -408,12 +396,24 @@
|
|
|
408
396
|
"from": "components/VSlideGroup",
|
|
409
397
|
"styles": []
|
|
410
398
|
},
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
411
407
|
"VSwitch": {
|
|
412
408
|
"from": "components/VSwitch",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
411
|
+
"VSlider": {
|
|
412
|
+
"from": "components/VSlider",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSystemBar": {
|
|
416
|
+
"from": "components/VSystemBar",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
419
|
"VStepper": {
|
|
@@ -440,8 +440,16 @@
|
|
|
440
440
|
"from": "components/VStepper",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
447
|
+
"VTable": {
|
|
448
|
+
"from": "components/VTable",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
|
+
"VTextarea": {
|
|
452
|
+
"from": "components/VTextarea",
|
|
445
453
|
"styles": []
|
|
446
454
|
},
|
|
447
455
|
"VTab": {
|
|
@@ -460,18 +468,6 @@
|
|
|
460
468
|
"from": "components/VTabs",
|
|
461
469
|
"styles": []
|
|
462
470
|
},
|
|
463
|
-
"VTable": {
|
|
464
|
-
"from": "components/VTable",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTextField": {
|
|
468
|
-
"from": "components/VTextField",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTextarea": {
|
|
472
|
-
"from": "components/VTextarea",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
471
|
"VToolbar": {
|
|
476
472
|
"from": "components/VToolbar",
|
|
477
473
|
"styles": []
|
|
@@ -492,6 +488,14 @@
|
|
|
492
488
|
"from": "components/VTimeline",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
491
|
+
"VWindow": {
|
|
492
|
+
"from": "components/VWindow",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VWindowItem": {
|
|
496
|
+
"from": "components/VWindow",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
495
499
|
"VTimePicker": {
|
|
496
500
|
"from": "components/VTimePicker",
|
|
497
501
|
"styles": []
|
|
@@ -504,6 +508,10 @@
|
|
|
504
508
|
"from": "components/VTimePicker",
|
|
505
509
|
"styles": []
|
|
506
510
|
},
|
|
511
|
+
"VTooltip": {
|
|
512
|
+
"from": "components/VTooltip",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
507
515
|
"VTreeview": {
|
|
508
516
|
"from": "components/VTreeview",
|
|
509
517
|
"styles": []
|
|
@@ -516,18 +524,6 @@
|
|
|
516
524
|
"from": "components/VTreeview",
|
|
517
525
|
"styles": []
|
|
518
526
|
},
|
|
519
|
-
"VTooltip": {
|
|
520
|
-
"from": "components/VTooltip",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VWindow": {
|
|
524
|
-
"from": "components/VWindow",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VWindowItem": {
|
|
528
|
-
"from": "components/VWindow",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
527
|
"VConfirmEdit": {
|
|
532
528
|
"from": "components/VConfirmEdit",
|
|
533
529
|
"styles": []
|
|
@@ -540,14 +536,14 @@
|
|
|
540
536
|
"from": "components/VDefaultsProvider",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
|
-
"VHover": {
|
|
544
|
-
"from": "components/VHover",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
539
|
"VForm": {
|
|
548
540
|
"from": "components/VForm",
|
|
549
541
|
"styles": []
|
|
550
542
|
},
|
|
543
|
+
"VHover": {
|
|
544
|
+
"from": "components/VHover",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
551
547
|
"VContainer": {
|
|
552
548
|
"from": "components/VGrid",
|
|
553
549
|
"styles": []
|
|
@@ -564,6 +560,10 @@
|
|
|
564
560
|
"from": "components/VGrid",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
563
|
+
"VLazy": {
|
|
564
|
+
"from": "components/VLazy",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
567
|
"VLayout": {
|
|
568
568
|
"from": "components/VLayout",
|
|
569
569
|
"styles": []
|
|
@@ -572,36 +572,28 @@
|
|
|
572
572
|
"from": "components/VLayout",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
575
|
+
"VLocaleProvider": {
|
|
576
|
+
"from": "components/VLocaleProvider",
|
|
577
577
|
"styles": []
|
|
578
578
|
},
|
|
579
579
|
"VNoSsr": {
|
|
580
580
|
"from": "components/VNoSsr",
|
|
581
581
|
"styles": []
|
|
582
582
|
},
|
|
583
|
-
"VRadio": {
|
|
584
|
-
"from": "components/VRadio",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
583
|
"VParallax": {
|
|
588
584
|
"from": "components/VParallax",
|
|
589
585
|
"styles": []
|
|
590
586
|
},
|
|
591
|
-
"
|
|
592
|
-
"from": "components/
|
|
587
|
+
"VRadio": {
|
|
588
|
+
"from": "components/VRadio",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
595
591
|
"VResponsive": {
|
|
596
592
|
"from": "components/VResponsive",
|
|
597
593
|
"styles": []
|
|
598
594
|
},
|
|
599
|
-
"
|
|
600
|
-
"from": "components/
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
|
-
"VSparkline": {
|
|
604
|
-
"from": "components/VSparkline",
|
|
595
|
+
"VRangeSlider": {
|
|
596
|
+
"from": "components/VRangeSlider",
|
|
605
597
|
"styles": []
|
|
606
598
|
},
|
|
607
599
|
"VSnackbarQueue": {
|
|
@@ -612,16 +604,12 @@
|
|
|
612
604
|
"from": "components/VSpeedDial",
|
|
613
605
|
"styles": []
|
|
614
606
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
617
|
-
"styles": []
|
|
618
|
-
},
|
|
619
|
-
"VValidation": {
|
|
620
|
-
"from": "components/VValidation",
|
|
607
|
+
"VSparkline": {
|
|
608
|
+
"from": "components/VSparkline",
|
|
621
609
|
"styles": []
|
|
622
610
|
},
|
|
623
|
-
"
|
|
624
|
-
"from": "components/
|
|
611
|
+
"VThemeProvider": {
|
|
612
|
+
"from": "components/VThemeProvider",
|
|
625
613
|
"styles": []
|
|
626
614
|
},
|
|
627
615
|
"VFabTransition": {
|
|
@@ -687,6 +675,18 @@
|
|
|
687
675
|
"VDialogTransition": {
|
|
688
676
|
"from": "components/transitions",
|
|
689
677
|
"styles": []
|
|
678
|
+
},
|
|
679
|
+
"VValidation": {
|
|
680
|
+
"from": "components/VValidation",
|
|
681
|
+
"styles": []
|
|
682
|
+
},
|
|
683
|
+
"VSheet": {
|
|
684
|
+
"from": "components/VSheet",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VVirtualScroll": {
|
|
688
|
+
"from": "components/VVirtualScroll",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|