diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 0ec332590..e71299452 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -38407,22 +38407,6 @@ "default": "", "description": "Uses to pass attributes to the root's DOM element." }, - { - "name": "loadingOverlay", - "optional": true, - "readonly": false, - "type": "TreePassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the loading overlay's DOM element." - }, - { - "name": "loadingIcon", - "optional": true, - "readonly": false, - "type": "TreePassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the loading icon's DOM element." - }, { "name": "filterContainer", "optional": true, @@ -38542,6 +38526,22 @@ "type": "TreePassThroughOptionType", "default": "", "description": "Uses to pass attributes to the subgroup's DOM element." + }, + { + "name": "loadingOverlay", + "optional": true, + "readonly": false, + "type": "TreePassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the loading overlay's DOM element." + }, + { + "name": "loadingIcon", + "optional": true, + "readonly": false, + "type": "TreePassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the loading icon's DOM element." } ], "methods": []