@vuetify/nightly 3.10.5-dev.2025-10-07 → 3.10.5-dev.2025-10-09
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/CHANGELOG.md +16 -3
- package/dist/json/attributes.json +3521 -3521
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +5 -5
- package/dist/json/web-types.json +6459 -6444
- package/dist/vuetify-labs.cjs +230 -166
- package/dist/vuetify-labs.css +3872 -3872
- package/dist/vuetify-labs.d.ts +1520 -1446
- package/dist/vuetify-labs.esm.js +230 -166
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +230 -166
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +156 -92
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3682 -3682
- package/dist/vuetify.d.ts +2284 -2195
- package/dist/vuetify.esm.js +156 -92
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +156 -92
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +959 -955
- 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/VCombobox/VCombobox.d.ts +6 -67
- package/lib/components/VCombobox/VCombobox.js +22 -23
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +7 -7
- package/lib/components/VDataTable/VDataTableFooter.d.ts +16 -3
- package/lib/components/VDataTable/VDataTableFooter.js +4 -2
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +10 -7
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.d.ts +10 -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 +10 -0
- package/lib/components/VDataTable/VDataTableRows.js +2 -0
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +7 -7
- package/lib/components/VNumberInput/VNumberInput.js +23 -8
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +16 -2
- package/lib/components/VTabs/VTabs.js +4 -2
- package/lib/components/VTabs/VTabs.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/VTreeview/VTreeview.d.ts +192 -5
- package/lib/components/VTreeview/VTreeview.js +16 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/composables/icons.d.ts +0 -2
- package/lib/composables/icons.js +3 -36
- package/lib/composables/icons.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 +60 -60
- package/lib/framework.js +3 -2
- package/lib/framework.js.map +1 -1
- package/lib/icons.d.ts +3 -0
- package/lib/icons.js +34 -0
- package/lib/icons.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
- package/lib/labs/VDateInput/VDateInput.js +2 -2
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VCalendar": {
|
|
8
|
+
"from": "labs/VCalendar",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VFileUpload": {
|
|
8
12
|
"from": "labs/VFileUpload",
|
|
9
13
|
"styles": []
|
|
@@ -12,10 +16,6 @@
|
|
|
12
16
|
"from": "labs/VFileUpload",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"VIconBtn": {
|
|
16
|
-
"from": "labs/VIconBtn",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
19
|
"VPie": {
|
|
20
20
|
"from": "labs/VPie",
|
|
21
21
|
"styles": []
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"from": "labs/VPie",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VIconBtn": {
|
|
32
|
+
"from": "labs/VIconBtn",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VPicker": {
|
|
32
36
|
"from": "labs/VPicker",
|
|
33
37
|
"styles": []
|
|
@@ -36,10 +40,6 @@
|
|
|
36
40
|
"from": "labs/VPicker",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"VHotkey": {
|
|
40
|
-
"from": "labs/VHotkey",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
43
|
"VStepperVertical": {
|
|
44
44
|
"from": "labs/VStepperVertical",
|
|
45
45
|
"styles": []
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
"from": "labs/VVideo",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VMaskInput": {
|
|
72
|
-
"from": "labs/VMaskInput",
|
|
67
|
+
"VHotkey": {
|
|
68
|
+
"from": "labs/VHotkey",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
71
|
"VDateInput": {
|
|
76
72
|
"from": "labs/VDateInput",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
75
|
+
"VMaskInput": {
|
|
76
|
+
"from": "labs/VMaskInput",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
79
|
"VPullToRefresh": {
|
|
80
80
|
"from": "labs/VPullToRefresh",
|
|
81
81
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -16,10 +16,6 @@
|
|
|
16
16
|
"from": "components/VAppBar",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"VBadge": {
|
|
20
|
-
"from": "components/VBadge",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
19
|
"VAlert": {
|
|
24
20
|
"from": "components/VAlert",
|
|
25
21
|
"styles": []
|
|
@@ -28,6 +24,10 @@
|
|
|
28
24
|
"from": "components/VAlert",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
31
|
"VAutocomplete": {
|
|
32
32
|
"from": "components/VAutocomplete",
|
|
33
33
|
"styles": []
|
|
@@ -44,48 +44,36 @@
|
|
|
44
44
|
"from": "components/VBanner",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBreadcrumbs": {
|
|
52
|
-
"from": "components/VBreadcrumbs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBreadcrumbsItem": {
|
|
56
|
-
"from": "components/VBreadcrumbs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBreadcrumbsDivider": {
|
|
60
|
-
"from": "components/VBreadcrumbs",
|
|
47
|
+
"VBadge": {
|
|
48
|
+
"from": "components/VBadge",
|
|
61
49
|
"styles": []
|
|
62
50
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
51
|
+
"VBtn": {
|
|
52
|
+
"from": "components/VBtn",
|
|
65
53
|
"styles": []
|
|
66
54
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
59
|
+
"VBtnToggle": {
|
|
60
|
+
"from": "components/VBtnToggle",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation",
|
|
77
65
|
"styles": []
|
|
78
66
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbs": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
81
69
|
"styles": []
|
|
82
70
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
71
|
+
"VBreadcrumbsItem": {
|
|
72
|
+
"from": "components/VBreadcrumbs",
|
|
85
73
|
"styles": []
|
|
86
74
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
75
|
+
"VBreadcrumbsDivider": {
|
|
76
|
+
"from": "components/VBreadcrumbs",
|
|
89
77
|
"styles": []
|
|
90
78
|
},
|
|
91
79
|
"VCheckbox": {
|
|
@@ -96,10 +84,6 @@
|
|
|
96
84
|
"from": "components/VCheckbox",
|
|
97
85
|
"styles": []
|
|
98
86
|
},
|
|
99
|
-
"VBtn": {
|
|
100
|
-
"from": "components/VBtn",
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
87
|
"VCarousel": {
|
|
104
88
|
"from": "components/VCarousel",
|
|
105
89
|
"styles": []
|
|
@@ -108,64 +92,56 @@
|
|
|
108
92
|
"from": "components/VCarousel",
|
|
109
93
|
"styles": []
|
|
110
94
|
},
|
|
111
|
-
"VBottomSheet": {
|
|
112
|
-
"from": "components/VBottomSheet",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
95
|
"VBtnGroup": {
|
|
116
96
|
"from": "components/VBtnGroup",
|
|
117
97
|
"styles": []
|
|
118
98
|
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VBtnToggle": {
|
|
124
|
-
"from": "components/VBtnToggle",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
99
|
"VChipGroup": {
|
|
128
100
|
"from": "components/VChipGroup",
|
|
129
101
|
"styles": []
|
|
130
102
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
103
|
+
"VCard": {
|
|
104
|
+
"from": "components/VCard",
|
|
133
105
|
"styles": []
|
|
134
106
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
107
|
+
"VCardActions": {
|
|
108
|
+
"from": "components/VCard",
|
|
137
109
|
"styles": []
|
|
138
110
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
111
|
+
"VCardItem": {
|
|
112
|
+
"from": "components/VCard",
|
|
141
113
|
"styles": []
|
|
142
114
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
115
|
+
"VCardSubtitle": {
|
|
116
|
+
"from": "components/VCard",
|
|
145
117
|
"styles": []
|
|
146
118
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
119
|
+
"VCardText": {
|
|
120
|
+
"from": "components/VCard",
|
|
149
121
|
"styles": []
|
|
150
122
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
123
|
+
"VCardTitle": {
|
|
124
|
+
"from": "components/VCard",
|
|
153
125
|
"styles": []
|
|
154
126
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip",
|
|
157
129
|
"styles": []
|
|
158
130
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
161
133
|
"styles": []
|
|
162
134
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox",
|
|
165
137
|
"styles": []
|
|
166
138
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
|
+
"VCounter": {
|
|
144
|
+
"from": "components/VCounter",
|
|
169
145
|
"styles": []
|
|
170
146
|
},
|
|
171
147
|
"VDataTable": {
|
|
@@ -196,30 +172,50 @@
|
|
|
196
172
|
"from": "components/VDataTable",
|
|
197
173
|
"styles": []
|
|
198
174
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
175
|
+
"VDivider": {
|
|
176
|
+
"from": "components/VDivider",
|
|
201
177
|
"styles": []
|
|
202
178
|
},
|
|
203
179
|
"VDialog": {
|
|
204
180
|
"from": "components/VDialog",
|
|
205
181
|
"styles": []
|
|
206
182
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
183
|
+
"VDatePicker": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
209
185
|
"styles": []
|
|
210
186
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
187
|
+
"VDatePickerControls": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
213
189
|
"styles": []
|
|
214
190
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
191
|
+
"VDatePickerHeader": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerMonth": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerMonths": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDatePickerYears": {
|
|
204
|
+
"from": "components/VDatePicker",
|
|
217
205
|
"styles": []
|
|
218
206
|
},
|
|
219
207
|
"VFileInput": {
|
|
220
208
|
"from": "components/VFileInput",
|
|
221
209
|
"styles": []
|
|
222
210
|
},
|
|
211
|
+
"VEmptyState": {
|
|
212
|
+
"from": "components/VEmptyState",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VFab": {
|
|
216
|
+
"from": "components/VFab",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
223
219
|
"VExpansionPanels": {
|
|
224
220
|
"from": "components/VExpansionPanel",
|
|
225
221
|
"styles": []
|
|
@@ -236,20 +232,16 @@
|
|
|
236
232
|
"from": "components/VExpansionPanel",
|
|
237
233
|
"styles": []
|
|
238
234
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VFab": {
|
|
244
|
-
"from": "components/VFab",
|
|
235
|
+
"VField": {
|
|
236
|
+
"from": "components/VField",
|
|
245
237
|
"styles": []
|
|
246
238
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
239
|
+
"VFieldLabel": {
|
|
240
|
+
"from": "components/VField",
|
|
249
241
|
"styles": []
|
|
250
242
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
243
|
+
"VInput": {
|
|
244
|
+
"from": "components/VInput",
|
|
253
245
|
"styles": []
|
|
254
246
|
},
|
|
255
247
|
"VIcon": {
|
|
@@ -272,12 +264,12 @@
|
|
|
272
264
|
"from": "components/VIcon",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
267
|
+
"VFooter": {
|
|
268
|
+
"from": "components/VFooter",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
271
|
+
"VInfiniteScroll": {
|
|
272
|
+
"from": "components/VInfiniteScroll",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
275
|
"VItemGroup": {
|
|
@@ -292,6 +284,14 @@
|
|
|
292
284
|
"from": "components/VKbd",
|
|
293
285
|
"styles": []
|
|
294
286
|
},
|
|
287
|
+
"VImg": {
|
|
288
|
+
"from": "components/VImg",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VLabel": {
|
|
292
|
+
"from": "components/VLabel",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
295
295
|
"VList": {
|
|
296
296
|
"from": "components/VList",
|
|
297
297
|
"styles": []
|
|
@@ -328,42 +328,42 @@
|
|
|
328
328
|
"from": "components/VList",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
331
|
+
"VMessages": {
|
|
332
|
+
"from": "components/VMessages",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
339
|
"VMenu": {
|
|
336
340
|
"from": "components/VMenu",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
351
|
+
"VNumberInput": {
|
|
352
|
+
"from": "components/VNumberInput",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
355
|
+
"VNavigationDrawer": {
|
|
356
|
+
"from": "components/VNavigationDrawer",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
363
|
"VProgressCircular": {
|
|
360
364
|
"from": "components/VProgressCircular",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
|
-
"VNumberInput": {
|
|
364
|
-
"from": "components/VNumberInput",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
367
|
"VRadioGroup": {
|
|
368
368
|
"from": "components/VRadioGroup",
|
|
369
369
|
"styles": []
|
|
@@ -376,18 +376,22 @@
|
|
|
376
376
|
"from": "components/VRating",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
|
-
"VSelectionControlGroup": {
|
|
384
|
-
"from": "components/VSelectionControlGroup",
|
|
379
|
+
"VSelectionControl": {
|
|
380
|
+
"from": "components/VSelectionControl",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
383
|
"VSelect": {
|
|
388
384
|
"from": "components/VSelect",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
387
|
+
"VSheet": {
|
|
388
|
+
"from": "components/VSheet",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSkeletonLoader": {
|
|
392
|
+
"from": "components/VSkeletonLoader",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
391
395
|
"VSlideGroup": {
|
|
392
396
|
"from": "components/VSlideGroup",
|
|
393
397
|
"styles": []
|
|
@@ -396,16 +400,16 @@
|
|
|
396
400
|
"from": "components/VSlideGroup",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
403
|
+
"VSlider": {
|
|
404
|
+
"from": "components/VSlider",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
407
|
+
"VSelectionControlGroup": {
|
|
408
|
+
"from": "components/VSelectionControlGroup",
|
|
405
409
|
"styles": []
|
|
406
410
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
411
|
+
"VSnackbar": {
|
|
412
|
+
"from": "components/VSnackbar",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
415
|
"VStepper": {
|
|
@@ -436,14 +440,6 @@
|
|
|
436
440
|
"from": "components/VSwitch",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
|
-
"VSystemBar": {
|
|
440
|
-
"from": "components/VSystemBar",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VSnackbar": {
|
|
444
|
-
"from": "components/VSnackbar",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
443
|
"VTab": {
|
|
448
444
|
"from": "components/VTabs",
|
|
449
445
|
"styles": []
|
|
@@ -460,10 +456,6 @@
|
|
|
460
456
|
"from": "components/VTabs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"VTextField": {
|
|
464
|
-
"from": "components/VTextField",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
459
|
"VTextarea": {
|
|
468
460
|
"from": "components/VTextarea",
|
|
469
461
|
"styles": []
|
|
@@ -472,16 +464,20 @@
|
|
|
472
464
|
"from": "components/VTable",
|
|
473
465
|
"styles": []
|
|
474
466
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
467
|
+
"VSystemBar": {
|
|
468
|
+
"from": "components/VSystemBar",
|
|
477
469
|
"styles": []
|
|
478
470
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
471
|
+
"VTimeline": {
|
|
472
|
+
"from": "components/VTimeline",
|
|
481
473
|
"styles": []
|
|
482
474
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
475
|
+
"VTimelineItem": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VTextField": {
|
|
480
|
+
"from": "components/VTextField",
|
|
485
481
|
"styles": []
|
|
486
482
|
},
|
|
487
483
|
"VToolbar": {
|
|
@@ -496,12 +492,8 @@
|
|
|
496
492
|
"from": "components/VToolbar",
|
|
497
493
|
"styles": []
|
|
498
494
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VTimelineItem": {
|
|
504
|
-
"from": "components/VTimeline",
|
|
495
|
+
"VTooltip": {
|
|
496
|
+
"from": "components/VTooltip",
|
|
505
497
|
"styles": []
|
|
506
498
|
},
|
|
507
499
|
"VTreeview": {
|
|
@@ -516,8 +508,16 @@
|
|
|
516
508
|
"from": "components/VTreeview",
|
|
517
509
|
"styles": []
|
|
518
510
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
511
|
+
"VTimePicker": {
|
|
512
|
+
"from": "components/VTimePicker",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VTimePickerClock": {
|
|
516
|
+
"from": "components/VTimePicker",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VTimePickerControls": {
|
|
520
|
+
"from": "components/VTimePicker",
|
|
521
521
|
"styles": []
|
|
522
522
|
},
|
|
523
523
|
"VWindow": {
|
|
@@ -544,82 +544,86 @@
|
|
|
544
544
|
"from": "components/VForm",
|
|
545
545
|
"styles": []
|
|
546
546
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
549
|
-
"styles": []
|
|
550
|
-
},
|
|
551
|
-
"VCol": {
|
|
552
|
-
"from": "components/VGrid",
|
|
547
|
+
"VHover": {
|
|
548
|
+
"from": "components/VHover",
|
|
553
549
|
"styles": []
|
|
554
550
|
},
|
|
555
|
-
"
|
|
556
|
-
"from": "components/
|
|
551
|
+
"VLayout": {
|
|
552
|
+
"from": "components/VLayout",
|
|
557
553
|
"styles": []
|
|
558
554
|
},
|
|
559
|
-
"
|
|
560
|
-
"from": "components/
|
|
555
|
+
"VLayoutItem": {
|
|
556
|
+
"from": "components/VLayout",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
559
|
+
"VLocaleProvider": {
|
|
560
|
+
"from": "components/VLocaleProvider",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
567
563
|
"VLazy": {
|
|
568
564
|
"from": "components/VLazy",
|
|
569
565
|
"styles": []
|
|
570
566
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
567
|
+
"VParallax": {
|
|
568
|
+
"from": "components/VParallax",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
571
|
+
"VNoSsr": {
|
|
572
|
+
"from": "components/VNoSsr",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
575
|
+
"VContainer": {
|
|
576
|
+
"from": "components/VGrid",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
579
|
+
"VCol": {
|
|
580
|
+
"from": "components/VGrid",
|
|
585
581
|
"styles": []
|
|
586
582
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
583
|
+
"VRow": {
|
|
584
|
+
"from": "components/VGrid",
|
|
589
585
|
"styles": []
|
|
590
586
|
},
|
|
591
|
-
"
|
|
592
|
-
"from": "components/
|
|
587
|
+
"VSpacer": {
|
|
588
|
+
"from": "components/VGrid",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
591
|
+
"VRadio": {
|
|
592
|
+
"from": "components/VRadio",
|
|
597
593
|
"styles": []
|
|
598
594
|
},
|
|
599
595
|
"VRangeSlider": {
|
|
600
596
|
"from": "components/VRangeSlider",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
603
|
-
"
|
|
604
|
-
"from": "components/
|
|
599
|
+
"VResponsive": {
|
|
600
|
+
"from": "components/VResponsive",
|
|
605
601
|
"styles": []
|
|
606
602
|
},
|
|
607
|
-
"
|
|
608
|
-
"from": "components/
|
|
603
|
+
"VSnackbarQueue": {
|
|
604
|
+
"from": "components/VSnackbarQueue",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
|
+
"VSparkline": {
|
|
608
|
+
"from": "components/VSparkline",
|
|
609
609
|
"styles": []
|
|
610
610
|
},
|
|
611
611
|
"VSpeedDial": {
|
|
612
612
|
"from": "components/VSpeedDial",
|
|
613
613
|
"styles": []
|
|
614
614
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
615
|
+
"VThemeProvider": {
|
|
616
|
+
"from": "components/VThemeProvider",
|
|
617
617
|
"styles": []
|
|
618
618
|
},
|
|
619
619
|
"VVirtualScroll": {
|
|
620
620
|
"from": "components/VVirtualScroll",
|
|
621
621
|
"styles": []
|
|
622
622
|
},
|
|
623
|
+
"VValidation": {
|
|
624
|
+
"from": "components/VValidation",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
623
627
|
"VFabTransition": {
|
|
624
628
|
"from": "components/transitions",
|
|
625
629
|
"styles": []
|
|
@@ -683,10 +687,6 @@
|
|
|
683
687
|
"VDialogTransition": {
|
|
684
688
|
"from": "components/transitions",
|
|
685
689
|
"styles": []
|
|
686
|
-
},
|
|
687
|
-
"VRadio": {
|
|
688
|
-
"from": "components/VRadio",
|
|
689
|
-
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|