vuetify 3.3.22 → 3.3.23

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/dist/json/attributes.json +24 -24
  2. package/dist/json/importMap.json +60 -60
  3. package/dist/json/web-types.json +25 -25
  4. package/dist/vuetify-labs.css +4611 -4610
  5. package/dist/vuetify-labs.esm.js +57 -35
  6. package/dist/vuetify-labs.esm.js.map +1 -1
  7. package/dist/vuetify-labs.js +56 -34
  8. package/dist/vuetify-labs.min.css +2 -2
  9. package/dist/vuetify.css +5609 -5608
  10. package/dist/vuetify.d.ts +16 -16
  11. package/dist/vuetify.esm.js +57 -35
  12. package/dist/vuetify.esm.js.map +1 -1
  13. package/dist/vuetify.js +56 -34
  14. package/dist/vuetify.js.map +1 -1
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +749 -749
  17. package/dist/vuetify.min.js.map +1 -1
  18. package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
  19. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  20. package/lib/components/VCombobox/VCombobox.mjs +13 -10
  21. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  22. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -0
  23. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -0
  24. package/lib/components/VSelect/VSelect.mjs +13 -10
  25. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  26. package/lib/composables/color.mjs +2 -2
  27. package/lib/composables/color.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/framework.mjs +1 -1
  30. package/lib/index.d.mts +16 -16
  31. package/lib/labs/date/adapters/vuetify.mjs +6 -3
  32. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  33. package/lib/locale/fr.mjs +19 -19
  34. package/lib/locale/fr.mjs.map +1 -1
  35. package/lib/util/colorUtils.mjs +3 -0
  36. package/lib/util/colorUtils.mjs.map +1 -1
  37. package/lib/util/helpers.mjs +8 -1
  38. package/lib/util/helpers.mjs.map +1 -1
  39. package/package.json +2 -2
@@ -524,19 +524,19 @@
524
524
  "description": "Sets color of selected items."
525
525
  },
526
526
  "v-autocomplete/item-title": {
527
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
527
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
528
528
  "description": "Property on supplied `items` that contains its title."
529
529
  },
530
530
  "v-autocomplete/item-value": {
531
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
532
532
  "description": "Property on supplied `items` that contains its value."
533
533
  },
534
534
  "v-autocomplete/item-children": {
535
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
535
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
536
536
  "description": "Property on supplied `items` that contains its children."
537
537
  },
538
538
  "v-autocomplete/item-props": {
539
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
539
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
540
540
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
541
541
  },
542
542
  "v-autocomplete/return-object": {
@@ -2548,19 +2548,19 @@
2548
2548
  "description": "Sets color of selected items."
2549
2549
  },
2550
2550
  "v-combobox/item-title": {
2551
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2551
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2552
2552
  "description": "Property on supplied `items` that contains its title."
2553
2553
  },
2554
2554
  "v-combobox/item-value": {
2555
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2555
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2556
2556
  "description": "Property on supplied `items` that contains its value."
2557
2557
  },
2558
2558
  "v-combobox/item-children": {
2559
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2559
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2560
2560
  "description": "Property on supplied `items` that contains its children."
2561
2561
  },
2562
2562
  "v-combobox/item-props": {
2563
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2563
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2564
2564
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
2565
2565
  },
2566
2566
  "v-combobox/return-object": {
@@ -2764,7 +2764,7 @@
2764
2764
  "description": "Array of specific keys to filter on the item."
2765
2765
  },
2766
2766
  "v-data-iterator/item-value": {
2767
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2767
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2768
2768
  "description": "Property on supplied `items` that contains its value."
2769
2769
  },
2770
2770
  "v-data-iterator/return-object": {
@@ -2776,7 +2776,7 @@
2776
2776
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2777
2777
  },
2778
2778
  "v-data-iterator/item-selectable": {
2779
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2779
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2780
2780
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
2781
2781
  },
2782
2782
  "v-data-iterator/show-select": {
@@ -2900,7 +2900,7 @@
2900
2900
  "description": "Text shown when no items are provided to the component."
2901
2901
  },
2902
2902
  "v-data-table/item-value": {
2903
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2903
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2904
2904
  "description": "Property on supplied `items` that contains its value."
2905
2905
  },
2906
2906
  "v-data-table/return-object": {
@@ -2924,7 +2924,7 @@
2924
2924
  "description": "Previous icon."
2925
2925
  },
2926
2926
  "v-data-table/item-selectable": {
2927
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2927
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2928
2928
  "description": "Property on supplied `items` that indicates whether the item is selectable."
2929
2929
  },
