@vuetify/nightly 3.3.22-master.2023-10-21 → 3.3.23-master.2023-10-25

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 (124) hide show
  1. package/CHANGELOG.md +2 -8
  2. package/dist/json/attributes.json +25 -25
  3. package/dist/json/importMap.json +20 -20
  4. package/dist/json/web-types.json +29 -29
  5. package/dist/vuetify-labs.css +189 -189
  6. package/dist/vuetify-labs.d.ts +18149 -13511
  7. package/dist/vuetify-labs.esm.js +53 -34
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +52 -33
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1 -1
  12. package/dist/vuetify.d.ts +14885 -11501
  13. package/dist/vuetify.esm.js +53 -34
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +52 -33
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +1 -1
  18. package/dist/vuetify.min.js +748 -749
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +114 -106
  21. package/lib/components/VApp/index.d.mts +24 -47
  22. package/lib/components/VAppBar/index.d.mts +216 -174
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +1195 -551
  26. package/lib/components/VAvatar/index.d.mts +44 -53
  27. package/lib/components/VBadge/index.d.mts +66 -58
  28. package/lib/components/VBanner/index.d.mts +104 -146
  29. package/lib/components/VBottomNavigation/index.d.mts +72 -63
  30. package/lib/components/VBreadcrumbs/index.d.mts +89 -147
  31. package/lib/components/VBtn/index.d.mts +104 -65
  32. package/lib/components/VBtnGroup/index.d.mts +38 -51
  33. package/lib/components/VBtnToggle/index.d.mts +53 -55
  34. package/lib/components/VCard/index.d.mts +238 -298
  35. package/lib/components/VCarousel/index.d.mts +246 -130
  36. package/lib/components/VCheckbox/index.d.mts +257 -146
  37. package/lib/components/VChip/index.d.mts +157 -76
  38. package/lib/components/VChipGroup/index.d.mts +76 -55
  39. package/lib/components/VCode/index.d.mts +21 -46
  40. package/lib/components/VColorPicker/index.d.mts +112 -61
  41. package/lib/components/VCombobox/VCombobox.mjs +13 -10
  42. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  43. package/lib/components/VCombobox/index.d.mts +1195 -551
  44. package/lib/components/VCounter/index.d.mts +45 -57
  45. package/lib/components/VDefaultsProvider/index.d.mts +24 -49
  46. package/lib/components/VDialog/index.d.mts +579 -329
  47. package/lib/components/VDivider/index.d.mts +30 -49
  48. package/lib/components/VExpansionPanel/index.d.mts +179 -209
  49. package/lib/components/VField/index.d.mts +88 -105
  50. package/lib/components/VFileInput/index.d.mts +472 -287
  51. package/lib/components/VFooter/index.d.mts +42 -52
  52. package/lib/components/VForm/index.d.mts +149 -51
  53. package/lib/components/VGrid/index.d.mts +146 -196
  54. package/lib/components/VHover/index.d.mts +37 -49
  55. package/lib/components/VIcon/index.d.mts +79 -234
  56. package/lib/components/VImg/index.d.mts +75 -60
  57. package/lib/components/VInput/index.d.mts +90 -66
  58. package/lib/components/VItemGroup/index.d.mts +115 -99
  59. package/lib/components/VKbd/index.d.mts +21 -46
  60. package/lib/components/VLabel/index.d.mts +24 -47
  61. package/lib/components/VLayout/index.d.mts +55 -96
  62. package/lib/components/VLazy/index.d.mts +43 -50
  63. package/lib/components/VList/index.d.mts +397 -466
  64. package/lib/components/VLocaleProvider/index.d.mts +24 -46
  65. package/lib/components/VMain/index.d.mts +24 -47
  66. package/lib/components/VMenu/index.d.mts +569 -324
  67. package/lib/components/VMessages/index.d.mts +41 -49
  68. package/lib/components/VNavigationDrawer/index.d.mts +93 -66
  69. package/lib/components/VOverlay/index.d.mts +137 -76
  70. package/lib/components/VPagination/index.d.mts +114 -73
  71. package/lib/components/VParallax/index.d.mts +31 -47
  72. package/lib/components/VProgressCircular/index.d.mts +48 -53
  73. package/lib/components/VProgressLinear/index.d.mts +84 -63
  74. package/lib/components/VRadio/index.d.mts +92 -61
  75. package/lib/components/VRadioGroup/index.d.mts +130 -77
  76. package/lib/components/VRangeSlider/index.d.mts +166 -85
  77. package/lib/components/VRating/index.d.mts +75 -62
  78. package/lib/components/VResponsive/index.d.mts +33 -47
  79. package/lib/components/VSelect/VSelect.mjs +13 -10
  80. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  81. package/lib/components/VSelect/index.d.mts +1183 -546
  82. package/lib/components/VSelectionControl/index.d.mts +47 -53
  83. package/lib/components/VSelectionControlGroup/index.d.mts +58 -57
  84. package/lib/components/VSheet/index.d.mts +37 -48
  85. package/lib/components/VSlideGroup/index.d.mts +105 -105
  86. package/lib/components/VSlider/index.d.mts +163 -84
  87. package/lib/components/VSnackbar/index.d.mts +564 -325
  88. package/lib/components/VSwitch/index.d.mts +167 -86
  89. package/lib/components/VSystemBar/index.d.mts +39 -51
  90. package/lib/components/VTable/index.d.mts +45 -51
  91. package/lib/components/VTabs/index.d.mts +173 -131
  92. package/lib/components/VTextField/index.d.mts +665 -470
  93. package/lib/components/VTextarea/index.d.mts +469 -297
  94. package/lib/components/VThemeProvider/index.d.mts +26 -48
  95. package/lib/components/VTimeline/index.d.mts +98 -106
  96. package/lib/components/VToolbar/index.d.mts +119 -150
  97. package/lib/components/VTooltip/index.d.mts +561 -321
  98. package/lib/components/VValidation/index.d.mts +108 -62
  99. package/lib/components/VVirtualScroll/index.d.mts +18 -46
  100. package/lib/components/VWindow/index.d.mts +130 -110
  101. package/lib/components/index.d.mts +14677 -11293
  102. package/lib/components/transitions/index.d.mts +455 -819
  103. package/lib/entry-bundler.mjs +1 -1
  104. package/lib/framework.mjs +1 -1
  105. package/lib/index.d.mts +5 -5
  106. package/lib/labs/VBottomSheet/index.d.mts +152 -83
  107. package/lib/labs/VDataIterator/index.d.mts +112 -75
  108. package/lib/labs/VDataTable/index.d.mts +1456 -530
  109. package/lib/labs/VDateInput/index.d.mts +260 -157
  110. package/lib/labs/VDatePicker/index.d.mts +1094 -883
  111. package/lib/labs/VDateRangePicker/index.d.mts +207 -129
  112. package/lib/labs/VInfiniteScroll/index.d.mts +59 -54
  113. package/lib/labs/VOtpInput/index.d.mts +80 -64
  114. package/lib/labs/VPicker/index.d.mts +74 -97
  115. package/lib/labs/VSkeletonLoader/index.d.mts +36 -51
  116. package/lib/labs/VStepper/index.d.mts +368 -340
  117. package/lib/labs/components.d.mts +4429 -3175
  118. package/lib/labs/date/adapters/vuetify.mjs +6 -3
  119. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  120. package/lib/locale/fr.mjs +19 -19
  121. package/lib/locale/fr.mjs.map +1 -1
  122. package/lib/util/helpers.mjs +8 -1
  123. package/lib/util/helpers.mjs.map +1 -1
  124. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.22-master.2023-10-21...v) (2023-10-21)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.23-master.2023-10-25...v) (2023-10-25)
