@coreui/vue-pro 4.0.3 → 4.1.2

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 (173) hide show
  1. package/README.md +1 -1
  2. package/dist/components/accordion/CAccordion.d.ts +18 -10
  3. package/dist/components/accordion/CAccordionBody.d.ts +1 -1
  4. package/dist/components/accordion/CAccordionButton.d.ts +1 -1
  5. package/dist/components/accordion/CAccordionCollapse.d.ts +9 -5
  6. package/dist/components/accordion/CAccordionHeader.d.ts +1 -1
  7. package/dist/components/accordion/CAccordionItem.d.ts +10 -5
  8. package/dist/components/alert/CAlert.d.ts +38 -12
  9. package/dist/components/alert/CAlertHeading.d.ts +10 -5
  10. package/dist/components/alert/CAlertLink.d.ts +1 -1
  11. package/dist/components/avatar/CAvatar.d.ts +59 -15
  12. package/dist/components/backdrop/CBackdrop.d.ts +10 -5
  13. package/dist/components/badge/CBadge.d.ts +59 -16
  14. package/dist/components/breadcrumb/CBreadcrumb.d.ts +1 -1
  15. package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +17 -8
  16. package/dist/components/button/CButton.d.ts +73 -20
  17. package/dist/components/button-group/CButtonGroup.d.ts +20 -8
  18. package/dist/components/button-group/CButtonToolbar.d.ts +1 -1
  19. package/dist/components/callout/CCallout.d.ts +11 -5
  20. package/dist/components/card/CCard.d.ts +20 -7
  21. package/dist/components/card/CCardBody.d.ts +1 -1
  22. package/dist/components/card/CCardFooter.d.ts +1 -1
  23. package/dist/components/card/CCardGroup.d.ts +1 -1
  24. package/dist/components/card/CCardHeader.d.ts +10 -5
  25. package/dist/components/card/CCardImage.d.ts +21 -8
  26. package/dist/components/card/CCardImageOverlay.d.ts +1 -1
  27. package/dist/components/card/CCardLink.d.ts +10 -5
  28. package/dist/components/card/CCardSubtitle.d.ts +10 -5
  29. package/dist/components/card/CCardText.d.ts +10 -5
  30. package/dist/components/card/CCardTitle.d.ts +10 -5
  31. package/dist/components/carousel/CCarousel.d.ts +58 -19
  32. package/dist/components/carousel/CCarouselCaption.d.ts +1 -1
  33. package/dist/components/carousel/CCarouselItem.d.ts +25 -9
  34. package/dist/components/close-button/CCloseButton.d.ts +16 -7
  35. package/dist/components/collapse/CCollapse.d.ts +24 -5
  36. package/dist/components/dropdown/CDropdown.d.ts +82 -22
  37. package/dist/components/dropdown/CDropdownDivider.d.ts +1 -1
  38. package/dist/components/dropdown/CDropdownHeader.d.ts +10 -5
  39. package/dist/components/dropdown/CDropdownItem.d.ts +32 -12
  40. package/dist/components/dropdown/CDropdownMenu.d.ts +12 -5
  41. package/dist/components/dropdown/CDropdownToggle.d.ts +78 -22
  42. package/dist/components/element-cover/CElementCover.d.ts +22 -7
  43. package/dist/components/element-cover/index.d.ts +6 -0
  44. package/dist/components/footer/CFooter.d.ts +13 -5
  45. package/dist/components/form/CForm.d.ts +9 -5
  46. package/dist/components/form/CFormCheck.d.ts +66 -23
  47. package/dist/components/form/CFormControl.d.ts +61 -20
  48. package/dist/components/form/CFormFeedback.d.ts +22 -11
  49. package/dist/components/form/CFormFloating.d.ts +1 -1
  50. package/dist/components/form/CFormInput.d.ts +66 -20
  51. package/dist/components/form/CFormLabel.d.ts +10 -5
  52. package/dist/components/form/CFormRange.d.ts +59 -18
  53. package/dist/components/form/CFormSelect.d.ts +66 -18
  54. package/dist/components/form/CFormSwitch.d.ts +61 -18
  55. package/dist/components/form/CFormText.d.ts +10 -5
  56. package/dist/components/form/CFormTextarea.d.ts +45 -16
  57. package/dist/components/form/CInputGroup.d.ts +13 -5
  58. package/dist/components/form/CInputGroupText.d.ts +10 -5
  59. package/dist/components/grid/CCol.d.ts +62 -15
  60. package/dist/components/grid/CContainer.d.ts +44 -15
  61. package/dist/components/grid/CRow.d.ts +57 -15
  62. package/dist/components/header/CHeader.d.ts +24 -7
  63. package/dist/components/header/CHeaderBrand.d.ts +10 -5
  64. package/dist/components/header/CHeaderDivider.d.ts +1 -1
  65. package/dist/components/header/CHeaderNav.d.ts +10 -5
  66. package/dist/components/header/CHeaderText.d.ts +1 -1
  67. package/dist/components/header/CHeaderToggler.d.ts +1 -1
  68. package/dist/components/image/CImage.d.ts +34 -12
  69. package/dist/components/index.d.ts +2 -0
  70. package/dist/components/link/CLink.d.ts +32 -12
  71. package/dist/components/list-group/CListGroup.d.ts +28 -10
  72. package/dist/components/list-group/CListGroupItem.d.ts +33 -12
  73. package/dist/components/modal/CModal.d.ts +97 -23
  74. package/dist/components/modal/CModalBody.d.ts +1 -1
  75. package/dist/components/modal/CModalFooter.d.ts +1 -1
  76. package/dist/components/modal/CModalHeader.d.ts +10 -5
  77. package/dist/components/modal/CModalTitle.d.ts +10 -5
  78. package/dist/components/multi-select/CMultiSelect.d.ts +131 -30
  79. package/dist/components/multi-select/CMultiSelectNativeSelect.d.ts +26 -11
  80. package/dist/components/multi-select/CMultiSelectOptions.d.ts +40 -11
  81. package/dist/components/multi-select/CMultiSelectSelection.d.ts +47 -13
  82. package/dist/components/nav/CNav.d.ts +32 -10
  83. package/dist/components/nav/CNavGroup.d.ts +10 -7
  84. package/dist/components/nav/CNavGroupItems.d.ts +1 -1
  85. package/dist/components/nav/CNavLink.d.ts +32 -12
  86. package/dist/components/nav/CNavTitle.d.ts +1 -1
  87. package/dist/components/navbar/CNavbar.d.ts +63 -16
  88. package/dist/components/navbar/CNavbarBrand.d.ts +19 -8
  89. package/dist/components/navbar/CNavbarNav.d.ts +10 -5
  90. package/dist/components/navbar/CNavbarText.d.ts +1 -1
  91. package/dist/components/navbar/CNavbarToggler.d.ts +1 -1
  92. package/dist/components/offcanvas/COffcanvas.d.ts +44 -14
  93. package/dist/components/offcanvas/COffcanvasBody.d.ts +1 -1
  94. package/dist/components/offcanvas/COffcanvasHeader.d.ts +1 -1
  95. package/dist/components/offcanvas/COffcanvasTitle.d.ts +10 -5
  96. package/dist/components/pagination/CPagination.d.ts +24 -7
  97. package/dist/components/pagination/CPaginationItem.d.ts +32 -12
  98. package/dist/components/pagination/CSmartPagination.d.ts +120 -28
  99. package/dist/components/placeholder/CPlaceholder.d.ts +189 -0
  100. package/dist/components/placeholder/index.d.ts +6 -0
  101. package/dist/components/popover/CPopover.d.ts +51 -17
  102. package/dist/components/progress/CProgressBar.d.ts +37 -12
  103. package/dist/components/sidebar/CSidebar.d.ts +59 -20
  104. package/dist/components/sidebar/CSidebarBrand.d.ts +1 -1
  105. package/dist/components/sidebar/CSidebarFooter.d.ts +1 -1
  106. package/dist/components/sidebar/CSidebarHeader.d.ts +1 -1
  107. package/dist/components/sidebar/CSidebarNav.d.ts +1 -1
  108. package/dist/components/sidebar/CSidebarToggler.d.ts +1 -1
  109. package/dist/components/smart-table/CSmartTable.d.ts +281 -69
  110. package/dist/components/smart-table/CSmartTableBody.d.ts +37 -20
  111. package/dist/components/smart-table/CSmartTableCleaner.d.ts +7 -5
  112. package/dist/components/smart-table/CSmartTableFilter.d.ts +17 -9
  113. package/dist/components/smart-table/CSmartTableHead.d.ts +42 -23
  114. package/dist/components/smart-table/CSmartTableItemsPerPageSelector.d.ts +17 -10
  115. package/dist/components/spinner/CSpinner.d.ts +51 -14
  116. package/dist/components/table/CTable.d.ts +89 -25
  117. package/dist/components/table/CTableBody.d.ts +11 -5
  118. package/dist/components/table/CTableCaption.d.ts +2 -4
  119. package/dist/components/table/CTableDataCell.d.ts +29 -10
  120. package/dist/components/table/CTableFoot.d.ts +11 -5
  121. package/dist/components/table/CTableHead.d.ts +11 -5
  122. package/dist/components/table/CTableHeaderCell.d.ts +11 -5
  123. package/dist/components/table/CTableRow.d.ts +29 -10
  124. package/dist/components/tabs/CTabContent.d.ts +1 -1
  125. package/dist/components/tabs/CTabPane.d.ts +10 -5
  126. package/dist/components/toast/CToast.d.ts +59 -18
  127. package/dist/components/toast/CToastBody.d.ts +1 -1
  128. package/dist/components/toast/CToastHeader.d.ts +9 -5
  129. package/dist/components/toast/CToaster.d.ts +13 -5
  130. package/dist/components/tooltip/CTooltip.d.ts +42 -14
  131. package/dist/components/widgets/CWidgetStatsA.d.ts +23 -10
  132. package/dist/components/widgets/CWidgetStatsB.d.ts +46 -18
  133. package/dist/components/widgets/CWidgetStatsC.d.ts +37 -15
  134. package/dist/components/widgets/CWidgetStatsD.d.ts +19 -8
  135. package/dist/components/widgets/CWidgetStatsE.d.ts +18 -8
  136. package/dist/components/widgets/CWidgetStatsF.d.ts +43 -15
  137. package/dist/directives/index.d.ts +3 -2
  138. package/dist/directives/v-c-placeholder.d.ts +6 -0
  139. package/dist/directives/v-c-visible.d.ts +6 -0
  140. package/dist/index.es.js +760 -455
  141. package/dist/index.es.js.map +1 -1
  142. package/dist/index.js +763 -453
  143. package/dist/index.js.map +1 -1
  144. package/package.json +8 -8
  145. package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.ts.snap +1 -1
  146. package/src/components/button/CButton.ts +1 -0
  147. package/src/components/collapse/CCollapse.ts +49 -21
  148. package/src/components/collapse/__test__/__snapshots__/CCollapse.spec.ts.snap +1 -1
  149. package/src/components/element-cover/index.ts +10 -0
  150. package/src/components/form/CFormInput.ts +6 -6
  151. package/src/components/form/CFormSelect.ts +21 -6
  152. package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +8 -2
  153. package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +1 -1
  154. package/src/components/grid/CCol.ts +8 -8
  155. package/src/components/grid/CContainer.ts +3 -3
  156. package/src/components/grid/CRow.ts +6 -6
  157. package/src/components/index.ts +2 -0
  158. package/src/components/modal/CModal.ts +68 -40
  159. package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +1 -2
  160. package/src/components/offcanvas/COffcanvas.ts +30 -20
  161. package/src/components/offcanvas/__tests__/COffcanvas.spec.ts +1 -1
  162. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +2 -2
  163. package/src/components/placeholder/CPlaceholder.ts +139 -0
  164. package/src/components/placeholder/__tests__/CPlaceholder.spec.ts +44 -0
  165. package/src/components/placeholder/__tests__/__snapshots__/CPlaceholder.spec.ts.snap +15 -0
  166. package/src/components/placeholder/index.ts +10 -0
  167. package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -8
  168. package/src/components/smart-table/CSmartTable.ts +38 -36
  169. package/src/components/smart-table/CSmartTableHead.ts +54 -44
  170. package/src/directives/index.ts +3 -2
  171. package/src/directives/v-c-placeholder.ts +32 -0
  172. package/src/directives/v-c-visible.ts +33 -0
  173. package/src/index.ts +2 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  Several quick start options are available:
