@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230322.0

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 (336) hide show
  1. package/CHANGELOG.md +5 -17
  2. package/dist/json/attributes.json +243 -59
  3. package/dist/json/tags.json +48 -2
  4. package/dist/json/web-types.json +1648 -279
  5. package/dist/vuetify-labs.css +666 -482
  6. package/dist/vuetify-labs.d.ts +59419 -13475
  7. package/dist/vuetify-labs.esm.js +797 -531
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +797 -531
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +524 -355
  12. package/dist/vuetify.d.ts +55670 -14368
  13. package/dist/vuetify.esm.js +607 -462
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +607 -462
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +793 -793
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +1 -1
  27. package/lib/components/VAlert/VAlert.mjs +29 -15
  28. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  29. package/lib/components/VAlert/_variables.scss +1 -1
  30. package/lib/components/VAlert/index.d.ts +515 -65
  31. package/lib/components/VApp/VApp.css +1 -0
  32. package/lib/components/VApp/VApp.sass +1 -0
  33. package/lib/components/VApp/index.d.ts +161 -17
  34. package/lib/components/VAppBar/VAppBar.mjs +9 -4
  35. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  36. package/lib/components/VAppBar/index.d.ts +624 -82
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +23 -8
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/index.d.ts +1744 -113
  40. package/lib/components/VAvatar/index.d.ts +207 -25
  41. package/lib/components/VBadge/index.d.ts +286 -36
  42. package/lib/components/VBanner/VBanner.mjs +19 -12
  43. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  44. package/lib/components/VBanner/index.d.ts +485 -67
  45. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  47. package/lib/components/VBottomNavigation/index.d.ts +323 -36
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/index.d.ts +346 -42
  51. package/lib/components/VBtn/VBtn.css +0 -5
  52. package/lib/components/VBtn/VBtn.mjs +65 -58
  53. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  54. package/lib/components/VBtn/VBtn.sass +0 -7
  55. package/lib/components/VBtn/_variables.scss +0 -2
  56. package/lib/components/VBtn/index.d.ts +454 -59
  57. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  58. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  59. package/lib/components/VBtnGroup/index.d.ts +187 -22
  60. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  61. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  62. package/lib/components/VBtnToggle/index.d.ts +248 -32
  63. package/lib/components/VCard/VCard.mjs +10 -6
  64. package/lib/components/VCard/VCard.mjs.map +1 -1
  65. package/lib/components/VCard/VCardItem.mjs +27 -23
  66. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  67. package/lib/components/VCard/index.d.ts +958 -132
  68. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  69. package/lib/components/VCarousel/index.d.ts +585 -87
  70. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  71. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  72. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  73. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  74. package/lib/components/VCheckbox/index.d.ts +841 -119
  75. package/lib/components/VChip/VChip.css +110 -90
  76. package/lib/components/VChip/VChip.mjs +70 -48
  77. package/lib/components/VChip/VChip.mjs.map +1 -1
  78. package/lib/components/VChip/_mixins.scss +27 -23
  79. package/lib/components/VChip/index.d.ts +476 -66
  80. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  81. package/lib/components/VChipGroup/index.d.ts +229 -28
  82. package/lib/components/VCode/index.d.ts +112 -13
  83. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  84. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  86. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
  87. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  88. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  89. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
  90. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  91. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  92. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  93. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  94. package/lib/components/VColorPicker/index.d.ts +284 -20
  95. package/lib/components/VColorPicker/util/index.mjs +2 -5
  96. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  97. package/lib/components/VCombobox/VCombobox.mjs +23 -8
  98. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  99. package/lib/components/VCombobox/index.d.ts +1756 -113
  100. package/lib/components/VCounter/index.d.ts +1909 -78
  101. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  102. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  103. package/lib/components/VDefaultsProvider/index.d.ts +136 -18
  104. package/lib/components/VDialog/VDialog.css +31 -24
  105. package/lib/components/VDialog/VDialog.mjs +2 -2
  106. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  107. package/lib/components/VDialog/VDialog.sass +19 -12
  108. package/lib/components/VDialog/index.d.ts +2403 -124
  109. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  110. package/lib/components/VDivider/index.d.ts +132 -19
  111. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  112. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  114. package/lib/components/VExpansionPanel/index.d.ts +741 -104
  115. package/lib/components/VField/VField.mjs.map +1 -1
  116. package/lib/components/VField/index.d.ts +179 -23
  117. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  118. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  119. package/lib/components/VFileInput/index.d.ts +1069 -93
  120. package/lib/components/VFooter/VFooter.css +2 -0
  121. package/lib/components/VFooter/VFooter.sass +2 -0
  122. package/lib/components/VFooter/_variables.scss +2 -0
  123. package/lib/components/VFooter/index.d.ts +206 -25
  124. package/lib/components/VForm/index.d.ts +207 -20
  125. package/lib/components/VGrid/VCol.mjs +6 -5
  126. package/lib/components/VGrid/VCol.mjs.map +1 -1
  127. package/lib/components/VGrid/VRow.mjs +4 -4
  128. package/lib/components/VGrid/VRow.mjs.map +1 -1
  129. package/lib/components/VGrid/index.d.ts +745 -64
  130. package/lib/components/VHover/index.d.ts +188 -29
  131. package/lib/components/VIcon/index.d.ts +500 -44
  132. package/lib/components/VImg/VImg.mjs +2 -2
  133. package/lib/components/VImg/VImg.mjs.map +1 -1
  134. package/lib/components/VImg/index.d.ts +281 -40
  135. package/lib/components/VInput/VInput.mjs.map +1 -1
  136. package/lib/components/VInput/index.d.ts +321 -47
  137. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  138. package/lib/components/VItemGroup/index.d.ts +313 -45
  139. package/lib/components/VKbd/VKbd.css +1 -0
  140. package/lib/components/VKbd/VKbd.sass +1 -0
  141. package/lib/components/VKbd/_variables.scss +1 -0
  142. package/lib/components/VKbd/index.d.ts +112 -13
  143. package/lib/components/VLabel/index.d.ts +115 -16
  144. package/lib/components/VLayout/index.d.ts +302 -35
  145. package/lib/components/VLazy/VLazy.mjs +4 -1
  146. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  147. package/lib/components/VLazy/index.d.ts +222 -27
  148. package/lib/components/VList/VListChildren.mjs +2 -2
  149. package/lib/components/VList/VListChildren.mjs.map +1 -1
  150. package/lib/components/VList/VListGroup.mjs +1 -4
  151. package/lib/components/VList/VListGroup.mjs.map +1 -1
  152. package/lib/components/VList/VListItem.mjs +23 -19
  153. package/lib/components/VList/VListItem.mjs.map +1 -1
  154. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  155. package/lib/components/VList/index.d.ts +1500 -191
  156. package/lib/components/VLocaleProvider/index.d.ts +123 -16
  157. package/lib/components/VMain/index.d.ts +121 -14
  158. package/lib/components/VMenu/VMenu.css +4 -4
  159. package/lib/components/VMenu/VMenu.mjs +8 -7
  160. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  161. package/lib/components/VMenu/VMenu.sass +1 -1
  162. package/lib/components/VMenu/index.d.ts +2411 -121
  163. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  164. package/lib/components/VMessages/index.d.ts +1934 -87
  165. package/lib/components/VNavigationDrawer/index.d.ts +382 -47
  166. package/lib/components/VNoSsr/index.d.ts +6 -0
  167. package/lib/components/VOverlay/VOverlay.css +2 -2
  168. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  169. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  170. package/lib/components/VOverlay/VOverlay.sass +1 -1
  171. package/lib/components/VOverlay/_variables.scss +1 -1
  172. package/lib/components/VOverlay/index.d.ts +527 -75
  173. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  174. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  175. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  176. package/lib/components/VPagination/index.d.ts +504 -56
  177. package/lib/components/VParallax/VParallax.mjs +3 -3
  178. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  179. package/lib/components/VParallax/index.d.ts +144 -19
  180. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  181. package/lib/components/VProgressCircular/index.d.ts +189 -22
  182. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  183. package/lib/components/VProgressLinear/index.d.ts +325 -42
  184. package/lib/components/VRadio/index.d.ts +318 -46
  185. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  186. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  187. package/lib/components/VRadioGroup/index.d.ts +468 -66
  188. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  189. package/lib/components/VRangeSlider/index.d.ts +530 -66
  190. package/lib/components/VRating/VRating.css +0 -4
  191. package/lib/components/VRating/VRating.mjs +6 -35
  192. package/lib/components/VRating/VRating.mjs.map +1 -1
  193. package/lib/components/VRating/VRating.sass +0 -5
  194. package/lib/components/VRating/index.d.ts +309 -38
  195. package/lib/components/VResponsive/index.d.ts +144 -21
  196. package/lib/components/VSelect/VSelect.mjs +23 -8
  197. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  198. package/lib/components/VSelect/index.d.ts +3150 -247
  199. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  200. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  201. package/lib/components/VSelectionControl/index.d.ts +90 -10
  202. package/lib/components/VSelectionControlGroup/index.d.ts +245 -35
  203. package/lib/components/VSheet/VSheet.mjs +16 -12
  204. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  205. package/lib/components/VSheet/index.d.ts +196 -27
  206. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  207. package/lib/components/VSlideGroup/index.d.ts +488 -70
  208. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  209. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  210. package/lib/components/VSlider/index.d.ts +523 -65
  211. package/lib/components/VSlider/slider.mjs +5 -6
  212. package/lib/components/VSlider/slider.mjs.map +1 -1
  213. package/lib/components/VSnackbar/VSnackbar.css +2 -9
  214. package/lib/components/VSnackbar/VSnackbar.mjs +10 -11
  215. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  216. package/lib/components/VSnackbar/VSnackbar.sass +3 -10
  217. package/lib/components/VSnackbar/index.d.ts +1255 -74
  218. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  219. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  220. package/lib/components/VSwitch/index.d.ts +503 -75
  221. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  222. package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
  223. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  224. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  225. package/lib/components/VSystemBar/_variables.scss +4 -1
  226. package/lib/components/VSystemBar/index.d.ts +186 -23
  227. package/lib/components/VTable/VTable.mjs.map +1 -1
  228. package/lib/components/VTable/index.d.ts +193 -26
  229. package/lib/components/VTabs/VTab.mjs +7 -23
  230. package/lib/components/VTabs/VTab.mjs.map +1 -1
  231. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  232. package/lib/components/VTabs/index.d.ts +628 -64
  233. package/lib/components/VTextField/VTextField.mjs +9 -5
  234. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  235. package/lib/components/VTextField/index.d.ts +1447 -101
  236. package/lib/components/VTextarea/VTextarea.mjs +8 -1
  237. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  238. package/lib/components/VTextarea/index.d.ts +1043 -93
  239. package/lib/components/VThemeProvider/index.d.ts +127 -16
  240. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  241. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  242. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  243. package/lib/components/VTimeline/index.d.ts +446 -60
  244. package/lib/components/VToolbar/VToolbar.mjs +10 -9
  245. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  246. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  247. package/lib/components/VToolbar/index.d.ts +552 -73
  248. package/lib/components/VTooltip/VTooltip.css +3 -3
  249. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  250. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  251. package/lib/components/VTooltip/VTooltip.sass +1 -1
  252. package/lib/components/VTooltip/index.d.ts +1315 -73
  253. package/lib/components/VValidation/index.d.ts +204 -27
  254. package/lib/components/VWindow/index.d.ts +541 -75
  255. package/lib/components/index.d.ts +55694 -14389
  256. package/lib/components/transitions/createTransition.mjs +1 -1
  257. package/lib/components/transitions/createTransition.mjs.map +1 -1
  258. package/lib/components/transitions/index.d.ts +2144 -259
  259. package/lib/composables/defaults.mjs +5 -1
  260. package/lib/composables/defaults.mjs.map +1 -1
  261. package/lib/composables/display.mjs +15 -10
  262. package/lib/composables/display.mjs.map +1 -1
  263. package/lib/composables/form.mjs.map +1 -1
  264. package/lib/composables/loader.mjs.map +1 -1
  265. package/lib/composables/nested/nested.mjs +2 -2
  266. package/lib/composables/nested/nested.mjs.map +1 -1
  267. package/lib/composables/nested/selectStrategies.mjs +7 -1
  268. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  269. package/lib/composables/proxiedModel.mjs +1 -1
  270. package/lib/composables/proxiedModel.mjs.map +1 -1
  271. package/lib/composables/resizeObserver.mjs.map +1 -1
  272. package/lib/composables/stack.mjs +2 -2
  273. package/lib/composables/stack.mjs.map +1 -1
  274. package/lib/composables/theme.mjs +28 -23
  275. package/lib/composables/theme.mjs.map +1 -1
  276. package/lib/composables/variant.mjs.map +1 -1
  277. package/lib/entry-bundler.mjs +1 -1
  278. package/lib/framework.mjs +1 -1
  279. package/lib/index.d.ts +6 -9
  280. package/lib/labs/VDataTable/VDataTable.css +15 -0
  281. package/lib/labs/VDataTable/VDataTable.mjs +45 -19
  282. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  283. package/lib/labs/VDataTable/VDataTable.sass +9 -0
  284. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  285. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  286. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  287. package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
  288. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  289. package/lib/labs/VDataTable/VDataTableRows.mjs +6 -7
  290. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  291. package/lib/labs/VDataTable/VDataTableServer.mjs +41 -19
  292. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  293. package/lib/labs/VDataTable/VDataTableVirtual.mjs +27 -14
  294. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  295. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  296. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  297. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  298. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  299. package/lib/labs/VDataTable/composables/options.mjs +4 -10
  300. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  301. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  302. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  303. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  304. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  305. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  306. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  307. package/lib/labs/VDataTable/index.d.ts +4934 -317
  308. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
  309. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  310. package/lib/labs/VVirtualScroll/index.d.ts +41 -7
  311. package/lib/labs/components.d.ts +4970 -324
  312. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  313. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  314. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  315. package/lib/locale/index.mjs +1 -1
  316. package/lib/locale/index.mjs.map +1 -1
  317. package/lib/styles/elements/_global.sass +0 -4
  318. package/lib/styles/generic/_index.scss +0 -1
  319. package/lib/styles/generic/_transitions.scss +111 -9
  320. package/lib/styles/main.css +316 -167
  321. package/lib/styles/settings/_utilities.scss +7 -0
  322. package/lib/styles/tools/_sheet.sass +3 -6
  323. package/lib/styles/utilities/_display.sass +6 -5
  324. package/lib/styles/utilities/_elevation.scss +13 -0
  325. package/lib/styles/utilities/_index.sass +3 -2
  326. package/lib/styles/utilities/_screenreaders.sass +13 -11
  327. package/lib/util/animation.mjs +8 -1
  328. package/lib/util/animation.mjs.map +1 -1
  329. package/lib/util/colorUtils.mjs +4 -5
  330. package/lib/util/colorUtils.mjs.map +1 -1
  331. package/lib/util/defineComponent.mjs +15 -7
  332. package/lib/util/defineComponent.mjs.map +1 -1
  333. package/lib/util/helpers.mjs +4 -0
  334. package/lib/util/helpers.mjs.map +1 -1
  335. package/package.json +15 -7
  336. package/lib/styles/generic/_elevation.scss +0 -10