2930
2930
  "v-data-table/show-select": {
@@ -3128,7 +3128,7 @@
3128
3128
  "description": "Text shown when no items are provided to the component."
3129
3129
  },
3130
3130
  "v-data-table-server/item-value": {
3131
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3131
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3132
3132
  "description": "Property on supplied `items` that contains its value."
3133
3133
  },
3134
3134
  "v-data-table-server/return-object": {
@@ -3152,7 +3152,7 @@
3152
3152
  "description": "Previous icon."
3153
3153
  },
3154
3154
  "v-data-table-server/item-selectable": {
3155
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3155
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3156
3156
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3157
3157
  },
3158
3158
  "v-data-table-server/show-select": {
@@ -3348,7 +3348,7 @@
3348
3348
  "description": "Text shown when no items are provided to the component."
3349
3349
  },
3350
3350
  "v-data-table-virtual/item-value": {
3351
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3351
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3352
3352
  "description": "Property on supplied `items` that contains its value."
3353
3353
  },
3354
3354
  "v-data-table-virtual/return-object": {
@@ -3364,7 +3364,7 @@
3364
3364
  "description": "Will add a hover effect to a table's row when the mouse is over it."
3365
3365
  },
3366
3366
  "v-data-table-virtual/item-selectable": {
3367
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3367
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3368
3368
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3369
3369
  },
3370
3370
  "v-data-table-virtual/show-select": {
@@ -5088,19 +5088,19 @@
5088
5088
  "description": "Puts all children inputs into a disabled state."
5089
5089
  },
5090
5090
  "v-list/item-title": {
5091
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5091
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
5092
5092
  "description": "Property on supplied `items` that contains its title."
5093
5093
  },
5094
5094
  "v-list/item-value": {
5095
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5095
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
5096
5096
  "description": "Property on supplied `items` that contains its value."
5097
5097
  },
5098
5098
  "v-list/item-children": {
5099
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5099
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
5100
5100
  "description": "Property on supplied `items` that contains its children."
5101
5101
  },
5102
5102
  "v-list/item-props": {
5103
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5103
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
5104
5104
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
5105
5105
  },
5106
5106
  "v-list/return-object": {
@@ -7028,19 +7028,19 @@
7028
7028
  "description": "Sets color of selected items."
7029
7029
  },
7030
7030
  "v-select/item-title": {
7031
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7031
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7032
7032
  "description": "Property on supplied `items` that contains its title."
7033
7033
  },
7034
7034
  "v-select/item-value": {
7035
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7035
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7036
7036
  "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)."
7037
7037
  },
7038
7038
  "v-select/item-children": {
7039
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7039
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7040
7040
  "description": "Property on supplied `items` that contains its children."
7041
7041
  },
7042
7042
  "v-select/item-props": {
7043
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7043
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7044
7044
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7045
7045
  },
7046
7046
  "v-select/return-object": {
@@ -1,53 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VSystemBar": {
4
- "from": "components/VSystemBar/index.mjs",
5
- "styles": []
6
- },
7
- "VTabs": {
8
- "from": "components/VTabs/index.mjs",
9
- "styles": []
10
- },
11
- "VTab": {
12
- "from": "components/VTabs/index.mjs",
13
- "styles": []
14
- },
15
- "VTable": {
16
- "from": "components/VTable/index.mjs",
17
- "styles": []
18
- },
19
- "VTextarea": {
20
- "from": "components/VTextarea/index.mjs",
21
- "styles": []
22
- },
23
- "VTextField": {
24
- "from": "components/VTextField/index.mjs",
25
- "styles": []
26
- },
27
- "VTimeline": {
28
- "from": "components/VTimeline/index.mjs",
29
- "styles": []
30
- },
31
- "VTimelineItem": {
32
- "from": "components/VTimeline/index.mjs",
33
- "styles": []
34
- },
35
- "VToolbar": {
36
- "from": "components/VToolbar/index.mjs",
37
- "styles": []
38
- },
39
- "VToolbarTitle": {
40
- "from": "components/VToolbar/index.mjs",
41
- "styles": []
42
- },
43
- "VToolbarItems": {
44
- "from": "components/VToolbar/index.mjs",
45
- "styles": []
46
- },
47
- "VTooltip": {
48
- "from": "components/VTooltip/index.mjs",
49
- "styles": []
50
- },
51
3
  "VApp": {
52
4
  "from": "components/VApp/index.mjs",
53
5
  "styles": []
@@ -84,6 +36,18 @@
84
36
  "from": "components/VBadge/index.mjs",
85
37
  "styles": []
86
38
  },
