vuetify 3.8.11 → 3.8.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 +3312 -3312
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +6235 -6235
- package/dist/vuetify-labs.cjs +61 -63
- package/dist/vuetify-labs.css +4191 -4191
- package/dist/vuetify-labs.d.ts +204 -204
- package/dist/vuetify-labs.esm.js +61 -63
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +61 -63
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -39
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4025 -4025
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +36 -39
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -39
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +34 -35
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +2 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/virtual.js +1 -1
- package/lib/composables/virtual.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/labs/VCalendar/VCalendar.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendar.js +9 -9
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendarDay.js +1 -1
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,5 @@
|
|
|
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": []
|
|
@@ -28,8 +24,8 @@
|
|
|
28
24
|
"from": "labs/VCalendar",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
31
|
"VFileUpload": {
|
|
@@ -40,24 +36,20 @@
|
|
|
40
36
|
"from": "labs/VFileUpload",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VPickerTitle": {
|
|
48
|
-
"from": "labs/VPicker",
|
|
39
|
+
"VIconBtn": {
|
|
40
|
+
"from": "labs/VIconBtn",
|
|
49
41
|
"styles": []
|
|
50
42
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
43
|
+
"VTimePicker": {
|
|
44
|
+
"from": "labs/VTimePicker",
|
|
53
45
|
"styles": []
|
|
54
46
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
47
|
+
"VTimePickerClock": {
|
|
48
|
+
"from": "labs/VTimePicker",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
51
|
+
"VTimePickerControls": {
|
|
52
|
+
"from": "labs/VTimePicker",
|
|
61
53
|
"styles": []
|
|
62
54
|
},
|
|
63
55
|
"VTreeview": {
|
|
@@ -72,16 +64,12 @@
|
|
|
72
64
|
"from": "labs/VTreeview",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VTimePickerClock": {
|
|
80
|
-
"from": "labs/VTimePicker",
|
|
67
|
+
"VPicker": {
|
|
68
|
+
"from": "labs/VPicker",
|
|
81
69
|
"styles": []
|
|
82
70
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "labs/
|
|
71
|
+
"VPickerTitle": {
|
|
72
|
+
"from": "labs/VPicker",
|
|
85
73
|
"styles": []
|
|
86
74
|
},
|
|
87
75
|
"VDateInput": {
|
|
@@ -91,6 +79,18 @@
|
|
|
91
79
|
"VPullToRefresh": {
|
|
92
80
|
"from": "labs/VPullToRefresh",
|
|
93
81
|
"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
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VApp": {
|
|
12
|
+
"from": "components/VApp",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
3
15
|
"VAppBar": {
|
|
4
16
|
"from": "components/VAppBar",
|
|
5
17
|
"styles": []
|
|
@@ -16,12 +28,8 @@
|
|
|
16
28
|
"from": "components/VAutocomplete",
|
|
17
29
|
"styles": []
|
|
18
30
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlertTitle": {
|
|
24
|
-
"from": "components/VAlert",
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
35
|
"VAvatar": {
|
|
@@ -40,18 +48,14 @@
|
|
|
40
48
|
"from": "components/VBanner",
|
|
41
49
|
"styles": []
|
|
42
50
|
},
|
|
43
|
-
"VBottomSheet": {
|
|
44
|
-
"from": "components/VBottomSheet",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBadge": {
|
|
48
|
-
"from": "components/VBadge",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
51
|
"VBottomNavigation": {
|
|
52
52
|
"from": "components/VBottomNavigation",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
55
59
|
"VBreadcrumbs": {
|
|
56
60
|
"from": "components/VBreadcrumbs",
|
|
57
61
|
"styles": []
|
|
@@ -64,14 +68,6 @@
|
|
|
64
68
|
"from": "components/VBreadcrumbs",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"VBtn": {
|
|
68
|
-
"from": "components/VBtn",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VBtnToggle": {
|
|
72
|
-
"from": "components/VBtnToggle",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
71
|
"VCard": {
|
|
76
72
|
"from": "components/VCard",
|
|
77
73
|
"styles": []
|
|
@@ -96,22 +92,10 @@
|
|
|
96
92
|
"from": "components/VCard",
|
|
97
93
|
"styles": []
|
|
98
94
|
},
|
|
99
|
-
"VCheckbox": {
|
|
100
|
-
"from": "components/VCheckbox",
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VCheckboxBtn": {
|
|
104
|
-
"from": "components/VCheckbox",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
95
|
"VBtnGroup": {
|
|
108
96
|
"from": "components/VBtnGroup",
|
|
109
97
|
"styles": []
|
|
110
98
|
},
|
|
111
|
-
"VChipGroup": {
|
|
112
|
-
"from": "components/VChipGroup",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
99
|
"VCarousel": {
|
|
116
100
|
"from": "components/VCarousel",
|
|
117
101
|
"styles": []
|
|
@@ -120,48 +104,40 @@
|
|
|
120
104
|
"from": "components/VCarousel",
|
|
121
105
|
"styles": []
|
|
122
106
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
107
|
+
"VBtnToggle": {
|
|
108
|
+
"from": "components/VBtnToggle",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
111
|
+
"VCheckbox": {
|
|
112
|
+
"from": "components/VCheckbox",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VCheckboxBtn": {
|
|
116
|
+
"from": "components/VCheckbox",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
119
|
+
"VChipGroup": {
|
|
120
|
+
"from": "components/VChipGroup",
|
|
137
121
|
"styles": []
|
|
138
122
|
},
|
|
139
123
|
"VCounter": {
|
|
140
124
|
"from": "components/VCounter",
|
|
141
125
|
"styles": []
|
|
142
126
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDatePickerControls": {
|
|
148
|
-
"from": "components/VDatePicker",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDatePickerHeader": {
|
|
152
|
-
"from": "components/VDatePicker",
|
|
127
|
+
"VCombobox": {
|
|
128
|
+
"from": "components/VCombobox",
|
|
153
129
|
"styles": []
|
|
154
130
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
131
|
+
"VBtn": {
|
|
132
|
+
"from": "components/VBtn",
|
|
157
133
|
"styles": []
|
|
158
134
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
135
|
+
"VChip": {
|
|
136
|
+
"from": "components/VChip",
|
|
161
137
|
"styles": []
|
|
162
138
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
165
141
|
"styles": []
|
|
166
142
|
},
|
|
167
143
|
"VDataTable": {
|
|
@@ -192,6 +168,38 @@
|
|
|
192
168
|
"from": "components/VDataTable",
|
|
193
169
|
"styles": []
|
|
194
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
|
+
},
|
|
195
|
+
"VEmptyState": {
|
|
196
|
+
"from": "components/VEmptyState",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
195
203
|
"VExpansionPanels": {
|
|
196
204
|
"from": "components/VExpansionPanel",
|
|
197
205
|
"styles": []
|
|
@@ -212,18 +220,14 @@
|
|
|
212
220
|
"from": "components/VDivider",
|
|
213
221
|
"styles": []
|
|
214
222
|
},
|
|
215
|
-
"VDialog": {
|
|
216
|
-
"from": "components/VDialog",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VEmptyState": {
|
|
220
|
-
"from": "components/VEmptyState",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
223
|
"VFab": {
|
|
224
224
|
"from": "components/VFab",
|
|
225
225
|
"styles": []
|
|
226
226
|
},
|
|
227
|
+
"VFileInput": {
|
|
228
|
+
"from": "components/VFileInput",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
227
231
|
"VField": {
|
|
228
232
|
"from": "components/VField",
|
|
229
233
|
"styles": []
|
|
@@ -232,10 +236,6 @@
|
|
|
232
236
|
"from": "components/VField",
|
|
233
237
|
"styles": []
|
|
234
238
|
},
|
|
235
|
-
"VFileInput": {
|
|
236
|
-
"from": "components/VFileInput",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
239
|
"VFooter": {
|
|
240
240
|
"from": "components/VFooter",
|
|
241
241
|
"styles": []
|
|
@@ -260,16 +260,24 @@
|
|
|
260
260
|
"from": "components/VIcon",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
+
"VImg": {
|
|
264
|
+
"from": "components/VImg",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
263
267
|
"VInfiniteScroll": {
|
|
264
268
|
"from": "components/VInfiniteScroll",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
271
|
+
"VKbd": {
|
|
272
|
+
"from": "components/VKbd",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
267
275
|
"VInput": {
|
|
268
276
|
"from": "components/VInput",
|
|
269
277
|
"styles": []
|
|
270
278
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
279
|
+
"VLabel": {
|
|
280
|
+
"from": "components/VLabel",
|
|
273
281
|
"styles": []
|
|
274
282
|
},
|
|
275
283
|
"VItemGroup": {
|
|
@@ -280,14 +288,6 @@
|
|
|
280
288
|
"from": "components/VItemGroup",
|
|
281
289
|
"styles": []
|
|
282
290
|
},
|
|
283
|
-
"VLabel": {
|
|
284
|
-
"from": "components/VLabel",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VKbd": {
|
|
288
|
-
"from": "components/VKbd",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
291
|
"VList": {
|
|
292
292
|
"from": "components/VList",
|
|
293
293
|
"styles": []
|
|
@@ -332,12 +332,16 @@
|
|
|
332
332
|
"from": "components/VMenu",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
+
"VNavigationDrawer": {
|
|
336
|
+
"from": "components/VNavigationDrawer",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
335
339
|
"VMessages": {
|
|
336
340
|
"from": "components/VMessages",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VOverlay": {
|
|
344
|
+
"from": "components/VOverlay",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
347
|
"VOtpInput": {
|
|
@@ -348,36 +352,24 @@
|
|
|
348
352
|
"from": "components/VPagination",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
|
-
"VOverlay": {
|
|
356
|
-
"from": "components/VOverlay",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
|
-
"VProgressLinear": {
|
|
360
|
-
"from": "components/VProgressLinear",
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
359
|
"VProgressCircular": {
|
|
364
360
|
"from": "components/VProgressCircular",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
363
|
+
"VProgressLinear": {
|
|
364
|
+
"from": "components/VProgressLinear",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
367
|
"VRating": {
|
|
372
368
|
"from": "components/VRating",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VSelectionControl": {
|
|
380
|
-
"from": "components/VSelectionControl",
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
375
|
"VSelectionControlGroup": {
|
|
@@ -388,26 +380,18 @@
|
|
|
388
380
|
"from": "components/VSkeletonLoader",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
387
|
+
"VSelectionControl": {
|
|
388
|
+
"from": "components/VSelectionControl",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
391
|
"VSnackbar": {
|
|
400
392
|
"from": "components/VSnackbar",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
|
-
"VSlider": {
|
|
404
|
-
"from": "components/VSlider",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
|
-
"VSheet": {
|
|
408
|
-
"from": "components/VSheet",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
395
|
"VStepper": {
|
|
412
396
|
"from": "components/VStepper",
|
|
413
397
|
"styles": []
|
|
@@ -432,14 +416,26 @@
|
|
|
432
416
|
"from": "components/VStepper",
|
|
433
417
|
"styles": []
|
|
434
418
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
419
|
+
"VSlideGroup": {
|
|
420
|
+
"from": "components/VSlideGroup",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VSlideGroupItem": {
|
|
424
|
+
"from": "components/VSlideGroup",
|
|
437
425
|
"styles": []
|
|
438
426
|
},
|
|
439
427
|
"VSystemBar": {
|
|
440
428
|
"from": "components/VSystemBar",
|
|
441
429
|
"styles": []
|
|
442
430
|
},
|
|
431
|
+
"VTextarea": {
|
|
432
|
+
"from": "components/VTextarea",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VSwitch": {
|
|
436
|
+
"from": "components/VSwitch",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
443
439
|
"VTable": {
|
|
444
440
|
"from": "components/VTable",
|
|
445
441
|
"styles": []
|
|
@@ -460,20 +456,8 @@
|
|
|
460
456
|
"from": "components/VTabs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTextField": {
|
|
468
|
-
"from": "components/VTextField",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTimeline": {
|
|
472
|
-
"from": "components/VTimeline",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
|
-
"VTimelineItem": {
|
|
476
|
-
"from": "components/VTimeline",
|
|
459
|
+
"VTooltip": {
|
|
460
|
+
"from": "components/VTooltip",
|
|
477
461
|
"styles": []
|
|
478
462
|
},
|
|
479
463
|
"VToolbar": {
|
|
@@ -488,8 +472,20 @@
|
|
|
488
472
|
"from": "components/VToolbar",
|
|
489
473
|
"styles": []
|
|
490
474
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
475
|
+
"VTextField": {
|
|
476
|
+
"from": "components/VTextField",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VSlider": {
|
|
480
|
+
"from": "components/VSlider",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTimeline": {
|
|
484
|
+
"from": "components/VTimeline",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VTimelineItem": {
|
|
488
|
+
"from": "components/VTimeline",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
495
491
|
"VWindow": {
|
|
@@ -516,6 +512,26 @@
|
|
|
516
512
|
"from": "components/VForm",
|
|
517
513
|
"styles": []
|
|
518
514
|
},
|
|
515
|
+
"VHover": {
|
|
516
|
+
"from": "components/VHover",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VContainer": {
|
|
520
|
+
"from": "components/VGrid",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VCol": {
|
|
524
|
+
"from": "components/VGrid",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VRow": {
|
|
528
|
+
"from": "components/VGrid",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VSpacer": {
|
|
532
|
+
"from": "components/VGrid",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
519
535
|
"VLayout": {
|
|
520
536
|
"from": "components/VLayout",
|
|
521
537
|
"styles": []
|
|
@@ -524,20 +540,16 @@
|
|
|
524
540
|
"from": "components/VLayout",
|
|
525
541
|
"styles": []
|
|
526
542
|
},
|
|
527
|
-
"VLazy": {
|
|
528
|
-
"from": "components/VLazy",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
543
|
"VLocaleProvider": {
|
|
532
544
|
"from": "components/VLocaleProvider",
|
|
533
545
|
"styles": []
|
|
534
546
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
547
|
+
"VLazy": {
|
|
548
|
+
"from": "components/VLazy",
|
|
537
549
|
"styles": []
|
|
538
550
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
551
|
+
"VNoSsr": {
|
|
552
|
+
"from": "components/VNoSsr",
|
|
541
553
|
"styles": []
|
|
542
554
|
},
|
|
543
555
|
"VRangeSlider": {
|
|
@@ -548,6 +560,10 @@
|
|
|
548
560
|
"from": "components/VRadio",
|
|
549
561
|
"styles": []
|
|
550
562
|
},
|
|
563
|
+
"VParallax": {
|
|
564
|
+
"from": "components/VParallax",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
551
567
|
"VResponsive": {
|
|
552
568
|
"from": "components/VResponsive",
|
|
553
569
|
"styles": []
|
|
@@ -564,14 +580,22 @@
|
|
|
564
580
|
"from": "components/VSpeedDial",
|
|
565
581
|
"styles": []
|
|
566
582
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
583
|
+
"VVirtualScroll": {
|
|
584
|
+
"from": "components/VVirtualScroll",
|
|
569
585
|
"styles": []
|
|
570
586
|
},
|
|
571
587
|
"VThemeProvider": {
|
|
572
588
|
"from": "components/VThemeProvider",
|
|
573
589
|
"styles": []
|
|
574
590
|
},
|
|
591
|
+
"VValidation": {
|
|
592
|
+
"from": "components/VValidation",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
|
+
"VSelect": {
|
|
596
|
+
"from": "components/VSelect",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
575
599
|
"VFabTransition": {
|
|
576
600
|
"from": "components/transitions",
|
|
577
601
|
"styles": []
|
|
@@ -636,32 +660,8 @@
|
|
|
636
660
|
"from": "components/transitions",
|
|
637
661
|
"styles": []
|
|
638
662
|
},
|
|
639
|
-
"
|
|
640
|
-
"from": "components/
|
|
641
|
-
"styles": []
|
|
642
|
-
},
|
|
643
|
-
"VContainer": {
|
|
644
|
-
"from": "components/VGrid",
|
|
645
|
-
"styles": []
|
|
646
|
-
},
|
|
647
|
-
"VCol": {
|
|
648
|
-
"from": "components/VGrid",
|
|
649
|
-
"styles": []
|
|
650
|
-
},
|
|
651
|
-
"VRow": {
|
|
652
|
-
"from": "components/VGrid",
|
|
653
|
-
"styles": []
|
|
654
|
-
},
|
|
655
|
-
"VSpacer": {
|
|
656
|
-
"from": "components/VGrid",
|
|
657
|
-
"styles": []
|
|
658
|
-
},
|
|
659
|
-
"VApp": {
|
|
660
|
-
"from": "components/VApp",
|
|
661
|
-
"styles": []
|
|
662
|
-
},
|
|
663
|
-
"VHover": {
|
|
664
|
-
"from": "components/VHover",
|
|
663
|
+
"VCode": {
|
|
664
|
+
"from": "components/VCode",
|
|
665
665
|
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|