@vuetify/nightly 3.8.0-beta.0-dev.2025-03-26 → 3.8.0-beta.0-dev.2025-03-29
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3618 -3502
- package/dist/json/importMap-labs.json +34 -30
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +34 -0
- package/dist/json/web-types.json +6539 -6221
- package/dist/vuetify-labs.cjs +204 -13
- package/dist/vuetify-labs.css +3192 -3015
- package/dist/vuetify-labs.d.ts +527 -230
- package/dist/vuetify-labs.esm.js +204 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +204 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +31 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2415 -2415
- package/dist/vuetify.d.ts +118 -143
- package/dist/vuetify.esm.js +31 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +31 -6
- package/lib/components/VConfirmEdit/VConfirmEdit.js +17 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -78
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +33 -78
- package/lib/composables/calendar.d.ts +12 -35
- package/lib/composables/calendar.js +11 -8
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.js +4 -0
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +178 -0
- package/lib/labs/VIconBtn/VIconBtn.d.ts +608 -0
- package/lib/labs/VIconBtn/VIconBtn.js +184 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +110 -0
- package/lib/labs/VIconBtn/_variables.scss +36 -0
- package/lib/labs/VIconBtn/index.d.ts +1 -0
- package/lib/labs/VIconBtn/index.js +2 -0
- package/lib/labs/VIconBtn/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +1 -1
@@ -1,25 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VTimePicker": {
|
4
|
-
"from": "labs/VTimePicker",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VTimePickerClock": {
|
8
|
-
"from": "labs/VTimePicker",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VTimePickerControls": {
|
12
|
-
"from": "labs/VTimePicker",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VPicker": {
|
16
|
-
"from": "labs/VPicker",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VPickerTitle": {
|
20
|
-
"from": "labs/VPicker",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
3
|
"VCalendar": {
|
24
4
|
"from": "labs/VCalendar",
|
25
5
|
"styles": []
|
@@ -44,16 +24,24 @@
|
|
44
24
|
"from": "labs/VCalendar",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
49
29
|
"styles": []
|
50
30
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
53
33
|
"styles": []
|
54
34
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker",
|
57
45
|
"styles": []
|
58
46
|
},
|
59
47
|
"VStepperVertical": {
|
@@ -68,12 +56,28 @@
|
|
68
56
|
"from": "labs/VStepperVertical",
|
69
57
|
"styles": []
|
70
58
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
59
|
+
"VTimePicker": {
|
60
|
+
"from": "labs/VTimePicker",
|
73
61
|
"styles": []
|
74
62
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
63
|
+
"VTimePickerClock": {
|
64
|
+
"from": "labs/VTimePicker",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTimePickerControls": {
|
68
|
+
"from": "labs/VTimePicker",
|
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",
|
77
81
|
"styles": []
|
78
82
|
},
|
79
83
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -12,22 +12,10 @@
|
|
12
12
|
"from": "components/VAlert",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"VAutocomplete": {
|
16
|
-
"from": "components/VAutocomplete",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VAvatar": {
|
20
|
-
"from": "components/VAvatar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
15
|
"VBadge": {
|
24
16
|
"from": "components/VBadge",
|
25
17
|
"styles": []
|
26
18
|
},
|
27
|
-
"VBottomNavigation": {
|
28
|
-
"from": "components/VBottomNavigation",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
19
|
"VAppBar": {
|
32
20
|
"from": "components/VAppBar",
|
33
21
|
"styles": []
|
@@ -40,16 +28,24 @@
|
|
40
28
|
"from": "components/VAppBar",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
35
|
+
"VAutocomplete": {
|
36
|
+
"from": "components/VAutocomplete",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBottomSheet": {
|
44
|
+
"from": "components/VBottomSheet",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBtn": {
|
48
|
+
"from": "components/VBtn",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
51
|
"VBreadcrumbs": {
|
@@ -64,12 +60,44 @@
|
|
64
60
|
"from": "components/VBreadcrumbs",
|
65
61
|
"styles": []
|
66
62
|
},
|
63
|
+
"VBanner": {
|
64
|
+
"from": "components/VBanner",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBannerActions": {
|
68
|
+
"from": "components/VBanner",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBannerText": {
|
72
|
+
"from": "components/VBanner",
|
73
|
+
"styles": []
|
74
|
+
},
|
67
75
|
"VBtnToggle": {
|
68
76
|
"from": "components/VBtnToggle",
|
69
77
|
"styles": []
|
70
78
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
79
|
+
"VCard": {
|
80
|
+
"from": "components/VCard",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCardActions": {
|
84
|
+
"from": "components/VCard",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCardItem": {
|
88
|
+
"from": "components/VCard",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VCardSubtitle": {
|
92
|
+
"from": "components/VCard",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VCardText": {
|
96
|
+
"from": "components/VCard",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VCardTitle": {
|
100
|
+
"from": "components/VCard",
|
73
101
|
"styles": []
|
74
102
|
},
|
75
103
|
"VCarousel": {
|
@@ -80,10 +108,6 @@
|
|
80
108
|
"from": "components/VCarousel",
|
81
109
|
"styles": []
|
82
110
|
},
|
83
|
-
"VBottomSheet": {
|
84
|
-
"from": "components/VBottomSheet",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
111
|
"VBtnGroup": {
|
88
112
|
"from": "components/VBtnGroup",
|
89
113
|
"styles": []
|
@@ -92,10 +116,6 @@
|
|
92
116
|
"from": "components/VChip",
|
93
117
|
"styles": []
|
94
118
|
},
|
95
|
-
"VChipGroup": {
|
96
|
-
"from": "components/VChipGroup",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
119
|
"VCheckbox": {
|
100
120
|
"from": "components/VCheckbox",
|
101
121
|
"styles": []
|
@@ -104,32 +124,20 @@
|
|
104
124
|
"from": "components/VCheckbox",
|
105
125
|
"styles": []
|
106
126
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCard": {
|
112
|
-
"from": "components/VCard",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCardActions": {
|
116
|
-
"from": "components/VCard",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCardItem": {
|
120
|
-
"from": "components/VCard",
|
127
|
+
"VChipGroup": {
|
128
|
+
"from": "components/VChipGroup",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
139
|
+
"VColorPicker": {
|
140
|
+
"from": "components/VColorPicker",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
143
|
"VCounter": {
|
@@ -160,6 +168,10 @@
|
|
160
168
|
"from": "components/VDatePicker",
|
161
169
|
"styles": []
|
162
170
|
},
|
171
|
+
"VEmptyState": {
|
172
|
+
"from": "components/VEmptyState",
|
173
|
+
"styles": []
|
174
|
+
},
|
163
175
|
"VDataTable": {
|
164
176
|
"from": "components/VDataTable",
|
165
177
|
"styles": []
|
@@ -188,22 +200,6 @@
|
|
188
200
|
"from": "components/VDataTable",
|
189
201
|
"styles": []
|
190
202
|
},
|
191
|
-
"VColorPicker": {
|
192
|
-
"from": "components/VColorPicker",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VCombobox": {
|
196
|
-
"from": "components/VCombobox",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VEmptyState": {
|
200
|
-
"from": "components/VEmptyState",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDialog": {
|
204
|
-
"from": "components/VDialog",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
203
|
"VExpansionPanels": {
|
208
204
|
"from": "components/VExpansionPanel",
|
209
205
|
"styles": []
|
@@ -220,18 +216,6 @@
|
|
220
216
|
"from": "components/VExpansionPanel",
|
221
217
|
"styles": []
|
222
218
|
},
|
223
|
-
"VDivider": {
|
224
|
-
"from": "components/VDivider",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VFileInput": {
|
232
|
-
"from": "components/VFileInput",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
219
|
"VField": {
|
236
220
|
"from": "components/VField",
|
237
221
|
"styles": []
|
@@ -240,24 +224,28 @@
|
|
240
224
|
"from": "components/VField",
|
241
225
|
"styles": []
|
242
226
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
227
|
+
"VDialog": {
|
228
|
+
"from": "components/VDialog",
|
245
229
|
"styles": []
|
246
230
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
249
233
|
"styles": []
|
250
234
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
235
|
+
"VDivider": {
|
236
|
+
"from": "components/VDivider",
|
253
237
|
"styles": []
|
254
238
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
257
241
|
"styles": []
|
258
242
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
261
249
|
"styles": []
|
262
250
|
},
|
263
251
|
"VIcon": {
|
@@ -288,12 +276,20 @@
|
|
288
276
|
"from": "components/VItemGroup",
|
289
277
|
"styles": []
|
290
278
|
},
|
279
|
+
"VInput": {
|
280
|
+
"from": "components/VInput",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VInfiniteScroll": {
|
284
|
+
"from": "components/VInfiniteScroll",
|
285
|
+
"styles": []
|
286
|
+
},
|
291
287
|
"VLabel": {
|
292
288
|
"from": "components/VLabel",
|
293
289
|
"styles": []
|
294
290
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
291
|
+
"VKbd": {
|
292
|
+
"from": "components/VKbd",
|
297
293
|
"styles": []
|
298
294
|
},
|
299
295
|
"VList": {
|
@@ -332,72 +328,72 @@
|
|
332
328
|
"from": "components/VList",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
331
|
+
"VMenu": {
|
332
|
+
"from": "components/VMenu",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VMessages": {
|
344
340
|
"from": "components/VMessages",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
343
|
+
"VOtpInput": {
|
344
|
+
"from": "components/VOtpInput",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VOverlay": {
|
356
352
|
"from": "components/VOverlay",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"VProgressCircular": {
|
360
|
-
"from": "components/VProgressCircular",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
355
|
"VNumberInput": {
|
364
356
|
"from": "components/VNumberInput",
|
365
357
|
"styles": []
|
366
358
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
363
|
+
"VRadioGroup": {
|
364
|
+
"from": "components/VRadioGroup",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
377
369
|
"styles": []
|
378
370
|
},
|
379
371
|
"VRating": {
|
380
372
|
"from": "components/VRating",
|
381
373
|
"styles": []
|
382
374
|
},
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
|
+
"VProgressLinear": {
|
380
|
+
"from": "components/VProgressLinear",
|
381
|
+
"styles": []
|
382
|
+
},
|
383
383
|
"VSelectionControlGroup": {
|
384
384
|
"from": "components/VSelectionControlGroup",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
387
|
+
"VSelectionControl": {
|
388
|
+
"from": "components/VSelectionControl",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
391
|
"VSkeletonLoader": {
|
392
392
|
"from": "components/VSkeletonLoader",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSnackbar": {
|
400
|
-
"from": "components/VSnackbar",
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
399
|
"VSlideGroup": {
|
@@ -408,8 +404,12 @@
|
|
408
404
|
"from": "components/VSlideGroup",
|
409
405
|
"styles": []
|
410
406
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
407
|
+
"VSheet": {
|
408
|
+
"from": "components/VSheet",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
415
|
"VStepper": {
|
@@ -436,6 +436,14 @@
|
|
436
436
|
"from": "components/VStepper",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VSystemBar": {
|
444
|
+
"from": "components/VSystemBar",
|
445
|
+
"styles": []
|
446
|
+
},
|
439
447
|
"VTab": {
|
440
448
|
"from": "components/VTabs",
|
441
449
|
"styles": []
|
@@ -452,36 +460,36 @@
|
|
452
460
|
"from": "components/VTabs",
|
453
461
|
"styles": []
|
454
462
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
463
|
+
"VTimeline": {
|
464
|
+
"from": "components/VTimeline",
|
457
465
|
"styles": []
|
458
466
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
467
|
+
"VTimelineItem": {
|
468
|
+
"from": "components/VTimeline",
|
461
469
|
"styles": []
|
462
470
|
},
|
463
471
|
"VTable": {
|
464
472
|
"from": "components/VTable",
|
465
473
|
"styles": []
|
466
474
|
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
475
|
"VTextarea": {
|
472
476
|
"from": "components/VTextarea",
|
473
477
|
"styles": []
|
474
478
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
477
481
|
"styles": []
|
478
482
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
483
|
+
"VTextField": {
|
484
|
+
"from": "components/VTextField",
|
481
485
|
"styles": []
|
482
486
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
487
|
+
"VWindow": {
|
488
|
+
"from": "components/VWindow",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VWindowItem": {
|
492
|
+
"from": "components/VWindow",
|
485
493
|
"styles": []
|
486
494
|
},
|
487
495
|
"VToolbar": {
|
@@ -496,30 +504,26 @@
|
|
496
504
|
"from": "components/VToolbar",
|
497
505
|
"styles": []
|
498
506
|
},
|
499
|
-
"VWindow": {
|
500
|
-
"from": "components/VWindow",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VWindowItem": {
|
504
|
-
"from": "components/VWindow",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
507
|
"VConfirmEdit": {
|
508
508
|
"from": "components/VConfirmEdit",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"VDataIterator": {
|
512
|
-
"from": "components/VDataIterator",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
511
|
"VDefaultsProvider": {
|
516
512
|
"from": "components/VDefaultsProvider",
|
517
513
|
"styles": []
|
518
514
|
},
|
515
|
+
"VDataIterator": {
|
516
|
+
"from": "components/VDataIterator",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
519
|
"VForm": {
|
520
520
|
"from": "components/VForm",
|
521
521
|
"styles": []
|
522
522
|
},
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
|
+
"styles": []
|
526
|
+
},
|
523
527
|
"VContainer": {
|
524
528
|
"from": "components/VGrid",
|
525
529
|
"styles": []
|
@@ -536,14 +540,6 @@
|
|
536
540
|
"from": "components/VGrid",
|
537
541
|
"styles": []
|
538
542
|
},
|
539
|
-
"VHover": {
|
540
|
-
"from": "components/VHover",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
|
-
"VLazy": {
|
544
|
-
"from": "components/VLazy",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
543
|
"VLayout": {
|
548
544
|
"from": "components/VLayout",
|
549
545
|
"styles": []
|
@@ -552,6 +548,10 @@
|
|
552
548
|
"from": "components/VLayout",
|
553
549
|
"styles": []
|
554
550
|
},
|
551
|
+
"VLazy": {
|
552
|
+
"from": "components/VLazy",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
555
|
"VLocaleProvider": {
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
@@ -580,26 +580,26 @@
|
|
580
580
|
"from": "components/VSnackbarQueue",
|
581
581
|
"styles": []
|
582
582
|
},
|
583
|
-
"VSparkline": {
|
584
|
-
"from": "components/VSparkline",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
583
|
"VSpeedDial": {
|
588
584
|
"from": "components/VSpeedDial",
|
589
585
|
"styles": []
|
590
586
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
587
|
+
"VSparkline": {
|
588
|
+
"from": "components/VSparkline",
|
593
589
|
"styles": []
|
594
590
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
591
|
+
"VThemeProvider": {
|
592
|
+
"from": "components/VThemeProvider",
|
597
593
|
"styles": []
|
598
594
|
},
|
599
595
|
"VVirtualScroll": {
|
600
596
|
"from": "components/VVirtualScroll",
|
601
597
|
"styles": []
|
602
598
|
},
|
599
|
+
"VValidation": {
|
600
|
+
"from": "components/VValidation",
|
601
|
+
"styles": []
|
602
|
+
},
|
603
603
|
"VFabTransition": {
|
604
604
|
"from": "components/transitions",
|
605
605
|
"styles": []
|
package/dist/json/tags.json
CHANGED
@@ -1051,6 +1051,7 @@
|
|
1051
1051
|
"attributes": [
|
1052
1052
|
"cancel-text",
|
1053
1053
|
"color",
|
1054
|
+
"disabled",
|
1054
1055
|
"hide-actions",
|
1055
1056
|
"model-value",
|
1056
1057
|
"ok-text"
|
@@ -2096,6 +2097,39 @@
|
|
2096
2097
|
],
|
2097
2098
|
"description": ""
|
2098
2099
|
},
|
2100
|
+
"VIconBtn": {
|
2101
|
+
"attributes": [
|
2102
|
+
"active",
|
2103
|
+
"active-color",
|
2104
|
+
"active-icon",
|
2105
|
+
"active-variant",
|
2106
|
+
"base-variant",
|
2107
|
+
"border",
|
2108
|
+
"color",
|
2109
|
+
"disabled",
|
2110
|
+
"elevation",
|
2111
|
+
"height",
|
2112
|
+
"hide-overlay",
|
2113
|
+
"icon",
|
2114
|
+
"icon-color",
|
2115
|
+
"icon-size",
|
2116
|
+
"icon-sizes",
|
2117
|
+
"loading",
|
2118
|
+
"opacity",
|
2119
|
+
"readonly",
|
2120
|
+
"rotate",
|
2121
|
+
"rounded",
|
2122
|
+
"size",
|
2123
|
+
"sizes",
|
2124
|
+
"tag",
|
2125
|
+
"text",
|
2126
|
+
"theme",
|
2127
|
+
"tile",
|
2128
|
+
"variant",
|
2129
|
+
"width"
|
2130
|
+
],
|
2131
|
+
"description": ""
|
2132
|
+
},
|
2099
2133
|
"VImg": {
|
2100
2134
|
"attributes": [
|
2101
2135
|
"absolute",
|