vuetify 3.10.4 → 3.10.6
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/README.md +0 -6
- package/dist/json/attributes.json +1910 -1922
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +6 -9
- package/dist/json/web-types.json +3674 -3697
- package/dist/vuetify-labs.cjs +211 -107
- package/dist/vuetify-labs.css +5703 -5642
- package/dist/vuetify-labs.d.ts +168 -175
- package/dist/vuetify-labs.esm.js +211 -107
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +211 -107
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +192 -97
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5916 -5877
- package/dist/vuetify.d.ts +168 -140
- package/dist/vuetify.esm.js +192 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +192 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +124 -114
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
- package/lib/components/VAutocomplete/VAutocomplete.js +13 -11
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.css +10 -0
- package/lib/components/VBadge/VBadge.sass +9 -0
- package/lib/components/VChipGroup/VChipGroup.d.ts +37 -0
- package/lib/components/VChipGroup/VChipGroup.js +3 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +6 -67
- package/lib/components/VCombobox/VCombobox.js +26 -28
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +1 -0
- package/lib/components/VCounter/VCounter.sass +1 -0
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +4 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +3 -0
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableRow.js +3 -0
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableRows.js +4 -3
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDivider/VDivider.css +1 -0
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VKbd/_variables.scss +3 -1
- package/lib/components/VList/VListItem.css +14 -12
- package/lib/components/VList/VListItem.js +5 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItem.sass +20 -18
- package/lib/components/VMenu/VMenu.js +22 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +8 -0
- package/lib/components/VNumberInput/VNumberInput.js +5 -2
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.sass +10 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTable/VTable.js +20 -32
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +25 -0
- package/lib/components/VTextField/VTextField.js +0 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +2 -2
- package/lib/components/VTextarea/VTextarea.js +20 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VWindow/VWindow.js +43 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/group.js +1 -1
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/nested/nested.js +12 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/virtual.js +2 -2
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
- package/lib/labs/VDateInput/VDateInput.js +16 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +22 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/lib/labs/rules/rules.js +4 -4
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +4 -2
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VCalendar": {
|
|
4
|
-
"from": "labs/VCalendar",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VColorInput": {
|
|
8
4
|
"from": "labs/VColorInput",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
7
|
+
"VCalendar": {
|
|
8
|
+
"from": "labs/VCalendar",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
11
|
+
"VIconBtn": {
|
|
12
|
+
"from": "labs/VIconBtn",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
15
|
"VVideo": {
|
|
@@ -28,6 +24,14 @@
|
|
|
28
24
|
"from": "labs/VVideo",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VFileUpload": {
|
|
28
|
+
"from": "labs/VFileUpload",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VFileUploadItem": {
|
|
32
|
+
"from": "labs/VFileUpload",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VPie": {
|
|
32
36
|
"from": "labs/VPie",
|
|
33
37
|
"styles": []
|
|
@@ -40,14 +44,6 @@
|
|
|
40
44
|
"from": "labs/VPie",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"VHotkey": {
|
|
44
|
-
"from": "labs/VHotkey",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VIconBtn": {
|
|
48
|
-
"from": "labs/VIconBtn",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
47
|
"VStepperVertical": {
|
|
52
48
|
"from": "labs/VStepperVertical",
|
|
53
49
|
"styles": []
|
|
@@ -60,6 +56,10 @@
|
|
|
60
56
|
"from": "labs/VStepperVertical",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
59
|
+
"VHotkey": {
|
|
60
|
+
"from": "labs/VHotkey",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
63
|
"VPicker": {
|
|
64
64
|
"from": "labs/VPicker",
|
|
65
65
|
"styles": []
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VPullToRefresh": {
|
|
76
|
-
"from": "labs/VPullToRefresh",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VMaskInput": {
|
|
80
76
|
"from": "labs/VMaskInput",
|
|
81
77
|
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VPullToRefresh": {
|
|
80
|
+
"from": "labs/VPullToRefresh",
|
|
81
|
+
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VApp": {
|
|
4
|
+
"from": "components/VApp",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VAlert": {
|
|
4
8
|
"from": "components/VAlert",
|
|
5
9
|
"styles": []
|
|
@@ -20,12 +24,8 @@
|
|
|
20
24
|
"from": "components/VAppBar",
|
|
21
25
|
"styles": []
|
|
22
26
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VAvatar": {
|
|
28
|
-
"from": "components/VAvatar",
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VBanner": {
|
|
@@ -40,14 +40,30 @@
|
|
|
40
40
|
"from": "components/VBanner",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
43
|
+
"VBadge": {
|
|
44
|
+
"from": "components/VBadge",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
47
|
"VBottomNavigation": {
|
|
48
48
|
"from": "components/VBottomNavigation",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VAvatar": {
|
|
56
|
+
"from": "components/VAvatar",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VBtnGroup": {
|
|
60
|
+
"from": "components/VBtnGroup",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBtn": {
|
|
64
|
+
"from": "components/VBtn",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
51
67
|
"VBreadcrumbs": {
|
|
52
68
|
"from": "components/VBreadcrumbs",
|
|
53
69
|
"styles": []
|
|
@@ -60,20 +76,28 @@
|
|
|
60
76
|
"from": "components/VBreadcrumbs",
|
|
61
77
|
"styles": []
|
|
62
78
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel",
|
|
65
81
|
"styles": []
|
|
66
82
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel",
|
|
69
85
|
"styles": []
|
|
70
86
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
73
89
|
"styles": []
|
|
74
90
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
91
|
+
"VCheckbox": {
|
|
92
|
+
"from": "components/VCheckbox",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCheckboxBtn": {
|
|
96
|
+
"from": "components/VCheckbox",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
99
|
+
"VChip": {
|
|
100
|
+
"from": "components/VChip",
|
|
77
101
|
"styles": []
|
|
78
102
|
},
|
|
79
103
|
"VCard": {
|
|
@@ -100,52 +124,56 @@
|
|
|
100
124
|
"from": "components/VCard",
|
|
101
125
|
"styles": []
|
|
102
126
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckboxBtn": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
127
|
+
"VCounter": {
|
|
128
|
+
"from": "components/VCounter",
|
|
109
129
|
"styles": []
|
|
110
130
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup",
|
|
113
133
|
"styles": []
|
|
114
134
|
},
|
|
115
135
|
"VCode": {
|
|
116
136
|
"from": "components/VCode",
|
|
117
137
|
"styles": []
|
|
118
138
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox",
|
|
121
141
|
"styles": []
|
|
122
142
|
},
|
|
123
143
|
"VColorPicker": {
|
|
124
144
|
"from": "components/VColorPicker",
|
|
125
145
|
"styles": []
|
|
126
146
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
147
|
+
"VField": {
|
|
148
|
+
"from": "components/VField",
|
|
129
149
|
"styles": []
|
|
130
150
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
151
|
+
"VFieldLabel": {
|
|
152
|
+
"from": "components/VField",
|
|
133
153
|
"styles": []
|
|
134
154
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
155
|
+
"VDatePicker": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
137
157
|
"styles": []
|
|
138
158
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
159
|
+
"VDatePickerControls": {
|
|
160
|
+
"from": "components/VDatePicker",
|
|
141
161
|
"styles": []
|
|
142
162
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
163
|
+
"VDatePickerHeader": {
|
|
164
|
+
"from": "components/VDatePicker",
|
|
145
165
|
"styles": []
|
|
146
166
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
167
|
+
"VDatePickerMonth": {
|
|
168
|
+
"from": "components/VDatePicker",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDatePickerMonths": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDatePickerYears": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
149
177
|
"styles": []
|
|
150
178
|
},
|
|
151
179
|
"VDataTable": {
|
|
@@ -176,6 +204,18 @@
|
|
|
176
204
|
"from": "components/VDataTable",
|
|
177
205
|
"styles": []
|
|
178
206
|
},
|
|
207
|
+
"VDivider": {
|
|
208
|
+
"from": "components/VDivider",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VDialog": {
|
|
212
|
+
"from": "components/VDialog",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VEmptyState": {
|
|
216
|
+
"from": "components/VEmptyState",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
179
219
|
"VExpansionPanels": {
|
|
180
220
|
"from": "components/VExpansionPanel",
|
|
181
221
|
"styles": []
|
|
@@ -192,44 +232,32 @@
|
|
|
192
232
|
"from": "components/VExpansionPanel",
|
|
193
233
|
"styles": []
|
|
194
234
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VDatePickerControls": {
|
|
200
|
-
"from": "components/VDatePicker",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
|
-
"VDatePickerHeader": {
|
|
204
|
-
"from": "components/VDatePicker",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VDatePickerMonth": {
|
|
208
|
-
"from": "components/VDatePicker",
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
209
237
|
"styles": []
|
|
210
238
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
239
|
+
"VFileInput": {
|
|
240
|
+
"from": "components/VFileInput",
|
|
213
241
|
"styles": []
|
|
214
242
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
243
|
+
"VFab": {
|
|
244
|
+
"from": "components/VFab",
|
|
217
245
|
"styles": []
|
|
218
246
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
247
|
+
"VImg": {
|
|
248
|
+
"from": "components/VImg",
|
|
221
249
|
"styles": []
|
|
222
250
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
251
|
+
"VInfiniteScroll": {
|
|
252
|
+
"from": "components/VInfiniteScroll",
|
|
225
253
|
"styles": []
|
|
226
254
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
255
|
+
"VInput": {
|
|
256
|
+
"from": "components/VInput",
|
|
229
257
|
"styles": []
|
|
230
258
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
259
|
+
"VKbd": {
|
|
260
|
+
"from": "components/VKbd",
|
|
233
261
|
"styles": []
|
|
234
262
|
},
|
|
235
263
|
"VIcon": {
|
|
@@ -252,46 +280,10 @@
|
|
|
252
280
|
"from": "components/VIcon",
|
|
253
281
|
"styles": []
|
|
254
282
|
},
|
|
255
|
-
"VField": {
|
|
256
|
-
"from": "components/VField",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VFieldLabel": {
|
|
260
|
-
"from": "components/VField",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
|
-
"VFileInput": {
|
|
264
|
-
"from": "components/VFileInput",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
|
-
"VImg": {
|
|
268
|
-
"from": "components/VImg",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VInput": {
|
|
276
|
-
"from": "components/VInput",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
283
|
"VLabel": {
|
|
280
284
|
"from": "components/VLabel",
|
|
281
285
|
"styles": []
|
|
282
286
|
},
|
|
283
|
-
"VItemGroup": {
|
|
284
|
-
"from": "components/VItemGroup",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItem": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VKbd": {
|
|
292
|
-
"from": "components/VKbd",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
287
|
"VList": {
|
|
296
288
|
"from": "components/VList",
|
|
297
289
|
"styles": []
|
|
@@ -328,30 +320,34 @@
|
|
|
328
320
|
"from": "components/VList",
|
|
329
321
|
"styles": []
|
|
330
322
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VNavigationDrawer": {
|
|
336
|
-
"from": "components/VNavigationDrawer",
|
|
323
|
+
"VItemGroup": {
|
|
324
|
+
"from": "components/VItemGroup",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
327
|
+
"VItem": {
|
|
328
|
+
"from": "components/VItemGroup",
|
|
341
329
|
"styles": []
|
|
342
330
|
},
|
|
343
331
|
"VMessages": {
|
|
344
332
|
"from": "components/VMessages",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
335
|
+
"VMenu": {
|
|
336
|
+
"from": "components/VMenu",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
|
+
"VMain": {
|
|
340
|
+
"from": "components/VMain",
|
|
349
341
|
"styles": []
|
|
350
342
|
},
|
|
351
343
|
"VPagination": {
|
|
352
344
|
"from": "components/VPagination",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
347
|
+
"VNavigationDrawer": {
|
|
348
|
+
"from": "components/VNavigationDrawer",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
355
351
|
"VOverlay": {
|
|
356
352
|
"from": "components/VOverlay",
|
|
357
353
|
"styles": []
|
|
@@ -360,10 +356,22 @@
|
|
|
360
356
|
"from": "components/VOtpInput",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
359
|
+
"VNumberInput": {
|
|
360
|
+
"from": "components/VNumberInput",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
363
|
"VProgressCircular": {
|
|
364
364
|
"from": "components/VProgressCircular",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
+
"VProgressLinear": {
|
|
368
|
+
"from": "components/VProgressLinear",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
367
375
|
"VRating": {
|
|
368
376
|
"from": "components/VRating",
|
|
369
377
|
"styles": []
|
|
@@ -372,12 +380,8 @@
|
|
|
372
380
|
"from": "components/VSelect",
|
|
373
381
|
"styles": []
|
|
374
382
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VProgressLinear": {
|
|
380
|
-
"from": "components/VProgressLinear",
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
387
|
"VSheet": {
|
|
@@ -388,14 +392,6 @@
|
|
|
388
392
|
"from": "components/VSelectionControl",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
|
-
"VSelectionControlGroup": {
|
|
392
|
-
"from": "components/VSelectionControlGroup",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VSnackbar": {
|
|
396
|
-
"from": "components/VSnackbar",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
395
|
"VSlideGroup": {
|
|
400
396
|
"from": "components/VSlideGroup",
|
|
401
397
|
"styles": []
|
|
@@ -404,12 +400,36 @@
|
|
|
404
400
|
"from": "components/VSlideGroup",
|
|
405
401
|
"styles": []
|
|
406
402
|
},
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
407
|
+
"VSnackbar": {
|
|
408
|
+
"from": "components/VSnackbar",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
407
411
|
"VSlider": {
|
|
408
412
|
"from": "components/VSlider",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
415
|
+
"VSwitch": {
|
|
416
|
+
"from": "components/VSwitch",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VTab": {
|
|
420
|
+
"from": "components/VTabs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
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,36 +456,28 @@
|
|
|
436
456
|
"from": "components/VStepper",
|
|
437
457
|
"styles": []
|
|
438
458
|
},
|
|
439
|
-
"VSwitch": {
|
|
440
|
-
"from": "components/VSwitch",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTable": {
|
|
444
|
-
"from": "components/VTable",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
459
|
"VTextarea": {
|
|
448
460
|
"from": "components/VTextarea",
|
|
449
461
|
"styles": []
|
|
450
462
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
463
|
+
"VTable": {
|
|
464
|
+
"from": "components/VTable",
|
|
453
465
|
"styles": []
|
|
454
466
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
467
|
+
"VTimePicker": {
|
|
468
|
+
"from": "components/VTimePicker",
|
|
457
469
|
"styles": []
|
|
458
470
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
471
|
+
"VTimePickerClock": {
|
|
472
|
+
"from": "components/VTimePicker",
|
|
461
473
|
"styles": []
|
|
462
474
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
475
|
+
"VTimePickerControls": {
|
|
476
|
+
"from": "components/VTimePicker",
|
|
465
477
|
"styles": []
|
|
466
478
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
479
|
+
"VSystemBar": {
|
|
480
|
+
"from": "components/VSystemBar",
|
|
469
481
|
"styles": []
|
|
470
482
|
},
|
|
471
483
|
"VTextField": {
|
|
@@ -476,24 +488,24 @@
|
|
|
476
488
|
"from": "components/VTooltip",
|
|
477
489
|
"styles": []
|
|
478
490
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
491
|
+
"VTimeline": {
|
|
492
|
+
"from": "components/VTimeline",
|
|
481
493
|
"styles": []
|
|
482
494
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
495
|
+
"VTimelineItem": {
|
|
496
|
+
"from": "components/VTimeline",
|
|
485
497
|
"styles": []
|
|
486
498
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
499
|
+
"VTreeview": {
|
|
500
|
+
"from": "components/VTreeview",
|
|
489
501
|
"styles": []
|
|
490
502
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
503
|
+
"VTreeviewItem": {
|
|
504
|
+
"from": "components/VTreeview",
|
|
493
505
|
"styles": []
|
|
494
506
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
507
|
+
"VTreeviewGroup": {
|
|
508
|
+
"from": "components/VTreeview",
|
|
497
509
|
"styles": []
|
|
498
510
|
},
|
|
499
511
|
"VToolbar": {
|
|
@@ -508,18 +520,6 @@
|
|
|
508
520
|
"from": "components/VToolbar",
|
|
509
521
|
"styles": []
|
|
510
522
|
},
|
|
511
|
-
"VTreeview": {
|
|
512
|
-
"from": "components/VTreeview",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
|
-
"VTreeviewItem": {
|
|
516
|
-
"from": "components/VTreeview",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
|
-
"VTreeviewGroup": {
|
|
520
|
-
"from": "components/VTreeview",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
523
|
"VWindow": {
|
|
524
524
|
"from": "components/VWindow",
|
|
525
525
|
"styles": []
|
|
@@ -540,6 +540,14 @@
|
|
|
540
540
|
"from": "components/VDefaultsProvider",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
+
"VHover": {
|
|
544
|
+
"from": "components/VHover",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
|
+
"VForm": {
|
|
548
|
+
"from": "components/VForm",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
543
551
|
"VContainer": {
|
|
544
552
|
"from": "components/VGrid",
|
|
545
553
|
"styles": []
|
|
@@ -556,12 +564,8 @@
|
|
|
556
564
|
"from": "components/VGrid",
|
|
557
565
|
"styles": []
|
|
558
566
|
},
|
|
559
|
-
"
|
|
560
|
-
"from": "components/
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
|
-
"VHover": {
|
|
564
|
-
"from": "components/VHover",
|
|
567
|
+
"VLazy": {
|
|
568
|
+
"from": "components/VLazy",
|
|
565
569
|
"styles": []
|
|
566
570
|
},
|
|
567
571
|
"VLayout": {
|
|
@@ -576,10 +580,6 @@
|
|
|
576
580
|
"from": "components/VLocaleProvider",
|
|
577
581
|
"styles": []
|
|
578
582
|
},
|
|
579
|
-
"VLazy": {
|
|
580
|
-
"from": "components/VLazy",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
583
|
"VNoSsr": {
|
|
584
584
|
"from": "components/VNoSsr",
|
|
585
585
|
"styles": []
|
|
@@ -592,12 +592,16 @@
|
|
|
592
592
|
"from": "components/VRadio",
|
|
593
593
|
"styles": []
|
|
594
594
|
},
|
|
595
|
+
"VRangeSlider": {
|
|
596
|
+
"from": "components/VRangeSlider",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
595
599
|
"VResponsive": {
|
|
596
600
|
"from": "components/VResponsive",
|
|
597
601
|
"styles": []
|
|
598
602
|
},
|
|
599
|
-
"
|
|
600
|
-
"from": "components/
|
|
603
|
+
"VSpeedDial": {
|
|
604
|
+
"from": "components/VSpeedDial",
|
|
601
605
|
"styles": []
|
|
602
606
|
},
|
|
603
607
|
"VSnackbarQueue": {
|
|
@@ -608,10 +612,6 @@
|
|
|
608
612
|
"from": "components/VSparkline",
|
|
609
613
|
"styles": []
|
|
610
614
|
},
|
|
611
|
-
"VSpeedDial": {
|
|
612
|
-
"from": "components/VSpeedDial",
|
|
613
|
-
"styles": []
|
|
614
|
-
},
|
|
615
615
|
"VThemeProvider": {
|
|
616
616
|
"from": "components/VThemeProvider",
|
|
617
617
|
"styles": []
|