From 7f5503344d8f760d1e1285e16013959d89e6a6d8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 29 Jan 2024 12:36:11 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index eae033521..894474fb7 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -23760,12 +23760,12 @@ "description": "Used to pass attributes to the item label's DOM element." }, { - "name": "tickIcon", + "name": "checkIcon", "optional": true, "readonly": false, "type": "DropdownPassThroughOptionType", "default": "", - "description": "Used to pass attributes to the tick icon's DOM element." + "description": "Used to pass attributes to the check icon's DOM element." }, { "name": "blankIcon", @@ -24271,12 +24271,12 @@ "description": "Whether the selected option will be add highlight class." }, { - "name": "showTick", + "name": "checkmark", "optional": true, "readonly": false, "type": "boolean", "default": "false", - "description": "Whether the selected option will be shown with a tick." + "description": "Whether the selected option will be shown with a check mark." }, { "name": "filterMessage", @@ -40820,13 +40820,21 @@ "name": "mergeProps", "optional": true, "readonly": false, - "type": "boolean", + "type": "PassThroughMergePropsType", "default": "" } ], "methods": [] } } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "PassThroughMergePropsType": { + "values": "(args: any) => undefined | boolean | undefined" + } + } } }, "passthrough/tailwind": {},