@vuetify/nightly 3.6.4-master.2024-05-08 → 3.6.4-master.2024-05-09
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 +11 -2
- package/dist/json/attributes.json +1 -1
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +4464 -4417
- package/dist/vuetify-labs.esm.js +19 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1335 -1288
- package/dist/vuetify.d.ts +38 -38
- package/dist/vuetify.esm.js +19 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +12 -6
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +47 -0
- package/lib/components/VStepper/VStepperItem.mjs +5 -3
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +18 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +38 -38
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.4-master.2024-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.4-master.2024-05-09...v) (2024-05-09)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.4-master.2024-05-
|
5
|
+
## [3.6.4-master.2024-05-09](https://github.com/vuetifyjs/vuetify/compare/v3.6.4...v3.6.4-master.2024-05-09) (2024-05-09)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **VFileInput:** allow dirty prop to trigger dirty state ([85c41db](https://github.com/vuetifyjs/vuetify/commit/85c41dbe8028c878da6cd8cbd7510a8b21be298b)), closes [#19699](https://github.com/vuetifyjs/vuetify/issues/19699)
|
11
|
+
* **VStepper:** add missing hover and focus styling ([b45ab1a](https://github.com/vuetifyjs/vuetify/commit/b45ab1aff93965c31a88cb567d83f934dac00e1d))
|
12
|
+
* **VStepper:** add missing non-linear styles ([da6d5f3](https://github.com/vuetifyjs/vuetify/commit/da6d5f3cd2d54bf6ad652688b61c9626933d969d))
|
13
|
+
* **VStepper:** do not spread raw property onto VStepperItem ([3d9deb7](https://github.com/vuetifyjs/vuetify/commit/3d9deb7db53e70e0605b76f270f7d962d38f09e4))
|
14
|
+
* **VStepper:** only show edit icon if editable and selected ([34bb202](https://github.com/vuetifyjs/vuetify/commit/34bb2020124553436691d7542ca77948452d7fab))
|
6
15
|
|
7
16
|
|
8
17
|
|
@@ -10420,7 +10420,7 @@
|
|
10420
10420
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
10421
10421
|
},
|
10422
10422
|
"VStepperItem/rules": {
|
10423
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#
|
10423
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L40-L40\" target=\"_blank\">ValidationRule</a>[]\n",
|
10424
10424
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
10425
10425
|
},
|
10426
10426
|
"VStepperItem/disabled": {
|
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VNumberInput": {
|
4
|
-
"from": "labs/VNumberInput/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar/index.mjs",
|
9
5
|
"styles": []
|
@@ -28,18 +24,6 @@
|
|
28
24
|
"from": "labs/VCalendar/index.mjs",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"VTimePicker": {
|
32
|
-
"from": "labs/VTimePicker/index.mjs",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VTimePickerClock": {
|
36
|
-
"from": "labs/VTimePicker/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VTimePickerControls": {
|
40
|
-
"from": "labs/VTimePicker/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
27
|
"VPicker": {
|
44
28
|
"from": "labs/VPicker/index.mjs",
|
45
29
|
"styles": []
|
@@ -48,6 +32,10 @@
|
|
48
32
|
"from": "labs/VPicker/index.mjs",
|
49
33
|
"styles": []
|
50
34
|
},
|
35
|
+
"VNumberInput": {
|
36
|
+
"from": "labs/VNumberInput/index.mjs",
|
37
|
+
"styles": []
|
38
|
+
},
|
51
39
|
"VTreeview": {
|
52
40
|
"from": "labs/VTreeview/index.mjs",
|
53
41
|
"styles": []
|
@@ -60,17 +48,29 @@
|
|
60
48
|
"from": "labs/VTreeview/index.mjs",
|
61
49
|
"styles": []
|
62
50
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
51
|
+
"VTimePicker": {
|
52
|
+
"from": "labs/VTimePicker/index.mjs",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
55
|
+
"VTimePickerClock": {
|
56
|
+
"from": "labs/VTimePicker/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VTimePickerControls": {
|
60
|
+
"from": "labs/VTimePicker/index.mjs",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
63
|
"VSnackbarQueue": {
|
72
64
|
"from": "labs/VSnackbarQueue/index.mjs",
|
73
65
|
"styles": []
|
66
|
+
},
|
67
|
+
"VDateInput": {
|
68
|
+
"from": "labs/VDateInput/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VPullToRefresh": {
|
72
|
+
"from": "labs/VPullToRefresh/index.mjs",
|
73
|
+
"styles": []
|
74
74
|
}
|
75
75
|
}
|
76
76
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24
24
|
"from": "components/VAlert/index.mjs",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar/index.mjs",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete/index.mjs",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
35
|
"VBanner": {
|
@@ -44,14 +44,18 @@
|
|
44
44
|
"from": "components/VBanner/index.mjs",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"VAvatar": {
|
48
|
-
"from": "components/VAvatar/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
47
|
"VBottomSheet": {
|
52
48
|
"from": "components/VBottomSheet/index.mjs",
|
53
49
|
"styles": []
|
54
50
|
},
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBadge": {
|
56
|
+
"from": "components/VBadge/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
55
59
|
"VBreadcrumbs": {
|
56
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
57
61
|
"styles": []
|
@@ -64,40 +68,16 @@
|
|
64
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"VBottomNavigation": {
|
68
|
-
"from": "components/VBottomNavigation/index.mjs",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
71
|
"VBtn": {
|
72
72
|
"from": "components/VBtn/index.mjs",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"VCarousel": {
|
76
|
-
"from": "components/VCarousel/index.mjs",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VCarouselItem": {
|
80
|
-
"from": "components/VCarousel/index.mjs",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCheckbox": {
|
84
|
-
"from": "components/VCheckbox/index.mjs",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCheckboxBtn": {
|
88
|
-
"from": "components/VCheckbox/index.mjs",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VBtnGroup": {
|
92
|
-
"from": "components/VBtnGroup/index.mjs",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
75
|
"VBtnToggle": {
|
96
76
|
"from": "components/VBtnToggle/index.mjs",
|
97
77
|
"styles": []
|
98
78
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
79
|
+
"VBtnGroup": {
|
80
|
+
"from": "components/VBtnGroup/index.mjs",
|
101
81
|
"styles": []
|
102
82
|
},
|
103
83
|
"VCard": {
|
@@ -124,8 +104,20 @@
|
|
124
104
|
"from": "components/VCard/index.mjs",
|
125
105
|
"styles": []
|
126
106
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
107
|
+
"VCheckbox": {
|
108
|
+
"from": "components/VCheckbox/index.mjs",
|
109
|
+
"styles": []
|
110
|
+
},
|
111
|
+
"VCheckboxBtn": {
|
112
|
+
"from": "components/VCheckbox/index.mjs",
|
113
|
+
"styles": []
|
114
|
+
},
|
115
|
+
"VCarousel": {
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCarouselItem": {
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
129
121
|
"styles": []
|
130
122
|
},
|
131
123
|
"VCode": {
|
@@ -136,10 +128,18 @@
|
|
136
128
|
"from": "components/VColorPicker/index.mjs",
|
137
129
|
"styles": []
|
138
130
|
},
|
131
|
+
"VChip": {
|
132
|
+
"from": "components/VChip/index.mjs",
|
133
|
+
"styles": []
|
134
|
+
},
|
139
135
|
"VCombobox": {
|
140
136
|
"from": "components/VCombobox/index.mjs",
|
141
137
|
"styles": []
|
142
138
|
},
|
139
|
+
"VChipGroup": {
|
140
|
+
"from": "components/VChipGroup/index.mjs",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
143
|
"VCounter": {
|
144
144
|
"from": "components/VCounter/index.mjs",
|
145
145
|
"styles": []
|
@@ -172,14 +172,6 @@
|
|
172
172
|
"from": "components/VDataTable/index.mjs",
|
173
173
|
"styles": []
|
174
174
|
},
|
175
|
-
"VDivider": {
|
176
|
-
"from": "components/VDivider/index.mjs",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDialog": {
|
180
|
-
"from": "components/VDialog/index.mjs",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
175
|
"VDatePicker": {
|
184
176
|
"from": "components/VDatePicker/index.mjs",
|
185
177
|
"styles": []
|
@@ -204,6 +196,18 @@
|
|
204
196
|
"from": "components/VDatePicker/index.mjs",
|
205
197
|
"styles": []
|
206
198
|
},
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog/index.mjs",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider/index.mjs",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState/index.mjs",
|
209
|
+
"styles": []
|
210
|
+
},
|
207
211
|
"VExpansionPanels": {
|
208
212
|
"from": "components/VExpansionPanel/index.mjs",
|
209
213
|
"styles": []
|
@@ -220,8 +224,12 @@
|
|
220
224
|
"from": "components/VExpansionPanel/index.mjs",
|
221
225
|
"styles": []
|
222
226
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab/index.mjs",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput/index.mjs",
|
225
233
|
"styles": []
|
226
234
|
},
|
227
235
|
"VField": {
|
@@ -232,22 +240,10 @@
|
|
232
240
|
"from": "components/VField/index.mjs",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"VFileInput": {
|
236
|
-
"from": "components/VFileInput/index.mjs",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFab": {
|
240
|
-
"from": "components/VFab/index.mjs",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
243
|
"VFooter": {
|
244
244
|
"from": "components/VFooter/index.mjs",
|
245
245
|
"styles": []
|
246
246
|
},
|
247
|
-
"VInfiniteScroll": {
|
248
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
249
|
-
"styles": []
|
250
|
-
},
|
251
247
|
"VIcon": {
|
252
248
|
"from": "components/VIcon/index.mjs",
|
253
249
|
"styles": []
|
@@ -280,6 +276,10 @@
|
|
280
276
|
"from": "components/VLabel/index.mjs",
|
281
277
|
"styles": []
|
282
278
|
},
|
279
|
+
"VInfiniteScroll": {
|
280
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
283
|
"VKbd": {
|
284
284
|
"from": "components/VKbd/index.mjs",
|
285
285
|
"styles": []
|
@@ -292,14 +292,6 @@
|
|
292
292
|
"from": "components/VItemGroup/index.mjs",
|
293
293
|
"styles": []
|
294
294
|
},
|
295
|
-
"VMenu": {
|
296
|
-
"from": "components/VMenu/index.mjs",
|
297
|
-
"styles": []
|
298
|
-
},
|
299
|
-
"VMessages": {
|
300
|
-
"from": "components/VMessages/index.mjs",
|
301
|
-
"styles": []
|
302
|
-
},
|
303
295
|
"VList": {
|
304
296
|
"from": "components/VList/index.mjs",
|
305
297
|
"styles": []
|
@@ -336,8 +328,12 @@
|
|
336
328
|
"from": "components/VList/index.mjs",
|
337
329
|
"styles": []
|
338
330
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
331
|
+
"VMenu": {
|
332
|
+
"from": "components/VMenu/index.mjs",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages/index.mjs",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VMain": {
|
@@ -348,6 +344,10 @@
|
|
348
344
|
"from": "components/VOtpInput/index.mjs",
|
349
345
|
"styles": []
|
350
346
|
},
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
351
|
"VPagination": {
|
352
352
|
"from": "components/VPagination/index.mjs",
|
353
353
|
"styles": []
|
@@ -356,10 +356,6 @@
|
|
356
356
|
"from": "components/VProgressCircular/index.mjs",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
|
-
"VProgressLinear": {
|
360
|
-
"from": "components/VProgressLinear/index.mjs",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
359
|
"VOverlay": {
|
364
360
|
"from": "components/VOverlay/index.mjs",
|
365
361
|
"styles": []
|
@@ -368,6 +364,10 @@
|
|
368
364
|
"from": "components/VRadioGroup/index.mjs",
|
369
365
|
"styles": []
|
370
366
|
},
|
367
|
+
"VProgressLinear": {
|
368
|
+
"from": "components/VProgressLinear/index.mjs",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
371
|
"VRating": {
|
372
372
|
"from": "components/VRating/index.mjs",
|
373
373
|
"styles": []
|
@@ -376,8 +376,8 @@
|
|
376
376
|
"from": "components/VSelect/index.mjs",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
379
|
+
"VSkeletonLoader": {
|
380
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
383
|
"VSelectionControlGroup": {
|
@@ -396,14 +396,6 @@
|
|
396
396
|
"from": "components/VSlideGroup/index.mjs",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
|
-
"VSkeletonLoader": {
|
400
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSnackbar": {
|
404
|
-
"from": "components/VSnackbar/index.mjs",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
399
|
"VStepper": {
|
408
400
|
"from": "components/VStepper/index.mjs",
|
409
401
|
"styles": []
|
@@ -428,6 +420,22 @@
|
|
428
420
|
"from": "components/VStepper/index.mjs",
|
429
421
|
"styles": []
|
430
422
|
},
|
423
|
+
"VSnackbar": {
|
424
|
+
"from": "components/VSnackbar/index.mjs",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VSlider": {
|
428
|
+
"from": "components/VSlider/index.mjs",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSwitch": {
|
432
|
+
"from": "components/VSwitch/index.mjs",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar/index.mjs",
|
437
|
+
"styles": []
|
438
|
+
},
|
431
439
|
"VTab": {
|
432
440
|
"from": "components/VTabs/index.mjs",
|
433
441
|
"styles": []
|
@@ -444,34 +452,26 @@
|
|
444
452
|
"from": "components/VTabs/index.mjs",
|
445
453
|
"styles": []
|
446
454
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
455
|
+
"VTable": {
|
456
|
+
"from": "components/VTable/index.mjs",
|
449
457
|
"styles": []
|
450
458
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
453
461
|
"styles": []
|
454
462
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
463
|
+
"VTimeline": {
|
464
|
+
"from": "components/VTimeline/index.mjs",
|
457
465
|
"styles": []
|
458
466
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
467
|
+
"VTimelineItem": {
|
468
|
+
"from": "components/VTimeline/index.mjs",
|
461
469
|
"styles": []
|
462
470
|
},
|
463
471
|
"VTextField": {
|
464
472
|
"from": "components/VTextField/index.mjs",
|
465
473
|
"styles": []
|
466
474
|
},
|
467
|
-
"VTextarea": {
|
468
|
-
"from": "components/VTextarea/index.mjs",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTooltip": {
|
472
|
-
"from": "components/VTooltip/index.mjs",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
475
|
"VToolbar": {
|
476
476
|
"from": "components/VToolbar/index.mjs",
|
477
477
|
"styles": []
|
@@ -484,12 +484,12 @@
|
|
484
484
|
"from": "components/VToolbar/index.mjs",
|
485
485
|
"styles": []
|
486
486
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
487
|
+
"VSelectionControl": {
|
488
|
+
"from": "components/VSelectionControl/index.mjs",
|
489
489
|
"styles": []
|
490
490
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
491
|
+
"VTooltip": {
|
492
|
+
"from": "components/VTooltip/index.mjs",
|
493
493
|
"styles": []
|
494
494
|
},
|
495
495
|
"VWindow": {
|
@@ -500,14 +500,14 @@
|
|
500
500
|
"from": "components/VWindow/index.mjs",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
|
-
"VDataIterator": {
|
504
|
-
"from": "components/VDataIterator/index.mjs",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
503
|
"VConfirmEdit": {
|
508
504
|
"from": "components/VConfirmEdit/index.mjs",
|
509
505
|
"styles": []
|
510
506
|
},
|
507
|
+
"VDataIterator": {
|
508
|
+
"from": "components/VDataIterator/index.mjs",
|
509
|
+
"styles": []
|
510
|
+
},
|
511
511
|
"VDefaultsProvider": {
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
513
513
|
"styles": []
|
@@ -536,6 +536,10 @@
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
+
"VLocaleProvider": {
|
540
|
+
"from": "components/VLocaleProvider/index.mjs",
|
541
|
+
"styles": []
|
542
|
+
},
|
539
543
|
"VLayout": {
|
540
544
|
"from": "components/VLayout/index.mjs",
|
541
545
|
"styles": []
|
@@ -548,10 +552,6 @@
|
|
548
552
|
"from": "components/VLazy/index.mjs",
|
549
553
|
"styles": []
|
550
554
|
},
|
551
|
-
"VLocaleProvider": {
|
552
|
-
"from": "components/VLocaleProvider/index.mjs",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
555
|
"VNoSsr": {
|
556
556
|
"from": "components/VNoSsr/index.mjs",
|
557
557
|
"styles": []
|
@@ -580,6 +580,10 @@
|
|
580
580
|
"from": "components/VSpeedDial/index.mjs",
|
581
581
|
"styles": []
|
582
582
|
},
|
583
|
+
"VVirtualScroll": {
|
584
|
+
"from": "components/VVirtualScroll/index.mjs",
|
585
|
+
"styles": []
|
586
|
+
},
|
583
587
|
"VThemeProvider": {
|
584
588
|
"from": "components/VThemeProvider/index.mjs",
|
585
589
|
"styles": []
|
@@ -588,10 +592,6 @@
|
|
588
592
|
"from": "components/VValidation/index.mjs",
|
589
593
|
"styles": []
|
590
594
|
},
|
591
|
-
"VVirtualScroll": {
|
592
|
-
"from": "components/VVirtualScroll/index.mjs",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
595
|
"VFabTransition": {
|
596
596
|
"from": "components/transitions/index.mjs",
|
597
597
|
"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.6.4-master.2024-05-
|
5
|
+
"version": "3.6.4-master.2024-05-09",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -39289,7 +39289,7 @@
|
|
39289
39289
|
"default": "[]",
|
39290
39290
|
"value": {
|
39291
39291
|
"kind": "expression",
|
39292
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#
|
39292
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L40-L40\" target=\"_blank\">ValidationRule</a>[]"
|
39293
39293
|
}
|
39294
39294
|
},
|
39295
39295
|
{
|