From 409005b6713d533ebeb79abcdf0af9b5d78bae8b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 5 May 2023 12:54:14 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4ffd6500c..3c98ec69f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -19954,6 +19954,34 @@ "methodDescription": "Defines methods that can be accessed by the component's reference.", "typeDescription": "Defines the custom types used by the module.", "values": { + "InputTextPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "InputTextProps.pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "InputTextPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the root's DOM element." + } + ], + "methods": [] + }, + "InputTextPassThroughAttributes": { + "description": "Custom passthrough attributes for each DOM elements", + "relatedProp": "", + "props": [ + { + "name": "[key: string]", + "optional": false, + "readonly": false, + "type": "any" + } + ], + "methods": [] + }, "InputTextProps": { "description": "Defines valid properties in InputText component.", "relatedProp": "", @@ -19965,6 +19993,14 @@ "type": "Nullable", "default": "", "description": "Value of the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "InputTextPassThroughOptions", + "default": "", + "description": "Uses to pass attributes to DOM elements inside the component." } ], "methods": [], @@ -19997,6 +20033,14 @@ ] } } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "InputTextPassThroughOptionType": { + "values": "InputTextPassThroughAttributes | null | undefined" + } + } } }, "knob": {