@fluid-topics/ft-search-facet 1.1.76 → 1.1.78
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.
|
@@ -1005,7 +1005,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
1005
1005
|
@change=${this.onChange}
|
|
1006
1006
|
>
|
|
1007
1007
|
</div>
|
|
1008
|
-
<label for="radio-button" @click=${r=>r.stopPropagation()}>
|
|
1008
|
+
<label for="radio-button" @click=${r=>{var i;r.stopPropagation(),r.preventDefault(),(i=this.input)===null||i===void 0||i.click()}}>
|
|
1009
1009
|
<ft-typography variant="body2">
|
|
1010
1010
|
<slot></slot>
|
|
1011
1011
|
</ft-typography>
|
|
@@ -1015,7 +1015,11 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
1015
1015
|
:host {
|
|
1016
1016
|
display: block;
|
|
1017
1017
|
}
|
|
1018
|
-
|
|
1018
|
+
|
|
1019
|
+
:host(:focus-visible) {
|
|
1020
|
+
outline: none;
|
|
1021
|
+
}
|
|
1022
|
+
`;var Qe=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Pt=class extends Ca.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=t=>{!this.contains(t.relatedTarget)&&(this.tabIndex=0)}}render(){return Ea.html`
|
|
1019
1023
|
<slot @slotchange=${this.onSlotChange}
|
|
1020
1024
|
@change=${this.onChange}
|
|
1021
1025
|
@keydown=${this.onKeyDown}
|
|
@@ -1043,7 +1043,7 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1043
1043
|
@change=${this.onChange}
|
|
1044
1044
|
>
|
|
1045
1045
|
</div>
|
|
1046
|
-
<label for="radio-button" @click=${r=>r.stopPropagation()}>
|
|
1046
|
+
<label for="radio-button" @click=${r=>{var n;r.stopPropagation(),r.preventDefault(),(n=this.input)===null||n===void 0||n.click()}}>
|
|
1047
1047
|
<ft-typography variant="body2">
|
|
1048
1048
|
<slot></slot>
|
|
1049
1049
|
</ft-typography>
|
|
@@ -1053,7 +1053,11 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1053
1053
|
:host {
|
|
1054
1054
|
display: block;
|
|
1055
1055
|
}
|
|
1056
|
-
|
|
1056
|
+
|
|
1057
|
+
:host(:focus-visible) {
|
|
1058
|
+
outline: none;
|
|
1059
|
+
}
|
|
1060
|
+
`;var Cr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},De=class extends B{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}render(){return I`
|
|
1057
1061
|
<slot @slotchange=${this.onSlotChange}
|
|
1058
1062
|
@change=${this.onChange}
|
|
1059
1063
|
@keydown=${this.onKeyDown}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-facet",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.78",
|
|
4
4
|
"description": "Search facet for integrated search component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-filter": "1.1.
|
|
23
|
-
"@fluid-topics/ft-i18n": "1.1.
|
|
24
|
-
"@fluid-topics/ft-search-context": "1.1.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.1.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-filter": "1.1.78",
|
|
23
|
+
"@fluid-topics/ft-i18n": "1.1.78",
|
|
24
|
+
"@fluid-topics/ft-search-context": "1.1.78",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.1.78",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.1.78",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluid-topics/public-api": "1.0.69"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "b4f44baf8cd02d5ef4ba2fd616f0aa9483a8a027"
|
|
33
33
|
}
|