@coreui/vue-pro 4.8.0-next.1 → 4.8.1

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 (319) hide show
  1. package/README.md +1 -1
  2. package/dist/components/accordion/CAccordion.d.ts +2 -11
  3. package/dist/components/accordion/CAccordionItem.d.ts +3 -13
  4. package/dist/components/alert/CAlert.d.ts +2 -17
  5. package/dist/components/alert/CAlertHeading.d.ts +0 -2
  6. package/dist/components/avatar/CAvatar.d.ts +13 -25
  7. package/dist/components/backdrop/CBackdrop.d.ts +1 -4
  8. package/dist/components/badge/CBadge.d.ts +0 -12
  9. package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +4 -19
  10. package/dist/components/button/CButton.d.ts +6 -43
  11. package/dist/components/button-group/CButtonGroup.d.ts +2 -13
  12. package/dist/components/card/CCardHeader.d.ts +0 -2
  13. package/dist/components/card/CCardImage.d.ts +0 -7
  14. package/dist/components/card/CCardLink.d.ts +0 -2
  15. package/dist/components/card/CCardSubtitle.d.ts +0 -2
  16. package/dist/components/card/CCardText.d.ts +0 -2
  17. package/dist/components/card/CCardTitle.d.ts +0 -2
  18. package/dist/components/carousel/CCarousel.d.ts +0 -10
  19. package/dist/components/carousel/CCarouselItem.d.ts +0 -4
  20. package/dist/components/close-button/CCloseButton.d.ts +5 -17
  21. package/dist/components/collapse/CCollapse.d.ts +4 -16
  22. package/dist/components/dropdown/CDropdown.d.ts +11 -46
  23. package/dist/components/dropdown/CDropdownHeader.d.ts +0 -2
  24. package/dist/components/dropdown/CDropdownItem.d.ts +6 -29
  25. package/dist/components/dropdown/CDropdownMenu.d.ts +0 -2
  26. package/dist/components/dropdown/CDropdownToggle.d.ts +7 -43
  27. package/dist/components/footer/CFooter.d.ts +1 -7
  28. package/dist/components/form/CForm.d.ts +2 -8
  29. package/dist/components/form/CFormCheck.d.ts +30 -49
  30. package/dist/components/form/CFormControlValidation.d.ts +8 -24
  31. package/dist/components/form/CFormFeedback.d.ts +0 -2
  32. package/dist/components/form/CFormInput.d.ts +145 -194
  33. package/dist/components/form/CFormLabel.d.ts +3 -13
  34. package/dist/components/form/CFormRange.d.ts +16 -64
  35. package/dist/components/form/CFormSelect.d.ts +20 -82
  36. package/dist/components/form/CFormSwitch.d.ts +24 -33
  37. package/dist/components/form/CFormText.d.ts +0 -2
  38. package/dist/components/form/CFormTextarea.d.ts +22 -69
  39. package/dist/components/form/CInputGroup.d.ts +1 -7
  40. package/dist/components/form/CInputGroupText.d.ts +0 -2
  41. package/dist/components/grid/CCol.d.ts +1 -32
  42. package/dist/components/grid/CContainer.d.ts +12 -48
  43. package/dist/components/grid/CRow.d.ts +23 -68
  44. package/dist/components/header/CHeader.d.ts +1 -12
  45. package/dist/components/header/CHeaderBrand.d.ts +0 -2
  46. package/dist/components/header/CHeaderNav.d.ts +0 -2
  47. package/dist/components/image/CImage.d.ts +6 -29
  48. package/dist/components/link/CLink.d.ts +6 -29
  49. package/dist/components/list-group/CListGroup.d.ts +2 -15
  50. package/dist/components/list-group/CListGroupItem.d.ts +4 -18
  51. package/dist/components/modal/CModal.d.ts +4 -21
  52. package/dist/components/modal/CModalHeader.d.ts +0 -2
  53. package/dist/components/modal/CModalTitle.d.ts +0 -2
  54. package/dist/components/nav/CNav.d.ts +0 -12
  55. package/dist/components/nav/CNavLink.d.ts +6 -29
  56. package/dist/components/navbar/CNavbar.d.ts +0 -22
  57. package/dist/components/navbar/CNavbarBrand.d.ts +2 -13
  58. package/dist/components/navbar/CNavbarNav.d.ts +0 -2
  59. package/dist/components/offcanvas/COffcanvas.d.ts +8 -5
  60. package/dist/components/offcanvas/COffcanvasTitle.d.ts +0 -2
  61. package/dist/components/pagination/CPagination.d.ts +1 -12
  62. package/dist/components/pagination/CPaginationItem.d.ts +8 -38
  63. package/dist/components/placeholder/CPlaceholder.d.ts +12 -78
  64. package/dist/components/popover/CPopover.d.ts +4 -28
  65. package/dist/components/progress/CProgressBar.d.ts +2 -15
  66. package/dist/components/props.d.ts +5 -6
  67. package/dist/components/sidebar/CSidebar.d.ts +4 -22
  68. package/dist/components/smart-table/CSmartTable.d.ts +1 -1
  69. package/dist/components/smart-table/CSmartTableHead.d.ts +1 -1
  70. package/dist/components/spinner/CSpinner.d.ts +0 -16
  71. package/dist/components/table/CTable.d.ts +17 -110
  72. package/dist/components/table/CTableDataCell.d.ts +4 -21
  73. package/dist/components/table/CTableRow.d.ts +2 -13
  74. package/dist/components/table/types.d.ts +14 -0
  75. package/dist/components/table/utils.d.ts +5 -0
  76. package/dist/components/tabs/CTabPane.d.ts +0 -2
  77. package/dist/components/toast/CToast.d.ts +7 -46
  78. package/dist/components/toast/CToastHeader.d.ts +2 -8
  79. package/dist/components/toast/CToaster.d.ts +1 -7
  80. package/dist/components/tooltip/CTooltip.d.ts +2 -17
  81. package/dist/components/widgets/CWidgetStatsA.d.ts +4 -24
  82. package/dist/components/widgets/CWidgetStatsB.d.ts +6 -34
  83. package/dist/components/widgets/CWidgetStatsC.d.ts +14 -23
  84. package/dist/components/widgets/CWidgetStatsD.d.ts +0 -2
  85. package/dist/components/widgets/CWidgetStatsE.d.ts +2 -13
  86. package/dist/components/widgets/CWidgetStatsF.d.ts +4 -24
  87. package/dist/index.es.js +385 -1012
  88. package/dist/index.es.js.map +1 -1
  89. package/dist/index.js +384 -1011
  90. package/dist/index.js.map +1 -1
  91. package/dist/props.d.ts +19 -0
  92. package/dist/types.d.ts +5 -0
  93. package/package.json +1 -1
  94. package/src/components/accordion/CAccordion.ts +1 -5
  95. package/src/components/accordion/CAccordionBody.ts +1 -1
  96. package/src/components/accordion/CAccordionItem.ts +1 -6
  97. package/src/components/accordion/__tests__/__snapshots__/CAccordion.spec.ts.snap +1 -1
  98. package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.ts.snap +3 -3
  99. package/src/components/accordion/__tests__/__snapshots__/CAccordionButton.spec.ts.snap +1 -1
  100. package/src/components/accordion/__tests__/__snapshots__/CAccordionHeader.spec.ts.snap +1 -1
  101. package/src/components/accordion/__tests__/__snapshots__/CAccordionItem.spec.ts.snap +1 -1
  102. package/src/components/alert/CAlert.ts +4 -12
  103. package/src/components/alert/CAlertHeading.ts +0 -1
  104. package/src/components/alert/__tests__/CAlert.spec.ts +1 -1
  105. package/src/components/alert/__tests__/__snapshots__/CAlert.spec.ts.snap +16 -1
  106. package/src/components/alert/__tests__/__snapshots__/CAlertHeading.spec.ts.snap +2 -2
  107. package/src/components/alert/__tests__/__snapshots__/CAlertLink.spec.ts.snap +1 -1
  108. package/src/components/avatar/CAvatar.ts +3 -10
  109. package/src/components/avatar/__tests__/__snapshots__/CAvatar.spec.ts.snap +2 -2
  110. package/src/components/backdrop/CBackdrop.ts +7 -29
  111. package/src/components/backdrop/__tests__/__snapshots__/CBackdrop.spec.ts.snap +2 -2
  112. package/src/components/badge/CBadge.ts +1 -6
  113. package/src/components/badge/__tests__/CBadge.spec.ts +1 -1
  114. package/src/components/breadcrumb/CBreadcrumbItem.ts +2 -9
  115. package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumb.spec.ts.snap +2 -2
  116. package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumbItem.spec.ts.snap +2 -2
  117. package/src/components/button/CButton.ts +5 -21
  118. package/src/components/button/__tests__/__snapshots__/CButton.spec.ts.snap +3 -3
  119. package/src/components/button-group/CButtonGroup.ts +1 -6
  120. package/src/components/button-group/__tests__/__snapshots__/CButtonGroup.spec.ts.snap +2 -2
  121. package/src/components/button-group/__tests__/__snapshots__/CButtonToolbar.spec.ts.snap +1 -1
  122. package/src/components/callout/CCallout.ts +2 -1
  123. package/src/components/callout/__tests__/__snapshots__/CCallout.spec.ts.snap +2 -2
  124. package/src/components/card/CCard.ts +2 -1
  125. package/src/components/card/CCardHeader.ts +0 -1
  126. package/src/components/card/CCardImage.ts +0 -3
  127. package/src/components/card/CCardLink.ts +0 -1
  128. package/src/components/card/CCardSubtitle.ts +0 -1
  129. package/src/components/card/CCardText.ts +0 -1
  130. package/src/components/card/CCardTitle.ts +0 -1
  131. package/src/components/card/__tests__/__snapshots__/CCard.spec.ts.snap +2 -2
  132. package/src/components/card/__tests__/__snapshots__/CCardBody.spec.ts.snap +1 -1
  133. package/src/components/card/__tests__/__snapshots__/CCardFooter.spec.ts.snap +1 -1
  134. package/src/components/card/__tests__/__snapshots__/CCardGroup.spec.ts.snap +1 -1
  135. package/src/components/card/__tests__/__snapshots__/CCardHeader.spec.ts.snap +2 -2
  136. package/src/components/card/__tests__/__snapshots__/CCardImage.spec.ts.snap +2 -2
  137. package/src/components/card/__tests__/__snapshots__/CCardImageOverlay.spec.ts.snap +1 -1
  138. package/src/components/card/__tests__/__snapshots__/CCardLink.spec.ts.snap +1 -1
  139. package/src/components/card/__tests__/__snapshots__/CCardSubtitle.spec.ts.snap +2 -2
  140. package/src/components/card/__tests__/__snapshots__/CCardText.spec.ts.snap +2 -2
  141. package/src/components/card/__tests__/__snapshots__/CCardTitle.spec.ts.snap +2 -2
  142. package/src/components/carousel/CCarousel.ts +37 -40
  143. package/src/components/carousel/CCarouselItem.ts +0 -2
  144. package/src/components/carousel/__tests__/__snapshots__/CCarousel.spec.ts.snap +5 -5
  145. package/src/components/carousel/__tests__/__snapshots__/CCarouselCaption.spec.ts.snap +1 -1
  146. package/src/components/carousel/__tests__/__snapshots__/CCarouselItem.spec.ts.snap +2 -2
  147. package/src/components/close-button/CCloseButton.ts +2 -8
  148. package/src/components/close-button/__tests__/__snapshots__/CCloseButton.spec.ts.snap +2 -2
  149. package/src/components/collapse/CCollapse.ts +3 -9
  150. package/src/components/collapse/__test__/__snapshots__/CCollapse.spec.ts.snap +4 -4
  151. package/src/components/dropdown/CDropdown.ts +6 -21
  152. package/src/components/dropdown/CDropdownHeader.ts +0 -1
  153. package/src/components/dropdown/CDropdownItem.ts +3 -14
  154. package/src/components/dropdown/CDropdownMenu.ts +0 -1
  155. package/src/components/dropdown/CDropdownToggle.ts +8 -23
  156. package/src/components/dropdown/__tests__/__snapshots__/CDropdown.spec.ts.snap +2 -2
  157. package/src/components/dropdown/__tests__/__snapshots__/CDropdownDivider.spec.ts.snap +1 -1
  158. package/src/components/dropdown/__tests__/__snapshots__/CDropdownHeader.spec.ts.snap +2 -2
  159. package/src/components/dropdown/__tests__/__snapshots__/CDropdownItem.spec.ts.snap +2 -2
  160. package/src/components/dropdown/__tests__/__snapshots__/CDropdownMenu.spec.ts.snap +2 -2
  161. package/src/components/dropdown/__tests__/__snapshots__/CDropdownToggle.spec.ts.snap +2 -2
  162. package/src/components/footer/CFooter.ts +0 -2
  163. package/src/components/footer/__tests__/__snapshots__/CFooter.spec.ts.snap +2 -2
  164. package/src/components/form/CForm.ts +1 -4
  165. package/src/components/form/CFormCheck.ts +15 -24
  166. package/src/components/form/CFormControlValidation.ts +4 -12
  167. package/src/components/form/CFormControlWrapper.ts +4 -12
  168. package/src/components/form/CFormFeedback.ts +0 -1
  169. package/src/components/form/CFormInput.ts +11 -37
  170. package/src/components/form/CFormLabel.ts +1 -5
  171. package/src/components/form/CFormRange.ts +8 -30
  172. package/src/components/form/CFormSelect.ts +10 -39
  173. package/src/components/form/CFormSwitch.ts +12 -16
  174. package/src/components/form/CFormText.ts +0 -1
  175. package/src/components/form/CFormTextarea.ts +11 -34
  176. package/src/components/form/CInputGroup.ts +0 -2
  177. package/src/components/form/CInputGroupText.ts +0 -1
  178. package/src/components/form/__tests__/__snapshots__/CForm.spec.ts.snap +2 -2
  179. package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +5 -5
  180. package/src/components/form/__tests__/__snapshots__/CFormFeedback.spec.ts.snap +3 -3
  181. package/src/components/form/__tests__/__snapshots__/CFormFloating.spec.ts.snap +1 -1
  182. package/src/components/form/__tests__/__snapshots__/CFormInput.spec.ts.snap +3 -3
  183. package/src/components/form/__tests__/__snapshots__/CFormLabel.spec.ts.snap +2 -2
  184. package/src/components/form/__tests__/__snapshots__/CFormRange.spec.ts.snap +2 -2
  185. package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +2 -2
  186. package/src/components/form/__tests__/__snapshots__/CFormSwitch.spec.ts.snap +2 -2
  187. package/src/components/form/__tests__/__snapshots__/CFormText.spec.ts.snap +2 -2
  188. package/src/components/form/__tests__/__snapshots__/CFormTextarea.spec.ts.snap +2 -2
  189. package/src/components/form/__tests__/__snapshots__/CInputGroup.spec.ts.snap +2 -2
  190. package/src/components/form/__tests__/__snapshots__/CInputGroupText.spec.ts.snap +2 -2
  191. package/src/components/grid/CCol.ts +0 -12
  192. package/src/components/grid/CContainer.ts +6 -24
  193. package/src/components/grid/CRow.ts +11 -35
  194. package/src/components/grid/__tests__/__snapshots__/CCol.spec.ts.snap +2 -2
  195. package/src/components/grid/__tests__/__snapshots__/CContainer.spec.ts.snap +2 -2
  196. package/src/components/grid/__tests__/__snapshots__/CRow.spec.ts.snap +2 -2
  197. package/src/components/header/CHeader.ts +0 -4
  198. package/src/components/header/CHeaderBrand.ts +0 -1
  199. package/src/components/header/CHeaderNav.ts +0 -1
  200. package/src/components/header/__tests__/__snapshots__/CHeader.spec.ts.snap +3 -3
  201. package/src/components/header/__tests__/__snapshots__/CHeaderBrand.spec.ts.snap +2 -2
  202. package/src/components/header/__tests__/__snapshots__/CHeaderDivider.spec.ts.snap +1 -1
  203. package/src/components/header/__tests__/__snapshots__/CHeaderNav.spec.ts.snap +2 -2
  204. package/src/components/header/__tests__/__snapshots__/CHeaderText.spec.ts.snap +1 -1
  205. package/src/components/header/__tests__/__snapshots__/CHeaderToggler.spec.ts.snap +2 -2
  206. package/src/components/image/CImage.ts +3 -14
  207. package/src/components/image/__tests__/__snapshots__/CImage.spec.ts.snap +3 -3
  208. package/src/components/link/CLink.ts +3 -14
  209. package/src/components/link/__tests__/__snapshots__/CLink.spec.ts.snap +2 -2
  210. package/src/components/list-group/CListGroup.ts +1 -7
  211. package/src/components/list-group/CListGroupItem.ts +3 -10
  212. package/src/components/list-group/__tests__/__snapshots__/CListGroup.spec.ts.snap +2 -2
  213. package/src/components/list-group/__tests__/__snapshots__/CListGroupItem.spec.ts.snap +3 -3
  214. package/src/components/modal/CModal.ts +4 -11
  215. package/src/components/modal/CModalHeader.ts +0 -1
  216. package/src/components/modal/CModalTitle.ts +0 -1
  217. package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +10 -10
  218. package/src/components/modal/__tests__/__snapshots__/CModalBody.spec.ts.snap +1 -1
  219. package/src/components/modal/__tests__/__snapshots__/CModalFooter.spec.ts.snap +1 -1
  220. package/src/components/modal/__tests__/__snapshots__/CModalHeader.spec.ts.snap +2 -2
  221. package/src/components/modal/__tests__/__snapshots__/CModalTitle.spec.ts.snap +2 -2
  222. package/src/components/nav/CNav.ts +0 -5
  223. package/src/components/nav/CNavGroup.ts +1 -1
  224. package/src/components/nav/CNavLink.ts +3 -14
  225. package/src/components/nav/__tests__/__snapshots__/CNav.spec.ts.snap +2 -2
  226. package/src/components/nav/__tests__/__snapshots__/CNavGroup.spec.ts.snap +5 -5
  227. package/src/components/nav/__tests__/__snapshots__/CNavGroupItems.spec.ts.snap +1 -1
  228. package/src/components/nav/__tests__/__snapshots__/CNavItem.spec.ts.snap +3 -3
  229. package/src/components/nav/__tests__/__snapshots__/CNavLink.spec.ts.snap +2 -2
  230. package/src/components/nav/__tests__/__snapshots__/CNavTitle.spec.ts.snap +1 -1
  231. package/src/components/navbar/CNavbar.ts +1 -10
  232. package/src/components/navbar/CNavbarBrand.ts +1 -6
  233. package/src/components/navbar/CNavbarNav.ts +0 -1
  234. package/src/components/navbar/__tests__/__snapshots__/CNavbar.spec.ts.snap +3 -3
  235. package/src/components/navbar/__tests__/__snapshots__/CNavbarBrand.spec.ts.snap +3 -3
  236. package/src/components/navbar/__tests__/__snapshots__/CNavbarNav.spec.ts.snap +2 -2
  237. package/src/components/navbar/__tests__/__snapshots__/CNavbarText.spec.ts.snap +1 -1
  238. package/src/components/navbar/__tests__/__snapshots__/CNavbarToggler.spec.ts.snap +2 -2
  239. package/src/components/offcanvas/COffcanvas.ts +11 -8
  240. package/src/components/offcanvas/COffcanvasTitle.ts +0 -1
  241. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +8 -8
  242. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasBody.spec.ts.snap +1 -1
  243. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasHeader.spec.ts.snap +1 -1
  244. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasTitle.spec.ts.snap +2 -2
  245. package/src/components/pagination/CPagination.ts +0 -4
  246. package/src/components/pagination/CPaginationItem.ts +4 -18
  247. package/src/components/pagination/__tests__/__snapshots__/CPagination.spec.ts.snap +2 -2
  248. package/src/components/pagination/__tests__/__snapshots__/CPaginationItem.spec.ts.snap +2 -2
  249. package/src/components/placeholder/CPlaceholder.ts +7 -36
  250. package/src/components/placeholder/__tests__/CPlaceholder.spec.ts +1 -1
  251. package/src/components/popover/CPopover.ts +3 -14
  252. package/src/components/progress/CProgress.ts +1 -5
  253. package/src/components/progress/CProgressBar.ts +2 -8
  254. package/src/components/progress/__tests__/__snapshots__/CProgress.spec.ts.snap +2 -2
  255. package/src/components/progress/__tests__/__snapshots__/CProgressBar.spec.ts.snap +2 -2
  256. package/src/components/props.ts +10 -8
  257. package/src/components/sidebar/CSidebar.ts +3 -11
  258. package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -2
  259. package/src/components/sidebar/__tests__/__snapshots__/CSidebarBrand.spec.ts.snap +1 -1
  260. package/src/components/sidebar/__tests__/__snapshots__/CSidebarFooter.spec.ts.snap +1 -1
  261. package/src/components/sidebar/__tests__/__snapshots__/CSidebarHeader.spec.ts.snap +1 -1
  262. package/src/components/sidebar/__tests__/__snapshots__/CSidebarNav.spec.ts.snap +1 -1
  263. package/src/components/sidebar/__tests__/__snapshots__/CSidebarToggler.spec.ts.snap +1 -1
  264. package/src/components/smart-table/CSmartTable.ts +7 -7
  265. package/src/components/spinner/CSpinner.ts +0 -7
  266. package/src/components/spinner/__tests__/__snapshots__/CSpinner.spec.ts.snap +2 -2
  267. package/src/components/table/CTable.ts +21 -93
  268. package/src/components/table/CTableBody.ts +1 -1
  269. package/src/components/table/CTableDataCell.ts +3 -11
  270. package/src/components/table/CTableFoot.ts +1 -1
  271. package/src/components/table/CTableHead.ts +1 -1
  272. package/src/components/table/CTableHeaderCell.ts +1 -1
  273. package/src/components/table/CTableRow.ts +2 -7
  274. package/src/components/table/__tests__/__snapshots__/CTable.spec.ts.snap +15 -3
  275. package/src/components/table/__tests__/__snapshots__/CTableBody.spec.ts.snap +2 -2
  276. package/src/components/table/__tests__/__snapshots__/CTableDataCell.spec.ts.snap +2 -2
  277. package/src/components/table/__tests__/__snapshots__/CTableFoot.spec.ts.snap +2 -2
  278. package/src/components/table/__tests__/__snapshots__/CTableHead.spec.ts.snap +2 -2
  279. package/src/components/table/__tests__/__snapshots__/CTableHeaderCell.spec.ts.snap +2 -2
  280. package/src/components/table/__tests__/__snapshots__/CTableRow.spec.ts.snap +2 -2
  281. package/src/components/table/types.ts +20 -0
  282. package/src/components/table/utils.ts +24 -0
  283. package/src/components/tabs/CTabPane.ts +1 -2
  284. package/src/components/tabs/__tests__/__snapshots__/CTabContent.spec.ts.snap +1 -1
  285. package/src/components/tabs/__tests__/__snapshots__/CTabPane.spec.ts.snap +4 -4
  286. package/src/components/toast/CToast.ts +48 -83
  287. package/src/components/toast/CToastClose.ts +1 -5
  288. package/src/components/toast/CToastHeader.ts +1 -4
  289. package/src/components/toast/CToaster.ts +0 -2
  290. package/src/components/toast/__tests__/CToast.spec.ts +3 -1
  291. package/src/components/toast/__tests__/__snapshots__/CToast.spec.ts.snap +4 -4
  292. package/src/components/toast/__tests__/__snapshots__/CToastBody.spec.ts.snap +1 -1
  293. package/src/components/toast/__tests__/__snapshots__/CToastClose.spec.ts.snap +2 -2
  294. package/src/components/toast/__tests__/__snapshots__/CToastHeader.spec.ts.snap +2 -2
  295. package/src/components/toast/__tests__/__snapshots__/CToaster.spec.ts.snap +2 -2
  296. package/src/components/tooltip/CTooltip.ts +2 -9
  297. package/src/components/widgets/CWidgetStatsA.ts +3 -12
  298. package/src/components/widgets/CWidgetStatsB.ts +8 -20
  299. package/src/components/widgets/CWidgetStatsC.ts +5 -14
  300. package/src/components/widgets/CWidgetStatsD.ts +4 -4
  301. package/src/components/widgets/CWidgetStatsE.ts +3 -8
  302. package/src/components/widgets/CWidgetStatsF.ts +6 -14
  303. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsA.spec.ts.snap +3 -3
  304. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsB.spec.ts.snap +6 -6
  305. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsC.spec.ts.snap +7 -7
  306. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsD.spec.ts.snap +10 -10
  307. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsE.spec.ts.snap +4 -4
  308. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsF.spec.ts.snap +6 -6
  309. package/src/props.ts +88 -0
  310. package/src/types.ts +54 -0
  311. package/dist/components/accordion/CAccordionCollapse.d.ts +0 -22
  312. package/dist/components/multi-select/CMultiSelect copy.d.ts +0 -305
  313. package/dist/components/pagination/CSmartPagination.d.ts +0 -257
  314. package/dist/utils/calendar.d.ts +0 -23
  315. package/dist/utils/getNextSibling.d.ts +0 -2
  316. package/dist/utils/getPreviousSibling.d.ts +0 -2
  317. package/dist/utils/isObjectInArray.d.ts +0 -2
  318. package/dist/utils/isVisible.d.ts +0 -2
  319. package/dist/utils/time.d.ts +0 -21
