diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index eb81df8e4..7ede19012 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -14516,6 +14516,19 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom icon template." + }, + { + "name": "container", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n}", + "description": "container slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom container slot." } ] }, @@ -14788,6 +14801,19 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom icon template." + }, + { + "name": "container", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t message: any, // Message of the component\n \t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n}", + "description": "container slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom container slot." } ] },