45
45
 
46
- - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v4.0.3.zip)
46
+ - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v4.1.2.zip)
47
47
  - Clone the repo: `git clone https://github.com/coreui/coreui-vue-pro.git`
48
48
  - Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue-pro`
49
49
  - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue-pro`
@@ -17,16 +17,24 @@ declare const CAccordion: import("vue").DefineComponent<{
17
17
  flush: BooleanConstructor;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
21
- activeItemKey?: unknown;
22
- alwaysOpen?: unknown;
23
- flush?: unknown;
24
- } & {
25
- alwaysOpen: boolean;
26
- flush: boolean;
27
- } & {
28
- activeItemKey?: string | number | undefined;
29
- }>, {
20
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ /**
22
+ * The active item key.
23
+ */
24
+ activeItemKey: {
25
+ type: (NumberConstructor | StringConstructor)[];
26
+ default: undefined;
27
+ require: boolean;
28
+ };
29
+ /**
30
+ * Make accordion items stay open when another item is opened
31
+ */
32
+ alwaysOpen: BooleanConstructor;
33
+ /**
34
+ * Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
35
+ */
36
+ flush: BooleanConstructor;
37
+ }>>, {
30
38
  activeItemKey: string | number;
31
39
  alwaysOpen: boolean;
32
40
  flush: boolean;
@@ -1,4 +1,4 @@
1
1
  declare const CAccordionBody: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CAccordionBody };