package/README.md CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  Several quick start options are available:
48
48
 
49
- - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v4.7.0.zip)
49
+ - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v4.8.1.zip)
50
50
  - Clone the repo: `git clone https://github.com/coreui/coreui-vue-pro.git`
51
51
  - Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue-pro`
52
52
  - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue-pro`
@@ -2,11 +2,7 @@ declare const CAccordion: import("vue").DefineComponent<{
2
2
  /**
3
3
  * The active item key.
4
4
  */
5
- activeItemKey: {
6
- type: (NumberConstructor | StringConstructor)[];
7
- default: undefined;
8
- require: boolean;
9
- };
5
+ activeItemKey: (NumberConstructor | StringConstructor)[];
10
6
  /**
11
7
  * Make accordion items stay open when another item is opened
12
8
  */
@@ -21,11 +17,7 @@ declare const CAccordion: import("vue").DefineComponent<{
21
17
  /**
22
18
  * The active item key.
23
19
  */
24
- activeItemKey: {
25
- type: (NumberConstructor | StringConstructor)[];
26
- default: undefined;
27
- require: boolean;
28
- };
20
+ activeItemKey: (NumberConstructor | StringConstructor)[];
29
21
  /**
30
22
  * Make accordion items stay open when another item is opened
31
23
  */
@@ -35,7 +27,6 @@ declare const CAccordion: import("vue").DefineComponent<{
35
27
  */
36
28
  flush: BooleanConstructor;
37
29
  }>>, {
38
- activeItemKey: string | number;
39
30
  alwaysOpen: boolean;
40
31
  flush: boolean;
41
32
  }>;
@@ -2,23 +2,13 @@ declare const CAccordionItem: import("vue").DefineComponent<{
2
2
  /**
3
3
  * The item key.
4
4
  */
5
- itemKey: {
6
- type: (NumberConstructor | StringConstructor)[];
7
- default: undefined;
8
- require: boolean;
9
- };
5
+ itemKey: (NumberConstructor | StringConstructor)[];
10
6
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
7
  [key: string]: any;
12
8
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
9
  /**
14
10
  * The item key.
15
11
  */
16
- itemKey: {
17
- type: (NumberConstructor | StringConstructor)[];
18
- default: undefined;
19
- require: boolean;
20
- };
21
- }>>, {
22
- itemKey: string | number;
23
- }>;
12
+ itemKey: (NumberConstructor | StringConstructor)[];
13
+ }>>, {}>;
24
14
  export { CAccordionItem };
@@ -11,11 +11,7 @@ export declare const CAlert: import("vue").DefineComponent<{
11
11
  /**
12
12
  * Optionally add a close button to alert and allow it to self dismisss.
13
13
  */
14
- dismissible: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- required: false;
18
- };
14
+ dismissible: BooleanConstructor;
19
15
  /**
20
16
  * Set the alert variant to a solid.
21
17
  *
@@ -23,8 +19,6 @@ export declare const CAlert: import("vue").DefineComponent<{
23
19
  */
24
20
  variant: {
25
21
  type: StringConstructor;
26
- default: undefined;
27
- required: false;
28
22
  validator: (value: string) => boolean;
29
23
  };
30
24
  /**
@@ -33,7 +27,6 @@ export declare const CAlert: import("vue").DefineComponent<{
33
27
  visible: {
34
28
  type: BooleanConstructor;
35
29
  default: boolean;
36
- required: false;
37
30
  };
38
31
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
32
  [key: string]: any;
@@ -50,11 +43,7 @@ export declare const CAlert: import("vue").DefineComponent<{
50
43
  /**
51
44
  * Optionally add a close button to alert and allow it to self dismisss.
52
45
  */
53
- dismissible: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- required: false;
57
- };
46
+ dismissible: BooleanConstructor;
58
47
  /**
59
48
  * Set the alert variant to a solid.
60
49
  *
@@ -62,8 +51,6 @@ export declare const CAlert: import("vue").DefineComponent<{
62
51
  */
