diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 13c29858f..80392b554 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -42351,6 +42351,14 @@ "default": "", "description": "Used to pass attributes to the label's DOM element." }, + { + "name": "clearIcon", + "optional": true, + "readonly": false, + "type": "MultiSelectPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the label's DOM element." + }, { "name": "chipItem", "optional": true, @@ -42851,6 +42859,30 @@ "default": "", "description": "A property to uniquely identify an option." }, + { + "name": "showClear", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, a clear icon is displayed to clear the value." + }, + { + "name": "clearIcon", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Icon to display in clear button." + }, + { + "name": "resetFilterOnClear", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Clears the filter value when clicking on the clear icon." + }, { "name": "filter", "optional": true, @@ -43358,6 +43390,19 @@ "returnType": "VNode[]", "description": "Custom loading icon template." }, + { + "name": "clearicon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t clearCallback: (event: Event) ⇒ void, // Clear icon click function.\n}", + "description": "clear icon slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom clear icon template." + }, { "name": "dropdownicon", "parameters": [