@@ -1,4 +1,4 @@
1
1
  declare const CAccordionButton: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CAccordionButton };
@@ -8,11 +8,15 @@ declare const CAccordionCollapse: import("vue").DefineComponent<{
8
8
  };
9
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
10
  [key: string]: any;
11
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
12
- visible?: unknown;
13
- } & {
14
- visible: boolean;
15
- } & {}>, {
11
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ /**
13
+ * Toggle the visibility of component.
14
+ */
15
+ visible: {
16
+ type: BooleanConstructor;
17
+ required: false;
18
+ };
19
+ }>>, {
16
20
  visible: boolean;
17
21
  }>;
18
22
  export { CAccordionCollapse };
@@ -1,4 +1,4 @@
1
1
  declare const CAccordionHeader: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CAccordionHeader };
@@ -9,11 +9,16 @@ declare const CAccordionItem: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
13
- itemKey?: unknown;
14
- } & {} & {
15
- itemKey?: string | number | undefined;
16
- }>, {
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ /**
14
+ * The item key.
15
+ */
16
+ itemKey: {
17
+ type: (NumberConstructor | StringConstructor)[];
18
+ default: undefined;
19
+ require: boolean;
20
+ };
21
+ }>>, {
17
22
  itemKey: string | number;
18
23
  }>;
