Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d42d8a

Browse filesBrowse files
committed
docs: update API documentation
1 parent 02c1c3a commit 5d42d8a
Copy full SHA for 5d42d8a

File tree

5 files changed

+8
-11
lines changed
Filter options

5 files changed

+8
-11
lines changed

‎packages/coreui-icons-vue

Copy file name to clipboard

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

Copy file name to clipboardExpand all lines: packages/coreui-vue/src/components/tabs/CTab.ts
+2Lines 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

Copy file name to clipboardExpand all lines: packages/docs/api/tabs/CTab.api.md
+4-3Lines 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

Copy file name to clipboardExpand all lines: packages/docs/api/toast/CToastHeader.api.md
-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.