mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4728 - Change slot parameter function name on* to *CallBack
This commit is contained in:
parent
6f342ad243
commit
2cc5e637ae
14 changed files with 69 additions and 7 deletions
5
components/lib/sidebar/Sidebar.d.ts
vendored
5
components/lib/sidebar/Sidebar.d.ts
vendored
|
@ -195,8 +195,13 @@ export interface SidebarSlots {
|
|||
container(scope: {
|
||||
/**
|
||||
* Close sidebar function.
|
||||
* @deprecated since v3.39.0. Use 'closeCallback' property instead.
|
||||
*/
|
||||
onClose: () => void;
|
||||
/**
|
||||
* Close sidebar function.
|
||||
*/
|
||||
closeCallback: () => void;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue