diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 9fdc5fde4..eead57b25 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -7593,6 +7593,14 @@ "default": "false", "description": "When enabled, displays a button with icon next to input." }, + { + "name": "iconDisplay", + "optional": true, + "readonly": false, + "type": "\"input\" | \"button\"", + "default": "'button'", + "description": "Icon position of the component. This only applies if the showIcon option is set to true." + }, { "name": "icon", "optional": true, @@ -8093,6 +8101,19 @@ "returnType": "VNode[]", "description": "Custom dropdown icon template." }, + { + "name": "inputicon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: any, // Style class of the input icon\n }", + "description": "input icon slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom input icon template." + }, { "name": "previousicon", "parameters": [