2
2
 
3
3
 
4
4
 
5
- ## [3.3.22-master.2023-10-21](https://github.com/vuetifyjs/vuetify/compare/v3.3.22...v3.3.22-master.2023-10-21) (2023-10-21)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **color:** don't generate text color for css variable backgrounds ([7f4f41c](https://github.com/vuetifyjs/vuetify/commit/7f4f41c0bd93b3954e85a268b023fc0f5de034e8)), closes [#18511](https://github.com/vuetifyjs/vuetify/issues/18511)
11
- * **VNavigationDrawer:** prevent prepend/append from shrinking vertically ([74ff1a5](https://github.com/vuetifyjs/vuetify/commit/74ff1a52a563eb041d0bd2dddf50f4a39d927cfa))
5
+ ## [3.3.23-master.2023-10-25](https://github.com/vuetifyjs/vuetify/compare/v3.3.23...v3.3.23-master.2023-10-25) (2023-10-25)
12
6
 
13
7
 
14
8
 
@@ -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": {
@@ -3460,7 +3460,7 @@
3460
3460
  "description": "Removes the ability to click or target the component."
3461
3461
  },
3462
3462
  "v-date-card/transition": {
3463
- "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: {\n disabled?: boolean\n origin?: string\n mode?: string\n group?: boolean\n hideOnLeave?: boolean\n leaveAbsolute?: boolean\n style?: unknown\n class?: unknown\n 'v-slot:default'?: false | (() => VNodeChild)\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n key?: string | number | symbol\n ref?: VNodeRef\n ref_for?: boolean\n ref_key?: string\n onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted?: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount?: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted?: VNodeMountHook | VNodeMountHook[]\n }\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n",
3463
+ "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: Partial<{\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n }> &\n Omit<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n 'v-slot:default'?: false | (() => VNodeChild)\n } & VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n DefaultKeys<\n AppendDefault<\n {\n disabled: BooleanConstructor\n group: BooleanConstructor\n hideOnLeave: BooleanConstructor\n leaveAbsolute: BooleanConstructor\n mode: StringConstructor\n origin: StringConstructor\n },\n { mode: string; origin: string }\n >\n >\n >\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n",
3464
3464
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3465
3465
  },
3466
3466
  "v-date-card/multiple": {
@@ -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": {
@@ -360,6 +360,26 @@
360
360
  "from": "components/VTextField/index.mjs",
361
361
  "styles": []
362
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
+ },
363
383
  "VTooltip": {
364
384
  "from": "components/VTooltip/index.mjs",
365
385
  "styles": []
@@ -511,26 +531,6 @@
511
531
  "VDialogTransition": {
512
532
  "from": "components/transitions/index.mjs",
513
533
  "styles": []
514
- },
515
- "VTimeline": {
516
- "from": "components/VTimeline/index.mjs",
517
- "styles": []
518
- },
519
- "VTimelineItem": {
520
- "from": "components/VTimeline/index.mjs",
521
- "styles": []
522
- },
523
- "VToolbar": {
524
- "from": "components/VToolbar/index.mjs",
525
- "styles": []
526
- },
527
- "VToolbarTitle": {
528
- "from": "components/VToolbar/index.mjs",
529
- "styles": []
530
- },
531
- "VToolbarItems": {
532
- "from": "components/VToolbar/index.mjs",
533
- "styles": []
534
534
  }
535
535
  },
536
536
  "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.3.22-master.2023-10-21",
5
+ "version": "3.3.23-master.2023-10-25",
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
  {
@@ -7099,7 +7099,7 @@
7099
7099
  "arguments": [
7100
7100
  {
7101
7101
  "name": "argument",
7102
- "type": "[MouseEvent | KeyboardEvent]\n"
7102
+ "type": "[MouseEvent] | [MouseEvent | KeyboardEvent]\n"
7103
7103
  }
7104
7104
  ]
7105
7105
  },
@@ -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
  {
@@ -14295,7 +14295,7 @@
14295
14295
  "default": "{component: {name: 'fade-transition'}, leaveAbsolute: true}",
14296
14296
  "value": {
14297
14297
  "kind": "expression",
14298
- "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: {\n disabled?: boolean\n origin?: string\n mode?: string\n group?: boolean\n hideOnLeave?: boolean\n leaveAbsolute?: boolean\n style?: unknown\n class?: unknown\n 'v-slot:default'?: false | (() => VNodeChild)\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n key?: string | number | symbol\n ref?: VNodeRef\n ref_for?: boolean\n ref_key?: string\n onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted?: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount?: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted?: VNodeMountHook | VNodeMountHook[]\n }\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n"
14298
+ "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: Partial<{\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n }> &\n Omit<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n 'v-slot:default'?: false | (() => VNodeChild)\n } & VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n DefaultKeys<\n AppendDefault<\n {\n disabled: BooleanConstructor\n group: BooleanConstructor\n hideOnLeave: BooleanConstructor\n leaveAbsolute: BooleanConstructor\n mode: StringConstructor\n origin: StringConstructor\n },\n { mode: string; origin: string }\n >\n >\n >\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n"
14299
14299
  }
14300
14300
  },
14301
14301
  {
@@ -15348,7 +15348,7 @@
15348
15348
  "arguments": [
15349
15349
  {
15350
15350
  "name": "argument",
15351
- "type": "[]\n"
15351
+ "type": "[] | [MouseEvent]\n"
15352
15352
  }
15353
15353
  ]
15354
15354
  },
@@ -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
  {
@@ -21427,7 +21427,7 @@
21427
21427
  "arguments": [
21428
21428
  {
21429
21429
  "name": "argument",
21430
- "type": "[MouseEvent | KeyboardEvent]\n"
21430
+ "type": "[MouseEvent] | [MouseEvent | KeyboardEvent]\n"
21431
21431
  }
21432
21432
  ]
21433
21433
  },
@@ -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
  {