19
24
  export { CAccordionItem };
@@ -37,18 +37,44 @@ export declare const CAlert: import("vue").DefineComponent<{
37
37
  };
38
38
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
39
  [key: string]: any;
40
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
41
- color?: unknown;
42
- dismissible?: unknown;
43
- variant?: unknown;
44
- visible?: unknown;
45
- } & {
46
- visible: boolean;
47
- dismissible: boolean;
48
- } & {
49
- color?: string | undefined;
50
- variant?: string | undefined;
51
- }> & {
40
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
41
+ /**
42
+ * Sets the color context of the component to one of CoreUI’s themed colors.
43
+ *
44
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
45
+ */
46
+ color: {
47
+ type: StringConstructor;
48
+ validator: (value: string) => boolean;
49
+ };
50
+ /**
51
+ * Optionally add a close button to alert and allow it to self dismisss.
52
+ */
53
+ dismissible: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ required: false;
57
+ };
58
+ /**
59
+ * Set the alert variant to a solid.
60
+ *
61
+ * @values 'solid'
62
+ */
63
+ variant: {
64
+ type: StringConstructor;
65
+ default: undefined;
66
+ required: false;
67
+ validator: (value: string) => boolean;
68
+ };
69
+ /**
70
+ * Toggle the visibility of alert component.
71
+ */
72
+ visible: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ required: false;
76
+ };
77
+ }>> & {
52
78
  onClose?: ((...args: any[]) => any) | undefined;
53
79
  }, {
54
80
  visible: boolean;
@@ -9,10 +9,15 @@ export declare const CAlertHeading: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
13
- component?: unknown;
14
- } & {
15
- component: string;
16
- } & {}>, {
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ /**
14
+ * Component used for the root node. Either a string to use a HTML element or a component.
15
+ */
16
+ component: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ required: false;
20
+ };
21
+ }>>, {
17
22
  component: string;
18
23
  }>;