63
52
  variant: {
64
53
  type: StringConstructor;
65
- default: undefined;
66
- required: false;
67
54
  validator: (value: string) => boolean;
68
55
  };
69
56
  /**
@@ -72,12 +59,10 @@ export declare const CAlert: import("vue").DefineComponent<{
72
59
  visible: {
73
60
  type: BooleanConstructor;
74
61
  default: boolean;
75
- required: false;
76
62
  };
77
63
  }>> & {
78
64
  onClose?: ((...args: any[]) => any) | undefined;
79
65
  }, {
80
66
  visible: boolean;
81
67
  dismissible: boolean;
82
- variant: string;
83
68
  }>;
@@ -5,7 +5,6 @@ export declare const CAlertHeading: import("vue").DefineComponent<{
5
5
  component: {
6
6
  type: StringConstructor;
7
7
  default: string;
8
- required: false;
9
8
  };
10
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
10
  [key: string]: any;
@@ -16,7 +15,6 @@ export declare const CAlertHeading: import("vue").DefineComponent<{
16
15
  component: {
17
16
  type: StringConstructor;
18
17
  default: string;
19
- required: false;
20
18
  };
21
19
  }>>, {
22
20
  component: string;
@@ -5,7 +5,11 @@ declare const CAvatar: import("vue").DefineComponent<{
5
5
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
6
6
  */
