@vuetify/nightly 3.10.5-dev.2025-10-10 → 3.10.5-dev.2025-10-17
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 +4 -3
- package/dist/json/attributes.json +3389 -3381
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6644 -6624
- package/dist/vuetify-labs.cjs +8 -4
- package/dist/vuetify-labs.css +4430 -4422
- package/dist/vuetify-labs.d.ts +84 -56
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +8 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4457 -4449
- package/dist/vuetify.d.ts +84 -56
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +25 -0
- package/lib/components/VToolbar/VToolbar.css +8 -0
- package/lib/components/VToolbar/VToolbar.d.ts +25 -0
- package/lib/components/VToolbar/VToolbar.js +5 -1
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +9 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VColorInput": {
|
|
4
|
-
"from": "labs/VColorInput",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VFileUpload": {
|
|
8
|
-
"from": "labs/VFileUpload",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VFileUploadItem": {
|
|
12
|
-
"from": "labs/VFileUpload",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VCalendar": {
|
|
16
|
-
"from": "labs/VCalendar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VPie": {
|
|
20
4
|
"from": "labs/VPie",
|
|
21
5
|
"styles": []
|
|
@@ -28,16 +12,20 @@
|
|
|
28
12
|
"from": "labs/VPie",
|
|
29
13
|
"styles": []
|
|
30
14
|
},
|
|
15
|
+
"VColorInput": {
|
|
16
|
+
"from": "labs/VColorInput",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
31
19
|
"VIconBtn": {
|
|
32
20
|
"from": "labs/VIconBtn",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
23
|
+
"VFileUpload": {
|
|
24
|
+
"from": "labs/VFileUpload",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
27
|
+
"VFileUploadItem": {
|
|
28
|
+
"from": "labs/VFileUpload",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
31
|
"VStepperVertical": {
|
|
@@ -68,6 +56,18 @@
|
|
|
68
56
|
"from": "labs/VVideo",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
59
|
+
"VPicker": {
|
|
60
|
+
"from": "labs/VPicker",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VPickerTitle": {
|
|
64
|
+
"from": "labs/VPicker",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VCalendar": {
|
|
68
|
+
"from": "labs/VCalendar",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VAutocomplete": {
|
|
8
|
-
"from": "components/VAutocomplete",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
7
|
"VAppBar": {
|
|
12
8
|
"from": "components/VAppBar",
|
|
13
9
|
"styles": []
|
|
@@ -20,8 +16,8 @@
|
|
|
20
16
|
"from": "components/VAppBar",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
23
|
"VAlert": {
|
|
@@ -32,6 +28,14 @@
|
|
|
32
28
|
"from": "components/VAlert",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
35
39
|
"VBanner": {
|
|
36
40
|
"from": "components/VBanner",
|
|
37
41
|
"styles": []
|
|
@@ -44,104 +48,92 @@
|
|
|
44
48
|
"from": "components/VBanner",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
55
|
"VBottomSheet": {
|
|
52
56
|
"from": "components/VBottomSheet",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
59
|
+
"VBreadcrumbs": {
|
|
60
|
+
"from": "components/VBreadcrumbs",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbsItem": {
|
|
64
|
+
"from": "components/VBreadcrumbs",
|
|
61
65
|
"styles": []
|
|
62
66
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsDivider": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
79
|
+
"VBtnToggle": {
|
|
80
|
+
"from": "components/VBtnToggle",
|
|
77
81
|
"styles": []
|
|
78
82
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
83
|
+
"VChip": {
|
|
84
|
+
"from": "components/VChip",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
87
|
+
"VCarousel": {
|
|
88
|
+
"from": "components/VCarousel",
|
|
85
89
|
"styles": []
|
|
86
90
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
91
|
+
"VCarouselItem": {
|
|
92
|
+
"from": "components/VCarousel",
|
|
89
93
|
"styles": []
|
|
90
94
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
95
|
+
"VCard": {
|
|
96
|
+
"from": "components/VCard",
|
|
93
97
|
"styles": []
|
|
94
98
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
99
|
+
"VCardActions": {
|
|
100
|
+
"from": "components/VCard",
|
|
97
101
|
"styles": []
|
|
98
102
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
103
|
+
"VCardItem": {
|
|
104
|
+
"from": "components/VCard",
|
|
101
105
|
"styles": []
|
|
102
106
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
107
|
+
"VCardSubtitle": {
|
|
108
|
+
"from": "components/VCard",
|
|
105
109
|
"styles": []
|
|
106
110
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
111
|
+
"VCardText": {
|
|
112
|
+
"from": "components/VCard",
|
|
109
113
|
"styles": []
|
|
110
114
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
115
|
+
"VCardTitle": {
|
|
116
|
+
"from": "components/VCard",
|
|
113
117
|
"styles": []
|
|
114
118
|
},
|
|
115
119
|
"VChipGroup": {
|
|
116
120
|
"from": "components/VChipGroup",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
123
|
"VColorPicker": {
|
|
124
124
|
"from": "components/VColorPicker",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCarouselItem": {
|
|
132
|
-
"from": "components/VCarousel",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VCounter": {
|
|
136
|
-
"from": "components/VCounter",
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode",
|
|
137
129
|
"styles": []
|
|
138
130
|
},
|
|
139
131
|
"VCombobox": {
|
|
140
132
|
"from": "components/VCombobox",
|
|
141
133
|
"styles": []
|
|
142
134
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter",
|
|
145
137
|
"styles": []
|
|
146
138
|
},
|
|
147
139
|
"VDataTable": {
|
|
@@ -172,6 +164,10 @@
|
|
|
172
164
|
"from": "components/VDataTable",
|
|
173
165
|
"styles": []
|
|
174
166
|
},
|
|
167
|
+
"VDialog": {
|
|
168
|
+
"from": "components/VDialog",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
175
171
|
"VDatePicker": {
|
|
176
172
|
"from": "components/VDatePicker",
|
|
177
173
|
"styles": []
|
|
@@ -200,10 +196,6 @@
|
|
|
200
196
|
"from": "components/VEmptyState",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
203
|
-
"VFileInput": {
|
|
204
|
-
"from": "components/VFileInput",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
199
|
"VExpansionPanels": {
|
|
208
200
|
"from": "components/VExpansionPanel",
|
|
209
201
|
"styles": []
|
|
@@ -220,24 +212,12 @@
|
|
|
220
212
|
"from": "components/VExpansionPanel",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
223
|
-
"VDialog": {
|
|
224
|
-
"from": "components/VDialog",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFab": {
|
|
228
|
-
"from": "components/VFab",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
215
|
"VDivider": {
|
|
232
216
|
"from": "components/VDivider",
|
|
233
217
|
"styles": []
|
|
234
218
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VImg": {
|
|
240
|
-
"from": "components/VImg",
|
|
219
|
+
"VFab": {
|
|
220
|
+
"from": "components/VFab",
|
|
241
221
|
"styles": []
|
|
242
222
|
},
|
|
243
223
|
"VField": {
|
|
@@ -248,8 +228,12 @@
|
|
|
248
228
|
"from": "components/VField",
|
|
249
229
|
"styles": []
|
|
250
230
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
231
|
+
"VFileInput": {
|
|
232
|
+
"from": "components/VFileInput",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
253
237
|
"styles": []
|
|
254
238
|
},
|
|
255
239
|
"VIcon": {
|
|
@@ -272,6 +256,34 @@
|
|
|
272
256
|
"from": "components/VIcon",
|
|
273
257
|
"styles": []
|
|
274
258
|
},
|
|
259
|
+
"VImg": {
|
|
260
|
+
"from": "components/VImg",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
263
|
+
"VKbd": {
|
|
264
|
+
"from": "components/VKbd",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VInfiniteScroll": {
|
|
272
|
+
"from": "components/VInfiniteScroll",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VLabel": {
|
|
276
|
+
"from": "components/VLabel",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VItemGroup": {
|
|
280
|
+
"from": "components/VItemGroup",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VItem": {
|
|
284
|
+
"from": "components/VItemGroup",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
275
287
|
"VList": {
|
|
276
288
|
"from": "components/VList",
|
|
277
289
|
"styles": []
|
|
@@ -308,50 +320,22 @@
|
|
|
308
320
|
"from": "components/VList",
|
|
309
321
|
"styles": []
|
|
310
322
|
},
|
|
311
|
-
"
|
|
312
|
-
"from": "components/
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
|
-
"VKbd": {
|
|
316
|
-
"from": "components/VKbd",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
|
-
"VItemGroup": {
|
|
320
|
-
"from": "components/VItemGroup",
|
|
321
|
-
"styles": []
|
|
322
|
-
},
|
|
323
|
-
"VItem": {
|
|
324
|
-
"from": "components/VItemGroup",
|
|
323
|
+
"VMain": {
|
|
324
|
+
"from": "components/VMain",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
331
|
"VNavigationDrawer": {
|
|
332
332
|
"from": "components/VNavigationDrawer",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"VOtpInput": {
|
|
336
|
-
"from": "components/VOtpInput",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VMenu": {
|
|
340
|
-
"from": "components/VMenu",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
335
|
"VMessages": {
|
|
344
336
|
"from": "components/VMessages",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
|
-
"VMain": {
|
|
348
|
-
"from": "components/VMain",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
|
-
"VPagination": {
|
|
352
|
-
"from": "components/VPagination",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
339
|
"VNumberInput": {
|
|
356
340
|
"from": "components/VNumberInput",
|
|
357
341
|
"styles": []
|
|
@@ -360,8 +344,12 @@
|
|
|
360
344
|
"from": "components/VOverlay",
|
|
361
345
|
"styles": []
|
|
362
346
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
351
|
+
"VPagination": {
|
|
352
|
+
"from": "components/VPagination",
|
|
365
353
|
"styles": []
|
|
366
354
|
},
|
|
367
355
|
"VProgressCircular": {
|
|
@@ -372,28 +360,32 @@
|
|
|
372
360
|
"from": "components/VProgressLinear",
|
|
373
361
|
"styles": []
|
|
374
362
|
},
|
|
363
|
+
"VRadioGroup": {
|
|
364
|
+
"from": "components/VRadioGroup",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VRating": {
|
|
368
|
+
"from": "components/VRating",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
375
371
|
"VSelect": {
|
|
376
372
|
"from": "components/VSelect",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
375
|
+
"VSelectionControl": {
|
|
376
|
+
"from": "components/VSelectionControl",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
379
|
"VSelectionControlGroup": {
|
|
384
380
|
"from": "components/VSelectionControlGroup",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
|
-
"VSelectionControl": {
|
|
392
|
-
"from": "components/VSelectionControl",
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
387
|
+
"VSkeletonLoader": {
|
|
388
|
+
"from": "components/VSkeletonLoader",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
391
|
"VSlideGroup": {
|
|
@@ -404,8 +396,12 @@
|
|
|
404
396
|
"from": "components/VSlideGroup",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSnackbar": {
|
|
404
|
+
"from": "components/VSnackbar",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
411
407
|
"VStepper": {
|
|
@@ -432,8 +428,8 @@
|
|
|
432
428
|
"from": "components/VStepper",
|
|
433
429
|
"styles": []
|
|
434
430
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
431
|
+
"VSwitch": {
|
|
432
|
+
"from": "components/VSwitch",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
435
|
"VSystemBar": {
|
|
@@ -460,14 +456,6 @@
|
|
|
460
456
|
"from": "components/VTable",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"VTextarea": {
|
|
464
|
-
"from": "components/VTextarea",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VSwitch": {
|
|
468
|
-
"from": "components/VSwitch",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
459
|
"VTextField": {
|
|
472
460
|
"from": "components/VTextField",
|
|
473
461
|
"styles": []
|
|
@@ -492,12 +480,16 @@
|
|
|
492
480
|
"from": "components/VTimePicker",
|
|
493
481
|
"styles": []
|
|
494
482
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
483
|
+
"VToolbar": {
|
|
484
|
+
"from": "components/VToolbar",
|
|
497
485
|
"styles": []
|
|
498
486
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
487
|
+
"VToolbarTitle": {
|
|
488
|
+
"from": "components/VToolbar",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
|
+
"VToolbarItems": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
501
493
|
"styles": []
|
|
502
494
|
},
|
|
503
495
|
"VTooltip": {
|
|
@@ -516,16 +508,16 @@
|
|
|
516
508
|
"from": "components/VTreeview",
|
|
517
509
|
"styles": []
|
|
518
510
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
511
|
+
"VWindow": {
|
|
512
|
+
"from": "components/VWindow",
|
|
521
513
|
"styles": []
|
|
522
514
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
515
|
+
"VWindowItem": {
|
|
516
|
+
"from": "components/VWindow",
|
|
525
517
|
"styles": []
|
|
526
518
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
519
|
+
"VTextarea": {
|
|
520
|
+
"from": "components/VTextarea",
|
|
529
521
|
"styles": []
|
|
530
522
|
},
|
|
531
523
|
"VDataIterator": {
|
|
@@ -536,18 +528,6 @@
|
|
|
536
528
|
"from": "components/VConfirmEdit",
|
|
537
529
|
"styles": []
|
|
538
530
|
},
|
|
539
|
-
"VHover": {
|
|
540
|
-
"from": "components/VHover",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
|
-
"VDefaultsProvider": {
|
|
544
|
-
"from": "components/VDefaultsProvider",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
|
-
"VForm": {
|
|
548
|
-
"from": "components/VForm",
|
|
549
|
-
"styles": []
|
|
550
|
-
},
|
|
551
531
|
"VContainer": {
|
|
552
532
|
"from": "components/VGrid",
|
|
553
533
|
"styles": []
|
|
@@ -592,10 +572,6 @@
|
|
|
592
572
|
"from": "components/VRadio",
|
|
593
573
|
"styles": []
|
|
594
574
|
},
|
|
595
|
-
"VRangeSlider": {
|
|
596
|
-
"from": "components/VRangeSlider",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
575
|
"VResponsive": {
|
|
600
576
|
"from": "components/VResponsive",
|
|
601
577
|
"styles": []
|
|
@@ -608,6 +584,10 @@
|
|
|
608
584
|
"from": "components/VSparkline",
|
|
609
585
|
"styles": []
|
|
610
586
|
},
|
|
587
|
+
"VRangeSlider": {
|
|
588
|
+
"from": "components/VRangeSlider",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
611
591
|
"VSpeedDial": {
|
|
612
592
|
"from": "components/VSpeedDial",
|
|
613
593
|
"styles": []
|
|
@@ -620,6 +600,10 @@
|
|
|
620
600
|
"from": "components/VValidation",
|
|
621
601
|
"styles": []
|
|
622
602
|
},
|
|
603
|
+
"VVirtualScroll": {
|
|
604
|
+
"from": "components/VVirtualScroll",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
623
607
|
"VFabTransition": {
|
|
624
608
|
"from": "components/transitions",
|
|
625
609
|
"styles": []
|
|
@@ -684,8 +668,24 @@
|
|
|
684
668
|
"from": "components/transitions",
|
|
685
669
|
"styles": []
|
|
686
670
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
671
|
+
"VHover": {
|
|
672
|
+
"from": "components/VHover",
|
|
673
|
+
"styles": []
|
|
674
|
+
},
|
|
675
|
+
"VDefaultsProvider": {
|
|
676
|
+
"from": "components/VDefaultsProvider",
|
|
677
|
+
"styles": []
|
|
678
|
+
},
|
|
679
|
+
"VForm": {
|
|
680
|
+
"from": "components/VForm",
|
|
681
|
+
"styles": []
|
|
682
|
+
},
|
|
683
|
+
"VCheckbox": {
|
|
684
|
+
"from": "components/VCheckbox",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VCheckboxBtn": {
|
|
688
|
+
"from": "components/VCheckbox",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
package/dist/json/tags.json
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"absolute",
|
|
52
52
|
"border",
|
|
53
53
|
"collapse",
|
|
54
|
+
"collapse-position",
|
|
54
55
|
"color",
|
|
55
56
|
"density",
|
|
56
57
|
"elevation",
|
|
@@ -4457,6 +4458,7 @@
|
|
|
4457
4458
|
"absolute",
|
|
4458
4459
|
"border",
|
|
4459
4460
|
"collapse",
|
|
4461
|
+
"collapse-position",
|
|
4460
4462
|
"color",
|
|
4461
4463
|
"density",
|
|
4462
4464
|
"elevation",
|