@@ -1,5 +1,9 @@
1
1
  import * as vue from 'vue';
2
- import { JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
3
+
4
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
6
+ }
3
7
 
4
8
  type IconValue = string | JSXComponent;
5
9
  declare const IconValue: PropType<IconValue>;
@@ -27,7 +31,400 @@ interface GroupProvide {
27
31
  getItemIndex: (value: unknown) => number;
28
32
  }
29
33
 
30
- declare const VCarousel: vue.DefineComponent<{
34
+ declare const VCarousel: {
35
+ new (...args: any[]): {
36
+ $: vue.ComponentInternalInstance;
37
+ $data: {};
38
+ $props: Partial<{
39
+ interval: string | number;
40
+ height: string | number;
41
+ showArrows: string | boolean;
42
+ cycle: boolean;
43
+ hideDelimiters: boolean;
44
+ hideDelimiterBackground: boolean;
45
+ delimiterIcon: IconValue;
46
+ }> & Omit<{
47
+ interval: string | number;
48
+ height: string | number;
49
+ showArrows: string | boolean;
50
+ cycle: boolean;
51
+ hideDelimiters: boolean;
52
+ hideDelimiterBackground: boolean;
53
+ delimiterIcon: IconValue;
54
+ } & {
55
+ progress?: string | boolean | undefined;
56
+ color?: string | undefined;
57
+ modelValue?: any;
58
+ verticalDelimiters?: boolean | "left" | "right" | undefined;
59
+ } & {
60
+ $children?: {} | vue.VNodeChild | {
61
+ default?: ((args_0: {
62
+ group: GroupProvide;
63
+ }) => vue.VNodeChild) | undefined;
64
+ additional?: ((args_0: {
65
+ group: GroupProvide;
66
+ }) => vue.VNodeChild) | undefined;
67
+ prev?: ((args_0: {
68
+ props: {
69
+ icon: IconValue;
70
+ class: string;
71
+ onClick: () => void;
72
+ ariaLabel: string;
73
+ };
74
+ }) => vue.VNodeChild) | undefined;
75
+ next?: ((args_0: {
76
+ props: {
77
+ icon: IconValue;
78
+ class: string;
79
+ onClick: () => void;
80
+ ariaLabel: string;
81
+ };
82
+ }) => vue.VNodeChild) | undefined;
83
+ };
84
+ $slots?: {
85
+ default?: ((args_0: {
86
+ group: GroupProvide;
87
+ }) => vue.VNodeChild) | undefined;
88
+ additional?: ((args_0: {
89
+ group: GroupProvide;
90
+ }) => vue.VNodeChild) | undefined;
91
+ prev?: ((args_0: {
92
+ props: {
93
+ icon: IconValue;
94
+ class: string;
95
+ onClick: () => void;
96
+ ariaLabel: string;
97
+ };
98
+ }) => vue.VNodeChild) | undefined;
99
+ next?: ((args_0: {
100
+ props: {
101
+ icon: IconValue;
102
+ class: string;
103
+ onClick: () => void;
104
+ ariaLabel: string;
105
+ };
106
+ }) => vue.VNodeChild) | undefined;
107
+ } | undefined;
108
+ 'v-slots'?: {
109
+ default?: false | ((args_0: {
110
+ group: GroupProvide;
111
+ }) => vue.VNodeChild) | undefined;
112
+ additional?: false | ((args_0: {
113
+ group: GroupProvide;
114
+ }) => vue.VNodeChild) | undefined;
115
+ prev?: false | ((args_0: {
116
+ props: {
117
+ icon: IconValue;
118
+ class: string;
119
+ onClick: () => void;
120
+ ariaLabel: string;
121
+ };
122
+ }) => vue.VNodeChild) | undefined;
123
+ next?: false | ((args_0: {
124
+ props: {
125
+ icon: IconValue;
126
+ class: string;
127
+ onClick: () => void;
128
+ ariaLabel: string;
129
+ };
130
+ }) => vue.VNodeChild) | undefined;
131
+ } | undefined;
132
+ } & {
133
+ "v-slot:default"?: false | ((args_0: {
134
+ group: GroupProvide;
135
+ }) => vue.VNodeChild) | undefined;
136
+ "v-slot:additional"?: false | ((args_0: {
137
+ group: GroupProvide;
138
+ }) => vue.VNodeChild) | undefined;
139
+ "v-slot:prev"?: false | ((args_0: {
140
+ props: {
141
+ icon: IconValue;
142
+ class: string;
143
+ onClick: () => void;
144
+ ariaLabel: string;
145
+ };
146
+ }) => vue.VNodeChild) | undefined;
147
+ "v-slot:next"?: false | ((args_0: {
148
+ props: {
149
+ icon: IconValue;
150
+ class: string;
151
+ onClick: () => void;
152
+ ariaLabel: string;
153
+ };
154
+ }) => vue.VNodeChild) | undefined;
155
+ } & {
156
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
157
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "interval" | "height" | "showArrows" | "cycle" | "hideDelimiters" | "hideDelimiterBackground" | "delimiterIcon">;
158
+ $attrs: {
159
+ [x: string]: unknown;
160
+ };
161
+ $refs: {
162
+ [x: string]: unknown;
163
+ };
164
+ $slots: Readonly<{
165
+ [name: string]: vue.Slot | undefined;
166
+ }>;
167
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
168
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
169
+ $emit: (event: "update:modelValue", val: any) => void;
170
+ $el: any;
171
+ $options: vue.ComponentOptionsBase<{
172
+ interval: string | number;
173
+ height: string | number;
174
+ showArrows: string | boolean;
175
+ cycle: boolean;
176
+ hideDelimiters: boolean;
177
+ hideDelimiterBackground: boolean;
178
+ delimiterIcon: IconValue;
179
+ } & {
180
+ progress?: string | boolean | undefined;
181
+ color?: string | undefined;
182
+ modelValue?: any;
183
+ verticalDelimiters?: boolean | "left" | "right" | undefined;
184
+ } & {
185
+ $children?: {} | vue.VNodeChild | {
186
+ default?: ((args_0: {
187
+ group: GroupProvide;
188
+ }) => vue.VNodeChild) | undefined;
189
+ additional?: ((args_0: {
190
+ group: GroupProvide;
191
+ }) => vue.VNodeChild) | undefined;
192
+ prev?: ((args_0: {
193
+ props: {
194
+ icon: IconValue;
195
+ class: string;
196
+ onClick: () => void;
197
+ ariaLabel: string;
198
+ };
199
+ }) => vue.VNodeChild) | undefined;
200
+ next?: ((args_0: {
201
+ props: {
202
+ icon: IconValue;
203
+ class: string;
204
+ onClick: () => void;
205
+ ariaLabel: string;
206
+ };
207
+ }) => vue.VNodeChild) | undefined;
208
+ };
209
+ $slots?: {
210
+ default?: ((args_0: {
211
+ group: GroupProvide;
212
+ }) => vue.VNodeChild) | undefined;
213
+ additional?: ((args_0: {
214
+ group: GroupProvide;
215
+ }) => vue.VNodeChild) | undefined;
216
+ prev?: ((args_0: {
217
+ props: {
218
+ icon: IconValue;
219
+ class: string;
220
+ onClick: () => void;
221
+ ariaLabel: string;
222
+ };
223
+ }) => vue.VNodeChild) | undefined;
224
+ next?: ((args_0: {
225
+ props: {
226
+ icon: IconValue;
227
+ class: string;
228
+ onClick: () => void;
229
+ ariaLabel: string;
230
+ };
231
+ }) => vue.VNodeChild) | undefined;
232
+ } | undefined;
233
+ 'v-slots'?: {
234
+ default?: false | ((args_0: {
235
+ group: GroupProvide;
236
+ }) => vue.VNodeChild) | undefined;
237
+ additional?: false | ((args_0: {
238
+ group: GroupProvide;
239
+ }) => vue.VNodeChild) | undefined;
240
+ prev?: false | ((args_0: {
241
+ props: {
242
+ icon: IconValue;
243
+ class: string;
244
+ onClick: () => void;
245
+ ariaLabel: string;
246
+ };
247
+ }) => vue.VNodeChild) | undefined;
248
+ next?: false | ((args_0: {
249
+ props: {
250
+ icon: IconValue;
251
+ class: string;
252
+ onClick: () => void;
253
+ ariaLabel: string;
254
+ };
255
+ }) => vue.VNodeChild) | undefined;
256
+ } | undefined;
257
+ } & {
258
+ "v-slot:default"?: false | ((args_0: {
259
+ group: GroupProvide;
260
+ }) => vue.VNodeChild) | undefined;
261
+ "v-slot:additional"?: false | ((args_0: {
262
+ group: GroupProvide;
263
+ }) => vue.VNodeChild) | undefined;
264
+ "v-slot:prev"?: false | ((args_0: {
265
+ props: {
266
+ icon: IconValue;
267
+ class: string;
268
+ onClick: () => void;
269
+ ariaLabel: string;
270
+ };
271
+ }) => vue.VNodeChild) | undefined;
272
+ "v-slot:next"?: false | ((args_0: {
273
+ props: {
274
+ icon: IconValue;
275
+ class: string;
276
+ onClick: () => void;
277
+ ariaLabel: string;
278
+ };
279
+ }) => vue.VNodeChild) | undefined;
280
+ } & {
281
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
282
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
283
+ 'update:modelValue': (val: any) => boolean;
284
+ }, string, {
285
+ interval: string | number;
286
+ height: string | number;
287
+ showArrows: string | boolean;
288
+ cycle: boolean;
289
+ hideDelimiters: boolean;
290
+ hideDelimiterBackground: boolean;
291
+ delimiterIcon: IconValue;
292
+ }, {}, string> & {
293
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
294
+ created?: ((() => void) | (() => void)[]) | undefined;
295
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
296
+ mounted?: ((() => void) | (() => void)[]) | undefined;
297
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
298
+ updated?: ((() => void) | (() => void)[]) | undefined;
299
+ activated?: ((() => void) | (() => void)[]) | undefined;
300
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
301
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
302
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
303
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
304
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
305
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
306
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
307
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
308
+ };
309
+ $forceUpdate: () => void;
310
+ $nextTick: typeof vue.nextTick;
311
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
312
+ } & {
313
+ interval: string | number;
314
+ height: string | number;
315
+ showArrows: string | boolean;
316
+ cycle: boolean;
317
+ hideDelimiters: boolean;
318
+ hideDelimiterBackground: boolean;
319
+ delimiterIcon: IconValue;
320
+ } & {
321
+ progress?: string | boolean | undefined;
322
+ color?: string | undefined;
323
+ modelValue?: any;
324
+ verticalDelimiters?: boolean | "left" | "right" | undefined;
325
+ } & {
326
+ $children?: {} | vue.VNodeChild | {
327
+ default?: ((args_0: {
328
+ group: GroupProvide;
329
+ }) => vue.VNodeChild) | undefined;
330
+ additional?: ((args_0: {
331
+ group: GroupProvide;
332
+ }) => vue.VNodeChild) | undefined;
333
+ prev?: ((args_0: {
334
+ props: {
335
+ icon: IconValue;
336
+ class: string;
337
+ onClick: () => void;
338
+ ariaLabel: string;
339
+ };
340
+ }) => vue.VNodeChild) | undefined;
341
+ next?: ((args_0: {
342
+ props: {
343
+ icon: IconValue;
344
+ class: string;
345
+ onClick: () => void;
346
+ ariaLabel: string;
347
+ };
348
+ }) => vue.VNodeChild) | undefined;
349
+ };
350
+ $slots?: {
351
+ default?: ((args_0: {
352
+ group: GroupProvide;
353
+ }) => vue.VNodeChild) | undefined;
354
+ additional?: ((args_0: {
355
+ group: GroupProvide;
356
+ }) => vue.VNodeChild) | undefined;
357
+ prev?: ((args_0: {
358
+ props: {
359
+ icon: IconValue;
360
+ class: string;
361
+ onClick: () => void;
362
+ ariaLabel: string;
363
+ };
364
+ }) => vue.VNodeChild) | undefined;
365
+ next?: ((args_0: {
366
+ props: {
367
+ icon: IconValue;
368
+ class: string;
369
+ onClick: () => void;
370
+ ariaLabel: string;
371
+ };
372
+ }) => vue.VNodeChild) | undefined;
373
+ } | undefined;
374
+ 'v-slots'?: {
375
+ default?: false | ((args_0: {
376
+ group: GroupProvide;
377
+ }) => vue.VNodeChild) | undefined;
378
+ additional?: false | ((args_0: {
379
+ group: GroupProvide;
380
+ }) => vue.VNodeChild) | undefined;
381
+ prev?: false | ((args_0: {
382
+ props: {
383
+ icon: IconValue;
384
+ class: string;
385
+ onClick: () => void;
386
+ ariaLabel: string;
387
+ };
388
+ }) => vue.VNodeChild) | undefined;
389
+ next?: false | ((args_0: {
390
+ props: {
391
+ icon: IconValue;
392
+ class: string;
393
+ onClick: () => void;
394
+ ariaLabel: string;
395
+ };
396
+ }) => vue.VNodeChild) | undefined;
397
+ } | undefined;
398
+ } & {
399
+ "v-slot:default"?: false | ((args_0: {
400
+ group: GroupProvide;
401
+ }) => vue.VNodeChild) | undefined;
402
+ "v-slot:additional"?: false | ((args_0: {
403
+ group: GroupProvide;
404
+ }) => vue.VNodeChild) | undefined;
405
+ "v-slot:prev"?: false | ((args_0: {
406
+ props: {
407
+ icon: IconValue;
408
+ class: string;
409
+ onClick: () => void;
410
+ ariaLabel: string;
411
+ };
412
+ }) => vue.VNodeChild) | undefined;
413
+ "v-slot:next"?: false | ((args_0: {
414
+ props: {
415
+ icon: IconValue;
416
+ class: string;
417
+ onClick: () => void;
418
+ ariaLabel: string;
419
+ };
420
+ }) => vue.VNodeChild) | undefined;
421
+ } & {
422
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
423
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
424
+ __isFragment?: undefined;
425
+ __isTeleport?: undefined;
426
+ __isSuspense?: undefined;
427
+ } & vue.ComponentOptionsBase<{
31
428
  interval: string | number;
32
429
  height: string | number;
33
430
  showArrows: string | boolean;
@@ -65,70 +462,7 @@ declare const VCarousel: vue.DefineComponent<{
65
462
  };
66
463
  }) => vue.VNodeChild) | undefined;
67
464
  };
