From 6a3e95265d8579a581373e33be5170be4e154886 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 31 May 2023 08:54:15 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 6ae182b1a..7be865ca6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -19005,14 +19005,6 @@ "default": "", "description": "Uses to pass attributes to the label's DOM element." }, - { - "name": "basicButton", - "optional": true, - "readonly": false, - "type": "FileUploadPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the basic button's DOM element." - }, { "name": "uploadIcon", "optional": true, @@ -19298,6 +19290,14 @@ "type": "FileUploadPassThroughOptions", "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": []