From 6a88181ae0043722e0eedde994c23a926a51deb0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 11 Mar 2024 17:30:10 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 0491924a43..4e125afd50 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -45901,6 +45901,15 @@ "readonly": false, "type": "string", "default": "", + "description": "Style class to add when item begins to get displayed.", + "deprecated": "since 10.5.2 Use 'enterFromClassName' option instead." + }, + { + "name": "enterFromClassName", + "optional": true, + "readonly": false, + "type": "string", + "default": "", "description": "Style class to add when item begins to get displayed." }, { @@ -45933,6 +45942,15 @@ "readonly": false, "type": "string", "default": "", + "description": "Style class to add when item begins to get hidden.", + "deprecated": "since 10.5.2 Use 'leaveFromClassName' option instead." + }, + { + "name": "leaveFromClassName", + "optional": true, + "readonly": false, + "type": "string", + "default": "", "description": "Style class to add when item begins to get hidden." }, {