@vuetify/nightly 3.9.3-dev.2025-07-31 → 3.9.3-dev.2025-08-02
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 +10 -3
- package/dist/json/attributes.json +2098 -2022
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +19 -0
- package/dist/json/web-types.json +4252 -4050
- package/dist/vuetify-labs.cjs +77 -24
- package/dist/vuetify-labs.css +5349 -5343
- package/dist/vuetify-labs.d.ts +329 -61
- package/dist/vuetify-labs.esm.js +77 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -24
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +77 -24
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2939 -2933
- package/dist/vuetify.d.ts +329 -61
- package/dist/vuetify.esm.js +77 -24
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +77 -24
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +252 -249
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +1 -0
- package/lib/components/VDataIterator/VDataIterator.js +1 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +7 -1
- package/lib/components/VDataTable/VDataTable.d.ts +164 -0
- package/lib/components/VDataTable/VDataTable.sass +4 -1
- package/lib/components/VDataTable/VDataTableColumn.d.ts +4 -1
- package/lib/components/VDataTable/VDataTableColumn.js +6 -2
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +57 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +27 -12
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +3 -0
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.d.ts +51 -0
- package/lib/components/VDataTable/VDataTableRow.js +17 -4
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +100 -0
- package/lib/components/VDataTable/VDataTableRows.js +9 -4
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +110 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +110 -0
- package/lib/components/VDataTable/composables/headers.d.ts +14 -0
- package/lib/components/VDataTable/types.d.ts +1 -0
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +25 -0
- package/lib/components/VFileInput/VFileInput.js +11 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -61
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +2 -0
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +2 -0
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +2 -0
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +2 -0
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/iconsets/mdi.js +2 -0
- package/lib/iconsets/mdi.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VFileUpload": {
|
4
|
+
"from": "labs/VFileUpload",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VFileUploadItem": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VIconBtn": {
|
12
|
+
"from": "labs/VIconBtn",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VCalendar": {
|
4
16
|
"from": "labs/VCalendar",
|
5
17
|
"styles": []
|
@@ -24,12 +36,20 @@
|
|
24
36
|
"from": "labs/VCalendar",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
29
41
|
"styles": []
|
30
42
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
43
|
+
"VPie": {
|
44
|
+
"from": "labs/VPie",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VPieSegment": {
|
48
|
+
"from": "labs/VPie",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VPieTooltip": {
|
52
|
+
"from": "labs/VPie",
|
33
53
|
"styles": []
|
34
54
|
},
|
35
55
|
"VPicker": {
|
@@ -68,14 +88,6 @@
|
|
68
88
|
"from": "labs/VVideo",
|
69
89
|
"styles": []
|
70
90
|
},
|
71
|
-
"VColorInput": {
|
72
|
-
"from": "labs/VColorInput",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VIconBtn": {
|
76
|
-
"from": "labs/VIconBtn",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
91
|
"VDateInput": {
|
80
92
|
"from": "labs/VDateInput",
|
81
93
|
"styles": []
|
@@ -84,18 +96,6 @@
|
|
84
96
|
"from": "labs/VMaskInput",
|
85
97
|
"styles": []
|
86
98
|
},
|
87
|
-
"VPie": {
|
88
|
-
"from": "labs/VPie",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VPieSegment": {
|
92
|
-
"from": "labs/VPie",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VPieTooltip": {
|
96
|
-
"from": "labs/VPie",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
99
|
"VPullToRefresh": {
|
100
100
|
"from": "labs/VPullToRefresh",
|
101
101
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -4,22 +4,6 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VAlert": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlertTitle": {
|
12
|
-
"from": "components/VAlert",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAutocomplete": {
|
16
|
-
"from": "components/VAutocomplete",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VBottomSheet": {
|
20
|
-
"from": "components/VBottomSheet",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
7
|
"VAppBar": {
|
24
8
|
"from": "components/VAppBar",
|
25
9
|
"styles": []
|
@@ -32,40 +16,36 @@
|
|
32
16
|
"from": "components/VAppBar",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBannerActions": {
|
40
|
-
"from": "components/VBanner",
|
19
|
+
"VAlert": {
|
20
|
+
"from": "components/VAlert",
|
41
21
|
"styles": []
|
42
22
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
23
|
+
"VAlertTitle": {
|
24
|
+
"from": "components/VAlert",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
27
|
"VBadge": {
|
48
28
|
"from": "components/VBadge",
|
49
29
|
"styles": []
|
50
30
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
53
33
|
"styles": []
|
54
34
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
35
|
+
"VBanner": {
|
36
|
+
"from": "components/VBanner",
|
57
37
|
"styles": []
|
58
38
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
39
|
+
"VBannerActions": {
|
40
|
+
"from": "components/VBanner",
|
61
41
|
"styles": []
|
62
42
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
43
|
+
"VBannerText": {
|
44
|
+
"from": "components/VBanner",
|
65
45
|
"styles": []
|
66
46
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
47
|
+
"VBottomSheet": {
|
48
|
+
"from": "components/VBottomSheet",
|
69
49
|
"styles": []
|
70
50
|
},
|
71
51
|
"VBreadcrumbs": {
|
@@ -80,6 +60,10 @@
|
|
80
60
|
"from": "components/VBreadcrumbs",
|
81
61
|
"styles": []
|
82
62
|
},
|
63
|
+
"VBtn": {
|
64
|
+
"from": "components/VBtn",
|
65
|
+
"styles": []
|
66
|
+
},
|
83
67
|
"VCard": {
|
84
68
|
"from": "components/VCard",
|
85
69
|
"styles": []
|
@@ -104,72 +88,56 @@
|
|
104
88
|
"from": "components/VCard",
|
105
89
|
"styles": []
|
106
90
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCarouselItem": {
|
112
|
-
"from": "components/VCarousel",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCounter": {
|
116
|
-
"from": "components/VCounter",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCombobox": {
|
120
|
-
"from": "components/VCombobox",
|
91
|
+
"VBtnToggle": {
|
92
|
+
"from": "components/VBtnToggle",
|
121
93
|
"styles": []
|
122
94
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
95
|
+
"VChip": {
|
96
|
+
"from": "components/VChip",
|
125
97
|
"styles": []
|
126
98
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
99
|
+
"VBtnGroup": {
|
100
|
+
"from": "components/VBtnGroup",
|
129
101
|
"styles": []
|
130
102
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
103
|
+
"VCheckbox": {
|
104
|
+
"from": "components/VCheckbox",
|
133
105
|
"styles": []
|
134
106
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
107
|
+
"VCheckboxBtn": {
|
108
|
+
"from": "components/VCheckbox",
|
137
109
|
"styles": []
|
138
110
|
},
|
139
111
|
"VCode": {
|
140
112
|
"from": "components/VCode",
|
141
113
|
"styles": []
|
142
114
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDatePickerControls": {
|
148
|
-
"from": "components/VDatePicker",
|
115
|
+
"VBottomNavigation": {
|
116
|
+
"from": "components/VBottomNavigation",
|
149
117
|
"styles": []
|
150
118
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
119
|
+
"VColorPicker": {
|
120
|
+
"from": "components/VColorPicker",
|
153
121
|
"styles": []
|
154
122
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup",
|
157
125
|
"styles": []
|
158
126
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
127
|
+
"VCarousel": {
|
128
|
+
"from": "components/VCarousel",
|
161
129
|
"styles": []
|
162
130
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
131
|
+
"VCarouselItem": {
|
132
|
+
"from": "components/VCarousel",
|
165
133
|
"styles": []
|
166
134
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox",
|
169
137
|
"styles": []
|
170
138
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter",
|
173
141
|
"styles": []
|
174
142
|
},
|
175
143
|
"VDataTable": {
|
@@ -200,10 +168,42 @@
|
|
200
168
|
"from": "components/VDataTable",
|
201
169
|
"styles": []
|
202
170
|
},
|
171
|
+
"VDatePicker": {
|
172
|
+
"from": "components/VDatePicker",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDatePickerControls": {
|
176
|
+
"from": "components/VDatePicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDatePickerHeader": {
|
180
|
+
"from": "components/VDatePicker",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDatePickerMonth": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerMonths": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerYears": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
203
195
|
"VEmptyState": {
|
204
196
|
"from": "components/VEmptyState",
|
205
197
|
"styles": []
|
206
198
|
},
|
199
|
+
"VDivider": {
|
200
|
+
"from": "components/VDivider",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
207
|
"VExpansionPanels": {
|
208
208
|
"from": "components/VExpansionPanel",
|
209
209
|
"styles": []
|
@@ -224,6 +224,10 @@
|
|
224
224
|
"from": "components/VFab",
|
225
225
|
"styles": []
|
226
226
|
},
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput",
|
229
|
+
"styles": []
|
230
|
+
},
|
227
231
|
"VField": {
|
228
232
|
"from": "components/VField",
|
229
233
|
"styles": []
|
@@ -232,32 +236,40 @@
|
|
232
236
|
"from": "components/VField",
|
233
237
|
"styles": []
|
234
238
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
239
|
+
"VInfiniteScroll": {
|
240
|
+
"from": "components/VInfiniteScroll",
|
237
241
|
"styles": []
|
238
242
|
},
|
239
243
|
"VFooter": {
|
240
244
|
"from": "components/VFooter",
|
241
245
|
"styles": []
|
242
246
|
},
|
243
|
-
"VDivider": {
|
244
|
-
"from": "components/VDivider",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
247
|
"VImg": {
|
248
248
|
"from": "components/VImg",
|
249
249
|
"styles": []
|
250
250
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
251
|
+
"VIcon": {
|
252
|
+
"from": "components/VIcon",
|
253
253
|
"styles": []
|
254
254
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
255
|
+
"VComponentIcon": {
|
256
|
+
"from": "components/VIcon",
|
257
257
|
"styles": []
|
258
258
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
259
|
+
"VSvgIcon": {
|
260
|
+
"from": "components/VIcon",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VLigatureIcon": {
|
264
|
+
"from": "components/VIcon",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
|
+
"VClassIcon": {
|
268
|
+
"from": "components/VIcon",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VKbd": {
|
272
|
+
"from": "components/VKbd",
|
261
273
|
"styles": []
|
262
274
|
},
|
263
275
|
"VItemGroup": {
|
@@ -268,8 +280,8 @@
|
|
268
280
|
"from": "components/VItemGroup",
|
269
281
|
"styles": []
|
270
282
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
283
|
+
"VInput": {
|
284
|
+
"from": "components/VInput",
|
273
285
|
"styles": []
|
274
286
|
},
|
275
287
|
"VList": {
|
@@ -308,52 +320,36 @@
|
|
308
320
|
"from": "components/VList",
|
309
321
|
"styles": []
|
310
322
|
},
|
311
|
-
"
|
312
|
-
"from": "components/
|
313
|
-
"styles": []
|
314
|
-
},
|
315
|
-
"VComponentIcon": {
|
316
|
-
"from": "components/VIcon",
|
317
|
-
"styles": []
|
318
|
-
},
|
319
|
-
"VSvgIcon": {
|
320
|
-
"from": "components/VIcon",
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VLigatureIcon": {
|
324
|
-
"from": "components/VIcon",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VClassIcon": {
|
328
|
-
"from": "components/VIcon",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMenu": {
|
332
|
-
"from": "components/VMenu",
|
323
|
+
"VLabel": {
|
324
|
+
"from": "components/VLabel",
|
333
325
|
"styles": []
|
334
326
|
},
|
335
327
|
"VMain": {
|
336
328
|
"from": "components/VMain",
|
337
329
|
"styles": []
|
338
330
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
331
|
+
"VMenu": {
|
332
|
+
"from": "components/VMenu",
|
341
333
|
"styles": []
|
342
334
|
},
|
343
335
|
"VNavigationDrawer": {
|
344
336
|
"from": "components/VNavigationDrawer",
|
345
337
|
"styles": []
|
346
338
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
349
341
|
"styles": []
|
350
342
|
},
|
351
343
|
"VNumberInput": {
|
352
344
|
"from": "components/VNumberInput",
|
353
345
|
"styles": []
|
354
346
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
347
|
+
"VOverlay": {
|
348
|
+
"from": "components/VOverlay",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
355
|
"VPagination": {
|
@@ -364,8 +360,8 @@
|
|
364
360
|
"from": "components/VProgressLinear",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
367
|
"VRating": {
|
@@ -376,14 +372,22 @@
|
|
376
372
|
"from": "components/VRadioGroup",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
379
|
"VSkeletonLoader": {
|
384
380
|
"from": "components/VSkeletonLoader",
|
385
381
|
"styles": []
|
386
382
|
},
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSelect": {
|
388
|
+
"from": "components/VSelect",
|
389
|
+
"styles": []
|
390
|
+
},
|
387
391
|
"VSlideGroup": {
|
388
392
|
"from": "components/VSlideGroup",
|
389
393
|
"styles": []
|
@@ -392,20 +396,20 @@
|
|
392
396
|
"from": "components/VSlideGroup",
|
393
397
|
"styles": []
|
394
398
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSnackbar": {
|
400
|
-
"from": "components/VSnackbar",
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
403
|
"VSelectionControl": {
|
404
404
|
"from": "components/VSelectionControl",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSystemBar": {
|
412
|
+
"from": "components/VSystemBar",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
415
|
"VStepper": {
|
@@ -432,18 +436,6 @@
|
|
432
436
|
"from": "components/VStepper",
|
433
437
|
"styles": []
|
434
438
|
},
|
435
|
-
"VSwitch": {
|
436
|
-
"from": "components/VSwitch",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VTable": {
|
440
|
-
"from": "components/VTable",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VTextarea": {
|
444
|
-
"from": "components/VTextarea",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
439
|
"VTab": {
|
448
440
|
"from": "components/VTabs",
|
449
441
|
"styles": []
|
@@ -460,14 +452,26 @@
|
|
460
452
|
"from": "components/VTabs",
|
461
453
|
"styles": []
|
462
454
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
455
|
+
"VTable": {
|
456
|
+
"from": "components/VTable",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
463
|
"VTextField": {
|
468
464
|
"from": "components/VTextField",
|
469
465
|
"styles": []
|
470
466
|
},
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
471
475
|
"VTimePicker": {
|
472
476
|
"from": "components/VTimePicker",
|
473
477
|
"styles": []
|
@@ -480,8 +484,8 @@
|
|
480
484
|
"from": "components/VTimePicker",
|
481
485
|
"styles": []
|
482
486
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
487
|
+
"VTooltip": {
|
488
|
+
"from": "components/VTooltip",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
491
|
"VToolbar": {
|
@@ -496,10 +500,6 @@
|
|
496
500
|
"from": "components/VToolbar",
|
497
501
|
"styles": []
|
498
502
|
},
|
499
|
-
"VTooltip": {
|
500
|
-
"from": "components/VTooltip",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
503
|
"VTreeview": {
|
504
504
|
"from": "components/VTreeview",
|
505
505
|
"styles": []
|
@@ -520,6 +520,10 @@
|
|
520
520
|
"from": "components/VWindow",
|
521
521
|
"styles": []
|
522
522
|
},
|
523
|
+
"VAutocomplete": {
|
524
|
+
"from": "components/VAutocomplete",
|
525
|
+
"styles": []
|
526
|
+
},
|
523
527
|
"VConfirmEdit": {
|
524
528
|
"from": "components/VConfirmEdit",
|
525
529
|
"styles": []
|
@@ -532,6 +536,10 @@
|
|
532
536
|
"from": "components/VDefaultsProvider",
|
533
537
|
"styles": []
|
534
538
|
},
|
539
|
+
"VForm": {
|
540
|
+
"from": "components/VForm",
|
541
|
+
"styles": []
|
542
|
+
},
|
535
543
|
"VContainer": {
|
536
544
|
"from": "components/VGrid",
|
537
545
|
"styles": []
|
@@ -548,14 +556,14 @@
|
|
548
556
|
"from": "components/VGrid",
|
549
557
|
"styles": []
|
550
558
|
},
|
551
|
-
"VForm": {
|
552
|
-
"from": "components/VForm",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
559
|
"VHover": {
|
556
560
|
"from": "components/VHover",
|
557
561
|
"styles": []
|
558
562
|
},
|
563
|
+
"VLazy": {
|
564
|
+
"from": "components/VLazy",
|
565
|
+
"styles": []
|
566
|
+
},
|
559
567
|
"VLayout": {
|
560
568
|
"from": "components/VLayout",
|
561
569
|
"styles": []
|
@@ -568,10 +576,6 @@
|
|
568
576
|
"from": "components/VLocaleProvider",
|
569
577
|
"styles": []
|
570
578
|
},
|
571
|
-
"VLazy": {
|
572
|
-
"from": "components/VLazy",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
579
|
"VNoSsr": {
|
576
580
|
"from": "components/VNoSsr",
|
577
581
|
"styles": []
|
@@ -604,26 +608,18 @@
|
|
604
608
|
"from": "components/VSpeedDial",
|
605
609
|
"styles": []
|
606
610
|
},
|
607
|
-
"VTimeline": {
|
608
|
-
"from": "components/VTimeline",
|
609
|
-
"styles": []
|
610
|
-
},
|
611
|
-
"VTimelineItem": {
|
612
|
-
"from": "components/VTimeline",
|
613
|
-
"styles": []
|
614
|
-
},
|
615
611
|
"VThemeProvider": {
|
616
612
|
"from": "components/VThemeProvider",
|
617
613
|
"styles": []
|
618
614
|
},
|
619
|
-
"VVirtualScroll": {
|
620
|
-
"from": "components/VVirtualScroll",
|
621
|
-
"styles": []
|
622
|
-
},
|
623
615
|
"VValidation": {
|
624
616
|
"from": "components/VValidation",
|
625
617
|
"styles": []
|
626
618
|
},
|
619
|
+
"VVirtualScroll": {
|
620
|
+
"from": "components/VVirtualScroll",
|
621
|
+
"styles": []
|
622
|
+
},
|
627
623
|
"VFabTransition": {
|
628
624
|
"from": "components/transitions",
|
629
625
|
"styles": []
|
@@ -687,6 +683,10 @@
|
|
687
683
|
"VDialogTransition": {
|
688
684
|
"from": "components/transitions",
|
689
685
|
"styles": []
|
686
|
+
},
|
687
|
+
"VSnackbar": {
|
688
|
+
"from": "components/VSnackbar",
|
689
|
+
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|