From 5944db72c359c4e718552ea10fdd9db5c8c1efb0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 28 Jan 2024 12:53:37 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index d8c139638e..99c13b6cf3 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -22870,6 +22870,22 @@ "default": "", "description": "The template of items." }, + { + "name": "loading", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Displays a loader to indicate data load is in progress." + }, + { + "name": "loadingIcon", + "optional": true, + "readonly": false, + "type": "IconType", + "default": "", + "description": "The icon to show while indicating data load is in progress." + }, { "name": "maxLength", "optional": true,