Skip to content

Commit 32ed8c2

Browse files
committed
docs: update API documentation
1 parent db07fab commit 32ed8c2

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

packages/docs/api/form/CFormCheck.api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import CFormCheck from '@coreui/vue/src/components/form/CFormCheck'
2727

2828
#### Events
2929

30-
| Event name | Description | Properties |
31-
| ---------------------- | ----------------------------------------------------- | ---------- |
32-
| **change** | Event occurs when the checked value has been changed. |
33-
| **update-model-value** | Emit the new value whenever there’s a change event. |
30+
| Event name | Description | Properties |
31+
| --------------------- | ----------------------------------------------------- | ---------- |
32+
| **change** | Event occurs when the checked value has been changed. |
33+
| **update:modelValue** | Emit the new value whenever there’s a change event. |

packages/docs/api/form/CFormInput.api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import CFormInput from '@coreui/vue/src/components/form/CFormInput'
2929

3030
#### Events
3131

32-
| Event name | Description | Properties |
33-
| ---------------------- | ------------------------------------------------------------------------------ | ---------- |
34-
| **change** | Event occurs when the element loses focus, after the content has been changed. |
35-
| **input** | Event occurs immediately after the value of a component has changed. |
36-
| **update-model-value** | Emit the new value whenever there’s an input or change event. |
32+
| Event name | Description | Properties |
33+
| --------------------- | ------------------------------------------------------------------------------ | ---------- |
34+
| **change** | Event occurs when the element loses focus, after the content has been changed. |
35+
| **input** | Event occurs immediately after the value of a component has changed. |
36+
| **update:modelValue** | Emit the new value whenever there’s an input or change event. |

packages/docs/api/form/CFormRange.api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import CFormRange from '@coreui/vue/src/components/form/CFormRange'
2121

2222
#### Events
2323

24-
| Event name | Description | Properties |
25-
| ---------------------- | --------------------------------------------------- | ---------- |
26-
| **change** | Event occurs when the value has been changed. |
27-
| **update-model-value** | Emit the new value whenever there’s a change event. |
24+
| Event name | Description | Properties |
25+
| --------------------- | --------------------------------------------------- | ---------- |
26+
| **change** | Event occurs when the value has been changed. |
27+
| **update:modelValue** | Emit the new value whenever there’s a change event. |

packages/docs/api/form/CFormSelect.api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import CFormSelect from '@coreui/vue/src/components/form/CFormSelect'
2727

2828
#### Events
2929

30-
| Event name | Description | Properties |
31-
| ---------------------- | ---------------------------------------------------------------------------------- | ---------- |
32-
| **change** | Event occurs when when a user changes the selected option of a `<select>` element. |
33-
| **update-model-value** | Emit the new value whenever there’s a change event. |
30+
| Event name | Description | Properties |
31+
| --------------------- | ---------------------------------------------------------------------------------- | ---------- |
32+
| **change** | Event occurs when when a user changes the selected option of a `<select>` element. |
33+
| **update:modelValue** | Emit the new value whenever there’s a change event. |

packages/docs/api/form/CFormSwitch.api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import CFormSwitch from '@coreui/vue/src/components/form/CFormSwitch'
2020

2121
#### Events
2222

23-
| Event name | Description | Properties |
24-
| ---------------------- | ----------------------------------------------------- | ---------- |
25-
| **change** | Event occurs when the checked value has been changed. |
26-
| **update-model-value** | Emit the new value whenever there’s a change event. |
23+
| Event name | Description | Properties |
24+
| --------------------- | ----------------------------------------------------- | ---------- |
25+
| **change** | Event occurs when the checked value has been changed. |
26+
| **update:modelValue** | Emit the new value whenever there’s a change event. |

packages/docs/api/form/CFormTextarea.api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import CFormTextarea from '@coreui/vue/src/components/form/CFormTextarea'
2727

2828
#### Events
2929

30-
| Event name | Description | Properties |
31-
| ---------------------- | ------------------------------------------------------------------------------ | ---------- |
32-
| **change** | Event occurs when the element loses focus, after the content has been changed. |
33-
| **input** | Event occurs immediately after the value of a component has changed. |
34-
| **update-model-value** | Emit the new value whenever there’s an input or change event. |
30+
| Event name | Description | Properties |
31+
| --------------------- | ------------------------------------------------------------------------------ | ---------- |
32+
| **change** | Event occurs when the element loses focus, after the content has been changed. |
33+
| **input** | Event occurs immediately after the value of a component has changed. |
34+
| **update:modelValue** | Emit the new value whenever there’s an input or change event. |

0 commit comments

Comments
 (0)