.d.ts fixes
parent
d72979a2d6
commit
d9d0315bd9
|
@ -221,7 +221,6 @@ export interface ColumnProps {
|
|||
rowReorder?: boolean | undefined;
|
||||
/**
|
||||
* Icon of the drag handle to reorder rows.
|
||||
* @defaultValue pi pi-bars
|
||||
*/
|
||||
rowReorderIcon?: string | undefined;
|
||||
/**
|
||||
|
|
|
@ -171,22 +171,18 @@ export interface DropdownProps {
|
|||
loading?: boolean | undefined;
|
||||
/**
|
||||
* Icon to display in clear button.
|
||||
* @defaultValue pi pi-times
|
||||
*/
|
||||
clearIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in the dropdown.
|
||||
* @defaultValue pi pi-chevron-down
|
||||
*/
|
||||
dropdownIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in filter input.
|
||||
* @defaultValue pi pi-search
|
||||
*/
|
||||
filterIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in loading state.
|
||||
* @defaultValue pi pi-spinner pi-spin
|
||||
*/
|
||||
loadingIcon?: string | undefined;
|
||||
/**
|
||||
|
|
|
@ -29,7 +29,6 @@ export interface ImageProps {
|
|||
imageClass?: any;
|
||||
/**
|
||||
* Custom indicator icon.
|
||||
* @defaultValue pi pi-eye
|
||||
*/
|
||||
indicatorIcon?: string;
|
||||
}
|
||||
|
|
|
@ -93,7 +93,6 @@ export interface SpeedDialProps {
|
|||
maskClass?: string | undefined;
|
||||
/**
|
||||
* Show icon of the button element.
|
||||
* @defaultValue pi pi-plus
|
||||
*/
|
||||
showIcon?: string | undefined;
|
||||
/**
|
||||
|
|
|
@ -123,7 +123,6 @@ export interface TreeProps {
|
|||
loading?: boolean | undefined;
|
||||
/**
|
||||
* Icon to display when tree is loading.
|
||||
* @defaultValue pi pi-spin
|
||||
*/
|
||||
loadingIcon?: string | undefined;
|
||||
/**
|
||||
|
|
|
@ -259,7 +259,6 @@ export interface TreeTableProps {
|
|||
loading?: boolean | undefined;
|
||||
/**
|
||||
* The icon to show while indicating data load is in progress.
|
||||
* @defaultValue pi pi-spinner
|
||||
*/
|
||||
loadingIcon?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue