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." }, {