@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-dev.2025-06-03
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 +12 -3
- package/dist/json/attributes.json +3213 -3189
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5962 -5902
- package/dist/vuetify-labs.cjs +52 -19
- package/dist/vuetify-labs.css +5727 -5721
- package/dist/vuetify-labs.d.ts +677 -402
- package/dist/vuetify-labs.esm.js +52 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +52 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +52 -19
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4233 -4227
- package/dist/vuetify.d.ts +621 -378
- package/dist/vuetify.esm.js +52 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +52 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +29 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VCombobox/VCombobox.d.ts +21 -7
- package/lib/components/VCombobox/VCombobox.js +2 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableServer.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +29 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +23 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +20 -10
- package/lib/components/VSelect/VSelect.d.ts +33 -11
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +20 -10
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +2 -2
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- package/lib/composables/date/date.d.ts +2 -2
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +2 -2
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +75 -65
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/entry-bundler.d.ts +2 -2
- package/package.json +1 -1
@@ -24,6 +24,22 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VIconBtn": {
|
28
|
+
"from": "labs/VIconBtn",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VStepperVertical": {
|
32
|
+
"from": "labs/VStepperVertical",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VStepperVerticalItem": {
|
36
|
+
"from": "labs/VStepperVertical",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VStepperVerticalActions": {
|
40
|
+
"from": "labs/VStepperVertical",
|
41
|
+
"styles": []
|
42
|
+
},
|
27
43
|
"VFileUpload": {
|
28
44
|
"from": "labs/VFileUpload",
|
29
45
|
"styles": []
|
@@ -40,14 +56,6 @@
|
|
40
56
|
"from": "labs/VPicker",
|
41
57
|
"styles": []
|
42
58
|
},
|
43
|
-
"VColorInput": {
|
44
|
-
"from": "labs/VColorInput",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VIconBtn": {
|
48
|
-
"from": "labs/VIconBtn",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
59
|
"VTimePicker": {
|
52
60
|
"from": "labs/VTimePicker",
|
53
61
|
"styles": []
|
@@ -72,25 +80,17 @@
|
|
72
80
|
"from": "labs/VTreeview",
|
73
81
|
"styles": []
|
74
82
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VStepperVerticalItem": {
|
80
|
-
"from": "labs/VStepperVertical",
|
83
|
+
"VColorInput": {
|
84
|
+
"from": "labs/VColorInput",
|
81
85
|
"styles": []
|
82
86
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
87
|
+
"VPullToRefresh": {
|
88
|
+
"from": "labs/VPullToRefresh",
|
85
89
|
"styles": []
|
86
90
|
},
|
87
91
|
"VDateInput": {
|
88
92
|
"from": "labs/VDateInput",
|
89
93
|
"styles": []
|
90
|
-
},
|
91
|
-
"VPullToRefresh": {
|
92
|
-
"from": "labs/VPullToRefresh",
|
93
|
-
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
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,6 +20,10 @@
|
|
16
20
|
"from": "components/VAppBar",
|
17
21
|
"styles": []
|
18
22
|
},
|
23
|
+
"VBadge": {
|
24
|
+
"from": "components/VBadge",
|
25
|
+
"styles": []
|
26
|
+
},
|
19
27
|
"VAlert": {
|
20
28
|
"from": "components/VAlert",
|
21
29
|
"styles": []
|
@@ -24,12 +32,16 @@
|
|
24
32
|
"from": "components/VAlert",
|
25
33
|
"styles": []
|
26
34
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
35
|
+
"VBottomNavigation": {
|
36
|
+
"from": "components/VBottomNavigation",
|
29
37
|
"styles": []
|
30
38
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
39
|
+
"VAvatar": {
|
40
|
+
"from": "components/VAvatar",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBtn": {
|
44
|
+
"from": "components/VBtn",
|
33
45
|
"styles": []
|
34
46
|
},
|
35
47
|
"VBanner": {
|
@@ -44,28 +56,16 @@
|
|
44
56
|
"from": "components/VBanner",
|
45
57
|
"styles": []
|
46
58
|
},
|
47
|
-
"VBottomNavigation": {
|
48
|
-
"from": "components/VBottomNavigation",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VBottomSheet": {
|
52
|
-
"from": "components/VBottomSheet",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VBtn": {
|
56
|
-
"from": "components/VBtn",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
59
|
"VBtnGroup": {
|
60
60
|
"from": "components/VBtnGroup",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
63
|
+
"VCheckbox": {
|
64
|
+
"from": "components/VCheckbox",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
67
|
+
"VCheckboxBtn": {
|
68
|
+
"from": "components/VCheckbox",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
71
|
"VCard": {
|
@@ -92,12 +92,20 @@
|
|
92
92
|
"from": "components/VCard",
|
93
93
|
"styles": []
|
94
94
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
95
|
+
"VBreadcrumbs": {
|
96
|
+
"from": "components/VBreadcrumbs",
|
97
97
|
"styles": []
|
98
98
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
99
|
+
"VBreadcrumbsItem": {
|
100
|
+
"from": "components/VBreadcrumbs",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VBreadcrumbsDivider": {
|
104
|
+
"from": "components/VBreadcrumbs",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
|
+
"VChipGroup": {
|
108
|
+
"from": "components/VChipGroup",
|
101
109
|
"styles": []
|
102
110
|
},
|
103
111
|
"VCarousel": {
|
@@ -108,12 +116,20 @@
|
|
108
116
|
"from": "components/VCarousel",
|
109
117
|
"styles": []
|
110
118
|
},
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCode": {
|
124
|
+
"from": "components/VCode",
|
125
|
+
"styles": []
|
126
|
+
},
|
111
127
|
"VColorPicker": {
|
112
128
|
"from": "components/VColorPicker",
|
113
129
|
"styles": []
|
114
130
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox",
|
117
133
|
"styles": []
|
118
134
|
},
|
119
135
|
"VDataTable": {
|
@@ -144,34 +160,10 @@
|
|
144
160
|
"from": "components/VDataTable",
|
145
161
|
"styles": []
|
146
162
|
},
|
147
|
-
"VCode": {
|
148
|
-
"from": "components/VCode",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VBreadcrumbs": {
|
152
|
-
"from": "components/VBreadcrumbs",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VBreadcrumbsItem": {
|
156
|
-
"from": "components/VBreadcrumbs",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VBreadcrumbsDivider": {
|
160
|
-
"from": "components/VBreadcrumbs",
|
161
|
-
"styles": []
|
162
|
-
},
|
163
163
|
"VCounter": {
|
164
164
|
"from": "components/VCounter",
|
165
165
|
"styles": []
|
166
166
|
},
|
167
|
-
"VCombobox": {
|
168
|
-
"from": "components/VCombobox",
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VDialog": {
|
172
|
-
"from": "components/VDialog",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
167
|
"VDatePicker": {
|
176
168
|
"from": "components/VDatePicker",
|
177
169
|
"styles": []
|
@@ -196,14 +188,30 @@
|
|
196
188
|
"from": "components/VDatePicker",
|
197
189
|
"styles": []
|
198
190
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
191
|
+
"VBtnToggle": {
|
192
|
+
"from": "components/VBtnToggle",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
195
|
"VDivider": {
|
204
196
|
"from": "components/VDivider",
|
205
197
|
"styles": []
|
206
198
|
},
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VField": {
|
208
|
+
"from": "components/VField",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VFieldLabel": {
|
212
|
+
"from": "components/VField",
|
213
|
+
"styles": []
|
214
|
+
},
|
207
215
|
"VExpansionPanels": {
|
208
216
|
"from": "components/VExpansionPanel",
|
209
217
|
"styles": []
|
@@ -220,28 +228,28 @@
|
|
220
228
|
"from": "components/VExpansionPanel",
|
221
229
|
"styles": []
|
222
230
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
231
|
+
"VBottomSheet": {
|
232
|
+
"from": "components/VBottomSheet",
|
225
233
|
"styles": []
|
226
234
|
},
|
227
235
|
"VFab": {
|
228
236
|
"from": "components/VFab",
|
229
237
|
"styles": []
|
230
238
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
241
249
|
"styles": []
|
242
250
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
251
|
+
"VImg": {
|
252
|
+
"from": "components/VImg",
|
245
253
|
"styles": []
|
246
254
|
},
|
247
255
|
"VIcon": {
|
@@ -264,32 +272,24 @@
|
|
264
272
|
"from": "components/VIcon",
|
265
273
|
"styles": []
|
266
274
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VItemGroup": {
|
272
|
-
"from": "components/VItemGroup",
|
275
|
+
"VKbd": {
|
276
|
+
"from": "components/VKbd",
|
273
277
|
"styles": []
|
274
278
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
279
|
+
"VMain": {
|
280
|
+
"from": "components/VMain",
|
277
281
|
"styles": []
|
278
282
|
},
|
279
283
|
"VInput": {
|
280
284
|
"from": "components/VInput",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
285
|
-
"styles": []
|
286
|
-
},
|
287
|
-
"VKbd": {
|
288
|
-
"from": "components/VKbd",
|
287
|
+
"VItemGroup": {
|
288
|
+
"from": "components/VItemGroup",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
291
|
+
"VItem": {
|
292
|
+
"from": "components/VItemGroup",
|
293
293
|
"styles": []
|
294
294
|
},
|
295
295
|
"VList": {
|
@@ -328,72 +328,60 @@
|
|
328
328
|
"from": "components/VList",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMenu": {
|
336
|
-
"from": "components/VMenu",
|
331
|
+
"VLabel": {
|
332
|
+
"from": "components/VLabel",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
335
|
"VMessages": {
|
340
336
|
"from": "components/VMessages",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
347
|
"VNumberInput": {
|
348
348
|
"from": "components/VNumberInput",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
351
|
+
"VOverlay": {
|
352
|
+
"from": "components/VOverlay",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
355
|
"VOtpInput": {
|
356
356
|
"from": "components/VOtpInput",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
|
-
"VProgressCircular": {
|
360
|
-
"from": "components/VProgressCircular",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
|
-
"VNavigationDrawer": {
|
364
|
-
"from": "components/VNavigationDrawer",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
359
|
"VProgressLinear": {
|
368
360
|
"from": "components/VProgressLinear",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
373
|
-
"styles": []
|
374
|
-
},
|
375
|
-
"VSelect": {
|
376
|
-
"from": "components/VSelect",
|
363
|
+
"VPagination": {
|
364
|
+
"from": "components/VPagination",
|
377
365
|
"styles": []
|
378
366
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
381
369
|
"styles": []
|
382
370
|
},
|
383
371
|
"VRadioGroup": {
|
384
372
|
"from": "components/VRadioGroup",
|
385
373
|
"styles": []
|
386
374
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating",
|
389
377
|
"styles": []
|
390
378
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl",
|
393
381
|
"styles": []
|
394
382
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
397
385
|
"styles": []
|
398
386
|
},
|
399
387
|
"VSlideGroup": {
|
@@ -404,14 +392,22 @@
|
|
404
392
|
"from": "components/VSlideGroup",
|
405
393
|
"styles": []
|
406
394
|
},
|
407
|
-
"VSelectionControlGroup": {
|
408
|
-
"from": "components/VSelectionControlGroup",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
395
|
"VSnackbar": {
|
412
396
|
"from": "components/VSnackbar",
|
413
397
|
"styles": []
|
414
398
|
},
|
399
|
+
"VSkeletonLoader": {
|
400
|
+
"from": "components/VSkeletonLoader",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSwitch": {
|
404
|
+
"from": "components/VSwitch",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSelect": {
|
408
|
+
"from": "components/VSelect",
|
409
|
+
"styles": []
|
410
|
+
},
|
415
411
|
"VStepper": {
|
416
412
|
"from": "components/VStepper",
|
417
413
|
"styles": []
|
@@ -436,48 +432,24 @@
|
|
436
432
|
"from": "components/VStepper",
|
437
433
|
"styles": []
|
438
434
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VSystemBar": {
|
444
|
-
"from": "components/VSystemBar",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTab": {
|
448
|
-
"from": "components/VTabs",
|
449
|
-
"styles": []
|
450
|
-
},
|
451
|
-
"VTabs": {
|
452
|
-
"from": "components/VTabs",
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VTabsWindow": {
|
456
|
-
"from": "components/VTabs",
|
457
|
-
"styles": []
|
458
|
-
},
|
459
|
-
"VTabsWindowItem": {
|
460
|
-
"from": "components/VTabs",
|
435
|
+
"VSlider": {
|
436
|
+
"from": "components/VSlider",
|
461
437
|
"styles": []
|
462
438
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
439
|
+
"VSelectionControlGroup": {
|
440
|
+
"from": "components/VSelectionControlGroup",
|
465
441
|
"styles": []
|
466
442
|
},
|
467
443
|
"VTable": {
|
468
444
|
"from": "components/VTable",
|
469
445
|
"styles": []
|
470
446
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VTimelineItem": {
|
476
|
-
"from": "components/VTimeline",
|
447
|
+
"VSystemBar": {
|
448
|
+
"from": "components/VSystemBar",
|
477
449
|
"styles": []
|
478
450
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
451
|
+
"VTextarea": {
|
452
|
+
"from": "components/VTextarea",
|
481
453
|
"styles": []
|
482
454
|
},
|
483
455
|
"VToolbar": {
|
@@ -496,6 +468,18 @@
|
|
496
468
|
"from": "components/VTooltip",
|
497
469
|
"styles": []
|
498
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",
|
481
|
+
"styles": []
|
482
|
+
},
|
499
483
|
"VWindow": {
|
500
484
|
"from": "components/VWindow",
|
501
485
|
"styles": []
|
@@ -508,56 +492,52 @@
|
|
508
492
|
"from": "components/VDataIterator",
|
509
493
|
"styles": []
|
510
494
|
},
|
511
|
-
"VConfirmEdit": {
|
512
|
-
"from": "components/VConfirmEdit",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
495
|
"VDefaultsProvider": {
|
516
496
|
"from": "components/VDefaultsProvider",
|
517
497
|
"styles": []
|
518
498
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
499
|
+
"VContainer": {
|
500
|
+
"from": "components/VGrid",
|
521
501
|
"styles": []
|
522
502
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
503
|
+
"VCol": {
|
504
|
+
"from": "components/VGrid",
|
525
505
|
"styles": []
|
526
506
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
507
|
+
"VRow": {
|
508
|
+
"from": "components/VGrid",
|
529
509
|
"styles": []
|
530
510
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
511
|
+
"VSpacer": {
|
512
|
+
"from": "components/VGrid",
|
533
513
|
"styles": []
|
534
514
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
515
|
+
"VForm": {
|
516
|
+
"from": "components/VForm",
|
537
517
|
"styles": []
|
538
518
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
519
|
+
"VHover": {
|
520
|
+
"from": "components/VHover",
|
541
521
|
"styles": []
|
542
522
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
523
|
+
"VConfirmEdit": {
|
524
|
+
"from": "components/VConfirmEdit",
|
545
525
|
"styles": []
|
546
526
|
},
|
547
|
-
"
|
548
|
-
"from": "components/
|
527
|
+
"VLayout": {
|
528
|
+
"from": "components/VLayout",
|
549
529
|
"styles": []
|
550
530
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
531
|
+
"VLayoutItem": {
|
532
|
+
"from": "components/VLayout",
|
553
533
|
"styles": []
|
554
534
|
},
|
555
535
|
"VLocaleProvider": {
|
556
536
|
"from": "components/VLocaleProvider",
|
557
537
|
"styles": []
|
558
538
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy",
|
561
541
|
"styles": []
|
562
542
|
},
|
563
543
|
"VParallax": {
|
@@ -576,18 +556,18 @@
|
|
576
556
|
"from": "components/VResponsive",
|
577
557
|
"styles": []
|
578
558
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
581
|
-
"styles": []
|
582
|
-
},
|
583
|
-
"VSnackbarQueue": {
|
584
|
-
"from": "components/VSnackbarQueue",
|
559
|
+
"VNoSsr": {
|
560
|
+
"from": "components/VNoSsr",
|
585
561
|
"styles": []
|
586
562
|
},
|
587
563
|
"VSpeedDial": {
|
588
564
|
"from": "components/VSpeedDial",
|
589
565
|
"styles": []
|
590
566
|
},
|
567
|
+
"VSparkline": {
|
568
|
+
"from": "components/VSparkline",
|
569
|
+
"styles": []
|
570
|
+
},
|
591
571
|
"VThemeProvider": {
|
592
572
|
"from": "components/VThemeProvider",
|
593
573
|
"styles": []
|
@@ -596,6 +576,10 @@
|
|
596
576
|
"from": "components/VValidation",
|
597
577
|
"styles": []
|
598
578
|
},
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
581
|
+
"styles": []
|
582
|
+
},
|
599
583
|
"VVirtualScroll": {
|
600
584
|
"from": "components/VVirtualScroll",
|
601
585
|
"styles": []
|
@@ -663,6 +647,22 @@
|
|
663
647
|
"VDialogTransition": {
|
664
648
|
"from": "components/transitions",
|
665
649
|
"styles": []
|
650
|
+
},
|
651
|
+
"VTab": {
|
652
|
+
"from": "components/VTabs",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VTabs": {
|
656
|
+
"from": "components/VTabs",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VTabsWindow": {
|
660
|
+
"from": "components/VTabs",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VTabsWindowItem": {
|
664
|
+
"from": "components/VTabs",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|