7
7
  color: {
8
- type: StringConstructor;
8
+ type: StringConstructor; /**
9
+ * Size the component small, large, or extra large.
10
+ *
11
+ * @values 'sm', 'md', 'lg', 'xl'
12
+ */
9
13
  validator: (value: string) => boolean;
10
14
  };
11
15
  /**
@@ -24,18 +28,12 @@ declare const CAvatar: import("vue").DefineComponent<{
24
28
  */
25
29
  size: {
26
30
  type: StringConstructor;
27
- default: undefined;
28
- required: false;
29
31
  validator: (value: string) => boolean;
30
32
  };
31
33
  /**
32
34
  * The src attribute for the img element.
33
35
  */
34
- src: {
35
- type: StringConstructor;
36
- default: undefined;
37
- required: false;
38
- };
36
+ src: StringConstructor;
39
37
  /**
40
38
  * Sets the color context of the status indicator to one of CoreUI’s themed colors.
41
39
  *
@@ -43,8 +41,6 @@ declare const CAvatar: import("vue").DefineComponent<{
43
41
  */
44
42
  status: {
45
43
  type: StringConstructor;
46
- default: undefined;
47
- required: false;
48
44
  validator: (value: string) => boolean;
49
45
  };
50
46
  /**
@@ -65,7 +61,11 @@ declare const CAvatar: import("vue").DefineComponent<{
65
61
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
66
62
  */