68
- 'v-slots'?: {
69
- default?: false | ((args_0: {
70
- group: GroupProvide;
71
- }) => vue.VNodeChild) | undefined;
72
- additional?: false | ((args_0: {
73
- group: GroupProvide;
74
- }) => vue.VNodeChild) | undefined;
75
- prev?: false | ((args_0: {
76
- props: {
77
- icon: IconValue;
78
- class: string;
79
- onClick: () => void;
80
- ariaLabel: string;
81
- };
82
- }) => vue.VNodeChild) | undefined;
83
- next?: false | ((args_0: {
84
- props: {
85
- icon: IconValue;
86
- class: string;
87
- onClick: () => void;
88
- ariaLabel: string;
89
- };
90
- }) => vue.VNodeChild) | undefined;
91
- } | undefined;
92
- } & {
93
- "v-slot:default"?: false | ((args_0: {
94
- group: GroupProvide;
95
- }) => vue.VNodeChild) | undefined;
96
- "v-slot:additional"?: false | ((args_0: {
97
- group: GroupProvide;
98
- }) => vue.VNodeChild) | undefined;
99
- "v-slot:prev"?: false | ((args_0: {
100
- props: {
101
- icon: IconValue;
102
- class: string;
103
- onClick: () => void;
104
- ariaLabel: string;
105
- };
106
- }) => vue.VNodeChild) | undefined;
107
- "v-slot:next"?: false | ((args_0: {
108
- props: {
109
- icon: IconValue;
110
- class: string;
111
- onClick: () => void;
112
- ariaLabel: string;
113
- };
114
- }) => vue.VNodeChild) | undefined;
115
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
116
- 'update:modelValue': (val: any) => boolean;
117
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
118
- interval: string | number;
119
- height: string | number;
120
- showArrows: string | boolean;
121
- cycle: boolean;
122
- hideDelimiters: boolean;
123
- hideDelimiterBackground: boolean;
124
- delimiterIcon: IconValue;
125
- } & {
126
- progress?: string | boolean | undefined;
127
- color?: string | undefined;
128
- modelValue?: any;
129
- verticalDelimiters?: boolean | "left" | "right" | undefined;
130
- } & {
131
- $children?: {} | vue.VNodeChild | {
465
+ $slots?: {
132
466
  default?: ((args_0: {
133
467
  group: GroupProvide;
134
468
  }) => vue.VNodeChild) | undefined;
@@ -151,7 +485,7 @@ declare const VCarousel: vue.DefineComponent<{
151
485
  ariaLabel: string;
152
486
  };
153
487
  }) => vue.VNodeChild) | undefined;
