Update API doc

pull/3853/head
GitHub Actions Bot 2023-04-06 08:22:28 +00:00
parent af30bdb0fd
commit b7d611727c
1 changed files with 77 additions and 5 deletions

View File

@ -4166,7 +4166,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "pi pi-calendar", "default": "",
"description": "Icon of the calendar button." "description": "Icon of the calendar button."
}, },
{ {
@ -4174,7 +4174,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "pi pi-chevron-left", "default": "",
"description": "Icon to show in the previous button." "description": "Icon to show in the previous button."
}, },
{ {
@ -4182,7 +4182,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "pi pi-chevron-right", "default": "",
"description": "Icon to show in the next button." "description": "Icon to show in the next button."
}, },
{ {
@ -4190,7 +4190,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "pi pi-chevron-up", "default": "",
"description": "Icon to show in each of the increment buttons." "description": "Icon to show in each of the increment buttons."
}, },
{ {
@ -4198,7 +4198,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "pi pi-chevron-down", "default": "",
"description": "Icon to show in each of the decrement buttons." "description": "Icon to show in each of the decrement buttons."
}, },
{ {
@ -4591,6 +4591,36 @@
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom decade template." "description": "Custom decade template."
},
{
"name": "triggericon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom trigger icon template."
},
{
"name": "previcon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom previous icon template."
},
{
"name": "nexticon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom next icon template."
},
{
"name": "incrementicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom increment icon template."
},
{
"name": "decrementicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom decrement icon template."
} }
] ]
}, },
@ -5118,6 +5148,18 @@
"parameters": [], "parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom footer template." "description": "Custom footer template."
},
{
"name": "previcon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom previous icon template."
},
{
"name": "nexticon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom next icon template."
} }
] ]
}, },
@ -13731,6 +13773,36 @@
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom thumbnail template." "description": "Custom thumbnail template."
},
{
"name": "closeicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom close icon template."
},
{
"name": "previtemicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom navigator previous item icon template."
},
{
"name": "nextitemicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom navigator next item icon template."
},
{
"name": "prevthumbnailicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom thumbnail previous icon template."
},
{
"name": "nextthumbnailicon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom thumbnail next item template."
} }
] ]
}, },