From 64c95f2e0304b493796f098abd84071711d371a9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 11 Apr 2023 21:01:11 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 0e4a56ee6..b3a789993 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -10962,7 +10962,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-times", + "default": "", "description": "Icon to display in the dialog close button." }, { @@ -10970,7 +10970,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-window-maximize", + "default": "", "description": "Icon to display in the dialog maximize button when dialog is not maximized." }, { @@ -10978,7 +10978,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-window-minimize", + "default": "", "description": "Icon to display in the dialog maximize button when dialog is maximized." } ], @@ -11006,6 +11006,25 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom footer template." + }, + { + "name": "closeicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom close icon template." + }, + { + "name": "maximizeicon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t maximized: boolean, // Maximized state as a boolean\n }", + "description": "maximizeicon icon slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom maximizeicon icon template of dialog." } ] },