39
+ "VBanner": {
40
+ "from": "components/VBanner/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VBannerActions": {
44
+ "from": "components/VBanner/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBannerText": {
48
+ "from": "components/VBanner/index.mjs",
49
+ "styles": []
50
+ },
87
51
  "VBottomNavigation": {
88
52
  "from": "components/VBottomNavigation/index.mjs",
89
53
  "styles": []
@@ -372,28 +336,60 @@
372
336
  "from": "components/VSwitch/index.mjs",
373
337
  "styles": []
374
338
  },
375
- "VWindow": {
376
- "from": "components/VWindow/index.mjs",
339
+ "VSystemBar": {
340
+ "from": "components/VSystemBar/index.mjs",
377
341
  "styles": []
378
342
  },
379
- "VWindowItem": {
380
- "from": "components/VWindow/index.mjs",
343
+ "VTabs": {
344
+ "from": "components/VTabs/index.mjs",
381
345
  "styles": []
382
346
  },
383
- "VBanner": {
384
- "from": "components/VBanner/index.mjs",
347
+ "VTab": {
348
+ "from": "components/VTabs/index.mjs",
385
349
  "styles": []
386
350
  },
387
- "VBannerActions": {
388
- "from": "components/VBanner/index.mjs",
351
+ "VTable": {
352
+ "from": "components/VTable/index.mjs",
389
353
  "styles": []
390
354
  },
391
- "VBannerText": {
392
- "from": "components/VBanner/index.mjs",
355
+ "VTextarea": {
356
+ "from": "components/VTextarea/index.mjs",
393
357
  "styles": []
394
358
  },
395
- "VThemeProvider": {
396
- "from": "components/VThemeProvider/index.mjs",
359
+ "VTextField": {
360
+ "from": "components/VTextField/index.mjs",
361
+ "styles": []
362
+ },
363
+ "VTimeline": {
364
+ "from": "components/VTimeline/index.mjs",
365
+ "styles": []
366
+ },
367
+ "VTimelineItem": {
368
+ "from": "components/VTimeline/index.mjs",
369
+ "styles": []
370
+ },
371
+ "VToolbar": {
372
+ "from": "components/VToolbar/index.mjs",
373
+ "styles": []
374
+ },
375
+ "VToolbarTitle": {
376
+ "from": "components/VToolbar/index.mjs",
377
+ "styles": []
378
+ },
379
+ "VToolbarItems": {
380
+ "from": "components/VToolbar/index.mjs",
381
+ "styles": []
382
+ },
383
+ "VTooltip": {
384
+ "from": "components/VTooltip/index.mjs",
385
+ "styles": []
386
+ },
387
+ "VWindow": {
388
+ "from": "components/VWindow/index.mjs",
389
+ "styles": []
390
+ },
391
+ "VWindowItem": {
392
+ "from": "components/VWindow/index.mjs",
397
393
  "styles": []
398
394
  },
399
395
  "VDefaultsProvider": {
@@ -460,6 +456,10 @@
460
456
  "from": "components/VResponsive/index.mjs",
461
457
  "styles": []
462
458
  },
459
+ "VThemeProvider": {
460
+ "from": "components/VThemeProvider/index.mjs",
461
+ "styles": []
462
+ },
463
463
  "VValidation": {
464
464
  "from": "components/VValidation/index.mjs",
465
465
  "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.3.22",
5
+ "version": "3.3.23",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1527,7 +1527,7 @@
1527
1527
  "default": "'title'",
1528
1528
  "value": {
1529
1529
  "kind": "expression",
1530
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1530
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
1531
1531
  }
1532
1532
  },
1533
1533
  {
@@ -1537,7 +1537,7 @@
1537
1537
  "default": "'value'",
1538
1538
  "value": {
1539
1539
  "kind": "expression",
1540
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1540
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
1541
1541
  }
1542
1542
  },
1543
1543
  {
@@ -1547,7 +1547,7 @@
1547
1547
  "default": "false",
1548
1548
  "value": {
1549
1549
  "kind": "expression",
1550
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1550
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
1551
1551
  }
1552
1552
  },
1553
1553
  {
@@ -1557,7 +1557,7 @@
1557
1557
  "default": "'props'",
1558
1558
  "value": {
1559
1559
  "kind": "expression",
1560
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1560
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
1561
1561
  }
1562
1562
  },
1563
1563
  {
@@ -8301,7 +8301,7 @@
8301
8301
  "default": "'title'",
8302
8302
  "value": {
8303
8303
  "kind": "expression",
8304
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8304
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
8305
8305
  }
8306
8306
  },
8307
8307
  {
@@ -8311,7 +8311,7 @@
8311
8311
  "default": "'value'",
8312
8312
  "value": {
8313
8313
  "kind": "expression",
8314
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8314
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
8315
8315
  }
8316
8316
  },
8317
8317
  {
@@ -8321,7 +8321,7 @@
8321
8321
  "default": "false",
8322
8322
  "value": {
8323
8323
  "kind": "expression",
8324
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8324
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
8325
8325
  }
8326
8326
  },
8327
8327
  {
@@ -8331,7 +8331,7 @@
8331
8331
  "default": "'props'",
8332
8332
  "value": {
8333
8333
  "kind": "expression",
8334
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8334
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
8335
8335
  }
8336
8336
  },
8337
8337
  {
@@ -9334,7 +9334,7 @@
9334
9334
  "default": "'id'",
9335
9335
  "value": {
9336
9336
  "kind": "expression",
9337
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9337
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
9338
9338
  }
9339
9339
  },
9340
9340
  {
@@ -9363,7 +9363,7 @@
9363
9363
  "default": "null",
9364
9364
  "value": {
9365
9365
  "kind": "expression",
9366
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9366
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
9367
9367
  }
9368
9368
  },
9369
9369
  {
@@ -10014,7 +10014,7 @@
10014
10014
  "default": "'id'",
10015
10015
  "value": {
10016
10016
  "kind": "expression",
10017
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
10017
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
10018
10018
  }
10019
10019
  },
10020
10020
  {
@@ -10073,7 +10073,7 @@
10073
10073
  "default": "null",
10074
10074
  "value": {
10075
10075
  "kind": "expression",
10076
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
10076
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
10077
10077
  }
10078
10078
  },
10079
10079
  {
@@ -11873,7 +11873,7 @@
11873
11873
  "default": "'id'",
11874
11874
  "value": {
11875
11875
  "kind": "expression",
11876
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
11876
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
11877
11877
  }
11878
11878
  },
11879
11879
  {
@@ -11932,7 +11932,7 @@
11932
11932
  "default": "null",
11933
11933
  "value": {
11934
11934
  "kind": "expression",
11935
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
11935
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
11936
11936
  }
11937
11937
  },
11938
11938
  {
@@ -13506,7 +13506,7 @@
13506
13506
  "default": "'id'",
13507
13507
  "value": {
13508
13508
  "kind": "expression",
13509
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
13509
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
13510
13510
  }
13511
13511
  },
13512
13512
  {
@@ -13545,7 +13545,7 @@
13545
13545
  "default": "null",
13546
13546
  "value": {
13547
13547
  "kind": "expression",
13548
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
13548
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
13549
13549
  }
13550
13550
  },
13551
13551
  {
@@ -20616,7 +20616,7 @@
20616
20616
  "default": "'title'",
20617
20617
  "value": {
20618
20618
  "kind": "expression",
20619
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20619
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
20620
20620
  }
20621
20621
  },
20622
20622
  {
@@ -20626,7 +20626,7 @@
20626
20626
  "default": "'value'",
20627
20627
  "value": {
20628
20628
  "kind": "expression",
20629
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20629
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
20630
20630
  }
20631
20631
  },
20632
20632
  {
@@ -20636,7 +20636,7 @@
20636
20636
  "default": "'children'",
20637
20637
  "value": {
20638
20638
  "kind": "expression",
20639
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20639
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
20640
20640
  }
20641
20641
  },
20642
20642
  {
@@ -20646,7 +20646,7 @@
20646
20646
  "default": "'props'",
20647
20647
  "value": {
20648
20648
  "kind": "expression",
20649
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20649
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
20650
20650
  }
20651
20651
  },
20652
20652
  {
@@ -27424,7 +27424,7 @@
27424
27424
  "default": "'title'",
27425
27425
  "value": {
27426
27426
  "kind": "expression",
27427
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27427
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
27428
27428
  }
27429
27429
  },
27430
27430
  {
@@ -27434,7 +27434,7 @@
27434
27434
  "default": "'value'",
27435
27435
  "value": {
27436
27436
  "kind": "expression",
27437
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27437
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
27438
27438
  }
27439
27439
  },
27440
27440
  {
@@ -27444,7 +27444,7 @@
27444
27444
  "default": "false",
27445
27445
  "value": {
27446
27446
  "kind": "expression",
27447
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27447
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
27448
27448
  }
27449
27449
  },
27450
27450
  {
@@ -27454,7 +27454,7 @@
27454
27454
  "default": "'props'",
27455
27455
  "value": {
27456
27456
  "kind": "expression",
27457
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27457
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
27458
27458
  }
27459
27459
  },
27460
27460
  {