@@ -1,3 +1,3 @@
1
1
  export declare const CAlertLink: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -58,21 +58,65 @@ declare const CAvatar: import("vue").DefineComponent<{
58
58
  };
59
59
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
60
  [key: string]: any;
61
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
62
- color?: unknown;
63
- shape?: unknown;
64
- size?: unknown;
65
- src?: unknown;
66
- status?: unknown;
67
- textColor?: unknown;
68
- } & {} & {
69
- color?: string | undefined;
70
- shape?: string | undefined;
71
- size?: string | undefined;
72
- src?: string | undefined;
73
- status?: string | undefined;
74
- textColor?: string | undefined;
75
- }>, {
61
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
+ /**
63
+ * Sets the color context of the component to one of CoreUI’s themed colors.
64
+ *
65
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
66
+ */
67
+ color: {
68
+ type: StringConstructor;
69
+ validator: (value: string) => boolean;
70
+ };
71
+ /**
72
+ * Select the shape of the component.
73
+ *
74
+ * @values 'rounded', 'rounded-top', 'rounded-end', 'rounded-bottom', 'rounded-start', 'rounded-circle', 'rounded-pill', 'rounded-0', 'rounded-1', 'rounded-2', 'rounded-3'
75
+ */
76
+ shape: {
77
+ type: StringConstructor;
78
+ validator: (value: string) => boolean;
79
+ };
80
+ /**
81
+ * Size the component small, large, or extra large.
82
+ *
83
+ * @values 'sm', 'md', 'lg', 'xl'
84
+ */
85
+ size: {
86
+ type: StringConstructor;
87
+ default: undefined;
88
+ required: false;
89
+ validator: (value: string) => boolean;
90
+ };
91
+ /**
92
+ * The src attribute for the img element.
93
+ */
94
+ src: {
95
+ type: StringConstructor;
96
+ default: undefined;
97
+ required: false;
98
+ };
99
+ /**
100
+ * Sets the color context of the status indicator to one of CoreUI’s themed colors.
101
+ *
102
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
103
+ */
104
+ status: {
105
+ type: StringConstructor;
106
+ default: undefined;
107
+ required: false;
108
+ validator: (value: string) => boolean;
109
+ };
110
+ /**
111
+ * Sets the text color of the component to one of CoreUI’s themed colors.
112
+ *
113
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'white', 'muted', 'high-emphasis', 'medium-emphasis', 'disabled', 'high-emphasis-inverse', 'medium-emphasis-inverse', 'disabled-inverse'
114
+ */
115
+ textColor: {
116
+ type: StringConstructor;
117
+ validator: (value: string) => boolean;
118
+ };
119
+ }>>, {
76
120
  size: string;
77
121
  src: string;
78
122
  status: string;
@@ -10,11 +10,16 @@ declare const CBackdrop: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- visible?: unknown;
15
- } & {
16
- visible: boolean;
17
- } & {}>, {
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Toggle the visibility of modal component.
16
+ */
17
+ visible: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ required: false;
21
+ };
22
+ }>>, {
18
23
  visible: boolean;
19
24
  }>;
20
25
  export { CBackdrop };
@@ -58,22 +58,65 @@ declare const CBadge: import("vue").DefineComponent<{
58
58
  };
59
59
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
60
  [key: string]: any;
