@vuetify/nightly 3.5.3-dev.2024-02-08 → 3.5.3-dev.2024-02-14

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 (50) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +5 -5
  3. package/dist/json/importMap-labs.json +8 -8
  4. package/dist/json/importMap.json +98 -98
  5. package/dist/json/web-types.json +6 -6
  6. package/dist/vuetify-labs.css +2446 -2446
  7. package/dist/vuetify-labs.d.ts +22 -21
  8. package/dist/vuetify-labs.esm.js +58 -62
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +57 -61
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1218 -1218
  13. package/dist/vuetify.d.ts +53 -52
  14. package/dist/vuetify.esm.js +58 -62
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +57 -61
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +909 -914
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VApp/VApp.mjs +5 -2
  22. package/lib/components/VApp/VApp.mjs.map +1 -1
  23. package/lib/components/VApp/index.d.mts +6 -6
  24. package/lib/components/VAppBar/VAppBar.mjs +5 -5
  25. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  26. package/lib/components/VAppBar/index.d.mts +2 -2
  27. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -3
  28. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  29. package/lib/components/VBottomNavigation/index.d.mts +2 -2
  30. package/lib/components/VFooter/VFooter.mjs +3 -2
  31. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  32. package/lib/components/VLayout/VLayout.mjs +5 -2
  33. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  34. package/lib/components/VLayout/VLayoutItem.mjs +6 -4
  35. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  36. package/lib/components/VLayout/index.d.mts +9 -9
  37. package/lib/components/VMain/VMain.mjs +3 -2
  38. package/lib/components/VMain/VMain.mjs.map +1 -1
  39. package/lib/components/VMain/index.d.mts +2 -2
  40. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
  41. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  42. package/lib/components/index.d.mts +21 -21
  43. package/lib/composables/layout.mjs +14 -37
  44. package/lib/composables/layout.mjs.map +1 -1
  45. package/lib/entry-bundler.mjs +1 -1
  46. package/lib/framework.mjs +1 -1
  47. package/lib/index.d.mts +32 -31
  48. package/lib/util/helpers.mjs +11 -1
  49. package/lib/util/helpers.mjs.map +1 -1
  50. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-02-08...v) (2024-02-08)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-02-14...v) (2024-02-14)
2
2
 
3
3
 
4
4
 
