vuetify 3.8.8 → 3.8.9
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/LICENSE.md +1 -1
- package/dist/json/attributes.json +3119 -3119
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +5973 -5973
- package/dist/vuetify-labs.cjs +124 -66
- package/dist/vuetify-labs.css +4474 -4474
- package/dist/vuetify-labs.d.ts +72 -60
- package/dist/vuetify-labs.esm.js +125 -67
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +124 -66
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +111 -47
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4922 -4922
- package/dist/vuetify.d.ts +67 -60
- package/dist/vuetify.esm.js +112 -48
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +111 -47
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +982 -976
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +1 -0
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +3 -1
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +8 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +8 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +5 -0
- package/lib/components/VNumberInput/VNumberInput.js +7 -11
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +5 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -5
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +1 -1
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +5 -4
- package/lib/components/VTextField/VTextField.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/date/date.d.ts +1 -4
- package/lib/composables/date/date.js +13 -14
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/fileDrop.d.ts +4 -0
- package/lib/composables/fileDrop.js +50 -0
- package/lib/composables/fileDrop.js.map +1 -0
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.d.ts +0 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -60
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.js +3 -8
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +5 -0
- package/lib/labs/VDateInput/VDateInput.js +7 -10
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +7 -3
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +0 -3
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js +0 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,29 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VColorInput": {
|
|
4
|
-
"from": "labs/VColorInput",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VFileUpload": {
|
|
8
|
-
"from": "labs/VFileUpload",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VFileUploadItem": {
|
|
12
|
-
"from": "labs/VFileUpload",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VStepperVertical": {
|
|
16
|
-
"from": "labs/VStepperVertical",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VStepperVerticalItem": {
|
|
20
|
-
"from": "labs/VStepperVertical",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VStepperVerticalActions": {
|
|
24
|
-
"from": "labs/VStepperVertical",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
3
|
"VCalendar": {
|
|
28
4
|
"from": "labs/VCalendar",
|
|
29
5
|
"styles": []
|
|
@@ -48,22 +24,30 @@
|
|
|
48
24
|
"from": "labs/VCalendar",
|
|
49
25
|
"styles": []
|
|
50
26
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VTimePickerClock": {
|
|
56
|
-
"from": "labs/VTimePicker",
|
|
27
|
+
"VFileUpload": {
|
|
28
|
+
"from": "labs/VFileUpload",
|
|
57
29
|
"styles": []
|
|
58
30
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
31
|
+
"VFileUploadItem": {
|
|
32
|
+
"from": "labs/VFileUpload",
|
|
61
33
|
"styles": []
|
|
62
34
|
},
|
|
63
35
|
"VIconBtn": {
|
|
64
36
|
"from": "labs/VIconBtn",
|
|
65
37
|
"styles": []
|
|
66
38
|
},
|
|
39
|
+
"VStepperVertical": {
|
|
40
|
+
"from": "labs/VStepperVertical",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VStepperVerticalItem": {
|
|
44
|
+
"from": "labs/VStepperVertical",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VStepperVerticalActions": {
|
|
48
|
+
"from": "labs/VStepperVertical",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
67
51
|
"VPicker": {
|
|
68
52
|
"from": "labs/VPicker",
|
|
69
53
|
"styles": []
|
|
@@ -72,6 +56,18 @@
|
|
|
72
56
|
"from": "labs/VPicker",
|
|
73
57
|
"styles": []
|
|
74
58
|
},
|
|
59
|
+
"VTimePicker": {
|
|
60
|
+
"from": "labs/VTimePicker",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VTimePickerClock": {
|
|
64
|
+
"from": "labs/VTimePicker",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VTimePickerControls": {
|
|
68
|
+
"from": "labs/VTimePicker",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
75
71
|
"VTreeview": {
|
|
76
72
|
"from": "labs/VTreeview",
|
|
77
73
|
"styles": []
|
|
@@ -88,6 +84,10 @@
|
|
|
88
84
|
"from": "labs/VDateInput",
|
|
89
85
|
"styles": []
|
|
90
86
|
},
|
|
87
|
+
"VColorInput": {
|
|
88
|
+
"from": "labs/VColorInput",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
91
|
"VPullToRefresh": {
|
|
92
92
|
"from": "labs/VPullToRefresh",
|
|
93
93
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,28 +4,36 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VAlert": {
|
|
8
|
+
"from": "components/VAlert",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "components/
|
|
11
|
+
"VAlertTitle": {
|
|
12
|
+
"from": "components/VAlert",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
15
|
+
"VAutocomplete": {
|
|
16
|
+
"from": "components/VAutocomplete",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
19
|
"VAvatar": {
|
|
20
20
|
"from": "components/VAvatar",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
23
|
+
"VAppBar": {
|
|
24
|
+
"from": "components/VAppBar",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VAppBarNavIcon": {
|
|
28
|
+
"from": "components/VAppBar",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VAppBarTitle": {
|
|
32
|
+
"from": "components/VAppBar",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
29
37
|
"styles": []
|
|
30
38
|
},
|
|
31
39
|
"VBanner": {
|
|
@@ -40,26 +48,10 @@
|
|
|
40
48
|
"from": "components/VBanner",
|
|
41
49
|
"styles": []
|
|
42
50
|
},
|
|
43
|
-
"VBadge": {
|
|
44
|
-
"from": "components/VBadge",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBtn": {
|
|
48
|
-
"from": "components/VBtn",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VAutocomplete": {
|
|
52
|
-
"from": "components/VAutocomplete",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
51
|
"VBottomSheet": {
|
|
56
52
|
"from": "components/VBottomSheet",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"VBottomNavigation": {
|
|
60
|
-
"from": "components/VBottomNavigation",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
55
|
"VBreadcrumbs": {
|
|
64
56
|
"from": "components/VBreadcrumbs",
|
|
65
57
|
"styles": []
|
|
@@ -72,6 +64,18 @@
|
|
|
72
64
|
"from": "components/VBreadcrumbs",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
67
|
+
"VBtn": {
|
|
68
|
+
"from": "components/VBtn",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBottomNavigation": {
|
|
72
|
+
"from": "components/VBottomNavigation",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
75
79
|
"VCarousel": {
|
|
76
80
|
"from": "components/VCarousel",
|
|
77
81
|
"styles": []
|
|
@@ -80,12 +84,24 @@
|
|
|
80
84
|
"from": "components/VCarousel",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
87
|
+
"VCheckbox": {
|
|
88
|
+
"from": "components/VCheckbox",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VCheckboxBtn": {
|
|
92
|
+
"from": "components/VCheckbox",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
83
95
|
"VBtnGroup": {
|
|
84
96
|
"from": "components/VBtnGroup",
|
|
85
97
|
"styles": []
|
|
86
98
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
99
|
+
"VChipGroup": {
|
|
100
|
+
"from": "components/VChipGroup",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VCode": {
|
|
104
|
+
"from": "components/VCode",
|
|
89
105
|
"styles": []
|
|
90
106
|
},
|
|
91
107
|
"VCard": {
|
|
@@ -112,24 +128,12 @@
|
|
|
112
128
|
"from": "components/VCard",
|
|
113
129
|
"styles": []
|
|
114
130
|
},
|
|
115
|
-
"VCode": {
|
|
116
|
-
"from": "components/VCode",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
131
|
"VColorPicker": {
|
|
120
132
|
"from": "components/VColorPicker",
|
|
121
133
|
"styles": []
|
|
122
134
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCheckboxBtn": {
|
|
128
|
-
"from": "components/VCheckbox",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCombobox": {
|
|
132
|
-
"from": "components/VCombobox",
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
139
|
"VDataTable": {
|
|
@@ -160,24 +164,8 @@
|
|
|
160
164
|
"from": "components/VDataTable",
|
|
161
165
|
"styles": []
|
|
162
166
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VChip": {
|
|
168
|
-
"from": "components/VChip",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDialog": {
|
|
172
|
-
"from": "components/VDialog",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDivider": {
|
|
176
|
-
"from": "components/VDivider",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VFab": {
|
|
180
|
-
"from": "components/VFab",
|
|
167
|
+
"VCombobox": {
|
|
168
|
+
"from": "components/VCombobox",
|
|
181
169
|
"styles": []
|
|
182
170
|
},
|
|
183
171
|
"VDatePicker": {
|
|
@@ -204,16 +192,16 @@
|
|
|
204
192
|
"from": "components/VDatePicker",
|
|
205
193
|
"styles": []
|
|
206
194
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog",
|
|
209
197
|
"styles": []
|
|
210
198
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
199
|
+
"VDivider": {
|
|
200
|
+
"from": "components/VDivider",
|
|
213
201
|
"styles": []
|
|
214
202
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
203
|
+
"VEmptyState": {
|
|
204
|
+
"from": "components/VEmptyState",
|
|
217
205
|
"styles": []
|
|
218
206
|
},
|
|
219
207
|
"VExpansionPanels": {
|
|
@@ -232,40 +220,24 @@
|
|
|
232
220
|
"from": "components/VExpansionPanel",
|
|
233
221
|
"styles": []
|
|
234
222
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VInfiniteScroll": {
|
|
244
|
-
"from": "components/VInfiniteScroll",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
|
-
"VIcon": {
|
|
248
|
-
"from": "components/VIcon",
|
|
249
|
-
"styles": []
|
|
250
|
-
},
|
|
251
|
-
"VComponentIcon": {
|
|
252
|
-
"from": "components/VIcon",
|
|
223
|
+
"VFab": {
|
|
224
|
+
"from": "components/VFab",
|
|
253
225
|
"styles": []
|
|
254
226
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
227
|
+
"VFileInput": {
|
|
228
|
+
"from": "components/VFileInput",
|
|
257
229
|
"styles": []
|
|
258
230
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
231
|
+
"VFooter": {
|
|
232
|
+
"from": "components/VFooter",
|
|
261
233
|
"styles": []
|
|
262
234
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
235
|
+
"VField": {
|
|
236
|
+
"from": "components/VField",
|
|
265
237
|
"styles": []
|
|
266
238
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
239
|
+
"VFieldLabel": {
|
|
240
|
+
"from": "components/VField",
|
|
269
241
|
"styles": []
|
|
270
242
|
},
|
|
271
243
|
"VItemGroup": {
|
|
@@ -276,10 +248,18 @@
|
|
|
276
248
|
"from": "components/VItemGroup",
|
|
277
249
|
"styles": []
|
|
278
250
|
},
|
|
251
|
+
"VImg": {
|
|
252
|
+
"from": "components/VImg",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
279
255
|
"VInput": {
|
|
280
256
|
"from": "components/VInput",
|
|
281
257
|
"styles": []
|
|
282
258
|
},
|
|
259
|
+
"VLabel": {
|
|
260
|
+
"from": "components/VLabel",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
283
263
|
"VKbd": {
|
|
284
264
|
"from": "components/VKbd",
|
|
285
265
|
"styles": []
|
|
@@ -320,72 +300,68 @@
|
|
|
320
300
|
"from": "components/VList",
|
|
321
301
|
"styles": []
|
|
322
302
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VMain": {
|
|
328
|
-
"from": "components/VMain",
|
|
303
|
+
"VMenu": {
|
|
304
|
+
"from": "components/VMenu",
|
|
329
305
|
"styles": []
|
|
330
306
|
},
|
|
331
307
|
"VMessages": {
|
|
332
308
|
"from": "components/VMessages",
|
|
333
309
|
"styles": []
|
|
334
310
|
},
|
|
335
|
-
"VMenu": {
|
|
336
|
-
"from": "components/VMenu",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
311
|
"VNavigationDrawer": {
|
|
340
312
|
"from": "components/VNavigationDrawer",
|
|
341
313
|
"styles": []
|
|
342
314
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
315
|
+
"VMain": {
|
|
316
|
+
"from": "components/VMain",
|
|
345
317
|
"styles": []
|
|
346
318
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
319
|
+
"VNumberInput": {
|
|
320
|
+
"from": "components/VNumberInput",
|
|
349
321
|
"styles": []
|
|
350
322
|
},
|
|
351
323
|
"VOtpInput": {
|
|
352
324
|
"from": "components/VOtpInput",
|
|
353
325
|
"styles": []
|
|
354
326
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
|
-
"VRadioGroup": {
|
|
360
|
-
"from": "components/VRadioGroup",
|
|
327
|
+
"VOverlay": {
|
|
328
|
+
"from": "components/VOverlay",
|
|
361
329
|
"styles": []
|
|
362
330
|
},
|
|
363
331
|
"VProgressLinear": {
|
|
364
332
|
"from": "components/VProgressLinear",
|
|
365
333
|
"styles": []
|
|
366
334
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
335
|
+
"VProgressCircular": {
|
|
336
|
+
"from": "components/VProgressCircular",
|
|
369
337
|
"styles": []
|
|
370
338
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
339
|
+
"VPagination": {
|
|
340
|
+
"from": "components/VPagination",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VRadioGroup": {
|
|
344
|
+
"from": "components/VRadioGroup",
|
|
373
345
|
"styles": []
|
|
374
346
|
},
|
|
375
347
|
"VSelect": {
|
|
376
348
|
"from": "components/VSelect",
|
|
377
349
|
"styles": []
|
|
378
350
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
351
|
+
"VSelectionControl": {
|
|
352
|
+
"from": "components/VSelectionControl",
|
|
381
353
|
"styles": []
|
|
382
354
|
},
|
|
383
355
|
"VSelectionControlGroup": {
|
|
384
356
|
"from": "components/VSelectionControlGroup",
|
|
385
357
|
"styles": []
|
|
386
358
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
359
|
+
"VRating": {
|
|
360
|
+
"from": "components/VRating",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
|
+
"VSheet": {
|
|
364
|
+
"from": "components/VSheet",
|
|
389
365
|
"styles": []
|
|
390
366
|
},
|
|
391
367
|
"VSlideGroup": {
|
|
@@ -396,12 +372,16 @@
|
|
|
396
372
|
"from": "components/VSlideGroup",
|
|
397
373
|
"styles": []
|
|
398
374
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
375
|
+
"VSnackbar": {
|
|
376
|
+
"from": "components/VSnackbar",
|
|
401
377
|
"styles": []
|
|
402
378
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
379
|
+
"VSkeletonLoader": {
|
|
380
|
+
"from": "components/VSkeletonLoader",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
|
+
"VSlider": {
|
|
384
|
+
"from": "components/VSlider",
|
|
405
385
|
"styles": []
|
|
406
386
|
},
|
|
407
387
|
"VStepper": {
|
|
@@ -428,6 +408,10 @@
|
|
|
428
408
|
"from": "components/VStepper",
|
|
429
409
|
"styles": []
|
|
430
410
|
},
|
|
411
|
+
"VSwitch": {
|
|
412
|
+
"from": "components/VSwitch",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
431
415
|
"VSystemBar": {
|
|
432
416
|
"from": "components/VSystemBar",
|
|
433
417
|
"styles": []
|
|
@@ -448,16 +432,12 @@
|
|
|
448
432
|
"from": "components/VTabs",
|
|
449
433
|
"styles": []
|
|
450
434
|
},
|
|
451
|
-
"VTextField": {
|
|
452
|
-
"from": "components/VTextField",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
435
|
"VTextarea": {
|
|
456
436
|
"from": "components/VTextarea",
|
|
457
437
|
"styles": []
|
|
458
438
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
439
|
+
"VTextField": {
|
|
440
|
+
"from": "components/VTextField",
|
|
461
441
|
"styles": []
|
|
462
442
|
},
|
|
463
443
|
"VToolbar": {
|
|
@@ -472,10 +452,6 @@
|
|
|
472
452
|
"from": "components/VToolbar",
|
|
473
453
|
"styles": []
|
|
474
454
|
},
|
|
475
|
-
"VTooltip": {
|
|
476
|
-
"from": "components/VTooltip",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
455
|
"VTimeline": {
|
|
480
456
|
"from": "components/VTimeline",
|
|
481
457
|
"styles": []
|
|
@@ -484,6 +460,14 @@
|
|
|
484
460
|
"from": "components/VTimeline",
|
|
485
461
|
"styles": []
|
|
486
462
|
},
|
|
463
|
+
"VTooltip": {
|
|
464
|
+
"from": "components/VTooltip",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
487
471
|
"VWindow": {
|
|
488
472
|
"from": "components/VWindow",
|
|
489
473
|
"styles": []
|
|
@@ -492,6 +476,10 @@
|
|
|
492
476
|
"from": "components/VWindow",
|
|
493
477
|
"styles": []
|
|
494
478
|
},
|
|
479
|
+
"VChip": {
|
|
480
|
+
"from": "components/VChip",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
495
483
|
"VConfirmEdit": {
|
|
496
484
|
"from": "components/VConfirmEdit",
|
|
497
485
|
"styles": []
|
|
@@ -504,8 +492,8 @@
|
|
|
504
492
|
"from": "components/VDefaultsProvider",
|
|
505
493
|
"styles": []
|
|
506
494
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
495
|
+
"VHover": {
|
|
496
|
+
"from": "components/VHover",
|
|
509
497
|
"styles": []
|
|
510
498
|
},
|
|
511
499
|
"VContainer": {
|
|
@@ -524,12 +512,28 @@
|
|
|
524
512
|
"from": "components/VGrid",
|
|
525
513
|
"styles": []
|
|
526
514
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
515
|
+
"VIcon": {
|
|
516
|
+
"from": "components/VIcon",
|
|
529
517
|
"styles": []
|
|
530
518
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
519
|
+
"VComponentIcon": {
|
|
520
|
+
"from": "components/VIcon",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VSvgIcon": {
|
|
524
|
+
"from": "components/VIcon",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VLigatureIcon": {
|
|
528
|
+
"from": "components/VIcon",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VClassIcon": {
|
|
532
|
+
"from": "components/VIcon",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VForm": {
|
|
536
|
+
"from": "components/VForm",
|
|
533
537
|
"styles": []
|
|
534
538
|
},
|
|
535
539
|
"VLayout": {
|
|
@@ -564,16 +568,20 @@
|
|
|
564
568
|
"from": "components/VRangeSlider",
|
|
565
569
|
"styles": []
|
|
566
570
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
571
|
+
"VResponsive": {
|
|
572
|
+
"from": "components/VResponsive",
|
|
569
573
|
"styles": []
|
|
570
574
|
},
|
|
571
575
|
"VSparkline": {
|
|
572
576
|
"from": "components/VSparkline",
|
|
573
577
|
"styles": []
|
|
574
578
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
579
|
+
"VSnackbarQueue": {
|
|
580
|
+
"from": "components/VSnackbarQueue",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
583
|
+
"VSpeedDial": {
|
|
584
|
+
"from": "components/VSpeedDial",
|
|
577
585
|
"styles": []
|
|
578
586
|
},
|
|
579
587
|
"VThemeProvider": {
|
|
@@ -588,14 +596,6 @@
|
|
|
588
596
|
"from": "components/VVirtualScroll",
|
|
589
597
|
"styles": []
|
|
590
598
|
},
|
|
591
|
-
"VSpeedDial": {
|
|
592
|
-
"from": "components/VSpeedDial",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
|
-
"VSnackbar": {
|
|
596
|
-
"from": "components/VSnackbar",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
599
|
"VFabTransition": {
|
|
600
600
|
"from": "components/transitions",
|
|
601
601
|
"styles": []
|
|
@@ -660,8 +660,8 @@
|
|
|
660
660
|
"from": "components/transitions",
|
|
661
661
|
"styles": []
|
|
662
662
|
},
|
|
663
|
-
"
|
|
664
|
-
"from": "components/
|
|
663
|
+
"VInfiniteScroll": {
|
|
664
|
+
"from": "components/VInfiniteScroll",
|
|
665
665
|
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|