@vuetify/nightly 3.10.5-dev.2025-10-07 → 3.10.5-dev.2025-10-10
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 +21 -3
- package/dist/json/attributes.json +2024 -2040
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +5 -9
- package/dist/json/web-types.json +3964 -3985
- package/dist/vuetify-labs.cjs +233 -169
- package/dist/vuetify-labs.css +4520 -4520
- package/dist/vuetify-labs.d.ts +1444 -1390
- package/dist/vuetify-labs.esm.js +233 -169
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +233 -169
- 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 +3385 -3385
- package/dist/vuetify.d.ts +2289 -2200
- 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 +65 -65
- 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/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 +2 -2
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"from": "labs/VFileUpload",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
15
|
+
"VCalendar": {
|
|
16
|
+
"from": "labs/VCalendar",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
19
|
"VPie": {
|
|
@@ -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": []
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"from": "labs/VStepperVertical",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
+
"VHotkey": {
|
|
56
|
+
"from": "labs/VHotkey",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
55
59
|
"VVideo": {
|
|
56
60
|
"from": "labs/VVideo",
|
|
57
61
|
"styles": []
|
|
@@ -64,18 +68,14 @@
|
|
|
64
68
|
"from": "labs/VVideo",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
71
|
+
"VDateInput": {
|
|
72
|
+
"from": "labs/VDateInput",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
75
|
"VMaskInput": {
|
|
72
76
|
"from": "labs/VMaskInput",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"VDateInput": {
|
|
76
|
-
"from": "labs/VDateInput",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
79
|
"VPullToRefresh": {
|
|
80
80
|
"from": "labs/VPullToRefresh",
|
|
81
81
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAutocomplete": {
|
|
8
|
+
"from": "components/VAutocomplete",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VAppBar": {
|
|
8
12
|
"from": "components/VAppBar",
|
|
9
13
|
"styles": []
|
|
@@ -16,8 +20,8 @@
|
|
|
16
20
|
"from": "components/VAppBar",
|
|
17
21
|
"styles": []
|
|
18
22
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
23
|
+
"VAvatar": {
|
|
24
|
+
"from": "components/VAvatar",
|
|
21
25
|
"styles": []
|
|
22
26
|
},
|
|
23
27
|
"VAlert": {
|
|
@@ -28,10 +32,6 @@
|
|
|
28
32
|
"from": "components/VAlert",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
|
-
"VAutocomplete": {
|
|
32
|
-
"from": "components/VAutocomplete",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
35
|
"VBanner": {
|
|
36
36
|
"from": "components/VBanner",
|
|
37
37
|
"styles": []
|
|
@@ -44,24 +44,16 @@
|
|
|
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",
|
|
47
|
+
"VBadge": {
|
|
48
|
+
"from": "components/VBadge",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
61
53
|
"styles": []
|
|
62
54
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
55
|
+
"VBtn": {
|
|
56
|
+
"from": "components/VBtn",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
67
59
|
"VCard": {
|
|
@@ -88,84 +80,68 @@
|
|
|
88
80
|
"from": "components/VCard",
|
|
89
81
|
"styles": []
|
|
90
82
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VCheckboxBtn": {
|
|
96
|
-
"from": "components/VCheckbox",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VBtn": {
|
|
100
|
-
"from": "components/VBtn",
|
|
83
|
+
"VBottomNavigation": {
|
|
84
|
+
"from": "components/VBottomNavigation",
|
|
101
85
|
"styles": []
|
|
102
86
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
87
|
+
"VBreadcrumbs": {
|
|
88
|
+
"from": "components/VBreadcrumbs",
|
|
105
89
|
"styles": []
|
|
106
90
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
91
|
+
"VBreadcrumbsItem": {
|
|
92
|
+
"from": "components/VBreadcrumbs",
|
|
109
93
|
"styles": []
|
|
110
94
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
95
|
+
"VBreadcrumbsDivider": {
|
|
96
|
+
"from": "components/VBreadcrumbs",
|
|
113
97
|
"styles": []
|
|
114
98
|
},
|
|
115
99
|
"VBtnGroup": {
|
|
116
100
|
"from": "components/VBtnGroup",
|
|
117
101
|
"styles": []
|
|
118
102
|
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
103
|
"VBtnToggle": {
|
|
124
104
|
"from": "components/VBtnToggle",
|
|
125
105
|
"styles": []
|
|
126
106
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCode": {
|
|
132
|
-
"from": "components/VCode",
|
|
107
|
+
"VCheckbox": {
|
|
108
|
+
"from": "components/VCheckbox",
|
|
133
109
|
"styles": []
|
|
134
110
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
111
|
+
"VCheckboxBtn": {
|
|
112
|
+
"from": "components/VCheckbox",
|
|
137
113
|
"styles": []
|
|
138
114
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
115
|
+
"VChipGroup": {
|
|
116
|
+
"from": "components/VChipGroup",
|
|
141
117
|
"styles": []
|
|
142
118
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip",
|
|
145
121
|
"styles": []
|
|
146
122
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker",
|
|
149
125
|
"styles": []
|
|
150
126
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
153
129
|
"styles": []
|
|
154
130
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
157
133
|
"styles": []
|
|
158
134
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter",
|
|
161
137
|
"styles": []
|
|
162
138
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox",
|
|
165
141
|
"styles": []
|
|
166
142
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
143
|
+
"VCode": {
|
|
144
|
+
"from": "components/VCode",
|
|
169
145
|
"styles": []
|
|
170
146
|
},
|
|
171
147
|
"VDataTable": {
|
|
@@ -196,24 +172,32 @@
|
|
|
196
172
|
"from": "components/VDataTable",
|
|
197
173
|
"styles": []
|
|
198
174
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
175
|
+
"VDatePicker": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
201
177
|
"styles": []
|
|
202
178
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
179
|
+
"VDatePickerControls": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
205
181
|
"styles": []
|
|
206
182
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
183
|
+
"VDatePickerHeader": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
209
185
|
"styles": []
|
|
210
186
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
187
|
+
"VDatePickerMonth": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
213
189
|
"styles": []
|
|
214
190
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
191
|
+
"VDatePickerMonths": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerYears": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VEmptyState": {
|
|
200
|
+
"from": "components/VEmptyState",
|
|
217
201
|
"styles": []
|
|
218
202
|
},
|
|
219
203
|
"VFileInput": {
|
|
@@ -236,20 +220,36 @@
|
|
|
236
220
|
"from": "components/VExpansionPanel",
|
|
237
221
|
"styles": []
|
|
238
222
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
223
|
+
"VDialog": {
|
|
224
|
+
"from": "components/VDialog",
|
|
241
225
|
"styles": []
|
|
242
226
|
},
|
|
243
227
|
"VFab": {
|
|
244
228
|
"from": "components/VFab",
|
|
245
229
|
"styles": []
|
|
246
230
|
},
|
|
231
|
+
"VDivider": {
|
|
232
|
+
"from": "components/VDivider",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
247
239
|
"VImg": {
|
|
248
240
|
"from": "components/VImg",
|
|
249
241
|
"styles": []
|
|
250
242
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
243
|
+
"VField": {
|
|
244
|
+
"from": "components/VField",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VFieldLabel": {
|
|
248
|
+
"from": "components/VField",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VInfiniteScroll": {
|
|
252
|
+
"from": "components/VInfiniteScroll",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
255
|
"VIcon": {
|
|
@@ -272,26 +272,6 @@
|
|
|
272
272
|
"from": "components/VIcon",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
-
"VInfiniteScroll": {
|
|
276
|
-
"from": "components/VInfiniteScroll",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VInput": {
|
|
280
|
-
"from": "components/VInput",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
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
275
|
"VList": {
|
|
296
276
|
"from": "components/VList",
|
|
297
277
|
"styles": []
|
|
@@ -328,52 +308,72 @@
|
|
|
328
308
|
"from": "components/VList",
|
|
329
309
|
"styles": []
|
|
330
310
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
311
|
+
"VInput": {
|
|
312
|
+
"from": "components/VInput",
|
|
333
313
|
"styles": []
|
|
334
314
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
315
|
+
"VKbd": {
|
|
316
|
+
"from": "components/VKbd",
|
|
337
317
|
"styles": []
|
|
338
318
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
319
|
+
"VItemGroup": {
|
|
320
|
+
"from": "components/VItemGroup",
|
|
341
321
|
"styles": []
|
|
342
322
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
323
|
+
"VItem": {
|
|
324
|
+
"from": "components/VItemGroup",
|
|
345
325
|
"styles": []
|
|
346
326
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
327
|
+
"VLabel": {
|
|
328
|
+
"from": "components/VLabel",
|
|
349
329
|
"styles": []
|
|
350
330
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer",
|
|
353
333
|
"styles": []
|
|
354
334
|
},
|
|
355
335
|
"VOtpInput": {
|
|
356
336
|
"from": "components/VOtpInput",
|
|
357
337
|
"styles": []
|
|
358
338
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
339
|
+
"VMenu": {
|
|
340
|
+
"from": "components/VMenu",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VMain": {
|
|
348
|
+
"from": "components/VMain",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
351
|
+
"VPagination": {
|
|
352
|
+
"from": "components/VPagination",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
355
|
"VNumberInput": {
|
|
364
356
|
"from": "components/VNumberInput",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
367
363
|
"VRadioGroup": {
|
|
368
364
|
"from": "components/VRadioGroup",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
367
|
+
"VProgressCircular": {
|
|
368
|
+
"from": "components/VProgressCircular",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
371
|
"VProgressLinear": {
|
|
372
372
|
"from": "components/VProgressLinear",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
379
|
"VSkeletonLoader": {
|
|
@@ -384,8 +384,16 @@
|
|
|
384
384
|
"from": "components/VSelectionControlGroup",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
387
|
+
"VRating": {
|
|
388
|
+
"from": "components/VRating",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider",
|
|
389
397
|
"styles": []
|
|
390
398
|
},
|
|
391
399
|
"VSlideGroup": {
|
|
@@ -396,18 +404,10 @@
|
|
|
396
404
|
"from": "components/VSlideGroup",
|
|
397
405
|
"styles": []
|
|
398
406
|
},
|
|
399
|
-
"VSelectionControl": {
|
|
400
|
-
"from": "components/VSelectionControl",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
407
|
"VSheet": {
|
|
404
408
|
"from": "components/VSheet",
|
|
405
409
|
"styles": []
|
|
406
410
|
},
|
|
407
|
-
"VSlider": {
|
|
408
|
-
"from": "components/VSlider",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
411
|
"VStepper": {
|
|
412
412
|
"from": "components/VStepper",
|
|
413
413
|
"styles": []
|
|
@@ -432,18 +432,14 @@
|
|
|
432
432
|
"from": "components/VStepper",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
435
|
+
"VSnackbar": {
|
|
436
|
+
"from": "components/VSnackbar",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
439
|
"VSystemBar": {
|
|
440
440
|
"from": "components/VSystemBar",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
|
-
"VSnackbar": {
|
|
444
|
-
"from": "components/VSnackbar",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
443
|
"VTab": {
|
|
448
444
|
"from": "components/VTabs",
|
|
449
445
|
"styles": []
|
|
@@ -460,16 +456,28 @@
|
|
|
460
456
|
"from": "components/VTabs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
467
463
|
"VTextarea": {
|
|
468
464
|
"from": "components/VTextarea",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
467
|
+
"VSwitch": {
|
|
468
|
+
"from": "components/VSwitch",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTextField": {
|
|
472
|
+
"from": "components/VTextField",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTimeline": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VTimelineItem": {
|
|
480
|
+
"from": "components/VTimeline",
|
|
473
481
|
"styles": []
|
|
474
482
|
},
|
|
475
483
|
"VTimePicker": {
|
|
@@ -484,24 +492,16 @@
|
|
|
484
492
|
"from": "components/VTimePicker",
|
|
485
493
|
"styles": []
|
|
486
494
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VToolbarTitle": {
|
|
492
|
-
"from": "components/VToolbar",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VToolbarItems": {
|
|
496
|
-
"from": "components/VToolbar",
|
|
495
|
+
"VWindow": {
|
|
496
|
+
"from": "components/VWindow",
|
|
497
497
|
"styles": []
|
|
498
498
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
499
|
+
"VWindowItem": {
|
|
500
|
+
"from": "components/VWindow",
|
|
501
501
|
"styles": []
|
|
502
502
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
503
|
+
"VTooltip": {
|
|
504
|
+
"from": "components/VTooltip",
|
|
505
505
|
"styles": []
|
|
506
506
|
},
|
|
507
507
|
"VTreeview": {
|
|
@@ -516,24 +516,28 @@
|
|
|
516
516
|
"from": "components/VTreeview",
|
|
517
517
|
"styles": []
|
|
518
518
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
519
|
+
"VToolbar": {
|
|
520
|
+
"from": "components/VToolbar",
|
|
521
521
|
"styles": []
|
|
522
522
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
523
|
+
"VToolbarTitle": {
|
|
524
|
+
"from": "components/VToolbar",
|
|
525
525
|
"styles": []
|
|
526
526
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
527
|
+
"VToolbarItems": {
|
|
528
|
+
"from": "components/VToolbar",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VDataIterator": {
|
|
532
|
+
"from": "components/VDataIterator",
|
|
529
533
|
"styles": []
|
|
530
534
|
},
|
|
531
535
|
"VConfirmEdit": {
|
|
532
536
|
"from": "components/VConfirmEdit",
|
|
533
537
|
"styles": []
|
|
534
538
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
539
|
+
"VHover": {
|
|
540
|
+
"from": "components/VHover",
|
|
537
541
|
"styles": []
|
|
538
542
|
},
|
|
539
543
|
"VDefaultsProvider": {
|
|
@@ -560,8 +564,12 @@
|
|
|
560
564
|
"from": "components/VGrid",
|
|
561
565
|
"styles": []
|
|
562
566
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
567
|
+
"VLayout": {
|
|
568
|
+
"from": "components/VLayout",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
571
|
+
"VLayoutItem": {
|
|
572
|
+
"from": "components/VLayout",
|
|
565
573
|
"styles": []
|
|
566
574
|
},
|
|
567
575
|
"VLazy": {
|
|
@@ -572,14 +580,6 @@
|
|
|
572
580
|
"from": "components/VLocaleProvider",
|
|
573
581
|
"styles": []
|
|
574
582
|
},
|
|
575
|
-
"VLayout": {
|
|
576
|
-
"from": "components/VLayout",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
|
-
"VLayoutItem": {
|
|
580
|
-
"from": "components/VLayout",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
583
|
"VNoSsr": {
|
|
584
584
|
"from": "components/VNoSsr",
|
|
585
585
|
"styles": []
|
|
@@ -588,6 +588,14 @@
|
|
|
588
588
|
"from": "components/VParallax",
|
|
589
589
|
"styles": []
|
|
590
590
|
},
|
|
591
|
+
"VRadio": {
|
|
592
|
+
"from": "components/VRadio",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
|
+
"VRangeSlider": {
|
|
596
|
+
"from": "components/VRangeSlider",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
591
599
|
"VResponsive": {
|
|
592
600
|
"from": "components/VResponsive",
|
|
593
601
|
"styles": []
|
|
@@ -596,28 +604,20 @@
|
|
|
596
604
|
"from": "components/VSnackbarQueue",
|
|
597
605
|
"styles": []
|
|
598
606
|
},
|
|
599
|
-
"VRangeSlider": {
|
|
600
|
-
"from": "components/VRangeSlider",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
607
|
"VSparkline": {
|
|
604
608
|
"from": "components/VSparkline",
|
|
605
609
|
"styles": []
|
|
606
610
|
},
|
|
607
|
-
"VThemeProvider": {
|
|
608
|
-
"from": "components/VThemeProvider",
|
|
609
|
-
"styles": []
|
|
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
|
-
"
|
|
620
|
-
"from": "components/
|
|
619
|
+
"VValidation": {
|
|
620
|
+
"from": "components/VValidation",
|
|
621
621
|
"styles": []
|
|
622
622
|
},
|
|
623
623
|
"VFabTransition": {
|
|
@@ -684,8 +684,8 @@
|
|
|
684
684
|
"from": "components/transitions",
|
|
685
685
|
"styles": []
|
|
686
686
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
687
|
+
"VVirtualScroll": {
|
|
688
|
+
"from": "components/VVirtualScroll",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|