diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 8e1bb37b6..a27c73014 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -20355,22 +20355,6 @@
"default": "",
"description": "Used to pass attributes to the content's DOM element."
},
- {
- "name": "grid",
- "optional": true,
- "readonly": false,
- "type": "DataViewPassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to the grid's DOM element."
- },
- {
- "name": "column",
- "optional": true,
- "readonly": false,
- "type": "DataViewPassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to the column's DOM element."
- },
{
"name": "emptyMessage",
"optional": true,
@@ -20612,7 +20596,14 @@
},
{
"name": "empty",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t layout: string, // Layout of the items.\n }",
+ "description": "empty slot's params."
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom empty template."
},
@@ -20634,7 +20625,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t data: any, // Value of the component\n \t index: number, // Index of the grid\n }",
+ "type": "{\n \t items: any, // Value of the component\n }",
"description": "list slot's params."
}
],
@@ -20647,7 +20638,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t data: any, // Value of the component\n \t index: number, // Index of the grid\n }",
+ "type": "{\n \t items: any, // Value of the component\n }",
"description": "list slot's params."
}
],