diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index f8253b572..6be8fce39 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -16132,7 +16132,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n\t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n}",
+ "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n\t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n\t closeCallback: () ⇒ void, // Close dialog function.\n\t acceptCallback: () ⇒ void, // Accept function of the component\n\t rejectCallback: () ⇒ void, // Reject function of the component\n}",
"description": "container slot's params."
}
],
@@ -16476,7 +16476,7 @@
{
"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}",
+ "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\t acceptCallback: () ⇒ void, // Accept function of the component\n\t rejectCallback: () ⇒ void, // Reject function of the component\n}",
"description": "container slot's params."
}
],
@@ -21813,7 +21813,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close dialog function.\n\t onMaximize: (event: Event) ⇒ void, // Maximize/minimize dialog function.\n}",
+ "type": "{\n \t onClose: () ⇒ void, // Close dialog function.\n\t onMaximize: (event: Event) ⇒ void, // Maximize/minimize dialog function.\n\t closeCallback: () ⇒ void, // Close dialog function.\n\t maximizeCallback: (event: Event) ⇒ void, // Maximize/minimize dialog function.\n}",
"description": "container slot's params."
}
],
@@ -33627,7 +33627,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close message function.\n}",
+ "type": "{\n \t onClose: () ⇒ void, // Close message function.\n\t closeCallback: () ⇒ void, // Close message function.\n}",
"description": "container slot's params."
}
],
@@ -43422,7 +43422,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close sidebar function.\n}",
+ "type": "{\n \t onClose: () ⇒ void, // Close sidebar function.\n\t closeCallback: () ⇒ void, // Close sidebar function.\n}",
"description": "container slot's params."
}
],
@@ -50079,7 +50079,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close toast function\n}",
+ "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close toast function\n\t closeCallback: () ⇒ void, // Close sidebar function.\n}",
"description": "container slot's params."
}
],