67
63
  color: {
68
- type: StringConstructor;
64
+ type: StringConstructor; /**
65
+ * Size the component small, large, or extra large.
66
+ *
67
+ * @values 'sm', 'md', 'lg', 'xl'
68
+ */
69
69
  validator: (value: string) => boolean;
70
70
  };
71
71
  /**
@@ -84,18 +84,12 @@ declare const CAvatar: import("vue").DefineComponent<{
84
84
  */
85
85
  size: {
86
86
  type: StringConstructor;
87
- default: undefined;
88
- required: false;
89
87
  validator: (value: string) => boolean;
90
88
  };
91
89
  /**
92
90
  * The src attribute for the img element.
93
91
  */
94
- src: {
95
- type: StringConstructor;
96
- default: undefined;
97
- required: false;
98
- };
92
+ src: StringConstructor;
99
93
  /**
100
94
  * Sets the color context of the status indicator to one of CoreUI’s themed colors.
101
95
  *
@@ -103,8 +97,6 @@ declare const CAvatar: import("vue").DefineComponent<{
103
97
  */
104
98
  status: {
105
99
  type: StringConstructor;
106
- default: undefined;
107
- required: false;
108
100
  validator: (value: string) => boolean;
109
101
  };
110
102
  /**
@@ -116,9 +108,5 @@ declare const CAvatar: import("vue").DefineComponent<{
116
108
  type: StringConstructor;
117
109
  validator: (value: string) => boolean;
118
110
  };
119
- }>>, {
120
- size: string;
121
- src: string;
122
- status: string;
123
- }>;
111
+ }>>, {}>;
124
112
  export { CAvatar };
@@ -1,4 +1,3 @@
1
- import { RendererElement } from 'vue';
2
1
  declare const CBackdrop: import("vue").DefineComponent<{
3
2
  /**
4
3
  * Toggle the visibility of modal component.
@@ -6,9 +5,8 @@ declare const CBackdrop: import("vue").DefineComponent<{
6
5
  visible: {
7
6
  type: BooleanConstructor;
8
7
  default: boolean;
9
- required: false;
10
8
  };
11
- }, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
9
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
10
  [key: string]: any;
13
11
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
12
  /**
@@ -17,7 +15,6 @@ declare const CBackdrop: import("vue").DefineComponent<{
17
15
  visible: {
18
16
  type: BooleanConstructor;
19
17
  default: boolean;
20
- required: false;
21
18
  };
22
19
  }>>, {
23
20
  visible: boolean;
@@ -13,7 +13,6 @@ declare const CBadge: import("vue").DefineComponent<{
13
13
  */
