@fluid-topics/ft-search-result-metadata 1.2.27 → 1.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -110,7 +110,7 @@ class FtSearchResultMetadata extends withDateFormat(withI18n(FtSearchResultCompo
|
|
|
110
110
|
renderChip(slot) {
|
|
111
111
|
var _a, _b;
|
|
112
112
|
if (this.useChip) {
|
|
113
|
-
let noTooltip = !this.forceTooltip && this.displayLabel && ((_a = this.flatMetadata) === null || _a === void 0 ? void 0 : _a.
|
|
113
|
+
let noTooltip = !this.forceTooltip && this.displayLabel && ((_a = this.flatMetadata) === null || _a === void 0 ? void 0 : _a.displayTooltipValue) == ((_b = this.flatMetadata) === null || _b === void 0 ? void 0 : _b.displayValue);
|
|
114
114
|
const chip = html `
|
|
115
115
|
<ft-chip icon="${this.displayCluster ? "THIN_ARROW" : ""}"
|
|
116
116
|
?clickable=${this.displayCluster}
|