vuetify 3.8.10 → 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 +3366 -3366
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +6157 -6157
- package/dist/vuetify-labs.cjs +81 -83
- package/dist/vuetify-labs.css +2588 -2594
- package/dist/vuetify-labs.d.ts +200 -200
- package/dist/vuetify-labs.esm.js +81 -83
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +81 -83
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +56 -59
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3957 -3963
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +56 -59
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +56 -59
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +45 -46
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.sass +3 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -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.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +7 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.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 +1 -1
- package/lib/composables/calendar.js +8 -8
- 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 +57 -57
- 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
|
@@ -28,18 +28,30 @@
|
|
|
28
28
|
"from": "labs/VColorInput",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
31
|
+
"VFileUpload": {
|
|
32
|
+
"from": "labs/VFileUpload",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
35
|
+
"VFileUploadItem": {
|
|
36
|
+
"from": "labs/VFileUpload",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VIconBtn": {
|
|
40
40
|
"from": "labs/VIconBtn",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VTimePicker": {
|
|
44
|
+
"from": "labs/VTimePicker",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VTimePickerClock": {
|
|
48
|
+
"from": "labs/VTimePicker",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VTimePickerControls": {
|
|
52
|
+
"from": "labs/VTimePicker",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
43
55
|
"VTreeview": {
|
|
44
56
|
"from": "labs/VTreeview",
|
|
45
57
|
"styles": []
|
|
@@ -52,24 +64,20 @@
|
|
|
52
64
|
"from": "labs/VTreeview",
|
|
53
65
|
"styles": []
|
|
54
66
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VFileUploadItem": {
|
|
60
|
-
"from": "labs/VFileUpload",
|
|
67
|
+
"VPicker": {
|
|
68
|
+
"from": "labs/VPicker",
|
|
61
69
|
"styles": []
|
|
62
70
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
71
|
+
"VPickerTitle": {
|
|
72
|
+
"from": "labs/VPicker",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
75
|
+
"VDateInput": {
|
|
76
|
+
"from": "labs/VDateInput",
|
|
69
77
|
"styles": []
|
|
70
78
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
79
|
+
"VPullToRefresh": {
|
|
80
|
+
"from": "labs/VPullToRefresh",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
75
83
|
"VStepperVertical": {
|
|
@@ -83,14 +91,6 @@
|
|
|
83
91
|
"VStepperVerticalActions": {
|
|
84
92
|
"from": "labs/VStepperVertical",
|
|
85
93
|
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VDateInput": {
|
|
88
|
-
"from": "labs/VDateInput",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VPullToRefresh": {
|
|
92
|
-
"from": "labs/VPullToRefresh",
|
|
93
|
-
"styles": []
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -24,14 +24,18 @@
|
|
|
24
24
|
"from": "components/VAppBar",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"VAvatar": {
|
|
28
|
-
"from": "components/VAvatar",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
27
|
"VAutocomplete": {
|
|
32
28
|
"from": "components/VAutocomplete",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VAvatar": {
|
|
36
|
+
"from": "components/VAvatar",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
35
39
|
"VBanner": {
|
|
36
40
|
"from": "components/VBanner",
|
|
37
41
|
"styles": []
|
|
@@ -44,20 +48,12 @@
|
|
|
44
48
|
"from": "components/VBanner",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"VBottomSheet": {
|
|
48
|
-
"from": "components/VBottomSheet",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBadge": {
|
|
52
|
-
"from": "components/VBadge",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
51
|
"VBottomNavigation": {
|
|
56
52
|
"from": "components/VBottomNavigation",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
59
|
"VBreadcrumbs": {
|
|
@@ -72,10 +68,6 @@
|
|
|
72
68
|
"from": "components/VBreadcrumbs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
71
|
"VCard": {
|
|
80
72
|
"from": "components/VCard",
|
|
81
73
|
"styles": []
|
|
@@ -100,20 +92,8 @@
|
|
|
100
92
|
"from": "components/VCard",
|
|
101
93
|
"styles": []
|
|
102
94
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckboxBtn": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VChipGroup": {
|
|
112
|
-
"from": "components/VChipGroup",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VCode": {
|
|
116
|
-
"from": "components/VCode",
|
|
95
|
+
"VBtnGroup": {
|
|
96
|
+
"from": "components/VBtnGroup",
|
|
117
97
|
"styles": []
|
|
118
98
|
},
|
|
119
99
|
"VCarousel": {
|
|
@@ -124,52 +104,40 @@
|
|
|
124
104
|
"from": "components/VCarousel",
|
|
125
105
|
"styles": []
|
|
126
106
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCombobox": {
|
|
132
|
-
"from": "components/VCombobox",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VCounter": {
|
|
136
|
-
"from": "components/VCounter",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VColorPicker": {
|
|
140
|
-
"from": "components/VColorPicker",
|
|
107
|
+
"VBtnToggle": {
|
|
108
|
+
"from": "components/VBtnToggle",
|
|
141
109
|
"styles": []
|
|
142
110
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
111
|
+
"VCheckbox": {
|
|
112
|
+
"from": "components/VCheckbox",
|
|
145
113
|
"styles": []
|
|
146
114
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
115
|
+
"VCheckboxBtn": {
|
|
116
|
+
"from": "components/VCheckbox",
|
|
149
117
|
"styles": []
|
|
150
118
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
119
|
+
"VChipGroup": {
|
|
120
|
+
"from": "components/VChipGroup",
|
|
153
121
|
"styles": []
|
|
154
122
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
123
|
+
"VCounter": {
|
|
124
|
+
"from": "components/VCounter",
|
|
157
125
|
"styles": []
|
|
158
126
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
127
|
+
"VCombobox": {
|
|
128
|
+
"from": "components/VCombobox",
|
|
161
129
|
"styles": []
|
|
162
130
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
131
|
+
"VBtn": {
|
|
132
|
+
"from": "components/VBtn",
|
|
165
133
|
"styles": []
|
|
166
134
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
135
|
+
"VChip": {
|
|
136
|
+
"from": "components/VChip",
|
|
169
137
|
"styles": []
|
|
170
138
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
173
141
|
"styles": []
|
|
174
142
|
},
|
|
175
143
|
"VDataTable": {
|
|
@@ -200,24 +168,36 @@
|
|
|
200
168
|
"from": "components/VDataTable",
|
|
201
169
|
"styles": []
|
|
202
170
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
171
|
+
"VDatePicker": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
205
173
|
"styles": []
|
|
206
174
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
175
|
+
"VDatePickerControls": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
209
177
|
"styles": []
|
|
210
178
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
179
|
+
"VDatePickerHeader": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
213
181
|
"styles": []
|
|
214
182
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
183
|
+
"VDatePickerMonth": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
217
185
|
"styles": []
|
|
218
186
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
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",
|
|
221
201
|
"styles": []
|
|
222
202
|
},
|
|
223
203
|
"VExpansionPanels": {
|
|
@@ -236,24 +216,28 @@
|
|
|
236
216
|
"from": "components/VExpansionPanel",
|
|
237
217
|
"styles": []
|
|
238
218
|
},
|
|
219
|
+
"VDivider": {
|
|
220
|
+
"from": "components/VDivider",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
239
223
|
"VFab": {
|
|
240
224
|
"from": "components/VFab",
|
|
241
225
|
"styles": []
|
|
242
226
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
227
|
+
"VFileInput": {
|
|
228
|
+
"from": "components/VFileInput",
|
|
245
229
|
"styles": []
|
|
246
230
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
231
|
+
"VField": {
|
|
232
|
+
"from": "components/VField",
|
|
249
233
|
"styles": []
|
|
250
234
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
235
|
+
"VFieldLabel": {
|
|
236
|
+
"from": "components/VField",
|
|
253
237
|
"styles": []
|
|
254
238
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
239
|
+
"VFooter": {
|
|
240
|
+
"from": "components/VFooter",
|
|
257
241
|
"styles": []
|
|
258
242
|
},
|
|
259
243
|
"VIcon": {
|
|
@@ -276,20 +260,32 @@
|
|
|
276
260
|
"from": "components/VIcon",
|
|
277
261
|
"styles": []
|
|
278
262
|
},
|
|
263
|
+
"VImg": {
|
|
264
|
+
"from": "components/VImg",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
279
267
|
"VInfiniteScroll": {
|
|
280
268
|
"from": "components/VInfiniteScroll",
|
|
281
269
|
"styles": []
|
|
282
270
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
271
|
+
"VKbd": {
|
|
272
|
+
"from": "components/VKbd",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VInput": {
|
|
276
|
+
"from": "components/VInput",
|
|
285
277
|
"styles": []
|
|
286
278
|
},
|
|
287
279
|
"VLabel": {
|
|
288
280
|
"from": "components/VLabel",
|
|
289
281
|
"styles": []
|
|
290
282
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
283
|
+
"VItemGroup": {
|
|
284
|
+
"from": "components/VItemGroup",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VItem": {
|
|
288
|
+
"from": "components/VItemGroup",
|
|
293
289
|
"styles": []
|
|
294
290
|
},
|
|
295
291
|
"VList": {
|
|
@@ -332,40 +328,36 @@
|
|
|
332
328
|
"from": "components/VMain",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"VMessages": {
|
|
336
|
-
"from": "components/VMessages",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
331
|
"VMenu": {
|
|
340
332
|
"from": "components/VMenu",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
|
-
"VOtpInput": {
|
|
344
|
-
"from": "components/VOtpInput",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
335
|
"VNavigationDrawer": {
|
|
348
336
|
"from": "components/VNavigationDrawer",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
351
343
|
"VOverlay": {
|
|
352
344
|
"from": "components/VOverlay",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
351
|
+
"VPagination": {
|
|
352
|
+
"from": "components/VPagination",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
355
|
"VNumberInput": {
|
|
364
356
|
"from": "components/VNumberInput",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
363
|
"VProgressLinear": {
|
|
@@ -376,16 +368,8 @@
|
|
|
376
368
|
"from": "components/VRating",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
|
-
"VSheet": {
|
|
384
|
-
"from": "components/VSheet",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VSelectionControl": {
|
|
388
|
-
"from": "components/VSelectionControl",
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
389
373
|
"styles": []
|
|
390
374
|
},
|
|
391
375
|
"VSelectionControlGroup": {
|
|
@@ -396,16 +380,16 @@
|
|
|
396
380
|
"from": "components/VSkeletonLoader",
|
|
397
381
|
"styles": []
|
|
398
382
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
401
385
|
"styles": []
|
|
402
386
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
387
|
+
"VSelectionControl": {
|
|
388
|
+
"from": "components/VSelectionControl",
|
|
405
389
|
"styles": []
|
|
406
390
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
391
|
+
"VSnackbar": {
|
|
392
|
+
"from": "components/VSnackbar",
|
|
409
393
|
"styles": []
|
|
410
394
|
},
|
|
411
395
|
"VStepper": {
|
|
@@ -432,8 +416,20 @@
|
|
|
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",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VSystemBar": {
|
|
428
|
+
"from": "components/VSystemBar",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTextarea": {
|
|
432
|
+
"from": "components/VTextarea",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
435
|
"VSwitch": {
|
|
@@ -444,10 +440,6 @@
|
|
|
444
440
|
"from": "components/VTable",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
|
-
"VTextField": {
|
|
448
|
-
"from": "components/VTextField",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
443
|
"VTab": {
|
|
452
444
|
"from": "components/VTabs",
|
|
453
445
|
"styles": []
|
|
@@ -464,12 +456,8 @@
|
|
|
464
456
|
"from": "components/VTabs",
|
|
465
457
|
"styles": []
|
|
466
458
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTextarea": {
|
|
472
|
-
"from": "components/VTextarea",
|
|
459
|
+
"VTooltip": {
|
|
460
|
+
"from": "components/VTooltip",
|
|
473
461
|
"styles": []
|
|
474
462
|
},
|
|
475
463
|
"VToolbar": {
|
|
@@ -484,6 +472,14 @@
|
|
|
484
472
|
"from": "components/VToolbar",
|
|
485
473
|
"styles": []
|
|
486
474
|
},
|
|
475
|
+
"VTextField": {
|
|
476
|
+
"from": "components/VTextField",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VSlider": {
|
|
480
|
+
"from": "components/VSlider",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
487
483
|
"VTimeline": {
|
|
488
484
|
"from": "components/VTimeline",
|
|
489
485
|
"styles": []
|
|
@@ -492,10 +488,6 @@
|
|
|
492
488
|
"from": "components/VTimeline",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
495
|
-
"VTooltip": {
|
|
496
|
-
"from": "components/VTooltip",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
491
|
"VWindow": {
|
|
500
492
|
"from": "components/VWindow",
|
|
501
493
|
"styles": []
|
|
@@ -520,6 +512,10 @@
|
|
|
520
512
|
"from": "components/VForm",
|
|
521
513
|
"styles": []
|
|
522
514
|
},
|
|
515
|
+
"VHover": {
|
|
516
|
+
"from": "components/VHover",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
523
519
|
"VContainer": {
|
|
524
520
|
"from": "components/VGrid",
|
|
525
521
|
"styles": []
|
|
@@ -536,10 +532,6 @@
|
|
|
536
532
|
"from": "components/VGrid",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
539
|
-
"VHover": {
|
|
540
|
-
"from": "components/VHover",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
535
|
"VLayout": {
|
|
544
536
|
"from": "components/VLayout",
|
|
545
537
|
"styles": []
|
|
@@ -548,58 +540,62 @@
|
|
|
548
540
|
"from": "components/VLayout",
|
|
549
541
|
"styles": []
|
|
550
542
|
},
|
|
551
|
-
"VLazy": {
|
|
552
|
-
"from": "components/VLazy",
|
|
553
|
-
"styles": []
|
|
554
|
-
},
|
|
555
543
|
"VLocaleProvider": {
|
|
556
544
|
"from": "components/VLocaleProvider",
|
|
557
545
|
"styles": []
|
|
558
546
|
},
|
|
547
|
+
"VLazy": {
|
|
548
|
+
"from": "components/VLazy",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
559
551
|
"VNoSsr": {
|
|
560
552
|
"from": "components/VNoSsr",
|
|
561
553
|
"styles": []
|
|
562
554
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
555
|
+
"VRangeSlider": {
|
|
556
|
+
"from": "components/VRangeSlider",
|
|
565
557
|
"styles": []
|
|
566
558
|
},
|
|
567
559
|
"VRadio": {
|
|
568
560
|
"from": "components/VRadio",
|
|
569
561
|
"styles": []
|
|
570
562
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
563
|
+
"VParallax": {
|
|
564
|
+
"from": "components/VParallax",
|
|
573
565
|
"styles": []
|
|
574
566
|
},
|
|
575
567
|
"VResponsive": {
|
|
576
568
|
"from": "components/VResponsive",
|
|
577
569
|
"styles": []
|
|
578
570
|
},
|
|
579
|
-
"VSparkline": {
|
|
580
|
-
"from": "components/VSparkline",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
571
|
"VSnackbarQueue": {
|
|
584
572
|
"from": "components/VSnackbarQueue",
|
|
585
573
|
"styles": []
|
|
586
574
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
575
|
+
"VSparkline": {
|
|
576
|
+
"from": "components/VSparkline",
|
|
589
577
|
"styles": []
|
|
590
578
|
},
|
|
591
|
-
"
|
|
592
|
-
"from": "components/
|
|
579
|
+
"VSpeedDial": {
|
|
580
|
+
"from": "components/VSpeedDial",
|
|
593
581
|
"styles": []
|
|
594
582
|
},
|
|
595
583
|
"VVirtualScroll": {
|
|
596
584
|
"from": "components/VVirtualScroll",
|
|
597
585
|
"styles": []
|
|
598
586
|
},
|
|
587
|
+
"VThemeProvider": {
|
|
588
|
+
"from": "components/VThemeProvider",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
599
591
|
"VValidation": {
|
|
600
592
|
"from": "components/VValidation",
|
|
601
593
|
"styles": []
|
|
602
594
|
},
|
|
595
|
+
"VSelect": {
|
|
596
|
+
"from": "components/VSelect",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
603
599
|
"VFabTransition": {
|
|
604
600
|
"from": "components/transitions",
|
|
605
601
|
"styles": []
|
|
@@ -663,6 +659,10 @@
|
|
|
663
659
|
"VDialogTransition": {
|
|
664
660
|
"from": "components/transitions",
|
|
665
661
|
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VCode": {
|
|
664
|
+
"from": "components/VCode",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|