From 56ca160f7040eb4682937f72802b7cf906d9e8bd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 14 Apr 2023 05:16:41 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index e1dfdd941..4c34e2180 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -13390,7 +13390,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-fw pi-plus", + "default": "", "description": "Icon of the choose button." }, { @@ -13398,7 +13398,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-fw pi-upload", + "default": "", "description": "Icon of the upload button." }, { @@ -13406,7 +13406,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-fw pi-times", + "default": "", "description": "Icon of the cancel button." }, { @@ -13462,6 +13462,24 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom content when there is no selected file." + }, + { + "name": "chooseicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom choose icon template." + }, + { + "name": "uploadicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom upload icon template." + }, + { + "name": "cancelicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom cancel icon template." } ] },