14
14
  component: {
15
15
  type: StringConstructor;
16
- required: false;
17
16
  default: string;
18
17
  };
19
18
  /**
@@ -23,8 +22,6 @@ declare const CBadge: import("vue").DefineComponent<{
23
22
  */
24
23
  position: {
25
24
  type: StringConstructor;
26
- default: undefined;
27
- required: false;
28
25
  validator: (value: string) => boolean;
29
26
  };
30
27
  /**
@@ -43,8 +40,6 @@ declare const CBadge: import("vue").DefineComponent<{
43
40
  */
44
41
  size: {
45
42
  type: StringConstructor;
46
- default: undefined;
47
- required: false;
48
43
  validator: (value: string) => boolean;
49
44
  };
50
45
  /**
@@ -73,7 +68,6 @@ declare const CBadge: import("vue").DefineComponent<{
73
68
  */
74
69
  component: {
75
70
  type: StringConstructor;
76
- required: false;
77
71
  default: string;
78
72
  };
79
73
  /**
@@ -83,8 +77,6 @@ declare const CBadge: import("vue").DefineComponent<{
83
77
  */
84
78
  position: {
85
79
  type: StringConstructor;
86
- default: undefined;
87
- required: false;
88
80
  validator: (value: string) => boolean;
89
81
  };
