From c90629114b48400f9a0cabc6ef085a05ad4f7226 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 6 Jun 2023 11:39:42 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index eb4a93ac0..0ec332590 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -41878,6 +41878,14 @@ "type": "VirtualScrollerPassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": [ @@ -41942,7 +41950,13 @@ }, { "name": "loadingicon", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: string, // Style class of the icon.\n }" + } + ], "returnType": "VNode[]", "description": "Custom loading icon template." }