vuetify 3.8.4 → 3.8.5
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3194 -2850
- package/dist/json/importMap-labs.json +28 -24
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +91 -0
- package/dist/json/web-types.json +6341 -5124
- package/dist/vuetify-labs.cjs +277 -18
- package/dist/vuetify-labs.css +3763 -3735
- package/dist/vuetify-labs.d.ts +1380 -300
- package/dist/vuetify-labs.esm.js +277 -18
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +277 -18
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -9
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2976 -2951
- package/dist/vuetify.d.ts +67 -64
- package/dist/vuetify.esm.js +5 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -5
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
- package/lib/components/VBtn/VBtn.css +25 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -1
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/composables/dateFormat.d.ts +24 -0
- package/lib/composables/dateFormat.js +112 -0
- package/lib/composables/dateFormat.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +67 -64
- package/lib/framework.js +1 -1
- package/lib/iconsets/mdi.js +2 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.css +4 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
- package/lib/labs/VColorInput/VColorInput.js +129 -0
- package/lib/labs/VColorInput/VColorInput.js.map +1 -0
- package/lib/labs/VColorInput/VColorInput.sass +7 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VColorInput/index.d.ts +1 -0
- package/lib/labs/VColorInput/index.js +2 -0
- package/lib/labs/VColorInput/index.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +46 -21
- package/lib/labs/VDateInput/VDateInput.js +43 -10
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +2 -3
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VPicker": {
|
|
4
|
-
"from": "labs/VPicker",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VPickerTitle": {
|
|
8
|
-
"from": "labs/VPicker",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VCalendar": {
|
|
12
4
|
"from": "labs/VCalendar",
|
|
13
5
|
"styles": []
|
|
@@ -32,16 +24,8 @@
|
|
|
32
24
|
"from": "labs/VCalendar",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VFileUpload": {
|
|
40
|
-
"from": "labs/VFileUpload",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VFileUploadItem": {
|
|
44
|
-
"from": "labs/VFileUpload",
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
45
29
|
"styles": []
|
|
46
30
|
},
|
|
47
31
|
"VStepperVertical": {
|
|
@@ -56,16 +40,24 @@
|
|
|
56
40
|
"from": "labs/VStepperVertical",
|
|
57
41
|
"styles": []
|
|
58
42
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
61
45
|
"styles": []
|
|
62
46
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
65
49
|
"styles": []
|
|
66
50
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
51
|
+
"VIconBtn": {
|
|
52
|
+
"from": "labs/VIconBtn",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VFileUpload": {
|
|
56
|
+
"from": "labs/VFileUpload",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VFileUploadItem": {
|
|
60
|
+
"from": "labs/VFileUpload",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
71
63
|
"VTreeview": {
|
|
@@ -80,6 +72,18 @@
|
|
|
80
72
|
"from": "labs/VTreeview",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
75
|
+
"VTimePicker": {
|
|
76
|
+
"from": "labs/VTimePicker",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VTimePickerClock": {
|
|
80
|
+
"from": "labs/VTimePicker",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VTimePickerControls": {
|
|
84
|
+
"from": "labs/VTimePicker",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
83
87
|
"VDateInput": {
|
|
84
88
|
"from": "labs/VDateInput",
|
|
85
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar",
|
|
9
5
|
"styles": []
|
|
@@ -16,10 +12,6 @@
|
|
|
16
12
|
"from": "components/VAppBar",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"VBadge": {
|
|
20
|
-
"from": "components/VBadge",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
15
|
"VAlert": {
|
|
24
16
|
"from": "components/VAlert",
|
|
25
17
|
"styles": []
|
|
@@ -28,10 +20,18 @@
|
|
|
28
20
|
"from": "components/VAlert",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
23
|
+
"VAutocomplete": {
|
|
24
|
+
"from": "components/VAutocomplete",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
31
27
|
"VAvatar": {
|
|
32
28
|
"from": "components/VAvatar",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
35
|
"VBanner": {
|
|
36
36
|
"from": "components/VBanner",
|
|
37
37
|
"styles": []
|
|
@@ -44,24 +44,32 @@
|
|
|
44
44
|
"from": "components/VBanner",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
+
"VBottomNavigation": {
|
|
48
|
+
"from": "components/VBottomNavigation",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
47
51
|
"VBtn": {
|
|
48
52
|
"from": "components/VBtn",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
55
|
+
"VBtnToggle": {
|
|
56
|
+
"from": "components/VBtnToggle",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
59
|
"VBottomSheet": {
|
|
56
60
|
"from": "components/VBottomSheet",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbs": {
|
|
64
|
+
"from": "components/VBreadcrumbs",
|
|
61
65
|
"styles": []
|
|
62
66
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsItem": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBreadcrumbsDivider": {
|
|
72
|
+
"from": "components/VBreadcrumbs",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
75
|
"VBtnGroup": {
|
|
@@ -92,44 +100,40 @@
|
|
|
92
100
|
"from": "components/VCard",
|
|
93
101
|
"styles": []
|
|
94
102
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
103
|
+
"VCheckbox": {
|
|
104
|
+
"from": "components/VCheckbox",
|
|
97
105
|
"styles": []
|
|
98
106
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
107
|
+
"VCheckboxBtn": {
|
|
108
|
+
"from": "components/VCheckbox",
|
|
101
109
|
"styles": []
|
|
102
110
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
111
|
+
"VChip": {
|
|
112
|
+
"from": "components/VChip",
|
|
105
113
|
"styles": []
|
|
106
114
|
},
|
|
107
115
|
"VChipGroup": {
|
|
108
116
|
"from": "components/VChipGroup",
|
|
109
117
|
"styles": []
|
|
110
118
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VBreadcrumbsItem": {
|
|
116
|
-
"from": "components/VBreadcrumbs",
|
|
119
|
+
"VCode": {
|
|
120
|
+
"from": "components/VCode",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker",
|
|
121
125
|
"styles": []
|
|
122
126
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
125
129
|
"styles": []
|
|
126
130
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
129
133
|
"styles": []
|
|
130
134
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
139
|
"VDataTable": {
|
|
@@ -160,8 +164,8 @@
|
|
|
160
164
|
"from": "components/VDataTable",
|
|
161
165
|
"styles": []
|
|
162
166
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter",
|
|
165
169
|
"styles": []
|
|
166
170
|
},
|
|
167
171
|
"VDatePicker": {
|
|
@@ -188,18 +192,14 @@
|
|
|
188
192
|
"from": "components/VDatePicker",
|
|
189
193
|
"styles": []
|
|
190
194
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog",
|
|
193
197
|
"styles": []
|
|
194
198
|
},
|
|
195
199
|
"VDivider": {
|
|
196
200
|
"from": "components/VDivider",
|
|
197
201
|
"styles": []
|
|
198
202
|
},
|
|
199
|
-
"VCounter": {
|
|
200
|
-
"from": "components/VCounter",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
203
|
"VEmptyState": {
|
|
204
204
|
"from": "components/VEmptyState",
|
|
205
205
|
"styles": []
|
|
@@ -208,10 +208,22 @@
|
|
|
208
208
|
"from": "components/VFab",
|
|
209
209
|
"styles": []
|
|
210
210
|
},
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
211
219
|
"VFileInput": {
|
|
212
220
|
"from": "components/VFileInput",
|
|
213
221
|
"styles": []
|
|
214
222
|
},
|
|
223
|
+
"VFooter": {
|
|
224
|
+
"from": "components/VFooter",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
215
227
|
"VExpansionPanels": {
|
|
216
228
|
"from": "components/VExpansionPanel",
|
|
217
229
|
"styles": []
|
|
@@ -228,16 +240,8 @@
|
|
|
228
240
|
"from": "components/VExpansionPanel",
|
|
229
241
|
"styles": []
|
|
230
242
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VField": {
|
|
236
|
-
"from": "components/VField",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField",
|
|
243
|
+
"VImg": {
|
|
244
|
+
"from": "components/VImg",
|
|
241
245
|
"styles": []
|
|
242
246
|
},
|
|
243
247
|
"VIcon": {
|
|
@@ -260,8 +264,16 @@
|
|
|
260
264
|
"from": "components/VIcon",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VItemGroup": {
|
|
272
|
+
"from": "components/VItemGroup",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VItem": {
|
|
276
|
+
"from": "components/VItemGroup",
|
|
265
277
|
"styles": []
|
|
266
278
|
},
|
|
267
279
|
"VInfiniteScroll": {
|
|
@@ -272,22 +284,10 @@
|
|
|
272
284
|
"from": "components/VKbd",
|
|
273
285
|
"styles": []
|
|
274
286
|
},
|
|
275
|
-
"VInput": {
|
|
276
|
-
"from": "components/VInput",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
287
|
"VLabel": {
|
|
280
288
|
"from": "components/VLabel",
|
|
281
289
|
"styles": []
|
|
282
290
|
},
|
|
283
|
-
"VItemGroup": {
|
|
284
|
-
"from": "components/VItemGroup",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItem": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
291
|
"VList": {
|
|
292
292
|
"from": "components/VList",
|
|
293
293
|
"styles": []
|
|
@@ -324,50 +324,46 @@
|
|
|
324
324
|
"from": "components/VList",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"VMain": {
|
|
328
|
-
"from": "components/VMain",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
327
|
"VMenu": {
|
|
332
328
|
"from": "components/VMenu",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
331
|
+
"VMain": {
|
|
332
|
+
"from": "components/VMain",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
335
|
"VMessages": {
|
|
340
336
|
"from": "components/VMessages",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
339
|
+
"VPagination": {
|
|
340
|
+
"from": "components/VPagination",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
343
|
"VOverlay": {
|
|
348
344
|
"from": "components/VOverlay",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
|
-
"VOtpInput": {
|
|
356
|
-
"from": "components/VOtpInput",
|
|
347
|
+
"VProgressCircular": {
|
|
348
|
+
"from": "components/VProgressCircular",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
359
|
"VProgressLinear": {
|
|
368
360
|
"from": "components/VProgressLinear",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
363
|
+
"VOtpInput": {
|
|
364
|
+
"from": "components/VOtpInput",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
371
367
|
"VRadioGroup": {
|
|
372
368
|
"from": "components/VRadioGroup",
|
|
373
369
|
"styles": []
|
|
@@ -376,10 +372,6 @@
|
|
|
376
372
|
"from": "components/VRating",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
|
-
"VSelect": {
|
|
380
|
-
"from": "components/VSelect",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
375
|
"VSelectionControl": {
|
|
384
376
|
"from": "components/VSelectionControl",
|
|
385
377
|
"styles": []
|
|
@@ -396,6 +388,26 @@
|
|
|
396
388
|
"from": "components/VSkeletonLoader",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
391
|
+
"VSnackbar": {
|
|
392
|
+
"from": "components/VSnackbar",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
|
+
"VSelect": {
|
|
396
|
+
"from": "components/VSelect",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSystemBar": {
|
|
404
|
+
"from": "components/VSystemBar",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
407
|
+
"VTable": {
|
|
408
|
+
"from": "components/VTable",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
399
411
|
"VSlideGroup": {
|
|
400
412
|
"from": "components/VSlideGroup",
|
|
401
413
|
"styles": []
|
|
@@ -404,12 +416,20 @@
|
|
|
404
416
|
"from": "components/VSlideGroup",
|
|
405
417
|
"styles": []
|
|
406
418
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
419
|
+
"VTab": {
|
|
420
|
+
"from": "components/VTabs",
|
|
409
421
|
"styles": []
|
|
410
422
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
423
|
+
"VTabs": {
|
|
424
|
+
"from": "components/VTabs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTabsWindow": {
|
|
428
|
+
"from": "components/VTabs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTabsWindowItem": {
|
|
432
|
+
"from": "components/VTabs",
|
|
413
433
|
"styles": []
|
|
414
434
|
},
|
|
415
435
|
"VStepper": {
|
|
@@ -436,48 +456,36 @@
|
|
|
436
456
|
"from": "components/VStepper",
|
|
437
457
|
"styles": []
|
|
438
458
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTabs": {
|
|
444
|
-
"from": "components/VTabs",
|
|
459
|
+
"VToolbar": {
|
|
460
|
+
"from": "components/VToolbar",
|
|
445
461
|
"styles": []
|
|
446
462
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
463
|
+
"VToolbarTitle": {
|
|
464
|
+
"from": "components/VToolbar",
|
|
449
465
|
"styles": []
|
|
450
466
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
467
|
+
"VToolbarItems": {
|
|
468
|
+
"from": "components/VToolbar",
|
|
453
469
|
"styles": []
|
|
454
470
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
471
|
+
"VTooltip": {
|
|
472
|
+
"from": "components/VTooltip",
|
|
457
473
|
"styles": []
|
|
458
474
|
},
|
|
459
475
|
"VTextarea": {
|
|
460
476
|
"from": "components/VTextarea",
|
|
461
477
|
"styles": []
|
|
462
478
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VSystemBar": {
|
|
468
|
-
"from": "components/VSystemBar",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTimeline": {
|
|
472
|
-
"from": "components/VTimeline",
|
|
479
|
+
"VApp": {
|
|
480
|
+
"from": "components/VApp",
|
|
473
481
|
"styles": []
|
|
474
482
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
483
|
+
"VConfirmEdit": {
|
|
484
|
+
"from": "components/VConfirmEdit",
|
|
477
485
|
"styles": []
|
|
478
486
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
487
|
+
"VDataIterator": {
|
|
488
|
+
"from": "components/VDataIterator",
|
|
481
489
|
"styles": []
|
|
482
490
|
},
|
|
483
491
|
"VWindow": {
|
|
@@ -488,20 +496,24 @@
|
|
|
488
496
|
"from": "components/VWindow",
|
|
489
497
|
"styles": []
|
|
490
498
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
499
|
+
"VDefaultsProvider": {
|
|
500
|
+
"from": "components/VDefaultsProvider",
|
|
493
501
|
"styles": []
|
|
494
502
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
503
|
+
"VContainer": {
|
|
504
|
+
"from": "components/VGrid",
|
|
497
505
|
"styles": []
|
|
498
506
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
507
|
+
"VCol": {
|
|
508
|
+
"from": "components/VGrid",
|
|
501
509
|
"styles": []
|
|
502
510
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
511
|
+
"VRow": {
|
|
512
|
+
"from": "components/VGrid",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VSpacer": {
|
|
516
|
+
"from": "components/VGrid",
|
|
505
517
|
"styles": []
|
|
506
518
|
},
|
|
507
519
|
"VForm": {
|
|
@@ -512,16 +524,8 @@
|
|
|
512
524
|
"from": "components/VHover",
|
|
513
525
|
"styles": []
|
|
514
526
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
|
-
"VToolbarTitle": {
|
|
520
|
-
"from": "components/VToolbar",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VToolbarItems": {
|
|
524
|
-
"from": "components/VToolbar",
|
|
527
|
+
"VLazy": {
|
|
528
|
+
"from": "components/VLazy",
|
|
525
529
|
"styles": []
|
|
526
530
|
},
|
|
527
531
|
"VLayout": {
|
|
@@ -532,18 +536,10 @@
|
|
|
532
536
|
"from": "components/VLayout",
|
|
533
537
|
"styles": []
|
|
534
538
|
},
|
|
535
|
-
"VLazy": {
|
|
536
|
-
"from": "components/VLazy",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
539
|
"VLocaleProvider": {
|
|
540
540
|
"from": "components/VLocaleProvider",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
-
"VNoSsr": {
|
|
544
|
-
"from": "components/VNoSsr",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
543
|
"VParallax": {
|
|
548
544
|
"from": "components/VParallax",
|
|
549
545
|
"styles": []
|
|
@@ -556,14 +552,18 @@
|
|
|
556
552
|
"from": "components/VRangeSlider",
|
|
557
553
|
"styles": []
|
|
558
554
|
},
|
|
559
|
-
"
|
|
560
|
-
"from": "components/
|
|
555
|
+
"VSwitch": {
|
|
556
|
+
"from": "components/VSwitch",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
563
559
|
"VSnackbarQueue": {
|
|
564
560
|
"from": "components/VSnackbarQueue",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
563
|
+
"VNoSsr": {
|
|
564
|
+
"from": "components/VNoSsr",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
567
|
"VSparkline": {
|
|
568
568
|
"from": "components/VSparkline",
|
|
569
569
|
"styles": []
|
|
@@ -576,10 +576,6 @@
|
|
|
576
576
|
"from": "components/VThemeProvider",
|
|
577
577
|
"styles": []
|
|
578
578
|
},
|
|
579
|
-
"VValidation": {
|
|
580
|
-
"from": "components/VValidation",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
579
|
"VFabTransition": {
|
|
584
580
|
"from": "components/transitions",
|
|
585
581
|
"styles": []
|
|
@@ -648,20 +644,24 @@
|
|
|
648
644
|
"from": "components/VVirtualScroll",
|
|
649
645
|
"styles": []
|
|
650
646
|
},
|
|
651
|
-
"
|
|
652
|
-
"from": "components/
|
|
647
|
+
"VValidation": {
|
|
648
|
+
"from": "components/VValidation",
|
|
653
649
|
"styles": []
|
|
654
650
|
},
|
|
655
|
-
"
|
|
656
|
-
"from": "components/
|
|
651
|
+
"VTimeline": {
|
|
652
|
+
"from": "components/VTimeline",
|
|
657
653
|
"styles": []
|
|
658
654
|
},
|
|
659
|
-
"
|
|
660
|
-
"from": "components/
|
|
655
|
+
"VTimelineItem": {
|
|
656
|
+
"from": "components/VTimeline",
|
|
661
657
|
"styles": []
|
|
662
658
|
},
|
|
663
|
-
"
|
|
664
|
-
"from": "components/
|
|
659
|
+
"VTextField": {
|
|
660
|
+
"from": "components/VTextField",
|
|
661
|
+
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VResponsive": {
|
|
664
|
+
"from": "components/VResponsive",
|
|
665
665
|
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|