61
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
62
- color?: unknown;
63
- component?: unknown;
64
- position?: unknown;
65
- shape?: unknown;
66
- size?: unknown;
67
- textColor?: unknown;
68
- } & {
69
- component: string;
70
- } & {
71
- color?: string | undefined;
72
- shape?: string | undefined;
73
- size?: string | undefined;
74
- textColor?: string | undefined;
75
- position?: string | undefined;
76
- }>, {
61
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
+ /**
63
+ * Sets the color context of the component to one of CoreUI’s themed colors.
64
+ *
65
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
66
+ */
67
+ color: {
68
+ type: StringConstructor;
69
+ validator: (value: string) => boolean;
70
+ };
71
+ /**
72
+ * Component used for the root node. Either a string to use a HTML element or a component.
73
+ */
74
+ component: {
75
+ type: StringConstructor;
76
+ required: false;
77
+ default: string;
78
+ };
79
+ /**
80
+ * Position badge in one of the corners of a link or button.
81
+ *
82
+ * @values 'top-start', 'top-end', 'bottom-end', 'bottom-start'
83
+ */
84
+ position: {
85
+ type: StringConstructor;
86
+ default: undefined;
87
+ required: false;
88
+ validator: (value: string) => boolean;
89
+ };
90
+ /**
91
+ * Select the shape of the component.
92
+ *
93
+ * @values 'rounded', 'rounded-top', 'rounded-end', 'rounded-bottom', 'rounded-start', 'rounded-circle', 'rounded-pill', 'rounded-0', 'rounded-1', 'rounded-2', 'rounded-3'
94
+ */
95
+ shape: {
96
+ type: StringConstructor;
97
+ validator: (value: string) => boolean;
98
+ };
99
+ /**
100
+ * Size the component small.
101
+ *
102
+ * @values 'sm'
103
+ */
104
+ size: {
105
+ type: StringConstructor;
106
+ default: undefined;
107
+ required: false;
108
+ validator: (value: string) => boolean;
109
+ };
110
+ /**
111
+ * Sets the text color of the component to one of CoreUI’s themed colors.
112
+ *
113
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'white', 'muted', 'high-emphasis', 'medium-emphasis', 'disabled', 'high-emphasis-inverse', 'medium-emphasis-inverse', 'disabled-inverse'
114
+ */
115
+ textColor: {
116
+ type: StringConstructor;
117
+ validator: (value: string) => boolean;
118
+ };
119
+ }>>, {
77
120
  component: string;
78
121
  size: string;
79
122
  position: string;
@@ -1,4 +1,4 @@
1
1
  declare const CBreadcrumb: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CBreadcrumb };
@@ -16,14 +16,23 @@ declare const CBreadcrumbItem: import("vue").DefineComponent<{
16
16
  };
17
17
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
18
  [key: string]: any;
19
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
20
- active?: unknown;
21
- href?: unknown;
22
- } & {
23
- active: boolean;
24
- } & {
25
- href?: string | undefined;
26
- }>, {
19
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ /**
21
+ * Toggle the active state for the component.
22
+ */
23
+ active: {
24
+ type: BooleanConstructor;
25
+ required: false;
26
+ };
27
+ /**
28
+ * The `href` attribute for the inner link component.
29
+ */
30
+ href: {
31
+ type: StringConstructor;
32
+ default: undefined;
33
+ required: false;
34
+ };
35
+ }>>, {
27
36
  active: boolean;
28
37
  href: string;
29
38
  }>;
@@ -72,26 +72,79 @@ export declare const CButton: import("vue").DefineComponent<{
72
72
  };
73
73
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
74
  [key: string]: any;
