@vuetify/nightly 3.4.11-dev.2024-01-19 → 3.5.0-dev.2024-01-20

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +2 -29
  2. package/dist/json/attributes.json +6 -6
  3. package/dist/json/importMap.json +116 -116
  4. package/dist/json/web-types.json +42 -7
  5. package/dist/vuetify-labs.css +2802 -2782
  6. package/dist/vuetify-labs.d.ts +61 -8
  7. package/dist/vuetify-labs.esm.js +153 -22
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +153 -21
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +757 -737
  12. package/dist/vuetify.d.ts +97 -44
  13. package/dist/vuetify.esm.js +153 -22
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +153 -21
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +359 -337
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +11 -1
  21. package/lib/blueprints/md1.d.mts +11 -1
  22. package/lib/blueprints/md2.d.mts +11 -1
  23. package/lib/blueprints/md3.d.mts +11 -1
  24. package/lib/components/VSwitch/VSwitch.css +22 -2
  25. package/lib/components/VSwitch/VSwitch.mjs +26 -3
  26. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  27. package/lib/components/VSwitch/VSwitch.sass +20 -2
  28. package/lib/components/VSwitch/index.d.mts +37 -6
  29. package/lib/components/index.d.mts +37 -6
  30. package/lib/composables/goto.mjs +105 -0
  31. package/lib/composables/goto.mjs.map +1 -0
  32. package/lib/composables/index.mjs +1 -0
  33. package/lib/composables/index.mjs.map +1 -1
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/entry-bundler.mjs.map +1 -1
  36. package/lib/framework.mjs +6 -2
  37. package/lib/framework.mjs.map +1 -1
  38. package/lib/index.d.mts +60 -38
  39. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,35 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.11-dev.2024-01-19...v) (2024-01-19)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.0-dev.2024-01-20...v) (2024-01-20)
2
2
 
3
3
 
4
4
 
