@fluid-topics/ft-search-selected-facets 1.2.9 → 1.2.11
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.
|
@@ -56,7 +56,6 @@ class FtSearchSelectedFacets extends withI18n(FtSearchComponent) {
|
|
|
56
56
|
part="ft-search-selected-facets ft-search-selected-facet-${keyWithNoColumn}"
|
|
57
57
|
removable
|
|
58
58
|
label="${label}"
|
|
59
|
-
iconLabel=${"Remove " + label}
|
|
60
59
|
@icon-click=${() => { var _a; return (_a = this.stateManager) === null || _a === void 0 ? void 0 : _a.setValueFilter(facetKey, selectedValues.filter(v => v !== value)); }}
|
|
61
60
|
data-key="${facetKey}"
|
|
62
61
|
data-value="${value}">
|