@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.11-dev.2024-07-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 +13 -2
- package/dist/json/attributes.json +291 -119
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +601 -211
- package/dist/vuetify-labs.css +2575 -2559
- package/dist/vuetify-labs.d.ts +802 -519
- package/dist/vuetify-labs.esm.js +86 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +627 -611
- package/dist/vuetify.d.ts +716 -505
- package/dist/vuetify.esm.js +36 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +675 -464
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +41 -41
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +160 -88
- package/package.json +1 -1
@@ -1,5 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VStepperVertical": {
|
4
|
+
"from": "labs/VStepperVertical/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VStepperVerticalItem": {
|
8
|
+
"from": "labs/VStepperVertical/index.mjs",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VStepperVerticalActions": {
|
12
|
+
"from": "labs/VStepperVertical/index.mjs",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VNumberInput": {
|
16
|
+
"from": "labs/VNumberInput/index.mjs",
|
17
|
+
"styles": []
|
18
|
+
},
|
3
19
|
"VCalendar": {
|
4
20
|
"from": "labs/VCalendar/index.mjs",
|
5
21
|
"styles": []
|
@@ -24,30 +40,6 @@
|
|
24
40
|
"from": "labs/VCalendar/index.mjs",
|
25
41
|
"styles": []
|
26
42
|
},
|
27
|
-
"VStepperVertical": {
|
28
|
-
"from": "labs/VStepperVertical/index.mjs",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VStepperVerticalItem": {
|
32
|
-
"from": "labs/VStepperVertical/index.mjs",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VStepperVerticalActions": {
|
36
|
-
"from": "labs/VStepperVertical/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VTreeview": {
|
40
|
-
"from": "labs/VTreeview/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VTreeviewItem": {
|
44
|
-
"from": "labs/VTreeview/index.mjs",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VTreeviewGroup": {
|
48
|
-
"from": "labs/VTreeview/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
43
|
"VPicker": {
|
52
44
|
"from": "labs/VPicker/index.mjs",
|
53
45
|
"styles": []
|
@@ -56,10 +48,6 @@
|
|
56
48
|
"from": "labs/VPicker/index.mjs",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
|
-
"VNumberInput": {
|
60
|
-
"from": "labs/VNumberInput/index.mjs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
51
|
"VTimePicker": {
|
64
52
|
"from": "labs/VTimePicker/index.mjs",
|
65
53
|
"styles": []
|
@@ -72,6 +60,18 @@
|
|
72
60
|
"from": "labs/VTimePicker/index.mjs",
|
73
61
|
"styles": []
|
74
62
|
},
|
63
|
+
"VTreeview": {
|
64
|
+
"from": "labs/VTreeview/index.mjs",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTreeviewItem": {
|
68
|
+
"from": "labs/VTreeview/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTreeviewGroup": {
|
72
|
+
"from": "labs/VTreeview/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
75
|
"VDateInput": {
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAppBarNavIcon": {
|
8
|
-
"from": "components/VAppBar/index.mjs",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarTitle": {
|
12
|
-
"from": "components/VAppBar/index.mjs",
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp/index.mjs",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
7
|
"VAlert": {
|
@@ -20,14 +12,22 @@
|
|
20
12
|
"from": "components/VAlert/index.mjs",
|
21
13
|
"styles": []
|
22
14
|
},
|
23
|
-
"VApp": {
|
24
|
-
"from": "components/VApp/index.mjs",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
15
|
"VAutocomplete": {
|
28
16
|
"from": "components/VAutocomplete/index.mjs",
|
29
17
|
"styles": []
|
30
18
|
},
|
19
|
+
"VAppBar": {
|
20
|
+
"from": "components/VAppBar/index.mjs",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAppBarNavIcon": {
|
24
|
+
"from": "components/VAppBar/index.mjs",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAppBarTitle": {
|
28
|
+
"from": "components/VAppBar/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
31
|
"VBadge": {
|
32
32
|
"from": "components/VBadge/index.mjs",
|
33
33
|
"styles": []
|
@@ -36,10 +36,6 @@
|
|
36
36
|
"from": "components/VAvatar/index.mjs",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"VBtn": {
|
40
|
-
"from": "components/VBtn/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
39
|
"VBanner": {
|
44
40
|
"from": "components/VBanner/index.mjs",
|
45
41
|
"styles": []
|
@@ -64,16 +60,28 @@
|
|
64
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
63
|
+
"VBottomNavigation": {
|
64
|
+
"from": "components/VBottomNavigation/index.mjs",
|
69
65
|
"styles": []
|
70
66
|
},
|
71
67
|
"VBtnGroup": {
|
72
68
|
"from": "components/VBtnGroup/index.mjs",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
71
|
+
"VBottomSheet": {
|
72
|
+
"from": "components/VBottomSheet/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtn": {
|
76
|
+
"from": "components/VBtn/index.mjs",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel/index.mjs",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel/index.mjs",
|
77
85
|
"styles": []
|
78
86
|
},
|
79
87
|
"VBtnToggle": {
|
@@ -88,6 +96,10 @@
|
|
88
96
|
"from": "components/VCheckbox/index.mjs",
|
89
97
|
"styles": []
|
90
98
|
},
|
99
|
+
"VChipGroup": {
|
100
|
+
"from": "components/VChipGroup/index.mjs",
|
101
|
+
"styles": []
|
102
|
+
},
|
91
103
|
"VCard": {
|
92
104
|
"from": "components/VCard/index.mjs",
|
93
105
|
"styles": []
|
@@ -112,12 +124,8 @@
|
|
112
124
|
"from": "components/VCard/index.mjs",
|
113
125
|
"styles": []
|
114
126
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarouselItem": {
|
120
|
-
"from": "components/VCarousel/index.mjs",
|
127
|
+
"VCode": {
|
128
|
+
"from": "components/VCode/index.mjs",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
131
|
"VChip": {
|
@@ -132,10 +140,6 @@
|
|
132
140
|
"from": "components/VCombobox/index.mjs",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
|
-
"VChipGroup": {
|
136
|
-
"from": "components/VChipGroup/index.mjs",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
143
|
"VDataTable": {
|
140
144
|
"from": "components/VDataTable/index.mjs",
|
141
145
|
"styles": []
|
@@ -164,8 +168,8 @@
|
|
164
168
|
"from": "components/VDataTable/index.mjs",
|
165
169
|
"styles": []
|
166
170
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter/index.mjs",
|
169
173
|
"styles": []
|
170
174
|
},
|
171
175
|
"VDatePicker": {
|
@@ -192,10 +196,6 @@
|
|
192
196
|
"from": "components/VDatePicker/index.mjs",
|
193
197
|
"styles": []
|
194
198
|
},
|
195
|
-
"VCounter": {
|
196
|
-
"from": "components/VCounter/index.mjs",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
199
|
"VDialog": {
|
200
200
|
"from": "components/VDialog/index.mjs",
|
201
201
|
"styles": []
|
@@ -204,14 +204,6 @@
|
|
204
204
|
"from": "components/VEmptyState/index.mjs",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
|
-
"VField": {
|
208
|
-
"from": "components/VField/index.mjs",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VFieldLabel": {
|
212
|
-
"from": "components/VField/index.mjs",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
207
|
"VDivider": {
|
216
208
|
"from": "components/VDivider/index.mjs",
|
217
209
|
"styles": []
|
@@ -236,16 +228,20 @@
|
|
236
228
|
"from": "components/VFab/index.mjs",
|
237
229
|
"styles": []
|
238
230
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField/index.mjs",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField/index.mjs",
|
241
237
|
"styles": []
|
242
238
|
},
|
243
239
|
"VFileInput": {
|
244
240
|
"from": "components/VFileInput/index.mjs",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter/index.mjs",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VIcon": {
|
@@ -272,6 +268,10 @@
|
|
272
268
|
"from": "components/VImg/index.mjs",
|
273
269
|
"styles": []
|
274
270
|
},
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
275
|
"VItemGroup": {
|
276
276
|
"from": "components/VItemGroup/index.mjs",
|
277
277
|
"styles": []
|
@@ -280,16 +280,12 @@
|
|
280
280
|
"from": "components/VItemGroup/index.mjs",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
|
-
"VInput": {
|
284
|
-
"from": "components/VInput/index.mjs",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
283
|
"VKbd": {
|
288
284
|
"from": "components/VKbd/index.mjs",
|
289
285
|
"styles": []
|
290
286
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
287
|
+
"VInput": {
|
288
|
+
"from": "components/VInput/index.mjs",
|
293
289
|
"styles": []
|
294
290
|
},
|
295
291
|
"VList": {
|
@@ -328,6 +324,14 @@
|
|
328
324
|
"from": "components/VList/index.mjs",
|
329
325
|
"styles": []
|
330
326
|
},
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel/index.mjs",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain/index.mjs",
|
333
|
+
"styles": []
|
334
|
+
},
|
331
335
|
"VMenu": {
|
332
336
|
"from": "components/VMenu/index.mjs",
|
333
337
|
"styles": []
|
@@ -336,26 +340,22 @@
|
|
336
340
|
"from": "components/VMessages/index.mjs",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
343
|
+
"VOverlay": {
|
344
|
+
"from": "components/VOverlay/index.mjs",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
347
|
"VNavigationDrawer": {
|
344
348
|
"from": "components/VNavigationDrawer/index.mjs",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
351
|
+
"VPagination": {
|
352
|
+
"from": "components/VPagination/index.mjs",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
355
|
"VOtpInput": {
|
352
356
|
"from": "components/VOtpInput/index.mjs",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
|
-
"VPagination": {
|
356
|
-
"from": "components/VPagination/index.mjs",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
359
|
"VProgressLinear": {
|
360
360
|
"from": "components/VProgressLinear/index.mjs",
|
361
361
|
"styles": []
|
@@ -364,40 +364,28 @@
|
|
364
364
|
"from": "components/VProgressCircular/index.mjs",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
|
-
"VRating": {
|
368
|
-
"from": "components/VRating/index.mjs",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VSelect": {
|
372
|
-
"from": "components/VSelect/index.mjs",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
|
-
"VSelectionControlGroup": {
|
376
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
367
|
"VRadioGroup": {
|
380
368
|
"from": "components/VRadioGroup/index.mjs",
|
381
369
|
"styles": []
|
382
370
|
},
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating/index.mjs",
|
373
|
+
"styles": []
|
374
|
+
},
|
383
375
|
"VSelectionControl": {
|
384
376
|
"from": "components/VSelectionControl/index.mjs",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect/index.mjs",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
383
|
"VSkeletonLoader": {
|
392
384
|
"from": "components/VSkeletonLoader/index.mjs",
|
393
385
|
"styles": []
|
394
386
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSlider": {
|
400
|
-
"from": "components/VSlider/index.mjs",
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
401
389
|
"styles": []
|
402
390
|
},
|
403
391
|
"VSlideGroup": {
|
@@ -408,6 +396,18 @@
|
|
408
396
|
"from": "components/VSlideGroup/index.mjs",
|
409
397
|
"styles": []
|
410
398
|
},
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider/index.mjs",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSheet": {
|
404
|
+
"from": "components/VSheet/index.mjs",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSnackbar": {
|
408
|
+
"from": "components/VSnackbar/index.mjs",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
411
|
"VSwitch": {
|
412
412
|
"from": "components/VSwitch/index.mjs",
|
413
413
|
"styles": []
|
@@ -456,16 +456,16 @@
|
|
456
456
|
"from": "components/VTabs/index.mjs",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
459
|
+
"VTextField": {
|
460
|
+
"from": "components/VTextField/index.mjs",
|
461
461
|
"styles": []
|
462
462
|
},
|
463
463
|
"VTable": {
|
464
464
|
"from": "components/VTable/index.mjs",
|
465
465
|
"styles": []
|
466
466
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea/index.mjs",
|
469
469
|
"styles": []
|
470
470
|
},
|
471
471
|
"VTimeline": {
|
@@ -500,20 +500,16 @@
|
|
500
500
|
"from": "components/VWindow/index.mjs",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
|
-
"VConfirmEdit": {
|
504
|
-
"from": "components/VConfirmEdit/index.mjs",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
503
|
"VDataIterator": {
|
508
504
|
"from": "components/VDataIterator/index.mjs",
|
509
505
|
"styles": []
|
510
506
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
507
|
+
"VConfirmEdit": {
|
508
|
+
"from": "components/VConfirmEdit/index.mjs",
|
513
509
|
"styles": []
|
514
510
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
511
|
+
"VDefaultsProvider": {
|
512
|
+
"from": "components/VDefaultsProvider/index.mjs",
|
517
513
|
"styles": []
|
518
514
|
},
|
519
515
|
"VContainer": {
|
@@ -532,6 +528,10 @@
|
|
532
528
|
"from": "components/VGrid/index.mjs",
|
533
529
|
"styles": []
|
534
530
|
},
|
531
|
+
"VForm": {
|
532
|
+
"from": "components/VForm/index.mjs",
|
533
|
+
"styles": []
|
534
|
+
},
|
535
535
|
"VHover": {
|
536
536
|
"from": "components/VHover/index.mjs",
|
537
537
|
"styles": []
|
@@ -552,22 +552,22 @@
|
|
552
552
|
"from": "components/VLocaleProvider/index.mjs",
|
553
553
|
"styles": []
|
554
554
|
},
|
555
|
-
"VNoSsr": {
|
556
|
-
"from": "components/VNoSsr/index.mjs",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
555
|
"VParallax": {
|
560
556
|
"from": "components/VParallax/index.mjs",
|
561
557
|
"styles": []
|
562
558
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
559
|
+
"VNoSsr": {
|
560
|
+
"from": "components/VNoSsr/index.mjs",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
563
|
"VRadio": {
|
568
564
|
"from": "components/VRadio/index.mjs",
|
569
565
|
"styles": []
|
570
566
|
},
|
567
|
+
"VRangeSlider": {
|
568
|
+
"from": "components/VRangeSlider/index.mjs",
|
569
|
+
"styles": []
|
570
|
+
},
|
571
571
|
"VResponsive": {
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
573
573
|
"styles": []
|
@@ -588,6 +588,10 @@
|
|
588
588
|
"from": "components/VVirtualScroll/index.mjs",
|
589
589
|
"styles": []
|
590
590
|
},
|
591
|
+
"VValidation": {
|
592
|
+
"from": "components/VValidation/index.mjs",
|
593
|
+
"styles": []
|
594
|
+
},
|
591
595
|
"VFabTransition": {
|
592
596
|
"from": "components/transitions/index.mjs",
|
593
597
|
"styles": []
|
@@ -651,10 +655,6 @@
|
|
651
655
|
"VDialogTransition": {
|
652
656
|
"from": "components/transitions/index.mjs",
|
653
657
|
"styles": []
|
654
|
-
},
|
655
|
-
"VValidation": {
|
656
|
-
"from": "components/VValidation/index.mjs",
|
657
|
-
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -77,6 +77,7 @@
|
|
77
77
|
"VAppBarNavIcon": {
|
78
78
|
"attributes": [
|
79
79
|
"active",
|
80
|
+
"active-color",
|
80
81
|
"append-icon",
|
81
82
|
"base-color",
|
82
83
|
"block",
|
@@ -215,6 +216,7 @@
|
|
215
216
|
},
|
216
217
|
"VAvatar": {
|
217
218
|
"attributes": [
|
219
|
+
"border",
|
218
220
|
"color",
|
219
221
|
"density",
|
220
222
|
"end",
|
@@ -413,6 +415,7 @@
|
|
413
415
|
"VBtn": {
|
414
416
|
"attributes": [
|
415
417
|
"active",
|
418
|
+
"active-color",
|
416
419
|
"append-icon",
|
417
420
|
"base-color",
|
418
421
|
"block",
|
@@ -691,6 +694,7 @@
|
|
691
694
|
},
|
692
695
|
"VCarouselItem": {
|
693
696
|
"attributes": [
|
697
|
+
"absolute",
|
694
698
|
"alt",
|
695
699
|
"aspect-ratio",
|
696
700
|
"color",
|
@@ -1035,7 +1039,13 @@
|
|
1035
1039
|
"VContainer": {
|
1036
1040
|
"attributes": [
|
1037
1041
|
"fluid",
|
1038
|
-
"
|
1042
|
+
"height",
|
1043
|
+
"max-height",
|
1044
|
+
"max-width",
|
1045
|
+
"min-height",
|
1046
|
+
"min-width",
|
1047
|
+
"tag",
|
1048
|
+
"width"
|
1039
1049
|
],
|
1040
1050
|
"description": ""
|
1041
1051
|
},
|
@@ -1658,7 +1668,12 @@
|
|
1658
1668
|
"elevation",
|
1659
1669
|
"expand-icon",
|
1660
1670
|
"focusable",
|
1671
|
+
"height",
|
1661
1672
|
"hide-actions",
|
1673
|
+
"max-height",
|
1674
|
+
"max-width",
|
1675
|
+
"min-height",
|
1676
|
+
"min-width",
|
1662
1677
|
"readonly",
|
1663
1678
|
"ripple",
|
1664
1679
|
"rounded",
|
@@ -1668,7 +1683,8 @@
|
|
1668
1683
|
"text",
|
1669
1684
|
"tile",
|
1670
1685
|
"title",
|
1671
|
-
"value"
|
1686
|
+
"value",
|
1687
|
+
"width"
|
1672
1688
|
],
|
1673
1689
|
"description": ""
|
1674
1690
|
},
|
@@ -1684,10 +1700,16 @@
|
|
1684
1700
|
"color",
|
1685
1701
|
"expand-icon",
|
1686
1702
|
"focusable",
|
1703
|
+
"height",
|
1687
1704
|
"hide-actions",
|
1705
|
+
"max-height",
|
1706
|
+
"max-width",
|
1707
|
+
"min-height",
|
1708
|
+
"min-width",
|
1688
1709
|
"readonly",
|
1689
1710
|
"ripple",
|
1690
|
-
"static"
|
1711
|
+
"static",
|
1712
|
+
"width"
|
1691
1713
|
],
|
1692
1714
|
"description": ""
|
1693
1715
|
},
|
@@ -1702,9 +1724,14 @@
|
|
1702
1724
|
"expand-icon",
|
1703
1725
|
"flat",
|
1704
1726
|
"focusable",
|
1727
|
+
"height",
|
1705
1728
|
"hide-actions",
|
1706
1729
|
"mandatory",
|
1707
1730
|
"max",
|
1731
|
+
"max-height",
|
1732
|
+
"max-width",
|
1733
|
+
"min-height",
|
1734
|
+
"min-width",
|
1708
1735
|
"model-value",
|
1709
1736
|
"multiple",
|
1710
1737
|
"readonly",
|
@@ -1718,7 +1745,8 @@
|
|
1718
1745
|
"tile",
|
1719
1746
|
"title",
|
1720
1747
|
"value",
|
1721
|
-
"variant"
|
1748
|
+
"variant",
|
1749
|
+
"width"
|
1722
1750
|
],
|
1723
1751
|
"description": ""
|
1724
1752
|
},
|
@@ -1726,6 +1754,7 @@
|
|
1726
1754
|
"attributes": [
|
1727
1755
|
"absolute",
|
1728
1756
|
"active",
|
1757
|
+
"active-color",
|
1729
1758
|
"app",
|
1730
1759
|
"appear",
|
1731
1760
|
"append-icon",
|
@@ -1941,6 +1970,7 @@
|
|
1941
1970
|
},
|
1942
1971
|
"VImg": {
|
1943
1972
|
"attributes": [
|
1973
|
+
"absolute",
|
1944
1974
|
"alt",
|
1945
1975
|
"aspect-ratio",
|
1946
1976
|
"color",
|
@@ -3405,12 +3435,17 @@
|
|
3405
3435
|
"expand-icon",
|
3406
3436
|
"flat",
|
3407
3437
|
"focusable",
|
3438
|
+
"height",
|
3408
3439
|
"hide-actions",
|
3409
3440
|
"item-title",
|
3410
3441
|
"item-value",
|
3411
3442
|
"items",
|
3412
3443
|
"mandatory",
|
3413
3444
|
"max",
|
3445
|
+
"max-height",
|
3446
|
+
"max-width",
|
3447
|
+
"min-height",
|
3448
|
+
"min-width",
|
3414
3449
|
"mobile",
|
3415
3450
|
"mobile-breakpoint",
|
3416
3451
|
"model-value",
|
@@ -3428,7 +3463,8 @@
|
|
3428
3463
|
"tile",
|
3429
3464
|
"title",
|
3430
3465
|
"value",
|
3431
|
-
"variant"
|
3466
|
+
"variant",
|
3467
|
+
"width"
|
3432
3468
|
],
|
3433
3469
|
"description": ""
|
3434
3470
|
},
|
@@ -3457,8 +3493,13 @@
|
|
3457
3493
|
"error-icon",
|
3458
3494
|
"expand-icon",
|
3459
3495
|
"focusable",
|
3496
|
+
"height",
|
3460
3497
|
"hide-actions",
|
3461
3498
|
"icon",
|
3499
|
+
"max-height",
|
3500
|
+
"max-width",
|
3501
|
+
"min-height",
|
3502
|
+
"min-width",
|
3462
3503
|
"readonly",
|
3463
3504
|
"ripple",
|
3464
3505
|
"rounded",
|
@@ -3470,7 +3511,8 @@
|
|
3470
3511
|
"text",
|
3471
3512
|
"tile",
|
3472
3513
|
"title",
|
3473
|
-
"value"
|
3514
|
+
"value",
|
3515
|
+
"width"
|
3474
3516
|
],
|
3475
3517
|
"description": ""
|
3476
3518
|
},
|
@@ -3571,6 +3613,7 @@
|
|
3571
3613
|
},
|
3572
3614
|
"VTab": {
|
3573
3615
|
"attributes": [
|
3616
|
+
"active-color",
|
3574
3617
|
"append-icon",
|
3575
3618
|
"base-color",
|
3576
3619
|
"border",
|