From e2d353a443b488d3caea2d603ec70ac1e7ec5b71 Mon Sep 17 00:00:00 2001 From: dn55533 <147149405+dn55533@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:50:42 +0000 Subject: [PATCH] fix(docs): expose IcToolTip disableClick prop fix #3129 --- packages/docs/docs.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages/docs/docs.json b/packages/docs/docs.json index 66808c7fbc..3011de3f49 100644 --- a/packages/docs/docs.json +++ b/packages/docs/docs.json @@ -11364,6 +11364,11 @@ } ], "listeners": [ + { + "event": "icCheck", + "capture": false, + "passive": false + }, { "event": "icChange", "capture": false, @@ -18034,6 +18039,28 @@ "docsTags": [], "usage": {}, "props": [ + { + "name": "disableClick", + "type": "boolean", + "complexType": { + "original": "boolean", + "resolved": "boolean", + "references": {} + }, + "mutable": false, + "attr": "disable-click", + "reflectToAttr": false, + "docs": "If `true`, the tooltip will not be displayed on click, it will require hover or using the display method.", + "docsTags": [], + "default": "false", + "values": [ + { + "type": "boolean" + } + ], + "optional": true, + "required": false + }, { "name": "disableHover", "type": "boolean",