mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #5682 - For Paginator, Toast
This commit is contained in:
parent
4c3c2b8bf3
commit
ce2e2b7fdd
4 changed files with 122 additions and 11 deletions
15
components/lib/toast/Toast.d.ts
vendored
15
components/lib/toast/Toast.d.ts
vendored
|
@ -278,10 +278,21 @@ export interface ToastSlots {
|
|||
message: any;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom icon template.
|
||||
* @param {Object} scope - icon slot's params.
|
||||
* @deprecated since v4.0. Use 'messageicon' slot instead.
|
||||
* Custom message icon template.
|
||||
* @param {Object} scope - message icon slot's params.
|
||||
*/
|
||||
icon(scope: {
|
||||
/**
|
||||
* Style class of the message icon
|
||||
*/
|
||||
class: any;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom message icon template.
|
||||
* @param {Object} scope - message icon slot's params.
|
||||
*/
|
||||
messageicon(scope: {
|
||||
/**
|
||||
* Style class of the icon
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue