From e6b5cbd541e71175c5d223f9ae657c3a08a48448 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 15 Nov 2023 09:52:36 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) 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." } ],