vuetify 3.10.6 → 3.10.7
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 +1705 -1705
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +3230 -3230
- package/dist/vuetify-labs.cjs +28 -26
- package/dist/vuetify-labs.css +4841 -4841
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +28 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +28 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -26
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3692 -3692
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +28 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -19
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +3 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +3 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +2 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +3 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +3 -3
- package/lib/components/VTextarea/VTextarea.js +3 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +8 -12
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -1,27 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VColorInput": {
|
|
4
|
-
"from": "labs/VColorInput",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VCalendar": {
|
|
8
4
|
"from": "labs/VCalendar",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VVideo": {
|
|
16
|
-
"from": "labs/VVideo",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VVideoControls": {
|
|
20
|
-
"from": "labs/VVideo",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VVideoVolume": {
|
|
24
|
-
"from": "labs/VVideo",
|
|
7
|
+
"VColorInput": {
|
|
8
|
+
"from": "labs/VColorInput",
|
|
25
9
|
"styles": []
|
|
26
10
|
},
|
|
27
11
|
"VFileUpload": {
|
|
@@ -32,6 +16,10 @@
|
|
|
32
16
|
"from": "labs/VFileUpload",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
19
|
+
"VIconBtn": {
|
|
20
|
+
"from": "labs/VIconBtn",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
35
23
|
"VPie": {
|
|
36
24
|
"from": "labs/VPie",
|
|
37
25
|
"styles": []
|
|
@@ -44,6 +32,14 @@
|
|
|
44
32
|
"from": "labs/VPie",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
35
|
+
"VPicker": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VPickerTitle": {
|
|
40
|
+
"from": "labs/VPicker",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
47
43
|
"VStepperVertical": {
|
|
48
44
|
"from": "labs/VStepperVertical",
|
|
49
45
|
"styles": []
|
|
@@ -60,12 +56,16 @@
|
|
|
60
56
|
"from": "labs/VHotkey",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
59
|
+
"VVideo": {
|
|
60
|
+
"from": "labs/VVideo",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
63
|
+
"VVideoControls": {
|
|
64
|
+
"from": "labs/VVideo",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VVideoVolume": {
|
|
68
|
+
"from": "labs/VVideo",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"from": "components/VAlert",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
+
"VAvatar": {
|
|
16
|
+
"from": "components/VAvatar",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
15
19
|
"VAppBar": {
|
|
16
20
|
"from": "components/VAppBar",
|
|
17
21
|
"styles": []
|
|
@@ -24,10 +28,6 @@
|
|
|
24
28
|
"from": "components/VAppBar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"VAutocomplete": {
|
|
28
|
-
"from": "components/VAutocomplete",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
31
|
"VBanner": {
|
|
32
32
|
"from": "components/VBanner",
|
|
33
33
|
"styles": []
|
|
@@ -44,24 +44,16 @@
|
|
|
44
44
|
"from": "components/VBadge",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
47
|
+
"VAutocomplete": {
|
|
48
|
+
"from": "components/VAutocomplete",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
51
|
"VBottomSheet": {
|
|
52
52
|
"from": "components/VBottomSheet",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBtnGroup": {
|
|
60
|
-
"from": "components/VBtnGroup",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBtn": {
|
|
64
|
-
"from": "components/VBtn",
|
|
55
|
+
"VBottomNavigation": {
|
|
56
|
+
"from": "components/VBottomNavigation",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
67
59
|
"VBreadcrumbs": {
|
|
@@ -76,16 +68,12 @@
|
|
|
76
68
|
"from": "components/VBreadcrumbs",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel",
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn",
|
|
85
73
|
"styles": []
|
|
86
74
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup",
|
|
89
77
|
"styles": []
|
|
90
78
|
},
|
|
91
79
|
"VCheckbox": {
|
|
@@ -96,8 +84,12 @@
|
|
|
96
84
|
"from": "components/VCheckbox",
|
|
97
85
|
"styles": []
|
|
98
86
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VChipGroup": {
|
|
92
|
+
"from": "components/VChipGroup",
|
|
101
93
|
"styles": []
|
|
102
94
|
},
|
|
103
95
|
"VCard": {
|
|
@@ -124,12 +116,16 @@
|
|
|
124
116
|
"from": "components/VCard",
|
|
125
117
|
"styles": []
|
|
126
118
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
119
|
+
"VCarousel": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
129
121
|
"styles": []
|
|
130
122
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
123
|
+
"VCarouselItem": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
131
|
"VCode": {
|
|
@@ -144,38 +140,6 @@
|
|
|
144
140
|
"from": "components/VColorPicker",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
|
-
"VField": {
|
|
148
|
-
"from": "components/VField",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VFieldLabel": {
|
|
152
|
-
"from": "components/VField",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePicker": {
|
|
156
|
-
"from": "components/VDatePicker",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerControls": {
|
|
160
|
-
"from": "components/VDatePicker",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VDatePickerHeader": {
|
|
164
|
-
"from": "components/VDatePicker",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VDatePickerMonth": {
|
|
168
|
-
"from": "components/VDatePicker",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDatePickerMonths": {
|
|
172
|
-
"from": "components/VDatePicker",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDatePickerYears": {
|
|
176
|
-
"from": "components/VDatePicker",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
143
|
"VDataTable": {
|
|
180
144
|
"from": "components/VDataTable",
|
|
181
145
|
"styles": []
|
|
@@ -204,16 +168,40 @@
|
|
|
204
168
|
"from": "components/VDataTable",
|
|
205
169
|
"styles": []
|
|
206
170
|
},
|
|
171
|
+
"VDatePicker": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDatePickerControls": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDatePickerHeader": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerMonth": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerMonths": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerYears": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
207
195
|
"VDivider": {
|
|
208
196
|
"from": "components/VDivider",
|
|
209
197
|
"styles": []
|
|
210
198
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
199
|
+
"VCounter": {
|
|
200
|
+
"from": "components/VCounter",
|
|
213
201
|
"styles": []
|
|
214
202
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
203
|
+
"VDialog": {
|
|
204
|
+
"from": "components/VDialog",
|
|
217
205
|
"styles": []
|
|
218
206
|
},
|
|
219
207
|
"VExpansionPanels": {
|
|
@@ -232,32 +220,36 @@
|
|
|
232
220
|
"from": "components/VExpansionPanel",
|
|
233
221
|
"styles": []
|
|
234
222
|
},
|
|
223
|
+
"VEmptyState": {
|
|
224
|
+
"from": "components/VEmptyState",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
235
227
|
"VFooter": {
|
|
236
228
|
"from": "components/VFooter",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
231
|
+
"VImg": {
|
|
232
|
+
"from": "components/VImg",
|
|
241
233
|
"styles": []
|
|
242
234
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
235
|
+
"VField": {
|
|
236
|
+
"from": "components/VField",
|
|
245
237
|
"styles": []
|
|
246
238
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
239
|
+
"VFieldLabel": {
|
|
240
|
+
"from": "components/VField",
|
|
249
241
|
"styles": []
|
|
250
242
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
243
|
+
"VFab": {
|
|
244
|
+
"from": "components/VFab",
|
|
253
245
|
"styles": []
|
|
254
246
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
247
|
+
"VFileInput": {
|
|
248
|
+
"from": "components/VFileInput",
|
|
257
249
|
"styles": []
|
|
258
250
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
251
|
+
"VInput": {
|
|
252
|
+
"from": "components/VInput",
|
|
261
253
|
"styles": []
|
|
262
254
|
},
|
|
263
255
|
"VIcon": {
|
|
@@ -280,6 +272,22 @@
|
|
|
280
272
|
"from": "components/VIcon",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
275
|
+
"VInfiniteScroll": {
|
|
276
|
+
"from": "components/VInfiniteScroll",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VItemGroup": {
|
|
280
|
+
"from": "components/VItemGroup",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VItem": {
|
|
284
|
+
"from": "components/VItemGroup",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VKbd": {
|
|
288
|
+
"from": "components/VKbd",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
283
291
|
"VLabel": {
|
|
284
292
|
"from": "components/VLabel",
|
|
285
293
|
"styles": []
|
|
@@ -320,18 +328,6 @@
|
|
|
320
328
|
"from": "components/VList",
|
|
321
329
|
"styles": []
|
|
322
330
|
},
|
|
323
|
-
"VItemGroup": {
|
|
324
|
-
"from": "components/VItemGroup",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VItem": {
|
|
328
|
-
"from": "components/VItemGroup",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMessages": {
|
|
332
|
-
"from": "components/VMessages",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
331
|
"VMenu": {
|
|
336
332
|
"from": "components/VMenu",
|
|
337
333
|
"styles": []
|
|
@@ -340,18 +336,14 @@
|
|
|
340
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
343
|
"VNavigationDrawer": {
|
|
348
344
|
"from": "components/VNavigationDrawer",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"VOverlay": {
|
|
352
|
-
"from": "components/VOverlay",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
347
|
"VOtpInput": {
|
|
356
348
|
"from": "components/VOtpInput",
|
|
357
349
|
"styles": []
|
|
@@ -360,18 +352,30 @@
|
|
|
360
352
|
"from": "components/VNumberInput",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
355
|
+
"VOverlay": {
|
|
356
|
+
"from": "components/VOverlay",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
|
+
"VProgressCircular": {
|
|
364
|
+
"from": "components/VProgressCircular",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
367
|
"VRadioGroup": {
|
|
372
368
|
"from": "components/VRadioGroup",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VProgressLinear": {
|
|
376
|
+
"from": "components/VProgressLinear",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
375
379
|
"VRating": {
|
|
376
380
|
"from": "components/VRating",
|
|
377
381
|
"styles": []
|
|
@@ -380,28 +384,12 @@
|
|
|
380
384
|
"from": "components/VSelect",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
|
-
"VSelectionControlGroup": {
|
|
384
|
-
"from": "components/VSelectionControlGroup",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
387
|
"VSheet": {
|
|
388
388
|
"from": "components/VSheet",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VSlideGroup": {
|
|
396
|
-
"from": "components/VSlideGroup",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSlideGroupItem": {
|
|
400
|
-
"from": "components/VSlideGroup",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
|
-
"VSkeletonLoader": {
|
|
404
|
-
"from": "components/VSkeletonLoader",
|
|
391
|
+
"VSelectionControlGroup": {
|
|
392
|
+
"from": "components/VSelectionControlGroup",
|
|
405
393
|
"styles": []
|
|
406
394
|
},
|
|
407
395
|
"VSnackbar": {
|
|
@@ -412,24 +400,16 @@
|
|
|
412
400
|
"from": "components/VSlider",
|
|
413
401
|
"styles": []
|
|
414
402
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VTab": {
|
|
420
|
-
"from": "components/VTabs",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VTabs": {
|
|
424
|
-
"from": "components/VTabs",
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader",
|
|
425
405
|
"styles": []
|
|
426
406
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
407
|
+
"VSlideGroup": {
|
|
408
|
+
"from": "components/VSlideGroup",
|
|
429
409
|
"styles": []
|
|
430
410
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
411
|
+
"VSlideGroupItem": {
|
|
412
|
+
"from": "components/VSlideGroup",
|
|
433
413
|
"styles": []
|
|
434
414
|
},
|
|
435
415
|
"VStepper": {
|
|
@@ -456,28 +436,36 @@
|
|
|
456
436
|
"from": "components/VStepper",
|
|
457
437
|
"styles": []
|
|
458
438
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar",
|
|
461
441
|
"styles": []
|
|
462
442
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
443
|
+
"VTab": {
|
|
444
|
+
"from": "components/VTabs",
|
|
465
445
|
"styles": []
|
|
466
446
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
447
|
+
"VTabs": {
|
|
448
|
+
"from": "components/VTabs",
|
|
469
449
|
"styles": []
|
|
470
450
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
451
|
+
"VTabsWindow": {
|
|
452
|
+
"from": "components/VTabs",
|
|
473
453
|
"styles": []
|
|
474
454
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
455
|
+
"VTabsWindowItem": {
|
|
456
|
+
"from": "components/VTabs",
|
|
477
457
|
"styles": []
|
|
478
458
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
459
|
+
"VTextarea": {
|
|
460
|
+
"from": "components/VTextarea",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VSwitch": {
|
|
464
|
+
"from": "components/VSwitch",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
481
469
|
"styles": []
|
|
482
470
|
},
|
|
483
471
|
"VTextField": {
|
|
@@ -488,6 +476,18 @@
|
|
|
488
476
|
"from": "components/VTooltip",
|
|
489
477
|
"styles": []
|
|
490
478
|
},
|
|
479
|
+
"VTimePicker": {
|
|
480
|
+
"from": "components/VTimePicker",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTimePickerClock": {
|
|
484
|
+
"from": "components/VTimePicker",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VTimePickerControls": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
491
|
"VTimeline": {
|
|
492
492
|
"from": "components/VTimeline",
|
|
493
493
|
"styles": []
|
|
@@ -508,6 +508,14 @@
|
|
|
508
508
|
"from": "components/VTreeview",
|
|
509
509
|
"styles": []
|
|
510
510
|
},
|
|
511
|
+
"VWindow": {
|
|
512
|
+
"from": "components/VWindow",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VWindowItem": {
|
|
516
|
+
"from": "components/VWindow",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
511
519
|
"VToolbar": {
|
|
512
520
|
"from": "components/VToolbar",
|
|
513
521
|
"styles": []
|
|
@@ -520,14 +528,6 @@
|
|
|
520
528
|
"from": "components/VToolbar",
|
|
521
529
|
"styles": []
|
|
522
530
|
},
|
|
523
|
-
"VWindow": {
|
|
524
|
-
"from": "components/VWindow",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VWindowItem": {
|
|
528
|
-
"from": "components/VWindow",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
531
|
"VConfirmEdit": {
|
|
532
532
|
"from": "components/VConfirmEdit",
|
|
533
533
|
"styles": []
|
|
@@ -540,10 +540,6 @@
|
|
|
540
540
|
"from": "components/VDefaultsProvider",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
-
"VHover": {
|
|
544
|
-
"from": "components/VHover",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
543
|
"VForm": {
|
|
548
544
|
"from": "components/VForm",
|
|
549
545
|
"styles": []
|
|
@@ -564,6 +560,10 @@
|
|
|
564
560
|
"from": "components/VGrid",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
563
|
+
"VHover": {
|
|
564
|
+
"from": "components/VHover",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
567
|
"VLazy": {
|
|
568
568
|
"from": "components/VLazy",
|
|
569
569
|
"styles": []
|
|
@@ -600,10 +600,6 @@
|
|
|
600
600
|
"from": "components/VResponsive",
|
|
601
601
|
"styles": []
|
|
602
602
|
},
|
|
603
|
-
"VSpeedDial": {
|
|
604
|
-
"from": "components/VSpeedDial",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
603
|
"VSnackbarQueue": {
|
|
608
604
|
"from": "components/VSnackbarQueue",
|
|
609
605
|
"styles": []
|
|
@@ -612,18 +608,22 @@
|
|
|
612
608
|
"from": "components/VSparkline",
|
|
613
609
|
"styles": []
|
|
614
610
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
611
|
+
"VSpeedDial": {
|
|
612
|
+
"from": "components/VSpeedDial",
|
|
617
613
|
"styles": []
|
|
618
614
|
},
|
|
619
|
-
"
|
|
620
|
-
"from": "components/
|
|
615
|
+
"VThemeProvider": {
|
|
616
|
+
"from": "components/VThemeProvider",
|
|
621
617
|
"styles": []
|
|
622
618
|
},
|
|
623
619
|
"VVirtualScroll": {
|
|
624
620
|
"from": "components/VVirtualScroll",
|
|
625
621
|
"styles": []
|
|
626
622
|
},
|
|
623
|
+
"VValidation": {
|
|
624
|
+
"from": "components/VValidation",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
627
627
|
"VFabTransition": {
|
|
628
628
|
"from": "components/transitions",
|
|
629
629
|
"styles": []
|