90
82
  /**
@@ -103,8 +95,6 @@ declare const CBadge: import("vue").DefineComponent<{
103
95
  */
104
96
  size: {
105
97
  type: StringConstructor;
106
- default: undefined;
107
- required: false;
108
98
  validator: (value: string) => boolean;
109
99
  };
110
100
  /**
@@ -118,7 +108,5 @@ declare const CBadge: import("vue").DefineComponent<{
118
108
  };
119
109
  }>>, {
120
110
  component: string;
121
- size: string;
122
- position: string;
123
111
  }>;
124
112
  export { CBadge };
@@ -2,38 +2,23 @@ declare const CBreadcrumbItem: import("vue").DefineComponent<{
2
2
  /**
3
3
  * Toggle the active state for the component.
4
4
  */
5
- active: {
6
- type: BooleanConstructor;
7
- required: false;
8
- };
5
+ active: BooleanConstructor;
9
6
  /**
10
7
  * The `href` attribute for the inner link component.
11
8
  */
12
- href: {
13
- type: StringConstructor;
14
- default: undefined;
15
- required: false;
16
- };
9
+ href: StringConstructor;
17
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
11
  [key: string]: any;
19
12
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
13
  /**
21
14
  * Toggle the active state for the component.
22
15
  */
23
- active: {
24
- type: BooleanConstructor;
25
- required: false;
26
- };
16
+ active: BooleanConstructor;
27
17
  /**
28
18
  * The `href` attribute for the inner link component.
29
19
  */
30
- href: {
31
- type: StringConstructor;
32
- default: undefined;
33
- required: false;
34
- };
20
+ href: StringConstructor;
35
21
  }>>, {
36
22
  active: boolean;
37
- href: string;
38
23
  }>;
39
24
  export { CBreadcrumbItem };
@@ -2,11 +2,7 @@ export declare const CButton: import("vue").DefineComponent<{
2
2
  /**
3
3
  * Toggle the active state for the component.
4
4
  */
5
- active: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- required: false;
9
- };
5
+ active: BooleanConstructor;
10
6
  /**
11
7
  * Sets the color context of the component to one of CoreUI’s themed colors.
12
8
  *
@@ -22,23 +18,15 @@ export declare const CButton: import("vue").DefineComponent<{
22
18
  component: {
23
19
  type: StringConstructor;
24
20
  default: string;
25
- required: false;
26
21
  };
27
22
  /**
28
23
  * Toggle the disabled state for the component.
29
24
  */
30
- disabled: {
31
- type: BooleanConstructor;
32
- required: false;
33
- };
25
+ disabled: BooleanConstructor;
34
26
  /**
35
27
  * The href attribute specifies the URL of the page the link goes to.
36
28
  */
37
- href: {
38
- type: StringConstructor;
39
- default: undefined;
40
- required: false;
41
- };
29
+ href: StringConstructor;
42
30
  /**
43
31
  * Select the shape of the component.
44
32
  *
@@ -55,8 +43,6 @@ export declare const CButton: import("vue").DefineComponent<{
55
43
  */
56
44
  size: {
57
45
  type: StringConstructor;
58
- default: undefined;
59
- required: false;
60
46
  validator: (value: string) => boolean;
61
47
  };
62
48
  /**
@@ -68,7 +54,6 @@ export declare const CButton: import("vue").DefineComponent<{
68
54
  type: {
69
55
  type: StringConstructor;
70
56
  default: string;
71
- required: false;
72
57
  validator: (value: string) => boolean;
73
58
  };
74
59
  /**
@@ -78,8 +63,6 @@ export declare const CButton: import("vue").DefineComponent<{
78
63
  */
79
64
  variant: {
80
65
  type: StringConstructor;
81
- default: undefined;
82
- required: false;
83
66
  validator: (value: string) => boolean;
84
67
  };
85
68
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -88,11 +71,7 @@ export declare const CButton: import("vue").DefineComponent<{
88
71
  /**
89
72
  * Toggle the active state for the component.
90
73
  */
91
- active: {
92
- type: BooleanConstructor;
93
- default: boolean;
94
- required: false;
95
- };
74
+ active: BooleanConstructor;
96
75
  /**
97
76
  * Sets the color context of the component to one of CoreUI’s themed colors.
98
77
  *
@@ -108,23 +87,15 @@ export declare const CButton: import("vue").DefineComponent<{
108
87
  component: {
109
88
  type: StringConstructor;
110
89
  default: string;
111
- required: false;
112
90
  };
113
91
  /**
114
92
  * Toggle the disabled state for the component.
115
93
  */
116
- disabled: {
117
- type: BooleanConstructor;
118
- required: false;
119
- };
94
+ disabled: BooleanConstructor;
120
95
  /**
121
96
  * The href attribute specifies the URL of the page the link goes to.
122
97
  */
123
- href: {
124
- type: StringConstructor;
125
- default: undefined;
126
- required: false;
127
- };
98
+ href: StringConstructor;
128
99
  /**
129
100
  * Select the shape of the component.
130
101
  *
@@ -141,8 +112,6 @@ export declare const CButton: import("vue").DefineComponent<{
141
112
  */
142
113
  size: {
143
114
  type: StringConstructor;
144
- default: undefined;
145
- required: false;
146
115
  validator: (value: string) => boolean;
147
116
  };
148
117
  /**
@@ -154,7 +123,6 @@ export declare const CButton: import("vue").DefineComponent<{
154
123
  type: {
155
124
  type: StringConstructor;
156
125
  default: string;
157
- required: false;
158
126
  validator: (value: string) => boolean;
159
127
  };
160
128
  /**
@@ -164,8 +132,6 @@ export declare const CButton: import("vue").DefineComponent<{
164
132
  */
165
133
  variant: {
166
134
  type: StringConstructor;
167
- default: undefined;
168
- required: false;
169
135
  validator: (value: string) => boolean;
170
136
  };
171
137
  }>> & {
@@ -173,9 +139,6 @@ export declare const CButton: import("vue").DefineComponent<{
173
139
  }, {
174
140
  type: string;
175
141
  disabled: boolean;
176
- variant: string;
177
142
  component: string;
178
- size: string;
179
143
  active: boolean;
180
- href: string;
181
144
  }>;
@@ -6,17 +6,12 @@ declare const CButtonGroup: import("vue").DefineComponent<{
6
6
  */
7
7
  size: {
8
8
  type: StringConstructor;
9
- default: undefined;
10
- required: false;
11
9
  validator: (value: string) => boolean;
12
10
  };
13
11
  /**
14
12
  * Create a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.
15
13
  */
16
- vertical: {
17
- type: BooleanConstructor;
18
- required: false;
19
- };
14
+ vertical: BooleanConstructor;
20
15
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
16
  [key: string]: any;
22
17
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -27,19 +22,13 @@ declare const CButtonGroup: import("vue").DefineComponent<{
27
22
  */
28
23
  size: {
29
24
  type: StringConstructor;
30
- default: undefined;
31
- required: false;
32
25
  validator: (value: string) => boolean;
33
26
  };
34
27
  /**
35
28
  * Create a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.
36
29
  */
37
- vertical: {
38
- type: BooleanConstructor;
39
- required: false;
40
- };
30
+ vertical: BooleanConstructor;
41
31
  }>>, {
42
- size: string;
43
32
  vertical: boolean;
44
33
  }>;
45
34
  export { CButtonGroup };
@@ -4,7 +4,6 @@ declare const CCardHeader: import("vue").DefineComponent<{
4
4
  */
5
5
  component: {
6
6
  type: StringConstructor;
7
- required: false;
8
7
  default: string;
9
8
  };
10
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -15,7 +14,6 @@ declare const CCardHeader: import("vue").DefineComponent<{
15
14
  */
16
15
  component: {
17
16
  type: StringConstructor;
18
- required: false;
19
17
  default: string;
20
18
  };
21
19
  }>>, {
@@ -4,7 +4,6 @@ declare const CCardImage: import("vue").DefineComponent<{
4
4
  */
5
5
  component: {
6
6
  type: StringConstructor;
7
- required: false;
8
7
  default: string;
9
8
  };
10
9
  /**
@@ -14,8 +13,6 @@ declare const CCardImage: import("vue").DefineComponent<{
14
13
  */
15
14
  orientation: {
16
15
  type: StringConstructor;
17
- default: undefined;
18
- required: false;
19
16
  validator: (value: string) => boolean;
20
17
  };
21
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -26,7 +23,6 @@ declare const CCardImage: import("vue").DefineComponent<{
26
23
  */
27
24
  component: {
28
25
  type: StringConstructor;
29
- required: false;
30
26
  default: string;
31
27
  };
32
28
  /**
@@ -36,12 +32,9 @@ declare const CCardImage: import("vue").DefineComponent<{
36
32
  */
37
33
  orientation: {
38
34
  type: StringConstructor;
39
- default: undefined;
40
- required: false;
41
35
  validator: (value: string) => boolean;
42
36
  };
43
37
  }>>, {
44
38
  component: string;
45
- orientation: string;
46
39
  }>;
47
40
  export { CCardImage };
@@ -5,7 +5,6 @@ declare const CCardLink: import("vue").DefineComponent<{
5
5
  href: {
6
6
  type: StringConstructor;
7
7
  default: string;
8
- required: false;
9
8
  };
10
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
10
  [key: string]: any;
@@ -16,7 +15,6 @@ declare const CCardLink: import("vue").DefineComponent<{
16
15
  href: {
17
16
  type: StringConstructor;
18
17
  default: string;
19
- required: false;
20
18
  };
21
19
  }>>, {
22
20
  href: string;
@@ -4,7 +4,6 @@ declare const CCardSubtitle: import("vue").DefineComponent<{
4
4
  */
5
5
  component: {
6
6
  type: StringConstructor;
7
- required: false;
8
7
  default: string;
9
8
  };
10
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -15,7 +14,6 @@ declare const CCardSubtitle: import("vue").DefineComponent<{
15
14
  */
16
15
  component: {
17
16
  type: StringConstructor;
18
- required: false;
19
17
  default: string;
20
18
  };
21
19
  }>>, {
@@ -4,7 +4,6 @@ declare const CCardText: import("vue").DefineComponent<{
4
4
  */
5
5
  component: {
6
6
  type: StringConstructor;
7
- required: false;
8
7
  default: string;
9
8
  };
10
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -15,7 +14,6 @@ declare const CCardText: import("vue").DefineComponent<{
15
14
  */
16
15
  component: {
17
16
  type: StringConstructor;
18
- required: false;
19
17
  default: string;
20
18
  };
21
19
  }>>, {
@@ -4,7 +4,6 @@ declare const CCardTitle: import("vue").DefineComponent<{
4
4
  */
5
5
  component: {
6
6
  type: StringConstructor;
7
- required: false;
8
7
  default: string;
9
8
  };
10
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -15,7 +14,6 @@ declare const CCardTitle: import("vue").DefineComponent<{
15
14
  */
16
15
  component: {
17
16
  type: StringConstructor;
18
- required: false;
19
17
  default: string;
20
18
  };
21
19
  }>>, {