Skip to content

Commit 5d42d8a

Browse files
committed
docs: update API documentation
1 parent 02c1c3a commit 5d42d8a

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

packages/coreui-icons-vue

packages/coreui-vue/src/components/tabs/CTab.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ const CTab = defineComponent({
55
props: {
66
/**
77
* Toggle the disabled state for the component.
8+
*
9+
* @since 5.4.0
810
*/
911
disabled: Boolean,
1012
/**

packages/docs/api/tabs/CTab.api.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import CTab from '@coreui/vue/src/components/tabs/CTab'
88

99
#### Props
1010

11-
| Prop name | Description | Type | Values | Default |
12-
| ------------ | ----------- | -------------- | ------ | ------- |
13-
| **item-key** | Item key. | number\|string | - | - |
11+
| Prop name | Description | Type | Values | Default |
12+
| ----------------------------------------------------------- | -------------------------------------------- | -------------- | ------ | ------- |
13+
| **disabled** <br><div class="badge bg-primary">5.4.0+</div> | Toggle the disabled state for the component. | boolean | - | - |
14+
| **item-key** | Item key. | number\|string | - | - |

packages/docs/api/toast/CToastHeader.api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ import CToastHeader from '@coreui/vue/src/components/toast/CToastHeader'
1111
| Prop name | Description | Type | Values | Default |
1212
| ---------------- | ----------------------------------------------- | ------- | ------ | ------- |
1313
| **close-button** | Automatically add a close button to the header. | boolean | - | - |
14-
15-
#### Events
16-
17-
| Event name | Description | Properties |
18-
| ---------- | --------------------------------------------- | ---------- |
19-
| **close** | Event called after clicking the close button. |

0 commit comments

Comments
 (0)