@vuetify/nightly 3.5.8-dev.2024-03-09 → 3.5.8-dev.2024-03-13
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 +3 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2319 -2319
- package/dist/vuetify-labs.d.ts +21 -0
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +958 -958
- package/dist/vuetify.d.ts +61 -40
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VForm/index.d.mts +21 -0
- package/lib/components/index.d.mts +21 -0
- package/lib/composables/form.mjs +3 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.8-dev.2024-03-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.8-dev.2024-03-13...v) (2024-03-13)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.8-dev.2024-03-
|
|
5
|
+
## [3.5.8-dev.2024-03-13](https://github.com/vuetifyjs/vuetify/compare/v3.5.8...v3.5.8-dev.2024-03-13) (2024-03-13)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
* **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
|
|
17
17
|
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
18
18
|
* **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
|
|
19
|
+
* **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
|
|
19
20
|
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
20
21
|
* **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
|
|
21
22
|
* **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VPicker": {
|
|
4
|
-
"from": "labs/VPicker/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VPickerTitle": {
|
|
8
|
-
"from": "labs/VPicker/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VFab": {
|
|
12
4
|
"from": "labs/VFab/index.mjs",
|
|
13
5
|
"styles": []
|
|
@@ -36,6 +28,14 @@
|
|
|
36
28
|
"from": "labs/VCalendar/index.mjs",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
31
|
+
"VPicker": {
|
|
32
|
+
"from": "labs/VPicker/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VPickerTitle": {
|
|
36
|
+
"from": "labs/VPicker/index.mjs",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
39
|
"VEmptyState": {
|
|
40
40
|
"from": "labs/VEmptyState/index.mjs",
|
|
41
41
|
"styles": []
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"VSparkline": {
|
|
48
|
-
"from": "labs/VSparkline/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
47
|
"VSpeedDial": {
|
|
52
48
|
"from": "labs/VSpeedDial/index.mjs",
|
|
53
49
|
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VSparkline": {
|
|
52
|
+
"from": "labs/VSparkline/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"from": "components/VAvatar/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VBanner": {
|
|
@@ -48,12 +48,8 @@
|
|
|
48
48
|
"from": "components/VBanner/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBtn": {
|
|
56
|
-
"from": "components/VBtn/index.mjs",
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -72,28 +68,8 @@
|
|
|
72
68
|
"from": "components/VBottomSheet/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCardActions": {
|
|
80
|
-
"from": "components/VCard/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCardItem": {
|
|
84
|
-
"from": "components/VCard/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCardSubtitle": {
|
|
88
|
-
"from": "components/VCard/index.mjs",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VCardText": {
|
|
92
|
-
"from": "components/VCard/index.mjs",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VCardTitle": {
|
|
96
|
-
"from": "components/VCard/index.mjs",
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
97
73
|
"styles": []
|
|
98
74
|
},
|
|
99
75
|
"VBtnGroup": {
|
|
@@ -104,6 +80,14 @@
|
|
|
104
80
|
"from": "components/VBtnToggle/index.mjs",
|
|
105
81
|
"styles": []
|
|
106
82
|
},
|
|
83
|
+
"VCarousel": {
|
|
84
|
+
"from": "components/VCarousel/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VCarouselItem": {
|
|
88
|
+
"from": "components/VCarousel/index.mjs",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
107
91
|
"VCheckbox": {
|
|
108
92
|
"from": "components/VCheckbox/index.mjs",
|
|
109
93
|
"styles": []
|
|
@@ -116,30 +100,46 @@
|
|
|
116
100
|
"from": "components/VChip/index.mjs",
|
|
117
101
|
"styles": []
|
|
118
102
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
103
|
+
"VCard": {
|
|
104
|
+
"from": "components/VCard/index.mjs",
|
|
121
105
|
"styles": []
|
|
122
106
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
107
|
+
"VCardActions": {
|
|
108
|
+
"from": "components/VCard/index.mjs",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
111
|
+
"VCardItem": {
|
|
112
|
+
"from": "components/VCard/index.mjs",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VCardSubtitle": {
|
|
116
|
+
"from": "components/VCard/index.mjs",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
119
|
+
"VCardText": {
|
|
120
|
+
"from": "components/VCard/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VCardTitle": {
|
|
124
|
+
"from": "components/VCard/index.mjs",
|
|
137
125
|
"styles": []
|
|
138
126
|
},
|
|
139
127
|
"VChipGroup": {
|
|
140
128
|
"from": "components/VChipGroup/index.mjs",
|
|
141
129
|
"styles": []
|
|
142
130
|
},
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker/index.mjs",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
143
|
"VDataTable": {
|
|
144
144
|
"from": "components/VDataTable/index.mjs",
|
|
145
145
|
"styles": []
|
|
@@ -168,6 +168,18 @@
|
|
|
168
168
|
"from": "components/VDataTable/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
+
"VDialog": {
|
|
172
|
+
"from": "components/VDialog/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VCombobox": {
|
|
176
|
+
"from": "components/VCombobox/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDivider": {
|
|
180
|
+
"from": "components/VDivider/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
171
183
|
"VDatePicker": {
|
|
172
184
|
"from": "components/VDatePicker/index.mjs",
|
|
173
185
|
"styles": []
|
|
@@ -192,16 +204,12 @@
|
|
|
192
204
|
"from": "components/VDatePicker/index.mjs",
|
|
193
205
|
"styles": []
|
|
194
206
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VDivider": {
|
|
200
|
-
"from": "components/VDivider/index.mjs",
|
|
207
|
+
"VField": {
|
|
208
|
+
"from": "components/VField/index.mjs",
|
|
201
209
|
"styles": []
|
|
202
210
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
211
|
+
"VFieldLabel": {
|
|
212
|
+
"from": "components/VField/index.mjs",
|
|
205
213
|
"styles": []
|
|
206
214
|
},
|
|
207
215
|
"VExpansionPanels": {
|
|
@@ -220,14 +228,6 @@
|
|
|
220
228
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
229
|
"styles": []
|
|
222
230
|
},
|
|
223
|
-
"VField": {
|
|
224
|
-
"from": "components/VField/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFieldLabel": {
|
|
228
|
-
"from": "components/VField/index.mjs",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
231
|
"VFileInput": {
|
|
232
232
|
"from": "components/VFileInput/index.mjs",
|
|
233
233
|
"styles": []
|
|
@@ -236,10 +236,6 @@
|
|
|
236
236
|
"from": "components/VFooter/index.mjs",
|
|
237
237
|
"styles": []
|
|
238
238
|
},
|
|
239
|
-
"VImg": {
|
|
240
|
-
"from": "components/VImg/index.mjs",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
239
|
"VIcon": {
|
|
244
240
|
"from": "components/VIcon/index.mjs",
|
|
245
241
|
"styles": []
|
|
@@ -260,16 +256,20 @@
|
|
|
260
256
|
"from": "components/VIcon/index.mjs",
|
|
261
257
|
"styles": []
|
|
262
258
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
259
|
+
"VImg": {
|
|
260
|
+
"from": "components/VImg/index.mjs",
|
|
265
261
|
"styles": []
|
|
266
262
|
},
|
|
267
263
|
"VInfiniteScroll": {
|
|
268
264
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
269
265
|
"styles": []
|
|
270
266
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput/index.mjs",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VKbd": {
|
|
272
|
+
"from": "components/VKbd/index.mjs",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
275
|
"VItemGroup": {
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"from": "components/VItemGroup/index.mjs",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
283
|
+
"VLabel": {
|
|
284
|
+
"from": "components/VLabel/index.mjs",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
287
|
"VList": {
|
|
@@ -328,10 +328,6 @@
|
|
|
328
328
|
"from": "components/VMenu/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"VNavigationDrawer": {
|
|
332
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
331
|
"VMessages": {
|
|
336
332
|
"from": "components/VMessages/index.mjs",
|
|
337
333
|
"styles": []
|
|
@@ -348,60 +344,60 @@
|
|
|
348
344
|
"from": "components/VPagination/index.mjs",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
347
|
+
"VNavigationDrawer": {
|
|
348
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VProgressCircular": {
|
|
352
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
355
|
"VRadioGroup": {
|
|
360
356
|
"from": "components/VRadioGroup/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VSelect": {
|
|
368
|
-
"from": "components/VSelect/index.mjs",
|
|
359
|
+
"VProgressLinear": {
|
|
360
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating/index.mjs",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
367
|
"VSelectionControl": {
|
|
376
368
|
"from": "components/VSelectionControl/index.mjs",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
371
|
+
"VSelectionControlGroup": {
|
|
372
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect/index.mjs",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
379
|
+
"VSkeletonLoader": {
|
|
380
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
383
|
"VSheet": {
|
|
392
384
|
"from": "components/VSheet/index.mjs",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
387
|
+
"VSlideGroup": {
|
|
388
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSlideGroupItem": {
|
|
392
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
395
|
"VSnackbar": {
|
|
400
396
|
"from": "components/VSnackbar/index.mjs",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider/index.mjs",
|
|
405
401
|
"styles": []
|
|
406
402
|
},
|
|
407
403
|
"VStepper": {
|
|
@@ -428,8 +424,8 @@
|
|
|
428
424
|
"from": "components/VStepper/index.mjs",
|
|
429
425
|
"styles": []
|
|
430
426
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch/index.mjs",
|
|
433
429
|
"styles": []
|
|
434
430
|
},
|
|
435
431
|
"VTabs": {
|
|
@@ -440,28 +436,16 @@
|
|
|
440
436
|
"from": "components/VTabs/index.mjs",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar/index.mjs",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
443
|
"VTable": {
|
|
448
444
|
"from": "components/VTable/index.mjs",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTimeline": {
|
|
456
|
-
"from": "components/VTimeline/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VTimelineItem": {
|
|
460
|
-
"from": "components/VTimeline/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTooltip": {
|
|
464
|
-
"from": "components/VTooltip/index.mjs",
|
|
447
|
+
"VTextarea": {
|
|
448
|
+
"from": "components/VTextarea/index.mjs",
|
|
465
449
|
"styles": []
|
|
466
450
|
},
|
|
467
451
|
"VToolbar": {
|
|
@@ -476,6 +460,14 @@
|
|
|
476
460
|
"from": "components/VToolbar/index.mjs",
|
|
477
461
|
"styles": []
|
|
478
462
|
},
|
|
463
|
+
"VTextField": {
|
|
464
|
+
"from": "components/VTextField/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTooltip": {
|
|
468
|
+
"from": "components/VTooltip/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
479
471
|
"VWindow": {
|
|
480
472
|
"from": "components/VWindow/index.mjs",
|
|
481
473
|
"styles": []
|
|
@@ -484,6 +476,14 @@
|
|
|
484
476
|
"from": "components/VWindow/index.mjs",
|
|
485
477
|
"styles": []
|
|
486
478
|
},
|
|
479
|
+
"VTimeline": {
|
|
480
|
+
"from": "components/VTimeline/index.mjs",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTimelineItem": {
|
|
484
|
+
"from": "components/VTimeline/index.mjs",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
487
|
"VDataIterator": {
|
|
488
488
|
"from": "components/VDataIterator/index.mjs",
|
|
489
489
|
"styles": []
|
|
@@ -492,10 +492,6 @@
|
|
|
492
492
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
|
-
"VForm": {
|
|
496
|
-
"from": "components/VForm/index.mjs",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
495
|
"VContainer": {
|
|
500
496
|
"from": "components/VGrid/index.mjs",
|
|
501
497
|
"styles": []
|
|
@@ -512,6 +508,10 @@
|
|
|
512
508
|
"from": "components/VGrid/index.mjs",
|
|
513
509
|
"styles": []
|
|
514
510
|
},
|
|
511
|
+
"VForm": {
|
|
512
|
+
"from": "components/VForm/index.mjs",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
515
|
"VHover": {
|
|
516
516
|
"from": "components/VHover/index.mjs",
|
|
517
517
|
"styles": []
|
|
@@ -556,14 +556,14 @@
|
|
|
556
556
|
"from": "components/VThemeProvider/index.mjs",
|
|
557
557
|
"styles": []
|
|
558
558
|
},
|
|
559
|
-
"VVirtualScroll": {
|
|
560
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
559
|
"VValidation": {
|
|
564
560
|
"from": "components/VValidation/index.mjs",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
563
|
+
"VVirtualScroll": {
|
|
564
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
567
|
"VFabTransition": {
|
|
568
568
|
"from": "components/transitions/index.mjs",
|
|
569
569
|
"styles": []
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.5.8-dev.2024-03-
|
|
5
|
+
"version": "3.5.8-dev.2024-03-13",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -21526,7 +21526,7 @@
|
|
|
21526
21526
|
"arguments": [
|
|
21527
21527
|
{
|
|
21528
21528
|
"name": "argument",
|
|
21529
|
-
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#
|
|
21529
|
+
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#L51-L51\" target=\"_blank\">SubmitEventPromise</a>]\n"
|
|
21530
21530
|
}
|
|
21531
21531
|
]
|
|
21532
21532
|
}
|
|
@@ -21559,7 +21559,7 @@
|
|
|
21559
21559
|
},
|
|
21560
21560
|
{
|
|
21561
21561
|
"name": "items",
|
|
21562
|
-
"type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; isValid: boolean | null; errorMessages: string[]; }[]>"
|
|
21562
|
+
"type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; vm: Raw<ComponentInternalInstance>; isValid: boolean | null; errorMessages: string[]; }[]>"
|
|
21563
21563
|
},
|
|
21564
21564
|
{
|
|
21565
21565
|
"name": "validate",
|