vuetify 3.9.6 → 3.9.7
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/dist/json/attributes.json +2761 -2761
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +206 -206
- package/dist/json/web-types.json +5372 -5295
- package/dist/vuetify-labs.cjs +51 -52
- package/dist/vuetify-labs.css +5946 -5832
- package/dist/vuetify-labs.d.ts +168 -94
- package/dist/vuetify-labs.esm.js +51 -52
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +51 -52
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +26 -22
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1937 -1823
- package/dist/vuetify.d.ts +91 -91
- package/dist/vuetify.esm.js +26 -22
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +26 -22
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +35 -32
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +12 -0
- package/lib/components/VAlert/VAlert.sass +13 -0
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -2
- package/lib/components/VBtn/VBtn.sass +1 -4
- package/lib/components/VCard/VCard.css +6 -0
- package/lib/components/VCard/VCard.sass +5 -0
- package/lib/components/VChip/VChip.css +6 -0
- package/lib/components/VChip/VChip.sass +5 -0
- package/lib/components/VChipGroup/VChipGroup.css +25 -0
- package/lib/components/VChipGroup/VChipGroup.sass +23 -0
- package/lib/components/VCombobox/VCombobox.css +2 -1
- package/lib/components/VCombobox/VCombobox.sass +3 -2
- package/lib/components/VList/VListItem.css +30 -0
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.sass +29 -0
- package/lib/components/VOtpInput/VOtpInput.js +1 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js +5 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -3
- package/lib/components/VSelect/VSelect.css +2 -1
- package/lib/components/VSelect/VSelect.sass +3 -2
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -0
- package/lib/components/VSnackbar/VSnackbar.sass +3 -0
- package/lib/components/VTimeline/VTimeline.css +22 -0
- package/lib/components/VTimeline/VTimeline.sass +12 -0
- package/lib/components/VTreeview/VTreeviewItem.css +13 -8
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -9
- package/lib/components/VTreeview/VTreeviewItem.sass +12 -8
- package/lib/composables/filter.js +3 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +5 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/rounded.js +3 -3
- package/lib/composables/rounded.js.map +1 -1
- package/lib/directives/touch/index.js +2 -2
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +79 -79
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +78 -3
- package/lib/labs/VDateInput/VDateInput.js +3 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VVideo/VVideo.css +4 -4
- package/lib/labs/VVideo/VVideo.js +24 -33
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +4 -4
- package/package.json +2 -2
package/dist/json/importMap.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAppBar": {
|
|
8
|
-
"from": "components/VAppBar",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAppBarNavIcon": {
|
|
12
|
-
"from": "components/VAppBar",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VAppBarTitle": {
|
|
16
|
-
"from": "components/VAppBar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VAlert": {
|
|
20
4
|
"from": "components/VAlert",
|
|
21
5
|
"styles": []
|
|
@@ -24,36 +8,44 @@
|
|
|
24
8
|
"from": "components/VAlert",
|
|
25
9
|
"styles": []
|
|
26
10
|
},
|
|
11
|
+
"VApp": {
|
|
12
|
+
"from": "components/VApp",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
27
15
|
"VAvatar": {
|
|
28
16
|
"from": "components/VAvatar",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
19
|
+
"VAppBar": {
|
|
20
|
+
"from": "components/VAppBar",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
23
|
+
"VAppBarNavIcon": {
|
|
24
|
+
"from": "components/VAppBar",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
27
|
+
"VAppBarTitle": {
|
|
28
|
+
"from": "components/VAppBar",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
35
|
+
"VBtn": {
|
|
36
|
+
"from": "components/VBtn",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
39
|
"VBottomNavigation": {
|
|
52
40
|
"from": "components/VBottomNavigation",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
43
|
+
"VAutocomplete": {
|
|
44
|
+
"from": "components/VAutocomplete",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBtnGroup": {
|
|
48
|
+
"from": "components/VBtnGroup",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
51
|
"VBreadcrumbs": {
|
|
@@ -68,26 +60,22 @@
|
|
|
68
60
|
"from": "components/VBreadcrumbs",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
63
|
+
"VBanner": {
|
|
64
|
+
"from": "components/VBanner",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
67
|
+
"VBannerActions": {
|
|
68
|
+
"from": "components/VBanner",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
71
|
+
"VBannerText": {
|
|
72
|
+
"from": "components/VBanner",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
75
|
"VBtnToggle": {
|
|
84
76
|
"from": "components/VBtnToggle",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
|
-
"VBtn": {
|
|
88
|
-
"from": "components/VBtn",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
79
|
"VCheckbox": {
|
|
92
80
|
"from": "components/VCheckbox",
|
|
93
81
|
"styles": []
|
|
@@ -96,60 +84,56 @@
|
|
|
96
84
|
"from": "components/VCheckbox",
|
|
97
85
|
"styles": []
|
|
98
86
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VChipGroup": {
|
|
104
|
-
"from": "components/VChipGroup",
|
|
87
|
+
"VCard": {
|
|
88
|
+
"from": "components/VCard",
|
|
105
89
|
"styles": []
|
|
106
90
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
91
|
+
"VCardActions": {
|
|
92
|
+
"from": "components/VCard",
|
|
109
93
|
"styles": []
|
|
110
94
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
95
|
+
"VCardItem": {
|
|
96
|
+
"from": "components/VCard",
|
|
113
97
|
"styles": []
|
|
114
98
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
99
|
+
"VCardSubtitle": {
|
|
100
|
+
"from": "components/VCard",
|
|
117
101
|
"styles": []
|
|
118
102
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
103
|
+
"VCardText": {
|
|
104
|
+
"from": "components/VCard",
|
|
121
105
|
"styles": []
|
|
122
106
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
107
|
+
"VCardTitle": {
|
|
108
|
+
"from": "components/VCard",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
111
|
+
"VChip": {
|
|
112
|
+
"from": "components/VChip",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VChipGroup": {
|
|
116
|
+
"from": "components/VChipGroup",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
119
|
+
"VColorPicker": {
|
|
120
|
+
"from": "components/VColorPicker",
|
|
137
121
|
"styles": []
|
|
138
122
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
123
|
+
"VCode": {
|
|
124
|
+
"from": "components/VCode",
|
|
141
125
|
"styles": []
|
|
142
126
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
145
129
|
"styles": []
|
|
146
130
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
149
133
|
"styles": []
|
|
150
134
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
135
|
+
"VBottomSheet": {
|
|
136
|
+
"from": "components/VBottomSheet",
|
|
153
137
|
"styles": []
|
|
154
138
|
},
|
|
155
139
|
"VDatePicker": {
|
|
@@ -180,6 +164,22 @@
|
|
|
180
164
|
"from": "components/VDivider",
|
|
181
165
|
"styles": []
|
|
182
166
|
},
|
|
167
|
+
"VDialog": {
|
|
168
|
+
"from": "components/VDialog",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VFab": {
|
|
176
|
+
"from": "components/VFab",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VFileInput": {
|
|
180
|
+
"from": "components/VFileInput",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
183
|
"VEmptyState": {
|
|
184
184
|
"from": "components/VEmptyState",
|
|
185
185
|
"styles": []
|
|
@@ -200,10 +200,6 @@
|
|
|
200
200
|
"from": "components/VExpansionPanel",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
-
"VFab": {
|
|
204
|
-
"from": "components/VFab",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
203
|
"VField": {
|
|
208
204
|
"from": "components/VField",
|
|
209
205
|
"styles": []
|
|
@@ -212,14 +208,26 @@
|
|
|
212
208
|
"from": "components/VField",
|
|
213
209
|
"styles": []
|
|
214
210
|
},
|
|
215
|
-
"VFileInput": {
|
|
216
|
-
"from": "components/VFileInput",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
211
|
"VFooter": {
|
|
220
212
|
"from": "components/VFooter",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
215
|
+
"VImg": {
|
|
216
|
+
"from": "components/VImg",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VInput": {
|
|
220
|
+
"from": "components/VInput",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VInfiniteScroll": {
|
|
224
|
+
"from": "components/VInfiniteScroll",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VKbd": {
|
|
228
|
+
"from": "components/VKbd",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
223
231
|
"VIcon": {
|
|
224
232
|
"from": "components/VIcon",
|
|
225
233
|
"styles": []
|
|
@@ -240,16 +248,8 @@
|
|
|
240
248
|
"from": "components/VIcon",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
|
-
"VInput": {
|
|
248
|
-
"from": "components/VInput",
|
|
249
|
-
"styles": []
|
|
250
|
-
},
|
|
251
|
-
"VImg": {
|
|
252
|
-
"from": "components/VImg",
|
|
251
|
+
"VLabel": {
|
|
252
|
+
"from": "components/VLabel",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
255
|
"VItemGroup": {
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
"from": "components/VItemGroup",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
263
|
+
"VMain": {
|
|
264
|
+
"from": "components/VMain",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
267
|
+
"VMessages": {
|
|
268
|
+
"from": "components/VMessages",
|
|
269
269
|
"styles": []
|
|
270
270
|
},
|
|
271
271
|
"VList": {
|
|
@@ -304,46 +304,34 @@
|
|
|
304
304
|
"from": "components/VList",
|
|
305
305
|
"styles": []
|
|
306
306
|
},
|
|
307
|
-
"
|
|
308
|
-
"from": "components/
|
|
307
|
+
"VNavigationDrawer": {
|
|
308
|
+
"from": "components/VNavigationDrawer",
|
|
309
309
|
"styles": []
|
|
310
310
|
},
|
|
311
311
|
"VMenu": {
|
|
312
312
|
"from": "components/VMenu",
|
|
313
313
|
"styles": []
|
|
314
314
|
},
|
|
315
|
-
"VMessages": {
|
|
316
|
-
"from": "components/VMessages",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
315
|
"VNumberInput": {
|
|
320
316
|
"from": "components/VNumberInput",
|
|
321
317
|
"styles": []
|
|
322
318
|
},
|
|
323
|
-
"VOverlay": {
|
|
324
|
-
"from": "components/VOverlay",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
319
|
"VOtpInput": {
|
|
328
320
|
"from": "components/VOtpInput",
|
|
329
321
|
"styles": []
|
|
330
322
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VPagination": {
|
|
336
|
-
"from": "components/VPagination",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VProgressCircular": {
|
|
340
|
-
"from": "components/VProgressCircular",
|
|
323
|
+
"VOverlay": {
|
|
324
|
+
"from": "components/VOverlay",
|
|
341
325
|
"styles": []
|
|
342
326
|
},
|
|
343
327
|
"VProgressLinear": {
|
|
344
328
|
"from": "components/VProgressLinear",
|
|
345
329
|
"styles": []
|
|
346
330
|
},
|
|
331
|
+
"VPagination": {
|
|
332
|
+
"from": "components/VPagination",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
347
335
|
"VRadioGroup": {
|
|
348
336
|
"from": "components/VRadioGroup",
|
|
349
337
|
"styles": []
|
|
@@ -352,36 +340,48 @@
|
|
|
352
340
|
"from": "components/VRating",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
343
|
+
"VSelectionControlGroup": {
|
|
344
|
+
"from": "components/VSelectionControlGroup",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
355
347
|
"VSelect": {
|
|
356
348
|
"from": "components/VSelect",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
351
|
+
"VSlideGroup": {
|
|
352
|
+
"from": "components/VSlideGroup",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
355
|
+
"VSlideGroupItem": {
|
|
356
|
+
"from": "components/VSlideGroup",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
359
|
"VSlider": {
|
|
364
360
|
"from": "components/VSlider",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
363
|
+
"VSkeletonLoader": {
|
|
364
|
+
"from": "components/VSkeletonLoader",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
367
|
+
"VProgressCircular": {
|
|
368
|
+
"from": "components/VProgressCircular",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
375
|
"VSheet": {
|
|
380
376
|
"from": "components/VSheet",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
379
|
+
"VSnackbar": {
|
|
380
|
+
"from": "components/VSnackbar",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
|
+
"VSwitch": {
|
|
384
|
+
"from": "components/VSwitch",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
387
|
"VStepper": {
|
|
@@ -408,24 +408,36 @@
|
|
|
408
408
|
"from": "components/VStepper",
|
|
409
409
|
"styles": []
|
|
410
410
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
411
|
+
"VTable": {
|
|
412
|
+
"from": "components/VTable",
|
|
413
413
|
"styles": []
|
|
414
414
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
415
|
+
"VTab": {
|
|
416
|
+
"from": "components/VTabs",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VTabs": {
|
|
420
|
+
"from": "components/VTabs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VTabsWindow": {
|
|
424
|
+
"from": "components/VTabs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTabsWindowItem": {
|
|
428
|
+
"from": "components/VTabs",
|
|
417
429
|
"styles": []
|
|
418
430
|
},
|
|
419
431
|
"VSystemBar": {
|
|
420
432
|
"from": "components/VSystemBar",
|
|
421
433
|
"styles": []
|
|
422
434
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
435
|
+
"VTimeline": {
|
|
436
|
+
"from": "components/VTimeline",
|
|
425
437
|
"styles": []
|
|
426
438
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
439
|
+
"VTimelineItem": {
|
|
440
|
+
"from": "components/VTimeline",
|
|
429
441
|
"styles": []
|
|
430
442
|
},
|
|
431
443
|
"VTextField": {
|
|
@@ -456,36 +468,36 @@
|
|
|
456
468
|
"from": "components/VToolbar",
|
|
457
469
|
"styles": []
|
|
458
470
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
471
|
+
"VTextarea": {
|
|
472
|
+
"from": "components/VTextarea",
|
|
461
473
|
"styles": []
|
|
462
474
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
475
|
+
"VTreeview": {
|
|
476
|
+
"from": "components/VTreeview",
|
|
465
477
|
"styles": []
|
|
466
478
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
479
|
+
"VTreeviewItem": {
|
|
480
|
+
"from": "components/VTreeview",
|
|
469
481
|
"styles": []
|
|
470
482
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
483
|
+
"VTreeviewGroup": {
|
|
484
|
+
"from": "components/VTreeview",
|
|
473
485
|
"styles": []
|
|
474
486
|
},
|
|
475
487
|
"VTooltip": {
|
|
476
488
|
"from": "components/VTooltip",
|
|
477
489
|
"styles": []
|
|
478
490
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
491
|
+
"VWindow": {
|
|
492
|
+
"from": "components/VWindow",
|
|
481
493
|
"styles": []
|
|
482
494
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
495
|
+
"VWindowItem": {
|
|
496
|
+
"from": "components/VWindow",
|
|
485
497
|
"styles": []
|
|
486
498
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
499
|
+
"VCombobox": {
|
|
500
|
+
"from": "components/VCombobox",
|
|
489
501
|
"styles": []
|
|
490
502
|
},
|
|
491
503
|
"VConfirmEdit": {
|
|
@@ -504,6 +516,22 @@
|
|
|
504
516
|
"from": "components/VForm",
|
|
505
517
|
"styles": []
|
|
506
518
|
},
|
|
519
|
+
"VContainer": {
|
|
520
|
+
"from": "components/VGrid",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VCol": {
|
|
524
|
+
"from": "components/VGrid",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VRow": {
|
|
528
|
+
"from": "components/VGrid",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VSpacer": {
|
|
532
|
+
"from": "components/VGrid",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
507
535
|
"VHover": {
|
|
508
536
|
"from": "components/VHover",
|
|
509
537
|
"styles": []
|
|
@@ -516,34 +544,30 @@
|
|
|
516
544
|
"from": "components/VLayout",
|
|
517
545
|
"styles": []
|
|
518
546
|
},
|
|
519
|
-
"VLocaleProvider": {
|
|
520
|
-
"from": "components/VLocaleProvider",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
547
|
"VLazy": {
|
|
524
548
|
"from": "components/VLazy",
|
|
525
549
|
"styles": []
|
|
526
550
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
551
|
+
"VLocaleProvider": {
|
|
552
|
+
"from": "components/VLocaleProvider",
|
|
529
553
|
"styles": []
|
|
530
554
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
555
|
+
"VNoSsr": {
|
|
556
|
+
"from": "components/VNoSsr",
|
|
533
557
|
"styles": []
|
|
534
558
|
},
|
|
535
559
|
"VRangeSlider": {
|
|
536
560
|
"from": "components/VRangeSlider",
|
|
537
561
|
"styles": []
|
|
538
562
|
},
|
|
539
|
-
"VRadio": {
|
|
540
|
-
"from": "components/VRadio",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
563
|
"VResponsive": {
|
|
544
564
|
"from": "components/VResponsive",
|
|
545
565
|
"styles": []
|
|
546
566
|
},
|
|
567
|
+
"VRadio": {
|
|
568
|
+
"from": "components/VRadio",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
547
571
|
"VSnackbarQueue": {
|
|
548
572
|
"from": "components/VSnackbarQueue",
|
|
549
573
|
"styles": []
|
|
@@ -552,56 +576,20 @@
|
|
|
552
576
|
"from": "components/VSparkline",
|
|
553
577
|
"styles": []
|
|
554
578
|
},
|
|
555
|
-
"VThemeProvider": {
|
|
556
|
-
"from": "components/VThemeProvider",
|
|
557
|
-
"styles": []
|
|
558
|
-
},
|
|
559
579
|
"VSpeedDial": {
|
|
560
580
|
"from": "components/VSpeedDial",
|
|
561
581
|
"styles": []
|
|
562
582
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
|
-
"VCard": {
|
|
568
|
-
"from": "components/VCard",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
|
-
"VCardActions": {
|
|
572
|
-
"from": "components/VCard",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
|
-
"VCardItem": {
|
|
576
|
-
"from": "components/VCard",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
|
-
"VCardSubtitle": {
|
|
580
|
-
"from": "components/VCard",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
|
-
"VCardText": {
|
|
584
|
-
"from": "components/VCard",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
|
-
"VCardTitle": {
|
|
588
|
-
"from": "components/VCard",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
|
-
"VContainer": {
|
|
592
|
-
"from": "components/VGrid",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
|
-
"VCol": {
|
|
596
|
-
"from": "components/VGrid",
|
|
583
|
+
"VThemeProvider": {
|
|
584
|
+
"from": "components/VThemeProvider",
|
|
597
585
|
"styles": []
|
|
598
586
|
},
|
|
599
|
-
"
|
|
600
|
-
"from": "components/
|
|
587
|
+
"VValidation": {
|
|
588
|
+
"from": "components/VValidation",
|
|
601
589
|
"styles": []
|
|
602
590
|
},
|
|
603
|
-
"
|
|
604
|
-
"from": "components/
|
|
591
|
+
"VVirtualScroll": {
|
|
592
|
+
"from": "components/VVirtualScroll",
|
|
605
593
|
"styles": []
|
|
606
594
|
},
|
|
607
595
|
"VFabTransition": {
|
|
@@ -668,24 +656,36 @@
|
|
|
668
656
|
"from": "components/transitions",
|
|
669
657
|
"styles": []
|
|
670
658
|
},
|
|
671
|
-
"
|
|
672
|
-
"from": "components/
|
|
659
|
+
"VDataTable": {
|
|
660
|
+
"from": "components/VDataTable",
|
|
673
661
|
"styles": []
|
|
674
662
|
},
|
|
675
|
-
"
|
|
676
|
-
"from": "components/
|
|
663
|
+
"VDataTableHeaders": {
|
|
664
|
+
"from": "components/VDataTable",
|
|
677
665
|
"styles": []
|
|
678
666
|
},
|
|
679
|
-
"
|
|
680
|
-
"from": "components/
|
|
667
|
+
"VDataTableFooter": {
|
|
668
|
+
"from": "components/VDataTable",
|
|
681
669
|
"styles": []
|
|
682
670
|
},
|
|
683
|
-
"
|
|
684
|
-
"from": "components/
|
|
671
|
+
"VDataTableRows": {
|
|
672
|
+
"from": "components/VDataTable",
|
|
685
673
|
"styles": []
|
|
686
674
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
675
|
+
"VDataTableRow": {
|
|
676
|
+
"from": "components/VDataTable",
|
|
677
|
+
"styles": []
|
|
678
|
+
},
|
|
679
|
+
"VDataTableVirtual": {
|
|
680
|
+
"from": "components/VDataTable",
|
|
681
|
+
"styles": []
|
|
682
|
+
},
|
|
683
|
+
"VDataTableServer": {
|
|
684
|
+
"from": "components/VDataTable",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VParallax": {
|
|
688
|
+
"from": "components/VParallax",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|