154
- };
488
+ } | undefined;
155
489
  'v-slots'?: {
156
490
  default?: false | ((args_0: {
157
491
  group: GroupProvide;
@@ -201,7 +535,9 @@ declare const VCarousel: vue.DefineComponent<{
201
535
  }) => vue.VNodeChild) | undefined;
202
536
  } & {
203
537
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
204
- }, {
538
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
539
+ 'update:modelValue': (val: any) => boolean;
540
+ }, string, {
205
541
  interval: string | number;
206
542
  height: string | number;
207
543
  showArrows: string | boolean;
@@ -209,10 +545,182 @@ declare const VCarousel: vue.DefineComponent<{
209
545
  hideDelimiters: boolean;
210
546
  hideDelimiterBackground: boolean;
211
547
  delimiterIcon: IconValue;
212
- }>;
548
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
549
+ color: StringConstructor;
550
+ cycle: BooleanConstructor;
551
+ delimiterIcon: {
552
+ type: PropType<IconValue>;
553
+ default: string;
554
+ };
555
+ height: {
556
+ type: (StringConstructor | NumberConstructor)[];
557
+ default: number;
558
+ };
559
+ hideDelimiters: BooleanConstructor;
560
+ hideDelimiterBackground: BooleanConstructor;
561
+ interval: {
562
+ type: (StringConstructor | NumberConstructor)[];
563
+ default: number;
564
+ validator: (value: string | number) => boolean;
565
+ };
566
+ modelValue: null;
567
+ progress: (StringConstructor | BooleanConstructor)[];
568
+ showArrows: {
569
+ type: (StringConstructor | BooleanConstructor)[];
570
+ default: boolean;
571
+ validator: (v: any) => boolean;
572
+ };
573
+ verticalDelimiters: PropType<boolean | "left" | "right">;
574
+ }, vue.ExtractPropTypes<{
575
+ color: StringConstructor;
576
+ cycle: BooleanConstructor;
577
+ delimiterIcon: {
578
+ type: PropType<IconValue>;
579
+ default: string;
580
+ };
581
+ height: {
582
+ type: (StringConstructor | NumberConstructor)[];
583
+ default: number;
584
+ };
585
+ hideDelimiters: BooleanConstructor;
586
+ hideDelimiterBackground: BooleanConstructor;
587
+ interval: {
588
+ type: (StringConstructor | NumberConstructor)[];
589
+ default: number;
590
+ validator: (value: string | number) => boolean;
591
+ };
592
+ modelValue: null;
593
+ progress: (StringConstructor | BooleanConstructor)[];
594
+ showArrows: {
595
+ type: (StringConstructor | BooleanConstructor)[];
596
+ default: boolean;
597
+ validator: (v: any) => boolean;
598
+ };
599
+ verticalDelimiters: PropType<boolean | "left" | "right">;
600
+ }>>;
213
601
  type VCarousel = InstanceType<typeof VCarousel>;
214
602
 
215
- declare const VCarouselItem: vue.DefineComponent<{} & {
603
+ declare const VCarouselItem: {
604
+ new (...args: any[]): {
605
+ $: vue.ComponentInternalInstance;
606
+ $data: {};
607
+ $props: Partial<{}> & Omit<{} & {
608
+ value?: any;
609
+ } & {
610
+ $children?: {} | vue.VNodeChild | {
611
+ default?: (() => vue.VNodeChild) | undefined;
612
+ placeholder?: (() => vue.VNodeChild) | undefined;
613
+ error?: (() => vue.VNodeChild) | undefined;
614
+ sources?: (() => vue.VNodeChild) | undefined;
615
+ };
616
+ $slots?: {
617
+ default?: (() => vue.VNodeChild) | undefined;
618
+ placeholder?: (() => vue.VNodeChild) | undefined;
619
+ error?: (() => vue.VNodeChild) | undefined;
620
+ sources?: (() => vue.VNodeChild) | undefined;
621
+ } | undefined;
622
+ 'v-slots'?: {
623
+ default?: false | (() => vue.VNodeChild) | undefined;
624
+ placeholder?: false | (() => vue.VNodeChild) | undefined;
625
+ error?: false | (() => vue.VNodeChild) | undefined;
626
+ sources?: false | (() => vue.VNodeChild) | undefined;
627
+ } | undefined;
628
+ } & {
629
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
630
+ "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
631
+ "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
632
+ "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
633
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
634
+ $attrs: {
635
+ [x: string]: unknown;
636
+ };
637
+ $refs: {
638
+ [x: string]: unknown;
639
+ };
640
+ $slots: Readonly<{
641
+ [name: string]: vue.Slot | undefined;
642
+ }>;
643
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
644
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
645
+ $emit: (event: string, ...args: any[]) => void;
646
+ $el: any;
647
+ $options: vue.ComponentOptionsBase<{} & {
648
+ value?: any;
649
+ } & {
650
+ $children?: {} | vue.VNodeChild | {
651
+ default?: (() => vue.VNodeChild) | undefined;
652
+ placeholder?: (() => vue.VNodeChild) | undefined;
653
+ error?: (() => vue.VNodeChild) | undefined;
654
+ sources?: (() => vue.VNodeChild) | undefined;
655
+ };
656
+ $slots?: {
657
+ default?: (() => vue.VNodeChild) | undefined;
658
+ placeholder?: (() => vue.VNodeChild) | undefined;
659
+ error?: (() => vue.VNodeChild) | undefined;
660
+ sources?: (() => vue.VNodeChild) | undefined;
661
+ } | undefined;
662
+ 'v-slots'?: {
663
+ default?: false | (() => vue.VNodeChild) | undefined;
664
+ placeholder?: false | (() => vue.VNodeChild) | undefined;
665
+ error?: false | (() => vue.VNodeChild) | undefined;
666
+ sources?: false | (() => vue.VNodeChild) | undefined;
667
+ } | undefined;
668
+ } & {
669
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
670
+ "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
671
+ "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
672
+ "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
673
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
674
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
675
+ created?: ((() => void) | (() => void)[]) | undefined;
676
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
677
+ mounted?: ((() => void) | (() => void)[]) | undefined;
678
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
679
+ updated?: ((() => void) | (() => void)[]) | undefined;
680
+ activated?: ((() => void) | (() => void)[]) | undefined;
681
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
682
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
683
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
684
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
685
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
686
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
687
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
688
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
689
+ };
690
+ $forceUpdate: () => void;
691
+ $nextTick: typeof vue.nextTick;
692
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
693
+ } & {} & {
694
+ value?: any;
695
+ } & {
696
+ $children?: {} | vue.VNodeChild | {
697
+ default?: (() => vue.VNodeChild) | undefined;
698
+ placeholder?: (() => vue.VNodeChild) | undefined;
699
+ error?: (() => vue.VNodeChild) | undefined;
700
+ sources?: (() => vue.VNodeChild) | undefined;
701
+ };
702
+ $slots?: {
703
+ default?: (() => vue.VNodeChild) | undefined;
704
+ placeholder?: (() => vue.VNodeChild) | undefined;
705
+ error?: (() => vue.VNodeChild) | undefined;
706
+ sources?: (() => vue.VNodeChild) | undefined;
707
+ } | undefined;
708
+ 'v-slots'?: {
709
+ default?: false | (() => vue.VNodeChild) | undefined;
710
+ placeholder?: false | (() => vue.VNodeChild) | undefined;
711
+ error?: false | (() => vue.VNodeChild) | undefined;
712
+ sources?: false | (() => vue.VNodeChild) | undefined;
713
+ } | undefined;
714
+ } & {
715
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
716
+ "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
717
+ "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
718
+ "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
719
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
720
+ __isFragment?: undefined;
721
+ __isTeleport?: undefined;
722
+ __isSuspense?: undefined;
723
+ } & vue.ComponentOptionsBase<{} & {
216
724
  value?: any;
217
725
  } & {
218
726
  $children?: {} | vue.VNodeChild | {
@@ -221,26 +729,12 @@ declare const VCarouselItem: vue.DefineComponent<{} & {
221
729
  error?: (() => vue.VNodeChild) | undefined;
222
730
  sources?: (() => vue.VNodeChild) | undefined;
223
731
  };
224
- 'v-slots'?: {
225
- default?: false | (() => vue.VNodeChild) | undefined;
226
- placeholder?: false | (() => vue.VNodeChild) | undefined;
227
- error?: false | (() => vue.VNodeChild) | undefined;
228
- sources?: false | (() => vue.VNodeChild) | undefined;
229
- } | undefined;
230
- } & {
231
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
232
- "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
233
- "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
234
- "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
235
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
236
- value?: any;
237
- } & {
238
- $children?: {} | vue.VNodeChild | {
732
+ $slots?: {
239
733
  default?: (() => vue.VNodeChild) | undefined;
240
734
  placeholder?: (() => vue.VNodeChild) | undefined;
241
735
  error?: (() => vue.VNodeChild) | undefined;
242
736
  sources?: (() => vue.VNodeChild) | undefined;
243
- };
737
+ } | undefined;
244
738
  'v-slots'?: {
245
739
  default?: false | (() => vue.VNodeChild) | undefined;
246
740
  placeholder?: false | (() => vue.VNodeChild) | undefined;
@@ -252,7 +746,11 @@ declare const VCarouselItem: vue.DefineComponent<{} & {
252
746
  "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
253
747
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
254
748
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
255
- }, {}>;
749
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
750
+ value: null;
751
+ }, vue.ExtractPropTypes<{
752
+ value: null;
753
+ }>>;
256
754
  type VCarouselItem = InstanceType<typeof VCarouselItem>;
257
755
 
258
756
  export { VCarousel, VCarouselItem };