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