mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Dialog pt updates
This commit is contained in:
parent
d50cd9931d
commit
df2505a697
3 changed files with 22 additions and 14 deletions
21
components/lib/confirmdialog/ConfirmDialog.d.ts
vendored
21
components/lib/confirmdialog/ConfirmDialog.d.ts
vendored
|
@ -40,18 +40,21 @@ export interface ConfirmDialogPassThroughOptions {
|
|||
*/
|
||||
headerTitle?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
* Uses to pass attributes to the header icons' DOM element.
|
||||
*/
|
||||
closeButton?: ButtonPassThroughOptions;
|
||||
headerIcons?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close button's component.
|
||||
*/
|
||||
closeButton?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close button icon's component.
|
||||
*/
|
||||
closeButtonIcon?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
|
@ -60,6 +63,10 @@ export interface ConfirmDialogPassThroughOptions {
|
|||
* Uses to pass attributes to the message's DOM element.
|
||||
*/
|
||||
message?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue