@coreui/vue-pro 4.8.0 → 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 (308) 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 +17 -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 +11 -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/spinner/CSpinner.d.ts +0 -16
  69. package/dist/components/table/CTable.d.ts +17 -110
  70. package/dist/components/table/CTableDataCell.d.ts +4 -21
  71. package/dist/components/table/CTableRow.d.ts +2 -13
  72. package/dist/components/table/types.d.ts +14 -0
  73. package/dist/components/table/utils.d.ts +5 -0
  74. package/dist/components/tabs/CTabPane.d.ts +0 -2
  75. package/dist/components/toast/CToast.d.ts +7 -46
  76. package/dist/components/toast/CToastHeader.d.ts +2 -8
  77. package/dist/components/toast/CToaster.d.ts +1 -7
  78. package/dist/components/tooltip/CTooltip.d.ts +2 -17
  79. package/dist/components/widgets/CWidgetStatsA.d.ts +4 -24
  80. package/dist/components/widgets/CWidgetStatsB.d.ts +6 -34
  81. package/dist/components/widgets/CWidgetStatsC.d.ts +14 -23
  82. package/dist/components/widgets/CWidgetStatsD.d.ts +0 -2
  83. package/dist/components/widgets/CWidgetStatsE.d.ts +2 -13
  84. package/dist/components/widgets/CWidgetStatsF.d.ts +4 -24
  85. package/dist/index.es.js +353 -995
  86. package/dist/index.es.js.map +1 -1
  87. package/dist/index.js +353 -995
  88. package/dist/index.js.map +1 -1
  89. package/dist/props.d.ts +19 -0
  90. package/dist/types.d.ts +5 -0
  91. package/package.json +1 -1
  92. package/src/components/accordion/CAccordion.ts +1 -5
  93. package/src/components/accordion/CAccordionBody.ts +1 -1
  94. package/src/components/accordion/CAccordionItem.ts +1 -6
  95. package/src/components/accordion/__tests__/__snapshots__/CAccordion.spec.ts.snap +1 -1
  96. package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.ts.snap +3 -3
  97. package/src/components/accordion/__tests__/__snapshots__/CAccordionButton.spec.ts.snap +1 -1
  98. package/src/components/accordion/__tests__/__snapshots__/CAccordionHeader.spec.ts.snap +1 -1
  99. package/src/components/accordion/__tests__/__snapshots__/CAccordionItem.spec.ts.snap +1 -1
  100. package/src/components/alert/CAlert.ts +4 -12
  101. package/src/components/alert/CAlertHeading.ts +0 -1
  102. package/src/components/alert/__tests__/CAlert.spec.ts +1 -1
  103. package/src/components/alert/__tests__/__snapshots__/CAlert.spec.ts.snap +16 -1
  104. package/src/components/alert/__tests__/__snapshots__/CAlertHeading.spec.ts.snap +2 -2
  105. package/src/components/alert/__tests__/__snapshots__/CAlertLink.spec.ts.snap +1 -1
  106. package/src/components/avatar/CAvatar.ts +3 -10
  107. package/src/components/avatar/__tests__/__snapshots__/CAvatar.spec.ts.snap +2 -2
  108. package/src/components/backdrop/CBackdrop.ts +7 -29
  109. package/src/components/backdrop/__tests__/__snapshots__/CBackdrop.spec.ts.snap +2 -2
  110. package/src/components/badge/CBadge.ts +1 -6
  111. package/src/components/badge/__tests__/CBadge.spec.ts +1 -1
  112. package/src/components/breadcrumb/CBreadcrumbItem.ts +2 -9
  113. package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumb.spec.ts.snap +2 -2
  114. package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumbItem.spec.ts.snap +2 -2
  115. package/src/components/button/CButton.ts +5 -21
  116. package/src/components/button/__tests__/__snapshots__/CButton.spec.ts.snap +3 -3
  117. package/src/components/button-group/CButtonGroup.ts +1 -6
  118. package/src/components/button-group/__tests__/__snapshots__/CButtonGroup.spec.ts.snap +2 -2
  119. package/src/components/button-group/__tests__/__snapshots__/CButtonToolbar.spec.ts.snap +1 -1
  120. package/src/components/callout/CCallout.ts +2 -1
  121. package/src/components/callout/__tests__/__snapshots__/CCallout.spec.ts.snap +2 -2
  122. package/src/components/card/CCard.ts +2 -1
  123. package/src/components/card/CCardHeader.ts +0 -1
  124. package/src/components/card/CCardImage.ts +0 -3
  125. package/src/components/card/CCardLink.ts +0 -1
  126. package/src/components/card/CCardSubtitle.ts +0 -1
  127. package/src/components/card/CCardText.ts +0 -1
  128. package/src/components/card/CCardTitle.ts +0 -1
  129. package/src/components/card/__tests__/__snapshots__/CCard.spec.ts.snap +2 -2
  130. package/src/components/card/__tests__/__snapshots__/CCardBody.spec.ts.snap +1 -1
  131. package/src/components/card/__tests__/__snapshots__/CCardFooter.spec.ts.snap +1 -1
  132. package/src/components/card/__tests__/__snapshots__/CCardGroup.spec.ts.snap +1 -1
  133. package/src/components/card/__tests__/__snapshots__/CCardHeader.spec.ts.snap +2 -2
  134. package/src/components/card/__tests__/__snapshots__/CCardImage.spec.ts.snap +2 -2
  135. package/src/components/card/__tests__/__snapshots__/CCardImageOverlay.spec.ts.snap +1 -1
  136. package/src/components/card/__tests__/__snapshots__/CCardLink.spec.ts.snap +1 -1
  137. package/src/components/card/__tests__/__snapshots__/CCardSubtitle.spec.ts.snap +2 -2
  138. package/src/components/card/__tests__/__snapshots__/CCardText.spec.ts.snap +2 -2
  139. package/src/components/card/__tests__/__snapshots__/CCardTitle.spec.ts.snap +2 -2
  140. package/src/components/carousel/CCarousel.ts +1 -6
  141. package/src/components/carousel/CCarouselItem.ts +0 -2
  142. package/src/components/carousel/__tests__/__snapshots__/CCarousel.spec.ts.snap +5 -5
  143. package/src/components/carousel/__tests__/__snapshots__/CCarouselCaption.spec.ts.snap +1 -1
  144. package/src/components/carousel/__tests__/__snapshots__/CCarouselItem.spec.ts.snap +2 -2
  145. package/src/components/close-button/CCloseButton.ts +2 -8
  146. package/src/components/close-button/__tests__/__snapshots__/CCloseButton.spec.ts.snap +2 -2
  147. package/src/components/collapse/CCollapse.ts +3 -9
  148. package/src/components/collapse/__test__/__snapshots__/CCollapse.spec.ts.snap +4 -4
  149. package/src/components/dropdown/CDropdown.ts +6 -21
  150. package/src/components/dropdown/CDropdownHeader.ts +0 -1
  151. package/src/components/dropdown/CDropdownItem.ts +3 -14
  152. package/src/components/dropdown/CDropdownMenu.ts +0 -1
  153. package/src/components/dropdown/CDropdownToggle.ts +8 -23
  154. package/src/components/dropdown/__tests__/__snapshots__/CDropdown.spec.ts.snap +2 -2
  155. package/src/components/dropdown/__tests__/__snapshots__/CDropdownDivider.spec.ts.snap +1 -1
  156. package/src/components/dropdown/__tests__/__snapshots__/CDropdownHeader.spec.ts.snap +2 -2
  157. package/src/components/dropdown/__tests__/__snapshots__/CDropdownItem.spec.ts.snap +2 -2
  158. package/src/components/dropdown/__tests__/__snapshots__/CDropdownMenu.spec.ts.snap +2 -2
  159. package/src/components/dropdown/__tests__/__snapshots__/CDropdownToggle.spec.ts.snap +2 -2
  160. package/src/components/footer/CFooter.ts +0 -2
  161. package/src/components/footer/__tests__/__snapshots__/CFooter.spec.ts.snap +2 -2
  162. package/src/components/form/CForm.ts +1 -4
  163. package/src/components/form/CFormCheck.ts +8 -24
  164. package/src/components/form/CFormControlValidation.ts +4 -12
  165. package/src/components/form/CFormControlWrapper.ts +4 -12
  166. package/src/components/form/CFormFeedback.ts +0 -1
  167. package/src/components/form/CFormInput.ts +11 -37
  168. package/src/components/form/CFormLabel.ts +1 -5
  169. package/src/components/form/CFormRange.ts +8 -30
  170. package/src/components/form/CFormSelect.ts +10 -39
  171. package/src/components/form/CFormSwitch.ts +5 -16
  172. package/src/components/form/CFormText.ts +0 -1
  173. package/src/components/form/CFormTextarea.ts +11 -34
  174. package/src/components/form/CInputGroup.ts +0 -2
  175. package/src/components/form/CInputGroupText.ts +0 -1
  176. package/src/components/form/__tests__/__snapshots__/CForm.spec.ts.snap +2 -2
  177. package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +5 -5
  178. package/src/components/form/__tests__/__snapshots__/CFormFeedback.spec.ts.snap +3 -3
  179. package/src/components/form/__tests__/__snapshots__/CFormFloating.spec.ts.snap +1 -1
  180. package/src/components/form/__tests__/__snapshots__/CFormInput.spec.ts.snap +3 -3
  181. package/src/components/form/__tests__/__snapshots__/CFormLabel.spec.ts.snap +2 -2
  182. package/src/components/form/__tests__/__snapshots__/CFormRange.spec.ts.snap +2 -2
  183. package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +2 -2
  184. package/src/components/form/__tests__/__snapshots__/CFormSwitch.spec.ts.snap +2 -2
  185. package/src/components/form/__tests__/__snapshots__/CFormText.spec.ts.snap +2 -2
  186. package/src/components/form/__tests__/__snapshots__/CFormTextarea.spec.ts.snap +2 -2
  187. package/src/components/form/__tests__/__snapshots__/CInputGroup.spec.ts.snap +2 -2
  188. package/src/components/form/__tests__/__snapshots__/CInputGroupText.spec.ts.snap +2 -2
  189. package/src/components/grid/CCol.ts +0 -12
  190. package/src/components/grid/CContainer.ts +6 -24
  191. package/src/components/grid/CRow.ts +11 -35
  192. package/src/components/grid/__tests__/__snapshots__/CCol.spec.ts.snap +2 -2
  193. package/src/components/grid/__tests__/__snapshots__/CContainer.spec.ts.snap +2 -2
  194. package/src/components/grid/__tests__/__snapshots__/CRow.spec.ts.snap +2 -2
  195. package/src/components/header/CHeader.ts +0 -4
  196. package/src/components/header/CHeaderBrand.ts +0 -1
  197. package/src/components/header/CHeaderNav.ts +0 -1
  198. package/src/components/header/__tests__/__snapshots__/CHeader.spec.ts.snap +3 -3
  199. package/src/components/header/__tests__/__snapshots__/CHeaderBrand.spec.ts.snap +2 -2
  200. package/src/components/header/__tests__/__snapshots__/CHeaderDivider.spec.ts.snap +1 -1
  201. package/src/components/header/__tests__/__snapshots__/CHeaderNav.spec.ts.snap +2 -2
  202. package/src/components/header/__tests__/__snapshots__/CHeaderText.spec.ts.snap +1 -1
  203. package/src/components/header/__tests__/__snapshots__/CHeaderToggler.spec.ts.snap +2 -2
  204. package/src/components/image/CImage.ts +3 -14
  205. package/src/components/image/__tests__/__snapshots__/CImage.spec.ts.snap +3 -3
  206. package/src/components/link/CLink.ts +3 -14
  207. package/src/components/link/__tests__/__snapshots__/CLink.spec.ts.snap +2 -2
  208. package/src/components/list-group/CListGroup.ts +1 -7
  209. package/src/components/list-group/CListGroupItem.ts +3 -10
  210. package/src/components/list-group/__tests__/__snapshots__/CListGroup.spec.ts.snap +2 -2
  211. package/src/components/list-group/__tests__/__snapshots__/CListGroupItem.spec.ts.snap +3 -3
  212. package/src/components/modal/CModal.ts +4 -11
  213. package/src/components/modal/CModalHeader.ts +0 -1
  214. package/src/components/modal/CModalTitle.ts +0 -1
  215. package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +10 -10
  216. package/src/components/modal/__tests__/__snapshots__/CModalBody.spec.ts.snap +1 -1
  217. package/src/components/modal/__tests__/__snapshots__/CModalFooter.spec.ts.snap +1 -1
  218. package/src/components/modal/__tests__/__snapshots__/CModalHeader.spec.ts.snap +2 -2
  219. package/src/components/modal/__tests__/__snapshots__/CModalTitle.spec.ts.snap +2 -2
  220. package/src/components/nav/CNav.ts +0 -5
  221. package/src/components/nav/CNavGroup.ts +1 -1
  222. package/src/components/nav/CNavLink.ts +3 -14
  223. package/src/components/nav/__tests__/__snapshots__/CNav.spec.ts.snap +2 -2
  224. package/src/components/nav/__tests__/__snapshots__/CNavGroup.spec.ts.snap +5 -5
  225. package/src/components/nav/__tests__/__snapshots__/CNavGroupItems.spec.ts.snap +1 -1
  226. package/src/components/nav/__tests__/__snapshots__/CNavItem.spec.ts.snap +3 -3
  227. package/src/components/nav/__tests__/__snapshots__/CNavLink.spec.ts.snap +2 -2
  228. package/src/components/nav/__tests__/__snapshots__/CNavTitle.spec.ts.snap +1 -1
  229. package/src/components/navbar/CNavbar.ts +1 -10
  230. package/src/components/navbar/CNavbarBrand.ts +1 -6
  231. package/src/components/navbar/CNavbarNav.ts +0 -1
  232. package/src/components/navbar/__tests__/__snapshots__/CNavbar.spec.ts.snap +3 -3
  233. package/src/components/navbar/__tests__/__snapshots__/CNavbarBrand.spec.ts.snap +3 -3
  234. package/src/components/navbar/__tests__/__snapshots__/CNavbarNav.spec.ts.snap +2 -2
  235. package/src/components/navbar/__tests__/__snapshots__/CNavbarText.spec.ts.snap +1 -1
  236. package/src/components/navbar/__tests__/__snapshots__/CNavbarToggler.spec.ts.snap +2 -2
  237. package/src/components/offcanvas/COffcanvas.ts +11 -8
  238. package/src/components/offcanvas/COffcanvasTitle.ts +0 -1
  239. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +8 -8
  240. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasBody.spec.ts.snap +1 -1
  241. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasHeader.spec.ts.snap +1 -1
  242. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasTitle.spec.ts.snap +2 -2
  243. package/src/components/pagination/CPagination.ts +0 -4
  244. package/src/components/pagination/CPaginationItem.ts +4 -18
  245. package/src/components/pagination/__tests__/__snapshots__/CPagination.spec.ts.snap +2 -2
  246. package/src/components/pagination/__tests__/__snapshots__/CPaginationItem.spec.ts.snap +2 -2
  247. package/src/components/placeholder/CPlaceholder.ts +7 -36
  248. package/src/components/placeholder/__tests__/CPlaceholder.spec.ts +1 -1
  249. package/src/components/popover/CPopover.ts +3 -14
  250. package/src/components/progress/CProgress.ts +1 -5
  251. package/src/components/progress/CProgressBar.ts +2 -8
  252. package/src/components/progress/__tests__/__snapshots__/CProgress.spec.ts.snap +2 -2
  253. package/src/components/progress/__tests__/__snapshots__/CProgressBar.spec.ts.snap +2 -2
  254. package/src/components/props.ts +10 -8
  255. package/src/components/sidebar/CSidebar.ts +3 -11
  256. package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -2
  257. package/src/components/sidebar/__tests__/__snapshots__/CSidebarBrand.spec.ts.snap +1 -1
  258. package/src/components/sidebar/__tests__/__snapshots__/CSidebarFooter.spec.ts.snap +1 -1
  259. package/src/components/sidebar/__tests__/__snapshots__/CSidebarHeader.spec.ts.snap +1 -1
  260. package/src/components/sidebar/__tests__/__snapshots__/CSidebarNav.spec.ts.snap +1 -1
  261. package/src/components/sidebar/__tests__/__snapshots__/CSidebarToggler.spec.ts.snap +1 -1
  262. package/src/components/smart-table/CSmartTable.ts +7 -7
  263. package/src/components/spinner/CSpinner.ts +0 -7
  264. package/src/components/spinner/__tests__/__snapshots__/CSpinner.spec.ts.snap +2 -2
  265. package/src/components/table/CTable.ts +21 -93
  266. package/src/components/table/CTableBody.ts +1 -1
  267. package/src/components/table/CTableDataCell.ts +3 -11
  268. package/src/components/table/CTableFoot.ts +1 -1
  269. package/src/components/table/CTableHead.ts +1 -1
  270. package/src/components/table/CTableHeaderCell.ts +1 -1
  271. package/src/components/table/CTableRow.ts +2 -7
  272. package/src/components/table/__tests__/__snapshots__/CTable.spec.ts.snap +15 -3
  273. package/src/components/table/__tests__/__snapshots__/CTableBody.spec.ts.snap +2 -2
  274. package/src/components/table/__tests__/__snapshots__/CTableDataCell.spec.ts.snap +2 -2
  275. package/src/components/table/__tests__/__snapshots__/CTableFoot.spec.ts.snap +2 -2
  276. package/src/components/table/__tests__/__snapshots__/CTableHead.spec.ts.snap +2 -2
  277. package/src/components/table/__tests__/__snapshots__/CTableHeaderCell.spec.ts.snap +2 -2
  278. package/src/components/table/__tests__/__snapshots__/CTableRow.spec.ts.snap +2 -2
  279. package/src/components/table/types.ts +20 -0
  280. package/src/components/table/utils.ts +24 -0
  281. package/src/components/tabs/CTabPane.ts +1 -2
  282. package/src/components/tabs/__tests__/__snapshots__/CTabContent.spec.ts.snap +1 -1
  283. package/src/components/tabs/__tests__/__snapshots__/CTabPane.spec.ts.snap +4 -4
  284. package/src/components/toast/CToast.ts +48 -83
  285. package/src/components/toast/CToastClose.ts +1 -5
  286. package/src/components/toast/CToastHeader.ts +1 -4
  287. package/src/components/toast/CToaster.ts +0 -2
  288. package/src/components/toast/__tests__/CToast.spec.ts +3 -1
  289. package/src/components/toast/__tests__/__snapshots__/CToast.spec.ts.snap +4 -4
  290. package/src/components/toast/__tests__/__snapshots__/CToastBody.spec.ts.snap +1 -1
  291. package/src/components/toast/__tests__/__snapshots__/CToastClose.spec.ts.snap +2 -2
  292. package/src/components/toast/__tests__/__snapshots__/CToastHeader.spec.ts.snap +2 -2
  293. package/src/components/toast/__tests__/__snapshots__/CToaster.spec.ts.snap +2 -2
  294. package/src/components/tooltip/CTooltip.ts +2 -9
  295. package/src/components/widgets/CWidgetStatsA.ts +3 -12
  296. package/src/components/widgets/CWidgetStatsB.ts +8 -20
  297. package/src/components/widgets/CWidgetStatsC.ts +5 -14
  298. package/src/components/widgets/CWidgetStatsD.ts +4 -4
  299. package/src/components/widgets/CWidgetStatsE.ts +3 -8
  300. package/src/components/widgets/CWidgetStatsF.ts +6 -14
  301. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsA.spec.ts.snap +3 -3
  302. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsB.spec.ts.snap +6 -6
  303. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsC.spec.ts.snap +7 -7
  304. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsD.spec.ts.snap +10 -10
  305. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsE.spec.ts.snap +4 -4
  306. package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsF.spec.ts.snap +6 -6
  307. package/src/props.ts +88 -0
  308. package/src/types.ts +54 -0
