Skip to content

Commit c7afe3e

Browse files
committed
docs: update content
1 parent e66d852 commit c7afe3e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/content/forms/date-picker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ const datePickerList = datePickerElementList.map(datePickerEl => {
249249
| Method | Description |
250250
| --- | --- |
251251
| `dateChange.coreui.date-picker` | Callback fired when the date changed. |
252+
| `show.coreui.dropdown` | Fires immediately when the show instance method is called. |
253+
| `shown.coreui.dropdown` | Fired when the calendar has been made visible to the user and CSS transitions have completed. |
254+
| `hide.coreui.dropdown` | Fires immediately when the hide instance method has been called. |
255+
| `hidden.coreui.dropdown` | Fired when the calendar has finished being hidden from the user and CSS transitions have completed. |
252256
{{< /bs-table >}}
253257

254258
```js

docs/content/forms/date-range-picker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ const dateRangePickerList = dateRangePickerElementList.map(dateRangePickerEl =>
294294
| --- | --- |
295295
| `endDateChange.coreui.date-range-picker` | Callback fired when the end date changed. |
296296
| `startDateChange.coreui.date-range-picker` | Callback fired when the start date changed. |
297+
| `show.coreui.dropdown` | Fires immediately when the show instance method is called. |
298+
| `shown.coreui.dropdown` | Fired when the calendar has been made visible to the user and CSS transitions have completed. |
299+
| `hide.coreui.dropdown` | Fires immediately when the hide instance method has been called. |
300+
| `hidden.coreui.dropdown` | Fired when the calendar has finished being hidden from the user and CSS transitions have completed. |
297301
{{< /bs-table >}}
298302

299303
```js

docs/content/forms/time-picker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ const timePickerList = timePickerElementList.map(timePickerEl => {
198198
| Method | Description |
199199
| --- | --- |
200200
| `timeChange.coreui.time-picker` | Callback fired when the value changed. |
201+
| `show.coreui.dropdown` | Fires immediately when the show instance method is called. |
202+
| `shown.coreui.dropdown` | Fired when the dropdown has been made visible to the user and CSS transitions have completed. |
203+
| `hide.coreui.dropdown` | Fires immediately when the hide instance method has been called. |
204+
| `hidden.coreui.dropdown` | Fired when the dropdown has finished being hidden from the user and CSS transitions have completed. |
201205
{{< /bs-table >}}
202206

203207
```js

0 commit comments

Comments
 (0)