diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 717ac639d..1f47cec77 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -23743,6 +23743,30 @@ "default": "", "description": "Used to pass attributes to the item's DOM element." }, + { + "name": "itemLabel", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the item label's DOM element." + }, + { + "name": "tickIcon", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the tick icon's DOM element." + }, + { + "name": "blankIcon", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the bank icon's DOM element." + }, { "name": "emptyMessage", "optional": true, @@ -24230,6 +24254,22 @@ "default": "true", "description": "When enabled, the focus is placed on the hovered option." }, + { + "name": "highlightOnSelect", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Highlights automatically the first item." + }, + { + "name": "showTick", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "true", + "description": "Whether the selected option will be shown with a tick." + }, { "name": "filterMessage", "optional": true,