@@ -50,55 +50,46 @@ export declare const File: {
50
50
  };
51
51
  fromEntries<T_13 = any>(entries: Iterable<readonly [PropertyKey, T_13]>): {
52
52
  [k: string]: T_13;
53
- };
54
- fromEntries(entries: Iterable<readonly any[]>): any;
53
+ }; /**
54
+ * Set component validation state to invalid.
55
+ */
56
+ fromEntries(entries: Iterable<readonly any[]>): any; /**
57
+ * Set component validation state to invalid.
58
+ */
55
59
  };
56
60
  declare const CFormInput: import("vue").DefineComponent<{
57
61
  /**
58
62
  * Toggle the disabled state for the component.
59
63
  */
60
- disabled: {
61
- type: BooleanConstructor;
62
- required: false;
63
- };
64
+ disabled: BooleanConstructor;
64
65
  /**
65
66
  * Provide valuable, actionable feedback.
66
67
  *
67
68
  * @since 4.3.0
68
69
  */
69
- feedback: {
70
- type: StringConstructor;
71
- };
70
+ feedback: StringConstructor;
72
71
  /**
73
72
  * Provide valuable, actionable feedback.
74
73
  *
75
74
  * @since 4.3.0
76
75
  */
77
- feedbackInvalid: {
78
- type: StringConstructor;
79
- };
76
+ feedbackInvalid: StringConstructor;
80
77
  /**
81
78
  * Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
82
79
  *
83
80
  * @since 4.3.0
84
81
  */
85
- feedbackValid: {
86
- type: StringConstructor;
87
- };
82
+ feedbackValid: StringConstructor;
88
83
  /**
89
84
  * Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
90
85
  *
91
86
  * @since 4.3.0
92
87
  */
93
- floatingLabel: {
94
- type: StringConstructor;
95
- };
88
+ floatingLabel: StringConstructor;
96
89
  /**
97
90
  * The id global attribute defines an identifier (ID) that must be unique in the whole document.
98
91
  */
99
- id: {
100
- type: StringConstructor;
101
- };
92
+ id: StringConstructor;
102
93
  /**
103
94
  * Set component validation state to invalid.
104
95
  */
@@ -108,84 +99,77 @@ declare const CFormInput: import("vue").DefineComponent<{
108
99
  *
109
100
  * @since 4.3.0
110
101
  */
111
- label: {
112
- type: StringConstructor;
113
- };
102
+ label: StringConstructor;
114
103
  /**
115
104
  * The default name for a value passed using v-model.
116
105
  */
117
- modelValue: {
118
- type: (NumberConstructor | StringConstructor | {
119
- new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File;
120
- prototype: File;
121
- } | {
122
- new (value?: any): {
123
- constructor: Function;
124
- toString(): string;
125
- toLocaleString(): string;
126
- valueOf(): Object;
127
- hasOwnProperty(v: PropertyKey): boolean;
128
- isPrototypeOf(v: Object): boolean;
129
- propertyIsEnumerable(v: PropertyKey): boolean;
130
- };
131
- getPrototypeOf(o: any): any;
132
- getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined;
133
- getOwnPropertyNames(o: any): string[];
134
- create(o: object | null): any;
135
- create(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
136
- defineProperty<T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>): T;
137
- defineProperties<T_1>(o: T_1, properties: PropertyDescriptorMap & ThisType<any>): T_1;
138
- seal<T_2>(o: T_2): T_2;
139
- freeze<T_3 extends Function>(f: T_3): T_3;
140
- freeze<T_4 extends {
141
- [idx: string]: object | U | null | undefined;
142
- }, U extends string | number | bigint | boolean | symbol>(o: T_4): Readonly<T_4>;
143
- freeze<T_5>(o: T_5): Readonly<T_5>;
144
- preventExtensions<T_6>(o: T_6): T_6;
145
- isSealed(o: any): boolean;
146
- isFrozen(o: any): boolean;
147
- isExtensible(o: any): boolean;
148
- keys(o: object): string[];
149
- keys(o: {}): string[];
150
- assign<T_7 extends {}, U_1>(target: T_7, source: U_1): T_7 & U_1;
151
- assign<T_8 extends {}, U_2, V>(target: T_8, source1: U_2, source2: V): T_8 & U_2 & V;
152
- assign<T_9 extends {}, U_3, V_1, W>(target: T_9, source1: U_3, source2: V_1, source3: W): T_9 & U_3 & V_1 & W;
153
- assign(target: object, ...sources: any[]): any;
154
- getOwnPropertySymbols(o: any): symbol[];
155
- is(value1: any, value2: any): boolean;
156
- setPrototypeOf(o: any, proto: object | null): any;
157
- values<T_10>(o: {
158
- [s: string]: T_10;
159
- } | ArrayLike<T_10>): T_10[];
160
- values(o: {}): any[];
161
- entries<T_11>(o: {
162
- [s: string]: T_11;
163
- } | ArrayLike<T_11>): [string, T_11][];
164
- entries(o: {}): [string, any][];
165
- getOwnPropertyDescriptors<T_12>(o: T_12): { [P in keyof T_12]: TypedPropertyDescriptor<T_12[P]>; } & {
166
- [x: string]: PropertyDescriptor;
167
- };
168
- fromEntries<T_13 = any>(entries: Iterable<readonly [PropertyKey, T_13]>): {
169
- [k: string]: T_13;
170
- };
171
- fromEntries(entries: Iterable<readonly any[]>): any;
172
- })[];
173
- default: undefined;
174
- };
106
+ modelValue: (NumberConstructor | StringConstructor | {
107
+ new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File;
108
+ prototype: File;
109
+ } | {
110
+ new (value?: any): {
111
+ constructor: Function;
112
+ toString(): string;
113
+ toLocaleString(): string;
114
+ valueOf(): Object;
115
+ hasOwnProperty(v: PropertyKey): boolean;
116
+ isPrototypeOf(v: Object): boolean;
117
+ propertyIsEnumerable(v: PropertyKey): boolean;
118
+ };
119
+ getPrototypeOf(o: any): any;
120
+ getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined;
121
+ getOwnPropertyNames(o: any): string[];
122
+ create(o: object | null): any;
123
+ create(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
124
+ defineProperty<T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>): T;
125
+ defineProperties<T_1>(o: T_1, properties: PropertyDescriptorMap & ThisType<any>): T_1;
126
+ seal<T_2>(o: T_2): T_2;
127
+ freeze<T_3 extends Function>(f: T_3): T_3;
128
+ freeze<T_4 extends {
129
+ [idx: string]: object | U | null | undefined;
130
+ }, U extends string | number | bigint | boolean | symbol>(o: T_4): Readonly<T_4>;
131
+ freeze<T_5>(o: T_5): Readonly<T_5>;
132
+ preventExtensions<T_6>(o: T_6): T_6;
133
+ isSealed(o: any): boolean;
134
+ isFrozen(o: any): boolean;
135
+ isExtensible(o: any): boolean;
136
+ keys(o: object): string[];
137
+ keys(o: {}): string[];
138
+ assign<T_7 extends {}, U_1>(target: T_7, source: U_1): T_7 & U_1;
139
+ assign<T_8 extends {}, U_2, V>(target: T_8, source1: U_2, source2: V): T_8 & U_2 & V;
140
+ assign<T_9 extends {}, U_3, V_1, W>(target: T_9, source1: U_3, source2: V_1, source3: W): T_9 & U_3 & V_1 & W;
141
+ assign(target: object, ...sources: any[]): any;
142
+ getOwnPropertySymbols(o: any): symbol[];
143
+ is(value1: any, value2: any): boolean;
144
+ setPrototypeOf(o: any, proto: object | null): any;
145
+ values<T_10>(o: {
146
+ [s: string]: T_10;
147
+ } | ArrayLike<T_10>): T_10[];
148
+ values(o: {}): any[];
149
+ entries<T_11>(o: {
150
+ [s: string]: T_11;
151
+ } | ArrayLike<T_11>): [string, T_11][];
152
+ entries(o: {}): [string, any][];
153
+ getOwnPropertyDescriptors<T_12>(o: T_12): { [P in keyof T_12]: TypedPropertyDescriptor<T_12[P]>; } & {
154
+ [x: string]: PropertyDescriptor;
155
+ };
156
+ fromEntries<T_13 = any>(entries: Iterable<readonly [PropertyKey, T_13]>): {
157
+ [k: string]: T_13;
158
+ }; /**
159
+ * Set component validation state to invalid.
160
+ */
161
+ fromEntries(entries: Iterable<readonly any[]>): any; /**
162
+ * Set component validation state to invalid.
163
+ */
164
+ })[];
175
165
  /**
176
166
  * Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`.
177
167
  */
178
- plainText: {
179
- type: BooleanConstructor;
180
- required: false;
181
- };
168
+ plainText: BooleanConstructor;
182
169
  /**
183
170
  * Toggle the readonly state for the component.
184
171
  */
185
- readonly: {
186
- type: BooleanConstructor;
187
- required: false;
188
- };
172
+ readonly: BooleanConstructor;
189
173
  /**
190
174
  * Size the component small or large.
191
175
  *
@@ -200,9 +184,7 @@ declare const CFormInput: import("vue").DefineComponent<{
200
184
  *
201
185
  * @since 4.3.0
202
186
  */
203
- text: {
204
- type: StringConstructor;
205
- };
187
+ text: StringConstructor;
206
188
  /**
207
189
  * Display validation feedback in a styled tooltip.
208
190
  *
@@ -228,48 +210,35 @@ declare const CFormInput: import("vue").DefineComponent<{
228
210
  /**
229
211
  * Toggle the disabled state for the component.
230
212
  */
231
- disabled: {
232
- type: BooleanConstructor;
233
- required: false;
234
- };
213
+ disabled: BooleanConstructor;
235
214
  /**
236
215
  * Provide valuable, actionable feedback.
237
216
  *
238
217
  * @since 4.3.0
239
218
  */
240
- feedback: {
241
- type: StringConstructor;
242
- };
219
+ feedback: StringConstructor;
243
220
  /**
244
221
  * Provide valuable, actionable feedback.
245
222
  *
246
223
  * @since 4.3.0
247
224
  */
248
- feedbackInvalid: {
249
- type: StringConstructor;
250
- };
225
+ feedbackInvalid: StringConstructor;
251
226
  /**
252
227
  * Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
253
228
  *
254
229
  * @since 4.3.0
255
230
  */
256
- feedbackValid: {
257
- type: StringConstructor;
258
- };
231
+ feedbackValid: StringConstructor;
259
232
  /**
260
233
  * Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
261
234
  *
262
235
  * @since 4.3.0
263
236
  */
264
- floatingLabel: {
265
- type: StringConstructor;
266
- };
237
+ floatingLabel: StringConstructor;
267
238
  /**
268
239
  * The id global attribute defines an identifier (ID) that must be unique in the whole document.
269
240
  */
270
- id: {
271
- type: StringConstructor;
272
- };
241
+ id: StringConstructor;
273
242
  /**
274
243
  * Set component validation state to invalid.
275
244
  */
@@ -279,84 +248,77 @@ declare const CFormInput: import("vue").DefineComponent<{
279
248
  *
280
249
  * @since 4.3.0
281
250
  */
282
- label: {
283
- type: StringConstructor;
284
- };
251
+ label: StringConstructor;
285
252
  /**
286
253
  * The default name for a value passed using v-model.
287
254
  */
288
- modelValue: {
289
- type: (NumberConstructor | StringConstructor | {
290
- new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File;
291
- prototype: File;
292
- } | {
293
- new (value?: any): {
294
- constructor: Function;
295
- toString(): string;
296
- toLocaleString(): string;
297
- valueOf(): Object;
298
- hasOwnProperty(v: PropertyKey): boolean;
299
- isPrototypeOf(v: Object): boolean;
300
- propertyIsEnumerable(v: PropertyKey): boolean;
301
- };
302
- getPrototypeOf(o: any): any;
303
- getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined;
304
- getOwnPropertyNames(o: any): string[];
305
- create(o: object | null): any;
306
- create(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
307
- defineProperty<T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>): T;
308
- defineProperties<T_1>(o: T_1, properties: PropertyDescriptorMap & ThisType<any>): T_1;
309
- seal<T_2>(o: T_2): T_2;
310
- freeze<T_3 extends Function>(f: T_3): T_3;
311
- freeze<T_4 extends {
312
- [idx: string]: object | U | null | undefined;
313
- }, U extends string | number | bigint | boolean | symbol>(o: T_4): Readonly<T_4>;
314
- freeze<T_5>(o: T_5): Readonly<T_5>;
315
- preventExtensions<T_6>(o: T_6): T_6;
316
- isSealed(o: any): boolean;
317
- isFrozen(o: any): boolean;
318
- isExtensible(o: any): boolean;
319
- keys(o: object): string[];
320
- keys(o: {}): string[];
321
- assign<T_7 extends {}, U_1>(target: T_7, source: U_1): T_7 & U_1;
322
- assign<T_8 extends {}, U_2, V>(target: T_8, source1: U_2, source2: V): T_8 & U_2 & V;
323
- assign<T_9 extends {}, U_3, V_1, W>(target: T_9, source1: U_3, source2: V_1, source3: W): T_9 & U_3 & V_1 & W;
324
- assign(target: object, ...sources: any[]): any;
325
- getOwnPropertySymbols(o: any): symbol[];
326
- is(value1: any, value2: any): boolean;
327
- setPrototypeOf(o: any, proto: object | null): any;
328
- values<T_10>(o: {
329
- [s: string]: T_10;
330
- } | ArrayLike<T_10>): T_10[];
331
- values(o: {}): any[];
332
- entries<T_11>(o: {
333
- [s: string]: T_11;
334
- } | ArrayLike<T_11>): [string, T_11][];
335
- entries(o: {}): [string, any][];
336
- getOwnPropertyDescriptors<T_12>(o: T_12): { [P in keyof T_12]: TypedPropertyDescriptor<T_12[P]>; } & {
337
- [x: string]: PropertyDescriptor;
338
- };
339
- fromEntries<T_13 = any>(entries: Iterable<readonly [PropertyKey, T_13]>): {
340
- [k: string]: T_13;
341
- };
342
- fromEntries(entries: Iterable<readonly any[]>): any;
343
- })[];
344
- default: undefined;
345
- };
255
+ modelValue: (NumberConstructor | StringConstructor | {
256
+ new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File;
257
+ prototype: File;
258
+ } | {
259
+ new (value?: any): {
260
+ constructor: Function;
261
+ toString(): string;
262
+ toLocaleString(): string;
263
+ valueOf(): Object;
264
+ hasOwnProperty(v: PropertyKey): boolean;
265
+ isPrototypeOf(v: Object): boolean;
266
+ propertyIsEnumerable(v: PropertyKey): boolean;
267
+ };
268
+ getPrototypeOf(o: any): any;
269
+ getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined;
270
+ getOwnPropertyNames(o: any): string[];
271
+ create(o: object | null): any;
272
+ create(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
273
+ defineProperty<T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>): T;
274
+ defineProperties<T_1>(o: T_1, properties: PropertyDescriptorMap & ThisType<any>): T_1;
275
+ seal<T_2>(o: T_2): T_2;
276
+ freeze<T_3 extends Function>(f: T_3): T_3;
277
+ freeze<T_4 extends {
278
+ [idx: string]: object | U | null | undefined;
279
+ }, U extends string | number | bigint | boolean | symbol>(o: T_4): Readonly<T_4>;
280
+ freeze<T_5>(o: T_5): Readonly<T_5>;
281
+ preventExtensions<T_6>(o: T_6): T_6;
282
+ isSealed(o: any): boolean;
283
+ isFrozen(o: any): boolean;
284
+ isExtensible(o: any): boolean;
285
+ keys(o: object): string[];
286
+ keys(o: {}): string[];
287
+ assign<T_7 extends {}, U_1>(target: T_7, source: U_1): T_7 & U_1;
288
+ assign<T_8 extends {}, U_2, V>(target: T_8, source1: U_2, source2: V): T_8 & U_2 & V;
289
+ assign<T_9 extends {}, U_3, V_1, W>(target: T_9, source1: U_3, source2: V_1, source3: W): T_9 & U_3 & V_1 & W;
290
+ assign(target: object, ...sources: any[]): any;
291
+ getOwnPropertySymbols(o: any): symbol[];
292
+ is(value1: any, value2: any): boolean;
293
+ setPrototypeOf(o: any, proto: object | null): any;
294
+ values<T_10>(o: {
295
+ [s: string]: T_10;
296
+ } | ArrayLike<T_10>): T_10[];
297
+ values(o: {}): any[];
298
+ entries<T_11>(o: {
299
+ [s: string]: T_11;
300
+ } | ArrayLike<T_11>): [string, T_11][];
301
+ entries(o: {}): [string, any][];
302
+ getOwnPropertyDescriptors<T_12>(o: T_12): { [P in keyof T_12]: TypedPropertyDescriptor<T_12[P]>; } & {
303
+ [x: string]: PropertyDescriptor;
304
+ };
305
+ fromEntries<T_13 = any>(entries: Iterable<readonly [PropertyKey, T_13]>): {
306
+ [k: string]: T_13;
307
+ }; /**
308
+ * Set component validation state to invalid.
309
+ */
310
+ fromEntries(entries: Iterable<readonly any[]>): any; /**
311
+ * Set component validation state to invalid.
312
+ */
313
+ })[];
346
314
  /**
347
315
  * Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`.
348
316
  */
349
- plainText: {
350
- type: BooleanConstructor;
351
- required: false;
352
- };
317
+ plainText: BooleanConstructor;
353
318
  /**
354
319
  * Toggle the readonly state for the component.
355
320
  */
356
- readonly: {
357
- type: BooleanConstructor;
358
- required: false;
359
- };
321
+ readonly: BooleanConstructor;
360
322
  /**
361
323
  * Size the component small or large.
362
324
  *
@@ -371,9 +333,7 @@ declare const CFormInput: import("vue").DefineComponent<{
371
333
  *
372
334
  * @since 4.3.0
373
335
  */
374
- text: {
375
- type: StringConstructor;
376
- };
336
+ text: StringConstructor;
377
337
  /**
378
338
  * Display validation feedback in a styled tooltip.
379
339
  *
@@ -398,20 +358,11 @@ declare const CFormInput: import("vue").DefineComponent<{
398
358
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
399
359
  onInput?: ((...args: any[]) => any) | undefined;
400
360
  }, {
401
- type: string;
402
361
  invalid: boolean;
362
+ type: string;
403
363
  disabled: boolean;
404
364
  valid: boolean;
405
365
  tooltipFeedback: boolean;
406
- modelValue: string | number | {
407
- constructor: Function;
408
- toString(): string;
409
- toLocaleString(): string;
410
- valueOf(): Object;
411
- hasOwnProperty(v: PropertyKey): boolean;
412
- isPrototypeOf(v: Object): boolean;
413
- propertyIsEnumerable(v: PropertyKey): boolean;
414
- } | File;
415
366
  plainText: boolean;
416
367
  readonly: boolean;
417
368
  }>;
@@ -2,23 +2,13 @@ declare const CFormLabel: import("vue").DefineComponent<{
2
2
  /**
3
3
  * A string of all className you want to be applied to the component, and override standard className value.
4
4
  */
5
- customClassName: {
6
- type: (StringConstructor | ArrayConstructor)[];
7
- default: undefined;
8
- required: false;
9
- };
5
+ customClassName: (StringConstructor | ArrayConstructor)[];
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
  * A string of all className you want to be applied to the component, and override standard className value.
15
11
  */
16
- customClassName: {
17
- type: (StringConstructor | ArrayConstructor)[];
18
- default: undefined;
19
- required: false;
20
- };
21
- }>>, {
22
- customClassName: string | unknown[];
23
- }>;
12
+ customClassName: (StringConstructor | ArrayConstructor)[];
13
+ }>>, {}>;
24
14
  export { CFormLabel };
@@ -2,131 +2,83 @@ declare const CFormRange: import("vue").DefineComponent<{
2
2
  /**
3
3
  * Toggle the disabled state for the component.
4
4
  */
5
- disabled: {
6
- type: BooleanConstructor;
7
- default: undefined;
8
- };
5
+ disabled: BooleanConstructor;
9
6
  /**
10
7
  * Add a caption for a component.
11
8
  *
12
9
  * @since 4.3.0
13
10
  */
14
- label: {
15
- type: StringConstructor;
16
- };
11
+ label: StringConstructor;
17
12
  /**
18
13
  * Specifies the maximum value for the component.
19
14
  */
20
- max: {
21
- type: NumberConstructor;
22
- default: undefined;
23
- };
15
+ max: NumberConstructor;
24
16
  /**
25
17
  * Specifies the minimum value for the component.
26
18
  */
27
- min: {
28
- type: NumberConstructor;
29
- default: undefined;
30
- };
19
+ min: NumberConstructor;
31
20
  /**
32
21
  * The default name for a value passed using v-model.
33
22
  */
34
- modelValue: {
35
- type: StringConstructor;
36
- value: undefined;
37
- };
23
+ modelValue: StringConstructor;
38
24
  /**
39
25
  * Toggle the readonly state for the component.
40
26
  */
41
- readonly: {
42
- type: BooleanConstructor;
43
- };
27
+ readonly: BooleanConstructor;
44
28
  /**
45
29
  * Specifies the interval between legal numbers in the component.
46
30
  */
47
- steps: {
48
- type: NumberConstructor;
49
- default: undefined;
50
- };
31
+ steps: NumberConstructor;
51
32
  /**
52
33
  * The `value` attribute of component.
53
34
  *
54
35
  * @controllable onChange
55
36
  * */
56
- value: {
57
- type: NumberConstructor;
58
- default: undefined;
59
- };
37
+ value: NumberConstructor;
60
38
  }, () => ("" | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
39
  [key: string]: any;
62
40
  }> | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
41
  /**
64
42
  * Toggle the disabled state for the component.
65
43
  */
66
- disabled: {
67
- type: BooleanConstructor;
68
- default: undefined;
69
- };
44
+ disabled: BooleanConstructor;
70
45
  /**
71
46
  * Add a caption for a component.
72
47
  *
73
48
  * @since 4.3.0
74
49
  */
75
- label: {
76
- type: StringConstructor;
77
- };
50
+ label: StringConstructor;
78
51
  /**
79
52
  * Specifies the maximum value for the component.
80
53
  */
81
- max: {
82
- type: NumberConstructor;
83
- default: undefined;
84
- };
54
+ max: NumberConstructor;
85
55
  /**
86
56
  * Specifies the minimum value for the component.
87
57
  */
88
- min: {
89
- type: NumberConstructor;
90
- default: undefined;
91
- };
58
+ min: NumberConstructor;
92
59
  /**
93
60
  * The default name for a value passed using v-model.
94
61
  */
95
- modelValue: {
96
- type: StringConstructor;
97
- value: undefined;
98
- };
62
+ modelValue: StringConstructor;
99
63
  /**
100
64
  * Toggle the readonly state for the component.
101
65
  */
102
- readonly: {
103
- type: BooleanConstructor;
104
- };
66
+ readonly: BooleanConstructor;
105
67
  /**
106
68
  * Specifies the interval between legal numbers in the component.
107
69
  */
108
- steps: {
109
- type: NumberConstructor;
110
- default: undefined;
111
- };
70
+ steps: NumberConstructor;
112
71
  /**
113
72
  * The `value` attribute of component.
114
73
  *
115
74
  * @controllable onChange
116
75
  * */
117
- value: {
118
- type: NumberConstructor;
119
- default: undefined;
120
- };
76
+ value: NumberConstructor;
121
77
  }>> & {
122
78
  onChange?: ((...args: any[]) => any) | undefined;
123
79
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
124
80
  }, {
125
- value: number;
126
81
  disabled: boolean;
127
82
  readonly: boolean;
128
- max: number;
129
- min: number;
130
- steps: number;
131
83
  }>;
132
84
  export { CFormRange };