5
- ## [3.4.11-dev.2024-01-19](https://github.com/vuetifyjs/vuetify/compare/v3.4.11...v3.4.11-dev.2024-01-19) (2024-01-19)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **VChipGroup:** use VSlideGroup as baseline component ([#17911](https://github.com/vuetifyjs/vuetify/issues/17911)) ([bcffca9](https://github.com/vuetifyjs/vuetify/commit/bcffca90905d07c16f4ab4b326a7cd139cb9f935)), closes [#17321](https://github.com/vuetifyjs/vuetify/issues/17321)
11
- * **VDataTable:** add new headerProps prop ([#19025](https://github.com/vuetifyjs/vuetify/issues/19025)) ([d121f54](https://github.com/vuetifyjs/vuetify/commit/d121f5464ba56f5ddbc649385fabc708578ddbe0)), closes [#18993](https://github.com/vuetifyjs/vuetify/issues/18993)
12
- * **VDataTableVirtual:** add missing colgroup slot ([#19052](https://github.com/vuetifyjs/vuetify/issues/19052)) ([0dca210](https://github.com/vuetifyjs/vuetify/commit/0dca2106989f4a0fd2a6415c7c7be336da616a63))
13
-
14
-
15
- ### Features
16
-
17
- * **locale:** add khmer translations ([#18695](https://github.com/vuetifyjs/vuetify/issues/18695)) ([e1d0e03](https://github.com/vuetifyjs/vuetify/commit/e1d0e0340f127de054c610486d0662d5ca484ad8))
18
- * **style:** add cursor class utilities ([#17033](https://github.com/vuetifyjs/vuetify/issues/17033)) ([a25aac9](https://github.com/vuetifyjs/vuetify/commit/a25aac98fea0f33732b5c4ebf52d820cd5297203))
19
- * **theme:** add surface-light color ([#19047](https://github.com/vuetifyjs/vuetify/issues/19047)) ([d20875a](https://github.com/vuetifyjs/vuetify/commit/d20875a55598cae8dfd5587719a32592a86fb018)), closes [#18091](https://github.com/vuetifyjs/vuetify/issues/18091)
20
- * **VAutocomplete/VCombobox:** add new clearOnSelect prop ([657d929](https://github.com/vuetifyjs/vuetify/commit/657d92915dbde3cd2d1ac05a1da029763c17e385)), closes [#6842](https://github.com/vuetifyjs/vuetify/issues/6842)
21
- * **VCardItem:** bring in-line with VListItem functionality ([356bfd1](https://github.com/vuetifyjs/vuetify/commit/356bfd1a65a189c3808d83b43e0c8676635cafe4))
22
- * **VDataTable/Virtual:** add support for sorting raw objects ([#19048](https://github.com/vuetifyjs/vuetify/issues/19048)) ([0bba2f5](https://github.com/vuetifyjs/vuetify/commit/0bba2f59d5f415861bb9a795251cf5e4c2ec422a)), closes [#11226](https://github.com/vuetifyjs/vuetify/issues/11226)
23
- * **VDatePicker:** add new multiple prop options ([07781b3](https://github.com/vuetifyjs/vuetify/commit/07781b385c0712baa8ec1974b11bd380d3548860)), closes [#18701](https://github.com/vuetifyjs/vuetify/issues/18701)
24
- * **VFileInput:** add string support for showSize prop ([706565f](https://github.com/vuetifyjs/vuetify/commit/706565f060afafc22f14aa77a53df59f92f98609))
25
- * **VImg:** add rounded and color support ([32ac0a1](https://github.com/vuetifyjs/vuetify/commit/32ac0a1f1f20fb9f43a5b72f23e91848ea8c36c3))
26
- * **VList:** add expand / collapse icon support ([8414baf](https://github.com/vuetifyjs/vuetify/commit/8414baf763453d9efd87a0e3e64345ea6c486c38))
27
- * **VSelects:** add new listProps prop ([1f7b403](https://github.com/vuetifyjs/vuetify/commit/1f7b40337291d8056e35a5adc5fda646c092802d)), closes [#6458](https://github.com/vuetifyjs/vuetify/issues/6458)
28
-
29
-
30
- ### BREAKING CHANGES
31
-
32
- * **VCardItem:** append/prepend icon/avatar will now show independently and have reduced inline padding
5
+ # [3.5.0-dev.2024-01-20](https://github.com/vuetifyjs/vuetify/compare/v3.5.0...v3.5.0-dev.2024-01-20) (2024-01-20)
33
6
 
34
7
 
35
8
 
@@ -2213,7 +2213,7 @@
2213
2213
  },
2214
2214
  "v-checkbox/base-color": {
2215
2215
  "type": "string\n",
2216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))"
2216
+ "description": "Sets the color of the input when it is not focused."
2217
2217
  },
2218
2218
  "v-checkbox/true-value": {
2219
2219
  "type": "any\n",
@@ -2277,7 +2277,7 @@
2277
2277
  },
2278
2278
  "v-checkbox-btn/base-color": {
2279
2279
  "type": "string\n",
2280
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))"
2280
+ "description": "Sets the color of the input when it is not focused."
2281
2281
  },
2282
2282
  "v-checkbox-btn/true-value": {
2283
2283
  "type": "any\n",
@@ -6601,7 +6601,7 @@
6601
6601
  },
6602
6602
  "v-radio/base-color": {
6603
6603
  "type": "string\n",
6604
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))"
6604
+ "description": "Sets the color of the input when it is not focused."
6605
6605
  },
6606
6606
  "v-radio/true-value": {
6607
6607
  "type": "any\n",
@@ -7589,7 +7589,7 @@
7589
7589
  },
7590
7590
  "v-selection-control/base-color": {
7591
7591
  "type": "string\n",
7592
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))"
7592
+ "description": "Sets the color of the input when it is not focused."
7593
7593
  },
7594
7594
  "v-selection-control/true-value": {
7595
7595
  "type": "any\n",
@@ -8609,7 +8609,7 @@
8609
8609
  },
8610
8610
  "v-switch/indeterminate": {
8611
8611
  "type": "boolean\n",
8612
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSwitch.json))"
8612
+ "description": "Sets an indeterminate state for the switch."
8613
8613
  },
8614
8614
  "v-switch/inset": {
8615
8615
  "type": "boolean\n",
@@ -8717,7 +8717,7 @@
8717
8717
  },
8718
8718
  "v-switch/base-color": {
8719
8719
  "type": "string\n",
8720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))"
8720
+ "description": "Sets the color of the input when it is not focused."
8721
8721
  },
8722
8722
  "v-switch/true-value": {
8723
8723
  "type": "any\n",
@@ -4,12 +4,8 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAlert": {
8
- "from": "components/VAlert/index.mjs",
9
- "styles": []
10
- },
11
- "VAlertTitle": {
12
- "from": "components/VAlert/index.mjs",
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete/index.mjs",
13
9
  "styles": []
14
10
  },
15
11
  "VAppBar": {
@@ -24,16 +20,20 @@
24
20
  "from": "components/VAppBar/index.mjs",
25
21
  "styles": []
26
22
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete/index.mjs",
23
+ "VAvatar": {
24
+ "from": "components/VAvatar/index.mjs",
29
25
  "styles": []
30
26
  },
31
- "VBadge": {
32
- "from": "components/VBadge/index.mjs",
27
+ "VAlert": {
28
+ "from": "components/VAlert/index.mjs",
33
29
  "styles": []
34
30
  },
35
- "VAvatar": {
36
- "from": "components/VAvatar/index.mjs",
31
+ "VAlertTitle": {
32
+ "from": "components/VAlert/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VBadge": {
36
+ "from": "components/VBadge/index.mjs",
37
37
  "styles": []
38
38
  },
39
39
  "VBanner": {
@@ -48,18 +48,30 @@
48
48
  "from": "components/VBanner/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VBottomSheet": {
52
- "from": "components/VBottomSheet/index.mjs",
53
- "styles": []
54
- },
55
51
  "VBottomNavigation": {
56
52
  "from": "components/VBottomNavigation/index.mjs",
57
53
  "styles": []
58
54
  },
55
+ "VBtn": {
56
+ "from": "components/VBtn/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBottomSheet": {
60
+ "from": "components/VBottomSheet/index.mjs",
61
+ "styles": []
62
+ },
59
63
  "VBtnGroup": {
60
64
  "from": "components/VBtnGroup/index.mjs",
61
65
  "styles": []
62
66
  },
67
+ "VCarousel": {
68
+ "from": "components/VCarousel/index.mjs",
69
+ "styles": []
70
+ },
71
+ "VCarouselItem": {
72
+ "from": "components/VCarousel/index.mjs",
73
+ "styles": []
74
+ },
63
75
  "VBreadcrumbs": {
64
76
  "from": "components/VBreadcrumbs/index.mjs",
65
77
  "styles": []
@@ -72,12 +84,12 @@
72
84
  "from": "components/VBreadcrumbs/index.mjs",
73
85
  "styles": []
74
86
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle/index.mjs",
87
+ "VCheckbox": {
88
+ "from": "components/VCheckbox/index.mjs",
77
89
  "styles": []
78
90
  },
79
- "VBtn": {
80
- "from": "components/VBtn/index.mjs",
91
+ "VCheckboxBtn": {
92
+ "from": "components/VCheckbox/index.mjs",
81
93
  "styles": []
82
94
  },
83
95
  "VCard": {
@@ -104,46 +116,26 @@
104
116
  "from": "components/VCard/index.mjs",
105
117
  "styles": []
106
118
  },
107
- "VChip": {
108
- "from": "components/VChip/index.mjs",
109
- "styles": []
110
- },
111
- "VCode": {
112
- "from": "components/VCode/index.mjs",
113
- "styles": []
114
- },
115
- "VCarousel": {
116
- "from": "components/VCarousel/index.mjs",
117
- "styles": []
118
- },
119
- "VCarouselItem": {
120
- "from": "components/VCarousel/index.mjs",
119
+ "VBtnToggle": {
120
+ "from": "components/VBtnToggle/index.mjs",
121
121
  "styles": []
122
122
  },
123
123
  "VChipGroup": {
124
124
  "from": "components/VChipGroup/index.mjs",
125
125
  "styles": []
126
126
  },
127
- "VCheckbox": {
128
- "from": "components/VCheckbox/index.mjs",
127
+ "VCode": {
128
+ "from": "components/VCode/index.mjs",
129
129
  "styles": []
130
130
  },
131
- "VCheckboxBtn": {
132
- "from": "components/VCheckbox/index.mjs",
131
+ "VChip": {
132
+ "from": "components/VChip/index.mjs",
133
133
  "styles": []
134
134
  },
135
135
  "VColorPicker": {
136
136
  "from": "components/VColorPicker/index.mjs",
137
137
  "styles": []
138
138
  },
139
- "VCombobox": {
140
- "from": "components/VCombobox/index.mjs",
141
- "styles": []
142
- },
143
- "VCounter": {
144
- "from": "components/VCounter/index.mjs",
145
- "styles": []
146
- },
147
139
  "VDataTable": {
148
140
  "from": "components/VDataTable/index.mjs",
149
141
  "styles": []
@@ -168,6 +160,10 @@
168
160
  "from": "components/VDataTable/index.mjs",
169
161
  "styles": []
170
162
  },
163
+ "VCounter": {
164
+ "from": "components/VCounter/index.mjs",
165
+ "styles": []
166
+ },
171
167
  "VDatePicker": {
172
168
  "from": "components/VDatePicker/index.mjs",
173
169
  "styles": []
@@ -192,16 +188,12 @@
192
188
  "from": "components/VDatePicker/index.mjs",
193
189
  "styles": []
194
190
  },
195
- "VDialog": {
196
- "from": "components/VDialog/index.mjs",
197
- "styles": []
198
- },
199
- "VField": {
200
- "from": "components/VField/index.mjs",
191
+ "VCombobox": {
192
+ "from": "components/VCombobox/index.mjs",
201
193
  "styles": []
202
194
  },
203
- "VFieldLabel": {
204
- "from": "components/VField/index.mjs",
195
+ "VDialog": {
196
+ "from": "components/VDialog/index.mjs",
205
197
  "styles": []
206
198
  },
207
199
  "VExpansionPanels": {
@@ -224,12 +216,16 @@
224
216
  "from": "components/VDivider/index.mjs",
225
217
  "styles": []
226
218
  },
227
- "VFooter": {
228
- "from": "components/VFooter/index.mjs",
219
+ "VField": {
220
+ "from": "components/VField/index.mjs",
229
221
  "styles": []
230
222
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
223
+ "VFieldLabel": {
224
+ "from": "components/VField/index.mjs",
225
+ "styles": []
226
+ },
227
+ "VFooter": {
228
+ "from": "components/VFooter/index.mjs",
233
229
  "styles": []
234
230
  },
235
231
  "VIcon": {
@@ -252,14 +248,26 @@
252
248
  "from": "components/VIcon/index.mjs",
253
249
  "styles": []
254
250
  },
251
+ "VFileInput": {
252
+ "from": "components/VFileInput/index.mjs",
253
+ "styles": []
254
+ },
255
255
  "VImg": {
256
256
  "from": "components/VImg/index.mjs",
257
257
  "styles": []
258
258
  },
259
+ "VInfiniteScroll": {
260
+ "from": "components/VInfiniteScroll/index.mjs",
261
+ "styles": []
262
+ },
259
263
  "VInput": {
260
264
  "from": "components/VInput/index.mjs",
261
265
  "styles": []
262
266
  },
267
+ "VKbd": {
268
+ "from": "components/VKbd/index.mjs",
269
+ "styles": []
270
+ },
263
271
  "VItemGroup": {
264
272
  "from": "components/VItemGroup/index.mjs",
265
273
  "styles": []
@@ -268,8 +276,8 @@
268
276
  "from": "components/VItemGroup/index.mjs",
269
277
  "styles": []
270
278
  },
271
- "VInfiniteScroll": {
272
- "from": "components/VInfiniteScroll/index.mjs",
279
+ "VLabel": {
280
+ "from": "components/VLabel/index.mjs",
273
281
  "styles": []
274
282
  },
275
283
  "VList": {
@@ -308,56 +316,44 @@
308
316
  "from": "components/VList/index.mjs",
309
317
  "styles": []
310
318
  },
311
- "VKbd": {
312
- "from": "components/VKbd/index.mjs",
313
- "styles": []
314
- },
315
- "VLabel": {
316
- "from": "components/VLabel/index.mjs",
319
+ "VMessages": {
320
+ "from": "components/VMessages/index.mjs",
317
321
  "styles": []
318
322
  },
319
323
  "VMenu": {
320
324
  "from": "components/VMenu/index.mjs",
321
325
  "styles": []
322
326
  },
323
- "VMain": {
324
- "from": "components/VMain/index.mjs",
327
+ "VNavigationDrawer": {
328
+ "from": "components/VNavigationDrawer/index.mjs",
325
329
  "styles": []
326
330
  },
327
- "VMessages": {
328
- "from": "components/VMessages/index.mjs",
331
+ "VMain": {
332
+ "from": "components/VMain/index.mjs",
329
333
  "styles": []
330
334
  },
331
335
  "VOtpInput": {
332
336
  "from": "components/VOtpInput/index.mjs",
333
337
  "styles": []
334
338
  },
335
- "VOverlay": {
336
- "from": "components/VOverlay/index.mjs",
337
- "styles": []
338
- },
339
- "VNavigationDrawer": {
340
- "from": "components/VNavigationDrawer/index.mjs",
341
- "styles": []
342
- },
343
339
  "VProgressCircular": {
344
340
  "from": "components/VProgressCircular/index.mjs",
345
341
  "styles": []
346
342
  },
347
- "VPagination": {
348
- "from": "components/VPagination/index.mjs",
343
+ "VOverlay": {
344
+ "from": "components/VOverlay/index.mjs",
349
345
  "styles": []
350
346
  },
351
- "VProgressLinear": {
352
- "from": "components/VProgressLinear/index.mjs",
347
+ "VPagination": {
348
+ "from": "components/VPagination/index.mjs",
353
349
  "styles": []
354
350
  },
355
351
  "VRadioGroup": {
356
352
  "from": "components/VRadioGroup/index.mjs",
357
353
  "styles": []
358
354
  },
359
- "VSelectionControl": {
360
- "from": "components/VSelectionControl/index.mjs",
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear/index.mjs",
361
357
  "styles": []
362
358
  },
363
359
  "VRating": {
@@ -368,16 +364,16 @@
368
364
  "from": "components/VSelect/index.mjs",
369
365
  "styles": []
370
366
  },
371
- "VSelectionControlGroup": {
372
- "from": "components/VSelectionControlGroup/index.mjs",
367
+ "VSelectionControl": {
368
+ "from": "components/VSelectionControl/index.mjs",
373
369
  "styles": []
374
370
  },
375
371
  "VSheet": {
376
372
  "from": "components/VSheet/index.mjs",
377
373
  "styles": []
378
374
  },
379
- "VSnackbar": {
380
- "from": "components/VSnackbar/index.mjs",
375
+ "VSelectionControlGroup": {
376
+ "from": "components/VSelectionControlGroup/index.mjs",
381
377
  "styles": []
382
378
  },
383
379
  "VSkeletonLoader": {
@@ -392,6 +388,14 @@
392
388
  "from": "components/VSlideGroup/index.mjs",
393
389
  "styles": []
394
390
  },
391
+ "VSlider": {
392
+ "from": "components/VSlider/index.mjs",
393
+ "styles": []
394
+ },
395
+ "VSnackbar": {
396
+ "from": "components/VSnackbar/index.mjs",
397
+ "styles": []
398
+ },
395
399
  "VStepper": {
396
400
  "from": "components/VStepper/index.mjs",
397
401
  "styles": []
@@ -420,10 +424,6 @@
420
424
  "from": "components/VSwitch/index.mjs",
421
425
  "styles": []
422
426
  },
423
- "VSlider": {
424
- "from": "components/VSlider/index.mjs",
425
- "styles": []
426
- },
427
427
  "VSystemBar": {
428
428
  "from": "components/VSystemBar/index.mjs",
429
429
  "styles": []
@@ -436,40 +436,40 @@
436
436
  "from": "components/VTabs/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VTextField": {
440
- "from": "components/VTextField/index.mjs",
439
+ "VTable": {
440
+ "from": "components/VTable/index.mjs",
441
441
  "styles": []
442
442
  },
443
443
  "VTextarea": {
444
444
  "from": "components/VTextarea/index.mjs",
445
445
  "styles": []
446
446
  },
447
- "VTable": {
448
- "from": "components/VTable/index.mjs",
447
+ "VToolbar": {
448
+ "from": "components/VToolbar/index.mjs",
449
449
  "styles": []
450
450
  },
451
- "VTooltip": {
452
- "from": "components/VTooltip/index.mjs",
451
+ "VToolbarTitle": {
452
+ "from": "components/VToolbar/index.mjs",
453
453
  "styles": []
454
454
  },
455
- "VTimeline": {
456
- "from": "components/VTimeline/index.mjs",
455
+ "VToolbarItems": {
456
+ "from": "components/VToolbar/index.mjs",
457
457
  "styles": []
458
458
  },
459
- "VTimelineItem": {
460
- "from": "components/VTimeline/index.mjs",
459
+ "VTextField": {
460
+ "from": "components/VTextField/index.mjs",
461
461
  "styles": []
462
462
  },
463
- "VToolbar": {
464
- "from": "components/VToolbar/index.mjs",
463
+ "VTooltip": {
464
+ "from": "components/VTooltip/index.mjs",
465
465
  "styles": []
466
466
  },
467
- "VToolbarTitle": {
468
- "from": "components/VToolbar/index.mjs",
467
+ "VTimeline": {
468
+ "from": "components/VTimeline/index.mjs",
469
469
  "styles": []
470
470
  },
471
- "VToolbarItems": {
472
- "from": "components/VToolbar/index.mjs",
471
+ "VTimelineItem": {
472
+ "from": "components/VTimeline/index.mjs",
473
473
  "styles": []
474
474
  },
475
475
  "VWindow": {
@@ -520,14 +520,14 @@
520
520
  "from": "components/VLayout/index.mjs",
521
521
  "styles": []
522
522
  },
523
- "VLazy": {
524
- "from": "components/VLazy/index.mjs",
525
- "styles": []
526
- },
527
523
  "VLocaleProvider": {
528
524
  "from": "components/VLocaleProvider/index.mjs",
529
525
  "styles": []
530
526
  },
527
+ "VLazy": {
528
+ "from": "components/VLazy/index.mjs",
529
+ "styles": []
530
+ },
531
531
  "VNoSsr": {
532
532
  "from": "components/VNoSsr/index.mjs",
533
533
  "styles": []
@@ -556,6 +556,10 @@
556
556
  "from": "components/VVirtualScroll/index.mjs",
557
557
  "styles": []
558
558
  },
559
+ "VValidation": {
560
+ "from": "components/VValidation/index.mjs",
561
+ "styles": []
562
+ },
559
563
  "VFabTransition": {
560
564
  "from": "components/transitions/index.mjs",
561
565
  "styles": []
@@ -619,10 +623,6 @@
619
623
  "VDialogTransition": {
620
624
  "from": "components/transitions/index.mjs",
621
625
  "styles": []
622
- },
623
- "VValidation": {
624
- "from": "components/VValidation/index.mjs",
625
- "styles": []
626
626
  }
627
627
  },
628
628
  "directives": [
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.4.11-dev.2024-01-19",
5
+ "version": "3.5.0-dev.2024-01-20",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -7001,7 +7001,7 @@
7001
7001
  },
7002
7002
  {
7003
7003
  "name": "baseColor",
7004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))",
7004
+ "description": "Sets the color of the input when it is not focused.",
7005
7005
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
7006
7006
  "value": {
7007
7007
  "kind": "expression",
@@ -7447,7 +7447,7 @@
7447
7447
  },
7448
7448
  {
7449
7449
  "name": "baseColor",
7450
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))",
7450
+ "description": "Sets the color of the input when it is not focused.",
7451
7451
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
7452
7452
  "value": {
7453
7453
  "kind": "expression",
@@ -26188,7 +26188,7 @@
26188
26188
  },
26189
26189
  {
26190
26190
  "name": "baseColor",
26191
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))",
26191
+ "description": "Sets the color of the input when it is not focused.",
26192
26192
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
26193
26193
  "value": {
26194
26194
  "kind": "expression",
@@ -29954,7 +29954,7 @@
29954
29954
  },
29955
29955
  {
29956
29956
  "name": "baseColor",
29957
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))",
29957
+ "description": "Sets the color of the input when it is not focused.",
29958
29958
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
29959
29959
  "value": {
29960
29960
  "kind": "expression",
@@ -33819,7 +33819,7 @@
33819
33819
  },
33820
33820
  {
33821
33821
  "name": "indeterminate",
33822
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSwitch.json))",
33822
+ "description": "Sets an indeterminate state for the switch.",
33823
33823
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
33824
33824
  "default": "false",
33825
33825
  "value": {
@@ -34080,7 +34080,7 @@
34080
34080
  },
34081
34081
  {
34082
34082
  "name": "baseColor",
34083
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSelectionControl.json))",
34083
+ "description": "Sets the color of the input when it is not focused.",
34084
34084
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
34085
34085
  "value": {
34086
34086
  "kind": "expression",
@@ -34494,6 +34494,41 @@
34494
34494
  "type": "boolean"
34495
34495
  }
34496
34496
  ]
34497
+ },
34498
+ {
34499
+ "name": "thumb",
34500
+ "description": "Slot for custom thumb content.",
34501
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots"
34502
+ },
34503
+ {
34504
+ "name": "track-false",
34505
+ "description": "Slot for custom track content when value is false.",
34506
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots",
34507
+ "vue-properties": [
34508
+ {
34509
+ "name": "model",
34510
+ "type": "Ref<boolean>"
34511
+ },
34512
+ {
34513
+ "name": "isValid",
34514
+ "type": "ComputedRef<boolean | null>"
34515
+ }
34516
+ ]
34517
+ },
34518
+ {
34519
+ "name": "track-true",
34520
+ "description": "Slot for custom track content when value is true.",
34521
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots",
34522
+ "vue-properties": [
34523
+ {
34524
+ "name": "model",
34525
+ "type": "Ref<boolean>"
34526
+ },
34527
+ {
34528
+ "name": "isValid",
34529
+ "type": "ComputedRef<boolean | null>"
34530
+ }
34531
+ ]
34497
34532
  }
34498
34533
  ],
34499
34534
  "vue-model": {