@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.
- package/README.md +1 -1
- package/dist/components/accordion/CAccordion.d.ts +2 -11
- package/dist/components/accordion/CAccordionItem.d.ts +3 -13
- package/dist/components/alert/CAlert.d.ts +2 -17
- package/dist/components/alert/CAlertHeading.d.ts +0 -2
- package/dist/components/avatar/CAvatar.d.ts +13 -25
- package/dist/components/backdrop/CBackdrop.d.ts +1 -4
- package/dist/components/badge/CBadge.d.ts +0 -12
- package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +4 -19
- package/dist/components/button/CButton.d.ts +6 -43
- package/dist/components/button-group/CButtonGroup.d.ts +2 -13
- package/dist/components/card/CCardHeader.d.ts +0 -2
- package/dist/components/card/CCardImage.d.ts +0 -7
- package/dist/components/card/CCardLink.d.ts +0 -2
- package/dist/components/card/CCardSubtitle.d.ts +0 -2
- package/dist/components/card/CCardText.d.ts +0 -2
- package/dist/components/card/CCardTitle.d.ts +0 -2
- package/dist/components/carousel/CCarousel.d.ts +0 -10
- package/dist/components/carousel/CCarouselItem.d.ts +0 -4
- package/dist/components/close-button/CCloseButton.d.ts +5 -17
- package/dist/components/collapse/CCollapse.d.ts +4 -16
- package/dist/components/dropdown/CDropdown.d.ts +11 -46
- package/dist/components/dropdown/CDropdownHeader.d.ts +0 -2
- package/dist/components/dropdown/CDropdownItem.d.ts +6 -29
- package/dist/components/dropdown/CDropdownMenu.d.ts +0 -2
- package/dist/components/dropdown/CDropdownToggle.d.ts +7 -43
- package/dist/components/footer/CFooter.d.ts +1 -7
- package/dist/components/form/CForm.d.ts +2 -8
- package/dist/components/form/CFormCheck.d.ts +17 -49
- package/dist/components/form/CFormControlValidation.d.ts +8 -24
- package/dist/components/form/CFormFeedback.d.ts +0 -2
- package/dist/components/form/CFormInput.d.ts +145 -194
- package/dist/components/form/CFormLabel.d.ts +3 -13
- package/dist/components/form/CFormRange.d.ts +16 -64
- package/dist/components/form/CFormSelect.d.ts +20 -82
- package/dist/components/form/CFormSwitch.d.ts +11 -33
- package/dist/components/form/CFormText.d.ts +0 -2
- package/dist/components/form/CFormTextarea.d.ts +22 -69
- package/dist/components/form/CInputGroup.d.ts +1 -7
- package/dist/components/form/CInputGroupText.d.ts +0 -2
- package/dist/components/grid/CCol.d.ts +1 -32
- package/dist/components/grid/CContainer.d.ts +12 -48
- package/dist/components/grid/CRow.d.ts +23 -68
- package/dist/components/header/CHeader.d.ts +1 -12
- package/dist/components/header/CHeaderBrand.d.ts +0 -2
- package/dist/components/header/CHeaderNav.d.ts +0 -2
- package/dist/components/image/CImage.d.ts +6 -29
- package/dist/components/link/CLink.d.ts +6 -29
- package/dist/components/list-group/CListGroup.d.ts +2 -15
- package/dist/components/list-group/CListGroupItem.d.ts +4 -18
- package/dist/components/modal/CModal.d.ts +4 -21
- package/dist/components/modal/CModalHeader.d.ts +0 -2
- package/dist/components/modal/CModalTitle.d.ts +0 -2
- package/dist/components/nav/CNav.d.ts +0 -12
- package/dist/components/nav/CNavLink.d.ts +6 -29
- package/dist/components/navbar/CNavbar.d.ts +0 -22
- package/dist/components/navbar/CNavbarBrand.d.ts +2 -13
- package/dist/components/navbar/CNavbarNav.d.ts +0 -2
- package/dist/components/offcanvas/COffcanvas.d.ts +8 -5
- package/dist/components/offcanvas/COffcanvasTitle.d.ts +0 -2
- package/dist/components/pagination/CPagination.d.ts +1 -12
- package/dist/components/pagination/CPaginationItem.d.ts +8 -38
- package/dist/components/placeholder/CPlaceholder.d.ts +12 -78
- package/dist/components/popover/CPopover.d.ts +4 -28
- package/dist/components/progress/CProgressBar.d.ts +2 -15
- package/dist/components/props.d.ts +5 -6
- package/dist/components/sidebar/CSidebar.d.ts +4 -22
- package/dist/components/spinner/CSpinner.d.ts +0 -16
- package/dist/components/table/CTable.d.ts +17 -110
- package/dist/components/table/CTableDataCell.d.ts +4 -21
- package/dist/components/table/CTableRow.d.ts +2 -13
- package/dist/components/table/types.d.ts +14 -0
- package/dist/components/table/utils.d.ts +5 -0
- package/dist/components/tabs/CTabPane.d.ts +0 -2
- package/dist/components/toast/CToast.d.ts +7 -46
- package/dist/components/toast/CToastHeader.d.ts +2 -8
- package/dist/components/toast/CToaster.d.ts +1 -7
- package/dist/components/tooltip/CTooltip.d.ts +2 -17
- package/dist/components/widgets/CWidgetStatsA.d.ts +4 -24
- package/dist/components/widgets/CWidgetStatsB.d.ts +6 -34
- package/dist/components/widgets/CWidgetStatsC.d.ts +14 -23
- package/dist/components/widgets/CWidgetStatsD.d.ts +0 -2
- package/dist/components/widgets/CWidgetStatsE.d.ts +2 -13
- package/dist/components/widgets/CWidgetStatsF.d.ts +4 -24
- package/dist/index.es.js +353 -995
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +353 -995
- package/dist/index.js.map +1 -1
- package/dist/props.d.ts +19 -0
- package/dist/types.d.ts +5 -0
- package/package.json +1 -1
- package/src/components/accordion/CAccordion.ts +1 -5
- package/src/components/accordion/CAccordionBody.ts +1 -1
- package/src/components/accordion/CAccordionItem.ts +1 -6
- package/src/components/accordion/__tests__/__snapshots__/CAccordion.spec.ts.snap +1 -1
- package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.ts.snap +3 -3
- package/src/components/accordion/__tests__/__snapshots__/CAccordionButton.spec.ts.snap +1 -1
- package/src/components/accordion/__tests__/__snapshots__/CAccordionHeader.spec.ts.snap +1 -1
- package/src/components/accordion/__tests__/__snapshots__/CAccordionItem.spec.ts.snap +1 -1
- package/src/components/alert/CAlert.ts +4 -12
- package/src/components/alert/CAlertHeading.ts +0 -1
- package/src/components/alert/__tests__/CAlert.spec.ts +1 -1
- package/src/components/alert/__tests__/__snapshots__/CAlert.spec.ts.snap +16 -1
- package/src/components/alert/__tests__/__snapshots__/CAlertHeading.spec.ts.snap +2 -2
- package/src/components/alert/__tests__/__snapshots__/CAlertLink.spec.ts.snap +1 -1
- package/src/components/avatar/CAvatar.ts +3 -10
- package/src/components/avatar/__tests__/__snapshots__/CAvatar.spec.ts.snap +2 -2
- package/src/components/backdrop/CBackdrop.ts +7 -29
- package/src/components/backdrop/__tests__/__snapshots__/CBackdrop.spec.ts.snap +2 -2
- package/src/components/badge/CBadge.ts +1 -6
- package/src/components/badge/__tests__/CBadge.spec.ts +1 -1
- package/src/components/breadcrumb/CBreadcrumbItem.ts +2 -9
- package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumb.spec.ts.snap +2 -2
- package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumbItem.spec.ts.snap +2 -2
- package/src/components/button/CButton.ts +5 -21
- package/src/components/button/__tests__/__snapshots__/CButton.spec.ts.snap +3 -3
- package/src/components/button-group/CButtonGroup.ts +1 -6
- package/src/components/button-group/__tests__/__snapshots__/CButtonGroup.spec.ts.snap +2 -2
- package/src/components/button-group/__tests__/__snapshots__/CButtonToolbar.spec.ts.snap +1 -1
- package/src/components/callout/CCallout.ts +2 -1
- package/src/components/callout/__tests__/__snapshots__/CCallout.spec.ts.snap +2 -2
- package/src/components/card/CCard.ts +2 -1
- package/src/components/card/CCardHeader.ts +0 -1
- package/src/components/card/CCardImage.ts +0 -3
- package/src/components/card/CCardLink.ts +0 -1
- package/src/components/card/CCardSubtitle.ts +0 -1
- package/src/components/card/CCardText.ts +0 -1
- package/src/components/card/CCardTitle.ts +0 -1
- package/src/components/card/__tests__/__snapshots__/CCard.spec.ts.snap +2 -2
- package/src/components/card/__tests__/__snapshots__/CCardBody.spec.ts.snap +1 -1
- package/src/components/card/__tests__/__snapshots__/CCardFooter.spec.ts.snap +1 -1
- package/src/components/card/__tests__/__snapshots__/CCardGroup.spec.ts.snap +1 -1
- package/src/components/card/__tests__/__snapshots__/CCardHeader.spec.ts.snap +2 -2
- package/src/components/card/__tests__/__snapshots__/CCardImage.spec.ts.snap +2 -2
- package/src/components/card/__tests__/__snapshots__/CCardImageOverlay.spec.ts.snap +1 -1
- package/src/components/card/__tests__/__snapshots__/CCardLink.spec.ts.snap +1 -1
- package/src/components/card/__tests__/__snapshots__/CCardSubtitle.spec.ts.snap +2 -2
- package/src/components/card/__tests__/__snapshots__/CCardText.spec.ts.snap +2 -2
- package/src/components/card/__tests__/__snapshots__/CCardTitle.spec.ts.snap +2 -2
- package/src/components/carousel/CCarousel.ts +1 -6
- package/src/components/carousel/CCarouselItem.ts +0 -2
- package/src/components/carousel/__tests__/__snapshots__/CCarousel.spec.ts.snap +5 -5
- package/src/components/carousel/__tests__/__snapshots__/CCarouselCaption.spec.ts.snap +1 -1
- package/src/components/carousel/__tests__/__snapshots__/CCarouselItem.spec.ts.snap +2 -2
- package/src/components/close-button/CCloseButton.ts +2 -8
- package/src/components/close-button/__tests__/__snapshots__/CCloseButton.spec.ts.snap +2 -2
- package/src/components/collapse/CCollapse.ts +3 -9
- package/src/components/collapse/__test__/__snapshots__/CCollapse.spec.ts.snap +4 -4
- package/src/components/dropdown/CDropdown.ts +6 -21
- package/src/components/dropdown/CDropdownHeader.ts +0 -1
- package/src/components/dropdown/CDropdownItem.ts +3 -14
- package/src/components/dropdown/CDropdownMenu.ts +0 -1
- package/src/components/dropdown/CDropdownToggle.ts +8 -23
- package/src/components/dropdown/__tests__/__snapshots__/CDropdown.spec.ts.snap +2 -2
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownDivider.spec.ts.snap +1 -1
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownHeader.spec.ts.snap +2 -2
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownItem.spec.ts.snap +2 -2
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownMenu.spec.ts.snap +2 -2
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownToggle.spec.ts.snap +2 -2
- package/src/components/footer/CFooter.ts +0 -2
- package/src/components/footer/__tests__/__snapshots__/CFooter.spec.ts.snap +2 -2
- package/src/components/form/CForm.ts +1 -4
- package/src/components/form/CFormCheck.ts +8 -24
- package/src/components/form/CFormControlValidation.ts +4 -12
- package/src/components/form/CFormControlWrapper.ts +4 -12
- package/src/components/form/CFormFeedback.ts +0 -1
- package/src/components/form/CFormInput.ts +11 -37
- package/src/components/form/CFormLabel.ts +1 -5
- package/src/components/form/CFormRange.ts +8 -30
- package/src/components/form/CFormSelect.ts +10 -39
- package/src/components/form/CFormSwitch.ts +5 -16
- package/src/components/form/CFormText.ts +0 -1
- package/src/components/form/CFormTextarea.ts +11 -34
- package/src/components/form/CInputGroup.ts +0 -2
- package/src/components/form/CInputGroupText.ts +0 -1
- package/src/components/form/__tests__/__snapshots__/CForm.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +5 -5
- package/src/components/form/__tests__/__snapshots__/CFormFeedback.spec.ts.snap +3 -3
- package/src/components/form/__tests__/__snapshots__/CFormFloating.spec.ts.snap +1 -1
- package/src/components/form/__tests__/__snapshots__/CFormInput.spec.ts.snap +3 -3
- package/src/components/form/__tests__/__snapshots__/CFormLabel.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormRange.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormSwitch.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormText.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormTextarea.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CInputGroup.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CInputGroupText.spec.ts.snap +2 -2
- package/src/components/grid/CCol.ts +0 -12
- package/src/components/grid/CContainer.ts +6 -24
- package/src/components/grid/CRow.ts +11 -35
- package/src/components/grid/__tests__/__snapshots__/CCol.spec.ts.snap +2 -2
- package/src/components/grid/__tests__/__snapshots__/CContainer.spec.ts.snap +2 -2
- package/src/components/grid/__tests__/__snapshots__/CRow.spec.ts.snap +2 -2
- package/src/components/header/CHeader.ts +0 -4
- package/src/components/header/CHeaderBrand.ts +0 -1
- package/src/components/header/CHeaderNav.ts +0 -1
- package/src/components/header/__tests__/__snapshots__/CHeader.spec.ts.snap +3 -3
- package/src/components/header/__tests__/__snapshots__/CHeaderBrand.spec.ts.snap +2 -2
- package/src/components/header/__tests__/__snapshots__/CHeaderDivider.spec.ts.snap +1 -1
- package/src/components/header/__tests__/__snapshots__/CHeaderNav.spec.ts.snap +2 -2
- package/src/components/header/__tests__/__snapshots__/CHeaderText.spec.ts.snap +1 -1
- package/src/components/header/__tests__/__snapshots__/CHeaderToggler.spec.ts.snap +2 -2
- package/src/components/image/CImage.ts +3 -14
- package/src/components/image/__tests__/__snapshots__/CImage.spec.ts.snap +3 -3
- package/src/components/link/CLink.ts +3 -14
- package/src/components/link/__tests__/__snapshots__/CLink.spec.ts.snap +2 -2
- package/src/components/list-group/CListGroup.ts +1 -7
- package/src/components/list-group/CListGroupItem.ts +3 -10
- package/src/components/list-group/__tests__/__snapshots__/CListGroup.spec.ts.snap +2 -2
- package/src/components/list-group/__tests__/__snapshots__/CListGroupItem.spec.ts.snap +3 -3
- package/src/components/modal/CModal.ts +4 -11
- package/src/components/modal/CModalHeader.ts +0 -1
- package/src/components/modal/CModalTitle.ts +0 -1
- package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +10 -10
- package/src/components/modal/__tests__/__snapshots__/CModalBody.spec.ts.snap +1 -1
- package/src/components/modal/__tests__/__snapshots__/CModalFooter.spec.ts.snap +1 -1
- package/src/components/modal/__tests__/__snapshots__/CModalHeader.spec.ts.snap +2 -2
- package/src/components/modal/__tests__/__snapshots__/CModalTitle.spec.ts.snap +2 -2
- package/src/components/nav/CNav.ts +0 -5
- package/src/components/nav/CNavGroup.ts +1 -1
- package/src/components/nav/CNavLink.ts +3 -14
- package/src/components/nav/__tests__/__snapshots__/CNav.spec.ts.snap +2 -2
- package/src/components/nav/__tests__/__snapshots__/CNavGroup.spec.ts.snap +5 -5
- package/src/components/nav/__tests__/__snapshots__/CNavGroupItems.spec.ts.snap +1 -1
- package/src/components/nav/__tests__/__snapshots__/CNavItem.spec.ts.snap +3 -3
- package/src/components/nav/__tests__/__snapshots__/CNavLink.spec.ts.snap +2 -2
- package/src/components/nav/__tests__/__snapshots__/CNavTitle.spec.ts.snap +1 -1
- package/src/components/navbar/CNavbar.ts +1 -10
- package/src/components/navbar/CNavbarBrand.ts +1 -6
- package/src/components/navbar/CNavbarNav.ts +0 -1
- package/src/components/navbar/__tests__/__snapshots__/CNavbar.spec.ts.snap +3 -3
- package/src/components/navbar/__tests__/__snapshots__/CNavbarBrand.spec.ts.snap +3 -3
- package/src/components/navbar/__tests__/__snapshots__/CNavbarNav.spec.ts.snap +2 -2
- package/src/components/navbar/__tests__/__snapshots__/CNavbarText.spec.ts.snap +1 -1
- package/src/components/navbar/__tests__/__snapshots__/CNavbarToggler.spec.ts.snap +2 -2
- package/src/components/offcanvas/COffcanvas.ts +11 -8
- package/src/components/offcanvas/COffcanvasTitle.ts +0 -1
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +8 -8
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasBody.spec.ts.snap +1 -1
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasHeader.spec.ts.snap +1 -1
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasTitle.spec.ts.snap +2 -2
- package/src/components/pagination/CPagination.ts +0 -4
- package/src/components/pagination/CPaginationItem.ts +4 -18
- package/src/components/pagination/__tests__/__snapshots__/CPagination.spec.ts.snap +2 -2
- package/src/components/pagination/__tests__/__snapshots__/CPaginationItem.spec.ts.snap +2 -2
- package/src/components/placeholder/CPlaceholder.ts +7 -36
- package/src/components/placeholder/__tests__/CPlaceholder.spec.ts +1 -1
- package/src/components/popover/CPopover.ts +3 -14
- package/src/components/progress/CProgress.ts +1 -5
- package/src/components/progress/CProgressBar.ts +2 -8
- package/src/components/progress/__tests__/__snapshots__/CProgress.spec.ts.snap +2 -2
- package/src/components/progress/__tests__/__snapshots__/CProgressBar.spec.ts.snap +2 -2
- package/src/components/props.ts +10 -8
- package/src/components/sidebar/CSidebar.ts +3 -11
- package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -2
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarBrand.spec.ts.snap +1 -1
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarFooter.spec.ts.snap +1 -1
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarHeader.spec.ts.snap +1 -1
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarNav.spec.ts.snap +1 -1
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarToggler.spec.ts.snap +1 -1
- package/src/components/smart-table/CSmartTable.ts +7 -7
- package/src/components/spinner/CSpinner.ts +0 -7
- package/src/components/spinner/__tests__/__snapshots__/CSpinner.spec.ts.snap +2 -2
- package/src/components/table/CTable.ts +21 -93
- package/src/components/table/CTableBody.ts +1 -1
- package/src/components/table/CTableDataCell.ts +3 -11
- package/src/components/table/CTableFoot.ts +1 -1
- package/src/components/table/CTableHead.ts +1 -1
- package/src/components/table/CTableHeaderCell.ts +1 -1
- package/src/components/table/CTableRow.ts +2 -7
- package/src/components/table/__tests__/__snapshots__/CTable.spec.ts.snap +15 -3
- package/src/components/table/__tests__/__snapshots__/CTableBody.spec.ts.snap +2 -2
- package/src/components/table/__tests__/__snapshots__/CTableDataCell.spec.ts.snap +2 -2
- package/src/components/table/__tests__/__snapshots__/CTableFoot.spec.ts.snap +2 -2
- package/src/components/table/__tests__/__snapshots__/CTableHead.spec.ts.snap +2 -2
- package/src/components/table/__tests__/__snapshots__/CTableHeaderCell.spec.ts.snap +2 -2
- package/src/components/table/__tests__/__snapshots__/CTableRow.spec.ts.snap +2 -2
- package/src/components/table/types.ts +20 -0
- package/src/components/table/utils.ts +24 -0
- package/src/components/tabs/CTabPane.ts +1 -2
- package/src/components/tabs/__tests__/__snapshots__/CTabContent.spec.ts.snap +1 -1
- package/src/components/tabs/__tests__/__snapshots__/CTabPane.spec.ts.snap +4 -4
- package/src/components/toast/CToast.ts +48 -83
- package/src/components/toast/CToastClose.ts +1 -5
- package/src/components/toast/CToastHeader.ts +1 -4
- package/src/components/toast/CToaster.ts +0 -2
- package/src/components/toast/__tests__/CToast.spec.ts +3 -1
- package/src/components/toast/__tests__/__snapshots__/CToast.spec.ts.snap +4 -4
- package/src/components/toast/__tests__/__snapshots__/CToastBody.spec.ts.snap +1 -1
- package/src/components/toast/__tests__/__snapshots__/CToastClose.spec.ts.snap +2 -2
- package/src/components/toast/__tests__/__snapshots__/CToastHeader.spec.ts.snap +2 -2
- package/src/components/toast/__tests__/__snapshots__/CToaster.spec.ts.snap +2 -2
- package/src/components/tooltip/CTooltip.ts +2 -9
- package/src/components/widgets/CWidgetStatsA.ts +3 -12
- package/src/components/widgets/CWidgetStatsB.ts +8 -20
- package/src/components/widgets/CWidgetStatsC.ts +5 -14
- package/src/components/widgets/CWidgetStatsD.ts +4 -4
- package/src/components/widgets/CWidgetStatsE.ts +3 -8
- package/src/components/widgets/CWidgetStatsF.ts +6 -14
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsA.spec.ts.snap +3 -3
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsB.spec.ts.snap +6 -6
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsC.spec.ts.snap +7 -7
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsD.spec.ts.snap +10 -10
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsE.spec.ts.snap +4 -4
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsF.spec.ts.snap +6 -6
- package/src/props.ts +88 -0
- package/src/types.ts +54 -0
|
@@ -11,47 +11,33 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
11
11
|
*
|
|
12
12
|
* @since 4.3.0
|
|
13
13
|
*/
|
|
14
|
-
feedback:
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
};
|
|
14
|
+
feedback: StringConstructor;
|
|
17
15
|
/**
|
|
18
16
|
* Provide valuable, actionable feedback.
|
|
19
17
|
*
|
|
20
18
|
* @since 4.3.0
|
|
21
19
|
*/
|
|
22
|
-
feedbackInvalid:
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
};
|
|
20
|
+
feedbackInvalid: StringConstructor;
|
|
25
21
|
/**
|
|
26
22
|
* Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
27
23
|
*
|
|
28
24
|
* @since 4.3.0
|
|
29
25
|
*/
|
|
30
|
-
feedbackValid:
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
26
|
+
feedbackValid: StringConstructor;
|
|
33
27
|
/**
|
|
34
28
|
* Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
35
29
|
*
|
|
36
30
|
* @since 4.3.0
|
|
37
31
|
*/
|
|
38
|
-
floatingLabel:
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
};
|
|
32
|
+
floatingLabel: StringConstructor;
|
|
41
33
|
/**
|
|
42
34
|
* Specifies the number of visible options in a drop-down list.
|
|
43
35
|
*/
|
|
44
|
-
htmlSize:
|
|
45
|
-
type: NumberConstructor;
|
|
46
|
-
default: undefined;
|
|
47
|
-
required: false;
|
|
48
|
-
};
|
|
36
|
+
htmlSize: NumberConstructor;
|
|
49
37
|
/**
|
|
50
38
|
* The id global attribute defines an identifier (ID) that must be unique in the whole document.
|
|
51
39
|
*/
|
|
52
|
-
id:
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
};
|
|
40
|
+
id: StringConstructor;
|
|
55
41
|
/**
|
|
56
42
|
* Set component validation state to invalid.
|
|
57
43
|
*/
|
|
@@ -61,32 +47,21 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
61
47
|
*
|
|
62
48
|
* @since 4.3.0
|
|
63
49
|
*/
|
|
64
|
-
label:
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
};
|
|
50
|
+
label: StringConstructor;
|
|
67
51
|
/**
|
|
68
52
|
* The default name for a value passed using v-model.
|
|
69
53
|
*/
|
|
70
54
|
modelValue: {
|
|
71
55
|
type: PropType<string | string[]>;
|
|
72
|
-
default: undefined;
|
|
73
|
-
require: boolean;
|
|
74
|
-
};
|
|
75
|
-
multiple: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
required: false;
|
|
78
56
|
};
|
|
57
|
+
multiple: BooleanConstructor;
|
|
79
58
|
/**
|
|
80
59
|
* Options list of the select component. Available keys: `label`, `value`, `disabled`.
|
|
81
60
|
* Examples:
|
|
82
61
|
* - `:options="[{ value: 'js', label: 'JavaScript' }, { value: 'html', label: 'HTML', disabled: true }]"`
|
|
83
62
|
* - `:options="['js', 'html']"`
|
|
84
63
|
*/
|
|
85
|
-
options:
|
|
86
|
-
type: PropType<string[] | Option[]>;
|
|
87
|
-
default: undefined;
|
|
88
|
-
required: false;
|
|
89
|
-
};
|
|
64
|
+
options: PropType<string[] | Option[]>;
|
|
90
65
|
/**
|
|
91
66
|
* Size the component small or large.
|
|
92
67
|
*
|
|
@@ -94,8 +69,6 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
94
69
|
*/
|
|
95
70
|
size: {
|
|
96
71
|
type: StringConstructor;
|
|
97
|
-
default: undefined;
|
|
98
|
-
require: boolean;
|
|
99
72
|
validator: (value: string) => boolean;
|
|
100
73
|
};
|
|
101
74
|
/**
|
|
@@ -103,9 +76,7 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
103
76
|
*
|
|
104
77
|
* @since 4.3.0
|
|
105
78
|
*/
|
|
106
|
-
text:
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
};
|
|
79
|
+
text: StringConstructor;
|
|
109
80
|
/**
|
|
110
81
|
* Display validation feedback in a styled tooltip.
|
|
111
82
|
*
|
|
@@ -124,47 +95,33 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
124
95
|
*
|
|
125
96
|
* @since 4.3.0
|
|
126
97
|
*/
|
|
127
|
-
feedback:
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
};
|
|
98
|
+
feedback: StringConstructor;
|
|
130
99
|
/**
|
|
131
100
|
* Provide valuable, actionable feedback.
|
|
132
101
|
*
|
|
133
102
|
* @since 4.3.0
|
|
134
103
|
*/
|
|
135
|
-
feedbackInvalid:
|
|
136
|
-
type: StringConstructor;
|
|
137
|
-
};
|
|
104
|
+
feedbackInvalid: StringConstructor;
|
|
138
105
|
/**
|
|
139
106
|
* Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
140
107
|
*
|
|
141
108
|
* @since 4.3.0
|
|
142
109
|
*/
|
|
143
|
-
feedbackValid:
|
|
144
|
-
type: StringConstructor;
|
|
145
|
-
};
|
|
110
|
+
feedbackValid: StringConstructor;
|
|
146
111
|
/**
|
|
147
112
|
* Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
148
113
|
*
|
|
149
114
|
* @since 4.3.0
|
|
150
115
|
*/
|
|
151
|
-
floatingLabel:
|
|
152
|
-
type: StringConstructor;
|
|
153
|
-
};
|
|
116
|
+
floatingLabel: StringConstructor;
|
|
154
117
|
/**
|
|
155
118
|
* Specifies the number of visible options in a drop-down list.
|
|
156
119
|
*/
|
|
157
|
-
htmlSize:
|
|
158
|
-
type: NumberConstructor;
|
|
159
|
-
default: undefined;
|
|
160
|
-
required: false;
|
|
161
|
-
};
|
|
120
|
+
htmlSize: NumberConstructor;
|
|
162
121
|
/**
|
|
163
122
|
* The id global attribute defines an identifier (ID) that must be unique in the whole document.
|
|
164
123
|
*/
|
|
165
|
-
id:
|
|
166
|
-
type: StringConstructor;
|
|
167
|
-
};
|
|
124
|
+
id: StringConstructor;
|
|
168
125
|
/**
|
|
169
126
|
* Set component validation state to invalid.
|
|
170
127
|
*/
|
|
@@ -174,32 +131,21 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
174
131
|
*
|
|
175
132
|
* @since 4.3.0
|
|
176
133
|
*/
|
|
177
|
-
label:
|
|
178
|
-
type: StringConstructor;
|
|
179
|
-
};
|
|
134
|
+
label: StringConstructor;
|
|
180
135
|
/**
|
|
181
136
|
* The default name for a value passed using v-model.
|
|
182
137
|
*/
|
|
183
138
|
modelValue: {
|
|
184
139
|
type: PropType<string | string[]>;
|
|
185
|
-
default: undefined;
|
|
186
|
-
require: boolean;
|
|
187
|
-
};
|
|
188
|
-
multiple: {
|
|
189
|
-
type: BooleanConstructor;
|
|
190
|
-
required: false;
|
|
191
140
|
};
|
|
141
|
+
multiple: BooleanConstructor;
|
|
192
142
|
/**
|
|
193
143
|
* Options list of the select component. Available keys: `label`, `value`, `disabled`.
|
|
194
144
|
* Examples:
|
|
195
145
|
* - `:options="[{ value: 'js', label: 'JavaScript' }, { value: 'html', label: 'HTML', disabled: true }]"`
|
|
196
146
|
* - `:options="['js', 'html']"`
|
|
197
147
|
*/
|
|
198
|
-
options:
|
|
199
|
-
type: PropType<string[] | Option[]>;
|
|
200
|
-
default: undefined;
|
|
201
|
-
required: false;
|
|
202
|
-
};
|
|
148
|
+
options: PropType<string[] | Option[]>;
|
|
203
149
|
/**
|
|
204
150
|
* Size the component small or large.
|
|
205
151
|
*
|
|
@@ -207,8 +153,6 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
207
153
|
*/
|
|
208
154
|
size: {
|
|
209
155
|
type: StringConstructor;
|
|
210
|
-
default: undefined;
|
|
211
|
-
require: boolean;
|
|
212
156
|
validator: (value: string) => boolean;
|
|
213
157
|
};
|
|
214
158
|
/**
|
|
@@ -216,9 +160,7 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
216
160
|
*
|
|
217
161
|
* @since 4.3.0
|
|
218
162
|
*/
|
|
219
|
-
text:
|
|
220
|
-
type: StringConstructor;
|
|
221
|
-
};
|
|
163
|
+
text: StringConstructor;
|
|
222
164
|
/**
|
|
223
165
|
* Display validation feedback in a styled tooltip.
|
|
224
166
|
*
|
|
@@ -234,12 +176,8 @@ declare const CFormSelect: import("vue").DefineComponent<{
|
|
|
234
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
235
177
|
}, {
|
|
236
178
|
invalid: boolean;
|
|
237
|
-
size: string;
|
|
238
179
|
valid: boolean;
|
|
239
180
|
tooltipFeedback: boolean;
|
|
240
|
-
modelValue: string | string[];
|
|
241
|
-
htmlSize: number;
|
|
242
181
|
multiple: boolean;
|
|
243
|
-
options: string[] | Option[];
|
|
244
182
|
}>;
|
|
245
183
|
export { CFormSelect };
|
|
@@ -2,28 +2,19 @@ declare const CFormSwitch: import("vue").DefineComponent<{
|
|
|
2
2
|
/**
|
|
3
3
|
* The id global attribute defines an identifier (ID) that must be unique in the whole document
|
|
4
4
|
*/
|
|
5
|
-
id:
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
5
|
+
id: StringConstructor;
|
|
8
6
|
/**
|
|
9
7
|
* Set component validation state to invalid.
|
|
10
8
|
*/
|
|
11
|
-
invalid:
|
|
12
|
-
type: BooleanConstructor;
|
|
13
|
-
};
|
|
9
|
+
invalid: BooleanConstructor;
|
|
14
10
|
/**
|
|
15
11
|
* The element represents a caption for a component.
|
|
16
12
|
*/
|
|
17
|
-
label:
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
};
|
|
13
|
+
label: StringConstructor;
|
|
20
14
|
/**
|
|
21
15
|
* The default name for a value passed using v-model.
|
|
22
16
|
*/
|
|
23
|
-
modelValue:
|
|
24
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
25
|
-
value: undefined;
|
|
26
|
-
};
|
|
17
|
+
modelValue: (StringConstructor | BooleanConstructor)[];
|
|
27
18
|
/**
|
|
28
19
|
* Put checkboxes or radios on the opposite side.
|
|
29
20
|
*
|
|
@@ -51,37 +42,26 @@ declare const CFormSwitch: import("vue").DefineComponent<{
|
|
|
51
42
|
/**
|
|
52
43
|
* Set component validation state to valid.
|
|
53
44
|
*/
|
|
54
|
-
valid:
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
};
|
|
45
|
+
valid: BooleanConstructor;
|
|
57
46
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
58
47
|
[key: string]: any;
|
|
59
48
|
}>, 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<{
|
|
60
49
|
/**
|
|
61
50
|
* The id global attribute defines an identifier (ID) that must be unique in the whole document
|
|
62
51
|
*/
|
|
63
|
-
id:
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
};
|
|
52
|
+
id: StringConstructor;
|
|
66
53
|
/**
|
|
67
54
|
* Set component validation state to invalid.
|
|
68
55
|
*/
|
|
69
|
-
invalid:
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
};
|
|
56
|
+
invalid: BooleanConstructor;
|
|
72
57
|
/**
|
|
73
58
|
* The element represents a caption for a component.
|
|
74
59
|
*/
|
|
75
|
-
label:
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
};
|
|
60
|
+
label: StringConstructor;
|
|
78
61
|
/**
|
|
79
62
|
* The default name for a value passed using v-model.
|
|
80
63
|
*/
|
|
81
|
-
modelValue:
|
|
82
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
83
|
-
value: undefined;
|
|
84
|
-
};
|
|
64
|
+
modelValue: (StringConstructor | BooleanConstructor)[];
|
|
85
65
|
/**
|
|
86
66
|
* Put checkboxes or radios on the opposite side.
|
|
87
67
|
*
|
|
@@ -109,16 +89,14 @@ declare const CFormSwitch: import("vue").DefineComponent<{
|
|
|
109
89
|
/**
|
|
110
90
|
* Set component validation state to valid.
|
|
111
91
|
*/
|
|
112
|
-
valid:
|
|
113
|
-
type: BooleanConstructor;
|
|
114
|
-
};
|
|
92
|
+
valid: BooleanConstructor;
|
|
115
93
|
}>> & {
|
|
116
94
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
117
95
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
118
96
|
}, {
|
|
119
97
|
reverse: boolean;
|
|
120
|
-
type: string;
|
|
121
98
|
invalid: boolean;
|
|
99
|
+
type: string;
|
|
122
100
|
valid: boolean;
|
|
123
101
|
}>;
|
|
124
102
|
export { CFormSwitch };
|
|
@@ -4,7 +4,6 @@ declare const CFormText: 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 CFormText: import("vue").DefineComponent<{
|
|
|
15
14
|
*/
|
|
16
15
|
component: {
|
|
17
16
|
type: StringConstructor;
|
|
18
|
-
required: false;
|
|
19
17
|
default: string;
|
|
20
18
|
};
|
|
21
19
|
}>>, {
|
|
@@ -2,47 +2,35 @@ declare const CFormTextarea: import("vue").DefineComponent<{
|
|
|
2
2
|
/**
|
|
3
3
|
* Toggle the disabled state for the component.
|
|
4
4
|
*/
|
|
5
|
-
disabled:
|
|
6
|
-
type: BooleanConstructor;
|
|
7
|
-
};
|
|
5
|
+
disabled: BooleanConstructor;
|
|
8
6
|
/**
|
|
9
7
|
* Provide valuable, actionable feedback.
|
|
10
8
|
*
|
|
11
9
|
* @since 4.3.0
|
|
12
10
|
*/
|
|
13
|
-
feedback:
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
};
|
|
11
|
+
feedback: StringConstructor;
|
|
16
12
|
/**
|
|
17
13
|
* Provide valuable, actionable feedback.
|
|
18
14
|
*
|
|
19
15
|
* @since 4.3.0
|
|
20
16
|
*/
|
|
21
|
-
feedbackInvalid:
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
};
|
|
17
|
+
feedbackInvalid: StringConstructor;
|
|
24
18
|
/**
|
|
25
19
|
* Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
26
20
|
*
|
|
27
21
|
* @since 4.3.0
|
|
28
22
|
*/
|
|
29
|
-
feedbackValid:
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
};
|
|
23
|
+
feedbackValid: StringConstructor;
|
|
32
24
|
/**
|
|
33
25
|
* Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
34
26
|
*
|
|
35
27
|
* @since 4.3.0
|
|
36
28
|
*/
|
|
37
|
-
floatingLabel:
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
};
|
|
29
|
+
floatingLabel: StringConstructor;
|
|
40
30
|
/**
|
|
41
31
|
* The id global attribute defines an identifier (ID) that must be unique in the whole document.
|
|
42
32
|
*/
|
|
43
|
-
id:
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
};
|
|
33
|
+
id: StringConstructor;
|
|
46
34
|
/**
|
|
47
35
|
* Set component validation state to invalid.
|
|
48
36
|
*/
|
|
@@ -52,36 +40,25 @@ declare const CFormTextarea: import("vue").DefineComponent<{
|
|
|
52
40
|
*
|
|
53
41
|
* @since 4.3.0
|
|
54
42
|
*/
|
|
55
|
-
label:
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
};
|
|
43
|
+
label: StringConstructor;
|
|
58
44
|
/**
|
|
59
45
|
* The default name for a value passed using v-model.
|
|
60
46
|
*/
|
|
61
|
-
modelValue:
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: undefined;
|
|
64
|
-
};
|
|
47
|
+
modelValue: StringConstructor;
|
|
65
48
|
/**
|
|
66
49
|
* 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`.
|
|
67
50
|
*/
|
|
68
|
-
plainText:
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
};
|
|
51
|
+
plainText: BooleanConstructor;
|
|
71
52
|
/**
|
|
72
53
|
* Toggle the readonly state for the component.
|
|
73
54
|
*/
|
|
74
|
-
readonly:
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
};
|
|
55
|
+
readonly: BooleanConstructor;
|
|
77
56
|
/**
|
|
78
57
|
* Add helper text to the component.
|
|
79
58
|
*
|
|
80
59
|
* @since 4.3.0
|
|
81
60
|
*/
|
|
82
|
-
text:
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
};
|
|
61
|
+
text: StringConstructor;
|
|
85
62
|
/**
|
|
86
63
|
* Display validation feedback in a styled tooltip.
|
|
87
64
|
*
|
|
@@ -98,47 +75,35 @@ declare const CFormTextarea: import("vue").DefineComponent<{
|
|
|
98
75
|
/**
|
|
99
76
|
* Toggle the disabled state for the component.
|
|
100
77
|
*/
|
|
101
|
-
disabled:
|
|
102
|
-
type: BooleanConstructor;
|
|
103
|
-
};
|
|
78
|
+
disabled: BooleanConstructor;
|
|
104
79
|
/**
|
|
105
80
|
* Provide valuable, actionable feedback.
|
|
106
81
|
*
|
|
107
82
|
* @since 4.3.0
|
|
108
83
|
*/
|
|
109
|
-
feedback:
|
|
110
|
-
type: StringConstructor;
|
|
111
|
-
};
|
|
84
|
+
feedback: StringConstructor;
|
|
112
85
|
/**
|
|
113
86
|
* Provide valuable, actionable feedback.
|
|
114
87
|
*
|
|
115
88
|
* @since 4.3.0
|
|
116
89
|
*/
|
|
117
|
-
feedbackInvalid:
|
|
118
|
-
type: StringConstructor;
|
|
119
|
-
};
|
|
90
|
+
feedbackInvalid: StringConstructor;
|
|
120
91
|
/**
|
|
121
92
|
* Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
122
93
|
*
|
|
123
94
|
* @since 4.3.0
|
|
124
95
|
*/
|
|
125
|
-
feedbackValid:
|
|
126
|
-
type: StringConstructor;
|
|
127
|
-
};
|
|
96
|
+
feedbackValid: StringConstructor;
|
|
128
97
|
/**
|
|
129
98
|
* Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`.
|
|
130
99
|
*
|
|
131
100
|
* @since 4.3.0
|
|
132
101
|
*/
|
|
133
|
-
floatingLabel:
|
|
134
|
-
type: StringConstructor;
|
|
135
|
-
};
|
|
102
|
+
floatingLabel: StringConstructor;
|
|
136
103
|
/**
|
|
137
104
|
* The id global attribute defines an identifier (ID) that must be unique in the whole document.
|
|
138
105
|
*/
|
|
139
|
-
id:
|
|
140
|
-
type: StringConstructor;
|
|
141
|
-
};
|
|
106
|
+
id: StringConstructor;
|
|
142
107
|
/**
|
|
143
108
|
* Set component validation state to invalid.
|
|
144
109
|
*/
|
|
@@ -148,36 +113,25 @@ declare const CFormTextarea: import("vue").DefineComponent<{
|
|
|
148
113
|
*
|
|
149
114
|
* @since 4.3.0
|
|
150
115
|
*/
|
|
151
|
-
label:
|
|
152
|
-
type: StringConstructor;
|
|
153
|
-
};
|
|
116
|
+
label: StringConstructor;
|
|
154
117
|
/**
|
|
155
118
|
* The default name for a value passed using v-model.
|
|
156
119
|
*/
|
|
157
|
-
modelValue:
|
|
158
|
-
type: StringConstructor;
|
|
159
|
-
default: undefined;
|
|
160
|
-
};
|
|
120
|
+
modelValue: StringConstructor;
|
|
161
121
|
/**
|
|
162
122
|
* 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`.
|
|
163
123
|
*/
|
|
164
|
-
plainText:
|
|
165
|
-
type: BooleanConstructor;
|
|
166
|
-
};
|
|
124
|
+
plainText: BooleanConstructor;
|
|
167
125
|
/**
|
|
168
126
|
* Toggle the readonly state for the component.
|
|
169
127
|
*/
|
|
170
|
-
readonly:
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
};
|
|
128
|
+
readonly: BooleanConstructor;
|
|
173
129
|
/**
|
|
174
130
|
* Add helper text to the component.
|
|
175
131
|
*
|
|
176
132
|
* @since 4.3.0
|
|
177
133
|
*/
|
|
178
|
-
text:
|
|
179
|
-
type: StringConstructor;
|
|
180
|
-
};
|
|
134
|
+
text: StringConstructor;
|
|
181
135
|
/**
|
|
182
136
|
* Display validation feedback in a styled tooltip.
|
|
183
137
|
*
|
|
@@ -197,7 +151,6 @@ declare const CFormTextarea: import("vue").DefineComponent<{
|
|
|
197
151
|
disabled: boolean;
|
|
198
152
|
valid: boolean;
|
|
199
153
|
tooltipFeedback: boolean;
|
|
200
|
-
modelValue: string;
|
|
201
154
|
plainText: boolean;
|
|
202
155
|
readonly: boolean;
|
|
203
156
|
}>;
|
|
@@ -6,8 +6,6 @@ declare const CInputGroup: 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
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -20,11 +18,7 @@ declare const CInputGroup: import("vue").DefineComponent<{
|
|
|
20
18
|
*/
|
|
21
19
|
size: {
|
|
22
20
|
type: StringConstructor;
|
|
23
|
-
default: undefined;
|
|
24
|
-
required: false;
|
|
25
21
|
validator: (value: string) => boolean;
|
|
26
22
|
};
|
|
27
|
-
}>>, {
|
|
28
|
-
size: string;
|
|
29
|
-
}>;
|
|
23
|
+
}>>, {}>;
|
|
30
24
|
export { CInputGroup };
|
|
@@ -4,7 +4,6 @@ declare const CInputGroupText: 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 CInputGroupText: import("vue").DefineComponent<{
|
|
|
15
14
|
*/
|
|
16
15
|
component: {
|
|
17
16
|
type: StringConstructor;
|
|
18
|
-
required: false;
|
|
19
17
|
default: string;
|
|
20
18
|
};
|
|
21
19
|
}>>, {
|
|
@@ -14,8 +14,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
14
14
|
*/
|
|
15
15
|
xs: {
|
|
16
16
|
type: PropType<Col>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
require: boolean;
|
|
19
17
|
};
|
|
20
18
|
/**
|
|
21
19
|
* The number of columns/offset/order on small devices (<768px).
|
|
@@ -24,8 +22,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
24
22
|
*/
|
|
25
23
|
sm: {
|
|
26
24
|
type: PropType<Col>;
|
|
27
|
-
default: undefined;
|
|
28
|
-
require: boolean;
|
|
29
25
|
};
|
|
30
26
|
/**
|
|
31
27
|
* The number of columns/offset/order on medium devices (<992px).
|
|
@@ -34,8 +30,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
34
30
|
*/
|
|
35
31
|
md: {
|
|
36
32
|
type: PropType<Col>;
|
|
37
|
-
default: undefined;
|
|
38
|
-
require: boolean;
|
|
39
33
|
};
|
|
40
34
|
/**
|
|
41
35
|
* The number of columns/offset/order on large devices (<1200px).
|
|
@@ -44,8 +38,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
44
38
|
*/
|
|
45
39
|
lg: {
|
|
46
40
|
type: PropType<Col>;
|
|
47
|
-
default: undefined;
|
|
48
|
-
require: boolean;
|
|
49
41
|
};
|
|
50
42
|
/**
|
|
51
43
|
* The number of columns/offset/order on X-Large devices (<1400px).
|
|
@@ -54,8 +46,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
54
46
|
*/
|
|
55
47
|
xl: {
|
|
56
48
|
type: PropType<Col>;
|
|
57
|
-
default: undefined;
|
|
58
|
-
require: boolean;
|
|
59
49
|
};
|
|
60
50
|
/**
|
|
61
51
|
* The number of columns/offset/order on XX-Large devices (≥1400px).
|
|
@@ -64,8 +54,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
64
54
|
*/
|
|
65
55
|
xxl: {
|
|
66
56
|
type: PropType<Col>;
|
|
67
|
-
default: undefined;
|
|
68
|
-
require: boolean;
|
|
69
57
|
};
|
|
70
58
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
71
59
|
[key: string]: any;
|
|
@@ -77,8 +65,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
77
65
|
*/
|
|
78
66
|
xs: {
|
|
79
67
|
type: PropType<Col>;
|
|
80
|
-
default: undefined;
|
|
81
|
-
require: boolean;
|
|
82
68
|
};
|
|
83
69
|
/**
|
|
84
70
|
* The number of columns/offset/order on small devices (<768px).
|
|
@@ -87,8 +73,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
87
73
|
*/
|
|
88
74
|
sm: {
|
|
89
75
|
type: PropType<Col>;
|
|
90
|
-
default: undefined;
|
|
91
|
-
require: boolean;
|
|
92
76
|
};
|
|
93
77
|
/**
|
|
94
78
|
* The number of columns/offset/order on medium devices (<992px).
|
|
@@ -97,8 +81,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
97
81
|
*/
|
|
98
82
|
md: {
|
|
99
83
|
type: PropType<Col>;
|
|
100
|
-
default: undefined;
|
|
101
|
-
require: boolean;
|
|
102
84
|
};
|
|
103
85
|
/**
|
|
104
86
|
* The number of columns/offset/order on large devices (<1200px).
|
|
@@ -107,8 +89,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
107
89
|
*/
|
|
108
90
|
lg: {
|
|
109
91
|
type: PropType<Col>;
|
|
110
|
-
default: undefined;
|
|
111
|
-
require: boolean;
|
|
112
92
|
};
|
|
113
93
|
/**
|
|
114
94
|
* The number of columns/offset/order on X-Large devices (<1400px).
|
|
@@ -117,8 +97,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
117
97
|
*/
|
|
118
98
|
xl: {
|
|
119
99
|
type: PropType<Col>;
|
|
120
|
-
default: undefined;
|
|
121
|
-
require: boolean;
|
|
122
100
|
};
|
|
123
101
|
/**
|
|
124
102
|
* The number of columns/offset/order on XX-Large devices (≥1400px).
|
|
@@ -127,15 +105,6 @@ declare const CCol: import("vue").DefineComponent<{
|
|
|
127
105
|
*/
|
|
128
106
|
xxl: {
|
|
129
107
|
type: PropType<Col>;
|
|
130
|
-
default: undefined;
|
|
131
|
-
require: boolean;
|
|
132
108
|
};
|
|
133
|
-
}>>, {
|
|
134
|
-
sm: Col;
|
|
135
|
-
md: Col;
|
|
136
|
-
lg: Col;
|
|
137
|
-
xl: Col;
|
|
138
|
-
xs: Col;
|
|
139
|
-
xxl: Col;
|
|
140
|
-
}>;
|
|
109
|
+
}>>, {}>;
|
|
141
110
|
export { CCol };
|