@fluid-topics/ft-search-selected-facets 1.1.95 → 1.1.96
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.
|
@@ -50,6 +50,7 @@ class FtSearchSelectedFacets extends withI18n(FtSearchComponent) {
|
|
|
50
50
|
part="ft-search-selected-facets ft-search-selected-facet-${keyWithNoColumn}"
|
|
51
51
|
removable
|
|
52
52
|
label="${label}"
|
|
53
|
+
iconLabel=${"Remove " + label}
|
|
53
54
|
@icon-click=${() => { var _a; return (_a = this.stateManager) === null || _a === void 0 ? void 0 : _a.setFilter(facetKey, selectedValues.filter(v => v !== value)); }}
|
|
54
55
|
data-key="${facetKey}"
|
|
55
56
|
data-value="${value}">
|
|
@@ -987,6 +987,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
987
987
|
.iconVariant=${this.iconVariant}
|
|
988
988
|
icon="${this.internalIcon}"
|
|
989
989
|
label="${this.iconLabel}"
|
|
990
|
+
tooltipposition="top"
|
|
990
991
|
part="icon-button"
|
|
991
992
|
></ft-button>
|
|
992
993
|
`:ln.html`
|
|
@@ -1910,6 +1911,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1910
1911
|
part="ft-search-selected-facets ft-search-selected-facet-${s}"
|
|
1911
1912
|
removable
|
|
1912
1913
|
label="${a}"
|
|
1914
|
+
iconLabel=${"Remove "+a}
|
|
1913
1915
|
@icon-click=${()=>{var l;return(l=this.stateManager)===null||l===void 0?void 0:l.setFilter(e,n.filter(p=>p!==i))}}
|
|
1914
1916
|
data-key="${e}"
|
|
1915
1917
|
data-value="${i}">
|
|
@@ -1032,6 +1032,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1032
1032
|
.iconVariant=${this.iconVariant}
|
|
1033
1033
|
icon="${this.internalIcon}"
|
|
1034
1034
|
label="${this.iconLabel}"
|
|
1035
|
+
tooltipposition="top"
|
|
1035
1036
|
part="icon-button"
|
|
1036
1037
|
></ft-button>
|
|
1037
1038
|
`:_`
|
|
@@ -1955,6 +1956,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1955
1956
|
part="ft-search-selected-facets ft-search-selected-facet-${s}"
|
|
1956
1957
|
removable
|
|
1957
1958
|
label="${a}"
|
|
1959
|
+
iconLabel=${"Remove "+a}
|
|
1958
1960
|
@icon-click=${()=>{var l;return(l=this.stateManager)===null||l===void 0?void 0:l.setFilter(e,i.filter(c=>c!==n))}}
|
|
1959
1961
|
data-key="${e}"
|
|
1960
1962
|
data-value="${n}">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-selected-facets",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.96",
|
|
4
4
|
"description": "List of selected facets in a designed search page context",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-chip": "1.1.
|
|
23
|
-
"@fluid-topics/ft-search-context": "1.1.
|
|
24
|
-
"@fluid-topics/ft-search-period-filter": "1.1.
|
|
25
|
-
"@fluid-topics/ft-search-type": "1.1.
|
|
26
|
-
"@fluid-topics/ft-tooltip": "1.1.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-chip": "1.1.96",
|
|
23
|
+
"@fluid-topics/ft-search-context": "1.1.96",
|
|
24
|
+
"@fluid-topics/ft-search-period-filter": "1.1.96",
|
|
25
|
+
"@fluid-topics/ft-search-type": "1.1.96",
|
|
26
|
+
"@fluid-topics/ft-tooltip": "1.1.96",
|
|
27
|
+
"@fluid-topics/ft-wc-utils": "1.1.96",
|
|
28
28
|
"lit": "3.1.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "cf0a1d20240d13d8045f6e02e5476a3291be7101"
|
|
31
31
|
}
|