5
- ## [3.5.3-dev.2024-02-08](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-02-08) (2024-02-08)
5
+ ## [3.5.3-dev.2024-02-14](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-02-14) (2024-02-14)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **layout:** use suspense to delay render of layout items ([#15229](https://github.com/vuetifyjs/vuetify/issues/15229)) ([727bc1a](https://github.com/vuetifyjs/vuetify/commit/727bc1adba18d57b4d690b75c05db789539ba260))
10
11
  * **VSnackbar:** progress animation reset styling ([d33f10b](https://github.com/vuetifyjs/vuetify/commit/d33f10b53429c768ab05d0877eeb0410cf45fdc3))
11
12
 
12
13
 
@@ -476,7 +476,7 @@
476
476
  "description": "Property on supplied `items` that contains its value."
477
477
  },
478
478
  "v-autocomplete/item-children": {
479
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
479
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
480
480
  "description": "Property on supplied `items` that contains its children."
481
481
  },
482
482
  "v-autocomplete/item-props": {
@@ -2852,7 +2852,7 @@
2852
2852
  "description": "Property on supplied `items` that contains its value."
2853
2853
  },
2854
2854
  "v-combobox/item-children": {
2855
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2855
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2856
2856
  "description": "Property on supplied `items` that contains its children."
2857
2857
  },
2858
2858
  "v-combobox/item-props": {
@@ -3120,11 +3120,11 @@
3120
3120
  "description": "An array of strings or objects used for automatically generating children components."
3121
3121
  },
3122
3122
  "v-data-iterator/item-value": {
3123
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3123
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3124
3124
  "description": "Property on supplied `items` that contains its value."
3125
3125
  },
3126
3126
  "v-data-iterator/item-selectable": {
3127
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3127
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3128
3128
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3129
3129
  },
3130
3130
  "v-data-iterator/return-object": {
@@ -7384,7 +7384,7 @@
7384
7384
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
7385
7385
  },
7386
7386
  "v-select/item-children": {
7387
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7387
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7388
7388
  "description": "Property on supplied `items` that contains its children."
7389
7389
  },
7390
7390
  "v-select/item-props": {
@@ -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
  "VCalendar": {
12
4
  "from": "labs/VCalendar/index.mjs",
13
5
  "styles": []
@@ -32,6 +24,14 @@
32
24
  "from": "labs/VCalendar/index.mjs",
33
25
  "styles": []
34
26
  },
27
+ "VPicker": {
28
+ "from": "labs/VPicker/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VPickerTitle": {
32
+ "from": "labs/VPicker/index.mjs",
33
+ "styles": []
34
+ },
35
35
  "VConfirmEdit": {
36
36
  "from": "labs/VConfirmEdit/index.mjs",
37
37
  "styles": []
@@ -4,6 +4,14 @@
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",
13
+ "styles": []
14
+ },
7
15
  "VAppBar": {
8
16
  "from": "components/VAppBar/index.mjs",
9
17
  "styles": []
@@ -16,22 +24,6 @@
16
24
  "from": "components/VAppBar/index.mjs",
17
25
  "styles": []
18
26
  },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete/index.mjs",
21
- "styles": []
22
- },
23
- "VAlert": {
24
- "from": "components/VAlert/index.mjs",
25
- "styles": []
26
- },
27
- "VAlertTitle": {
28
- "from": "components/VAlert/index.mjs",
29
- "styles": []
30
- },
31
- "VAvatar": {
32
- "from": "components/VAvatar/index.mjs",
33
- "styles": []
34
- },
35
27
  "VBanner": {
36
28
  "from": "components/VBanner/index.mjs",
37
29
  "styles": []
@@ -44,20 +36,24 @@
44
36
  "from": "components/VBanner/index.mjs",
45
37
  "styles": []
46
38
  },
47
- "VBadge": {
48
- "from": "components/VBadge/index.mjs",
39
+ "VAutocomplete": {
40
+ "from": "components/VAutocomplete/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VAvatar": {
44
+ "from": "components/VAvatar/index.mjs",
49
45
  "styles": []
50
46
  },
51
47
  "VBottomNavigation": {
52
48
  "from": "components/VBottomNavigation/index.mjs",
53
49
  "styles": []
54
50
  },
55
- "VBtn": {
56
- "from": "components/VBtn/index.mjs",
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VBottomSheet": {
60
- "from": "components/VBottomSheet/index.mjs",
55
+ "VBtn": {
56
+ "from": "components/VBtn/index.mjs",
61
57
  "styles": []
62
58
  },
63
59
  "VBreadcrumbs": {
@@ -72,20 +68,16 @@
72
68
  "from": "components/VBreadcrumbs/index.mjs",
73
69
  "styles": []
74
70
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle/index.mjs",
71
+ "VBottomSheet": {
72
+ "from": "components/VBottomSheet/index.mjs",
77
73
  "styles": []
78
74
  },
79
75
  "VBtnGroup": {
80
76
  "from": "components/VBtnGroup/index.mjs",
81
77
  "styles": []
82
78
  },
83
- "VCarousel": {
84
- "from": "components/VCarousel/index.mjs",
85
- "styles": []
86
- },
87
- "VCarouselItem": {
88
- "from": "components/VCarousel/index.mjs",
79
+ "VBtnToggle": {
80
+ "from": "components/VBtnToggle/index.mjs",
89
81
  "styles": []
90
82
  },
91
83
  "VCard": {
@@ -112,6 +104,14 @@
112
104
  "from": "components/VCard/index.mjs",
113
105
  "styles": []
114
106
  },
107
+ "VCarousel": {
108
+ "from": "components/VCarousel/index.mjs",
109
+ "styles": []
110
+ },
111
+ "VCarouselItem": {
112
+ "from": "components/VCarousel/index.mjs",
113
+ "styles": []
114
+ },
115
115
  "VCheckbox": {
116
116
  "from": "components/VCheckbox/index.mjs",
117
117
  "styles": []
@@ -120,10 +120,6 @@
120
120
  "from": "components/VCheckbox/index.mjs",
121
121
  "styles": []
122
122
  },
123
- "VChip": {
124
- "from": "components/VChip/index.mjs",
125
- "styles": []
126
- },
127
123
  "VChipGroup": {
128
124
  "from": "components/VChipGroup/index.mjs",
129
125
  "styles": []
@@ -132,14 +128,22 @@
132
128
  "from": "components/VCode/index.mjs",
133
129
  "styles": []
134
130
  },
135
- "VCounter": {
136
- "from": "components/VCounter/index.mjs",
131
+ "VChip": {
132
+ "from": "components/VChip/index.mjs",
137
133
  "styles": []
138
134
  },
139
135
  "VColorPicker": {
140
136
  "from": "components/VColorPicker/index.mjs",
141
137
  "styles": []
142
138
  },
139
+ "VCombobox": {
140
+ "from": "components/VCombobox/index.mjs",
141
+ "styles": []
142
+ },
143
+ "VCounter": {
144
+ "from": "components/VCounter/index.mjs",
145
+ "styles": []
146
+ },
143
147
  "VDataTable": {
144
148
  "from": "components/VDataTable/index.mjs",
145
149
  "styles": []
@@ -164,10 +168,6 @@
164
168
  "from": "components/VDataTable/index.mjs",
165
169
  "styles": []
166
170
  },
167
- "VCombobox": {
168
- "from": "components/VCombobox/index.mjs",
169
- "styles": []
170
- },
171
171
  "VDatePicker": {
172
172
  "from": "components/VDatePicker/index.mjs",
173
173
  "styles": []
@@ -220,10 +220,6 @@
220
220
  "from": "components/VFileInput/index.mjs",
221
221
  "styles": []
222
222
  },
223
- "VFooter": {
224
- "from": "components/VFooter/index.mjs",
225
- "styles": []
226
- },
227
223
  "VField": {
228
224
  "from": "components/VField/index.mjs",
229
225
  "styles": []
@@ -232,6 +228,10 @@
232
228
  "from": "components/VField/index.mjs",
233
229
  "styles": []
234
230
  },
231
+ "VFooter": {
232
+ "from": "components/VFooter/index.mjs",
233
+ "styles": []
234
+ },
235
235
  "VIcon": {
236
236
  "from": "components/VIcon/index.mjs",
237
237
  "styles": []
@@ -252,10 +252,6 @@
252
252
  "from": "components/VIcon/index.mjs",
253
253
  "styles": []
254
254
  },
255
- "VInfiniteScroll": {
256
- "from": "components/VInfiniteScroll/index.mjs",
257
- "styles": []
258
- },
259
255
  "VImg": {
260
256
  "from": "components/VImg/index.mjs",
261
257
  "styles": []
@@ -264,8 +260,8 @@
264
260
  "from": "components/VInput/index.mjs",
265
261
  "styles": []
266
262
  },
267
- "VKbd": {
268
- "from": "components/VKbd/index.mjs",
263
+ "VInfiniteScroll": {
264
+ "from": "components/VInfiniteScroll/index.mjs",
269
265
  "styles": []
270
266
  },
271
267
  "VItemGroup": {
@@ -280,6 +276,10 @@
280
276
  "from": "components/VLabel/index.mjs",
281
277
  "styles": []
282
278
  },
279
+ "VKbd": {
280
+ "from": "components/VKbd/index.mjs",
281
+ "styles": []
282
+ },
283
283
  "VList": {
284
284
  "from": "components/VList/index.mjs",
285
285
  "styles": []
@@ -340,12 +340,16 @@
340
340
  "from": "components/VOverlay/index.mjs",
341
341
  "styles": []
342
342
  },
343
+ "VPagination": {
344
+ "from": "components/VPagination/index.mjs",
345
+ "styles": []
346
+ },
343
347
  "VProgressLinear": {
344
348
  "from": "components/VProgressLinear/index.mjs",
345
349
  "styles": []
346
350
  },
347
- "VPagination": {
348
- "from": "components/VPagination/index.mjs",
351
+ "VRadioGroup": {
352
+ "from": "components/VRadioGroup/index.mjs",
349
353
  "styles": []
350
354
  },
351
355
  "VProgressCircular": {
@@ -356,56 +360,36 @@
356
360
  "from": "components/VRating/index.mjs",
357
361
  "styles": []
358
362
  },
359
- "VRadioGroup": {
360
- "from": "components/VRadioGroup/index.mjs",
363
+ "VSelectionControl": {
364
+ "from": "components/VSelectionControl/index.mjs",
361
365
  "styles": []
362
366
  },
363
367
  "VSelect": {
364
368
  "from": "components/VSelect/index.mjs",
365
369
  "styles": []
366
370
  },
367
- "VSelectionControl": {
368
- "from": "components/VSelectionControl/index.mjs",
369
- "styles": []
370
- },
371
371
  "VSelectionControlGroup": {
372
372
  "from": "components/VSelectionControlGroup/index.mjs",
373
373
  "styles": []
374
374
  },
375
- "VSheet": {
376
- "from": "components/VSheet/index.mjs",
377
- "styles": []
378
- },
379
- "VSlideGroup": {
380
- "from": "components/VSlideGroup/index.mjs",
381
- "styles": []
382
- },
383
- "VSlideGroupItem": {
384
- "from": "components/VSlideGroup/index.mjs",
385
- "styles": []
386
- },
387
375
  "VSkeletonLoader": {
388
376
  "from": "components/VSkeletonLoader/index.mjs",
389
377
  "styles": []
390
378
  },
391
- "VSwitch": {
392
- "from": "components/VSwitch/index.mjs",
379
+ "VSheet": {
380
+ "from": "components/VSheet/index.mjs",
393
381
  "styles": []
394
382
  },
395
383
  "VSlider": {
396
384
  "from": "components/VSlider/index.mjs",
397
385
  "styles": []
398
386
  },
399
- "VTabs": {
400
- "from": "components/VTabs/index.mjs",
401
- "styles": []
402
- },
403
- "VTab": {
404
- "from": "components/VTabs/index.mjs",
387
+ "VSlideGroup": {
388
+ "from": "components/VSlideGroup/index.mjs",
405
389
  "styles": []
406
390
  },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar/index.mjs",
391
+ "VSlideGroupItem": {
392
+ "from": "components/VSlideGroup/index.mjs",
409
393
  "styles": []
410
394
  },
411
395
  "VStepper": {
@@ -432,14 +416,30 @@
432
416
  "from": "components/VStepper/index.mjs",
433
417
  "styles": []
434
418
  },
435
- "VTable": {
436
- "from": "components/VTable/index.mjs",
419
+ "VSnackbar": {
420
+ "from": "components/VSnackbar/index.mjs",
421
+ "styles": []
422
+ },
423
+ "VSwitch": {
424
+ "from": "components/VSwitch/index.mjs",
425
+ "styles": []
426
+ },
427
+ "VTabs": {
428
+ "from": "components/VTabs/index.mjs",
429
+ "styles": []
430
+ },
431
+ "VTab": {
432
+ "from": "components/VTabs/index.mjs",
437
433
  "styles": []
438
434
  },
439
435
  "VTextField": {
440
436
  "from": "components/VTextField/index.mjs",
441
437
  "styles": []
442
438
  },
439
+ "VTable": {
440
+ "from": "components/VTable/index.mjs",
441
+ "styles": []
442
+ },
443
443
  "VSystemBar": {
444
444
  "from": "components/VSystemBar/index.mjs",
445
445
  "styles": []
@@ -452,10 +452,6 @@
452
452
  "from": "components/VTimeline/index.mjs",
453
453
  "styles": []
454
454
  },
455
- "VTextarea": {
456
- "from": "components/VTextarea/index.mjs",
457
- "styles": []
458
- },
459
455
  "VToolbar": {
460
456
  "from": "components/VToolbar/index.mjs",
461
457
  "styles": []
@@ -468,6 +464,10 @@
468
464
  "from": "components/VToolbar/index.mjs",
469
465
  "styles": []
470
466
  },
467
+ "VTextarea": {
468
+ "from": "components/VTextarea/index.mjs",
469
+ "styles": []
470
+ },
471
471
  "VTooltip": {
472
472
  "from": "components/VTooltip/index.mjs",
473
473
  "styles": []
@@ -512,10 +512,6 @@
512
512
  "from": "components/VHover/index.mjs",
513
513
  "styles": []
514
514
  },
515
- "VLazy": {
516
- "from": "components/VLazy/index.mjs",
517
- "styles": []
518
- },
519
515
  "VLayout": {
520
516
  "from": "components/VLayout/index.mjs",
521
517
  "styles": []
@@ -524,18 +520,22 @@
524
520
  "from": "components/VLayout/index.mjs",
525
521
  "styles": []
526
522
  },
527
- "VLocaleProvider": {
528
- "from": "components/VLocaleProvider/index.mjs",
523
+ "VLazy": {
524
+ "from": "components/VLazy/index.mjs",
529
525
  "styles": []
530
526
  },
531
- "VParallax": {
532
- "from": "components/VParallax/index.mjs",
527
+ "VLocaleProvider": {
528
+ "from": "components/VLocaleProvider/index.mjs",
533
529
  "styles": []
534
530
  },
535
531
  "VNoSsr": {
536
532
  "from": "components/VNoSsr/index.mjs",
537
533
  "styles": []
538
534
  },
535
+ "VParallax": {
536
+ "from": "components/VParallax/index.mjs",
537
+ "styles": []
538
+ },
539
539
  "VRadio": {
540
540
  "from": "components/VRadio/index.mjs",
541
541
  "styles": []
@@ -552,14 +552,14 @@
552
552
  "from": "components/VThemeProvider/index.mjs",
553
553
  "styles": []
554
554
  },
555
- "VVirtualScroll": {
556
- "from": "components/VVirtualScroll/index.mjs",
557
- "styles": []
558
- },
559
555
  "VValidation": {
560
556
  "from": "components/VValidation/index.mjs",
561
557
  "styles": []
562
558
  },
559
+ "VVirtualScroll": {
560
+ "from": "components/VVirtualScroll/index.mjs",
561
+ "styles": []
562
+ },
563
563
  "VFabTransition": {
564
564
  "from": "components/transitions/index.mjs",
565
565
  "styles": []
@@ -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.3-dev.2024-02-08",
5
+ "version": "3.5.3-dev.2024-02-14",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1408,7 +1408,7 @@
1408
1408
  "default": "false",
1409
1409
  "value": {
1410
1410
  "kind": "expression",
1411
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
1411
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
1412
1412
  }
1413
1413
  },
1414
1414
  {
@@ -9243,7 +9243,7 @@
9243
9243
  "default": "false",
9244
9244
  "value": {
9245
9245
  "kind": "expression",
9246
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
9246
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
9247
9247
  }
9248
9248
  },
9249
9249
  {
@@ -10466,7 +10466,7 @@
10466
10466
  "default": "'id'",
10467
10467
  "value": {
10468
10468
  "kind": "expression",
10469
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
10469
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
10470
10470
  }
10471
10471
  },
10472
10472
  {
@@ -10476,7 +10476,7 @@
10476
10476
  "default": "null",
10477
10477
  "value": {
10478
10478
  "kind": "expression",
10479
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
10479
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
10480
10480
  }
10481
10481
  },
10482
10482
  {
@@ -29059,7 +29059,7 @@
29059
29059
  "default": "false",
29060
29060
  "value": {
29061
29061
  "kind": "expression",
29062
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
29062
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
29063
29063
  }
29064
29064
  },
29065
29065
  {