75
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
76
- active?: unknown;
77
- color?: unknown;
78
- component?: unknown;
79
- disabled?: unknown;
80
- href?: unknown;
81
- shape?: unknown;
82
- size?: unknown;
83
- variant?: unknown;
84
- } & {
85
- disabled: boolean;
86
- component: string;
87
- active: boolean;
88
- } & {
89
- color?: string | undefined;
90
- variant?: string | undefined;
91
- shape?: string | undefined;
92
- size?: string | undefined;
93
- href?: string | undefined;
94
- }>, {
75
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
76
+ /**
77
+ * Toggle the active state for the component.
78
+ */
79
+ active: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ required: false;
83
+ };
84
+ /**
85
+ * Sets the color context of the component to one of CoreUI’s themed colors.
86
+ *
87
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
88
+ */
89
+ color: {
90
+ type: StringConstructor;
91
+ validator: (value: string) => boolean;
92
+ };
93
+ /**
94
+ * Component used for the root node. Either a string to use a HTML element or a component.
95
+ */
96
+ component: {
97
+ type: StringConstructor;
98
+ default: string;
99
+ required: false;
100
+ };
101
+ /**
102
+ * Toggle the disabled state for the component.
103
+ */
104
+ disabled: {
105
+ type: BooleanConstructor;
106
+ required: false;
107
+ };
108
+ /**
109
+ * The href attribute specifies the URL of the page the link goes to.
110
+ */
111
+ href: {
112
+ type: StringConstructor;
113
+ default: undefined;
114
+ required: false;
115
+ };
116
+ /**
117
+ * Select the shape of the component.
118
+ *
119
+ * @values 'rounded', 'rounded-top', 'rounded-end', 'rounded-bottom', 'rounded-start', 'rounded-circle', 'rounded-pill', 'rounded-0', 'rounded-1', 'rounded-2', 'rounded-3'
120
+ */
121
+ shape: {
122
+ type: StringConstructor;
123
+ validator: (value: string) => boolean;
124
+ };
125
+ /**
126
+ * Size the component small or large.
127
+ *
128
+ * @values 'sm', 'lg'
129
+ */
130
+ size: {
131
+ type: StringConstructor;
132
+ default: undefined;
133
+ required: false;
134
+ validator: (value: string) => boolean;
135
+ };
136
+ /**
137
+ * Set the button variant to an outlined button or a ghost button.
138
+ *
139
+ * @values 'ghost', 'outline'
140
+ */
141
+ variant: {
142
+ type: StringConstructor;
143
+ default: undefined;
144
+ required: false;
145
+ validator: (value: string) => boolean;
146
+ };
147
+ }>>, {
95
148
  disabled: boolean;
96
149
  variant: string;
97
150
  component: string;
@@ -19,14 +19,26 @@ declare const CButtonGroup: import("vue").DefineComponent<{
19
19
  };
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
23
- size?: unknown;
24
- vertical?: unknown;
25
- } & {
26
- vertical: boolean;
27
- } & {
28
- size?: string | undefined;
29
- }>, {
22
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ /**
24
+ * Size the component small or large.
25
+ *
26
+ * @values 'sm', 'lg'
27
+ */
28
+ size: {
29
+ type: StringConstructor;
30
+ default: undefined;
31
+ required: false;
32
+ validator: (value: string) => boolean;
33
+ };
34
+ /**
35
+ * Create a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.
36
+ */
37
+ vertical: {
38
+ type: BooleanConstructor;
39
+ required: false;
40
+ };
41
+ }>>, {
30
42
  size: string;
31
43
  vertical: boolean;
32
44
  }>;
@@ -1,4 +1,4 @@
1
1
  declare const CButtonToolbar: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CButtonToolbar };
@@ -10,9 +10,15 @@ declare const CCallout: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- color?: unknown;
15
- } & {} & {
16
- color?: string | undefined;
17
- }>, {}>;
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Sets the color context of the component to one of CoreUI’s themed colors.
16
+ *
17
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ validator: (value: string) => boolean;
22
+ };
23
+ }>>, {}>;
18
24
  export { CCallout };
@@ -19,11 +19,24 @@ declare const CCard: import("vue").DefineComponent<{
19
19
  };
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
23
- color?: unknown;
24
- textColor?: unknown;
25
- } & {} & {
26
- color?: string | undefined;
27
- textColor?: string | undefined;
28
- }>, {}>;
22
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ /**
24
+ * Sets the color context of the component to one of CoreUI’s themed colors.
25
+ *
26
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
27
+ */
28
+ color: {
29
+ type: StringConstructor;
30
+ validator: (value: string) => boolean;
31
+ };
32
+ /**
33
+ * Sets the text color context of the component to one of CoreUI’s themed colors.
34
+ *
35
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'white', 'muted', 'high-emphasis', 'medium-emphasis', 'disabled', 'high-emphasis-inverse', 'medium-emphasis-inverse', 'disabled-inverse'
36
+ */
37
+ textColor: {
38
+ type: StringConstructor;
39
+ validator: (value: string) => boolean;
40
+ };
41
+ }>>, {}>;
29
42
  export { CCard };
@@ -1,4 +1,4 @@
1
1
  declare const CCardBody: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CCardBody };