From fc8cf85512a08e76b47db555c9fe28e76ef638eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 24 May 2023 11:16:20 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4a995de43..6ca558525 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -21771,7 +21771,7 @@ }, "InputSwitchPassThroughOptions": { "description": "Custom passthrough(pt) options.", - "relatedProp": "undefined.InputSwitchProps.pt", + "relatedProp": "InputSwitchProps.pt", "props": [ { "name": "root", @@ -21911,6 +21911,22 @@ "type": "string", "default": "", "description": "Establishes a string value that labels the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "InputSwitchPassThroughMethodOptions", + "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": []