From 6bc986af63eac6d23d20f8d5f4d9cce823e4e672 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 11 Apr 2023 21:26:11 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 44 +++++++++++++----------------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b3a789993..b8d01a28d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -23825,40 +23825,16 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-times", + "default": "", "description": "Icon to display in the toast close button." }, { - "name": "infoIcon", + "name": "icon", "optional": true, "readonly": false, "type": "string", - "default": "pi pi-info-circle", - "description": "Icon to display in the toast with info severity." - }, - { - "name": "warnIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "pi pi-exclamation-triangle", - "description": "Icon to display in the toast with warn severity." - }, - { - "name": "errorIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "pi pi-times", - "description": "Icon to display in the toast with error severity." - }, - { - "name": "successIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "pi pi-check", - "description": "Icon to display in the toast with success severity." + "default": "", + "description": "Icon to display in the toast." }, { "name": "closeButtonProps", @@ -23888,6 +23864,18 @@ ], "returnType": "VNode[]", "description": "Custom message template." + }, + { + "name": "icon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom icon template." + }, + { + "name": "closeicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom close icon template." } ] },