@fluid-topics/ft-filter 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.
- package/build/ft-filter.light.js +6 -2
- package/build/ft-filter.min.js +6 -2
- package/package.json +10 -10
package/build/ft-filter.light.js
CHANGED
|
@@ -1004,7 +1004,7 @@ Also for action icons.`,n.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1004
1004
|
@change=${this.onChange}
|
|
1005
1005
|
>
|
|
1006
1006
|
</div>
|
|
1007
|
-
<label for="radio-button" @click=${r=>r.stopPropagation()}>
|
|
1007
|
+
<label for="radio-button" @click=${r=>{var i;r.stopPropagation(),r.preventDefault(),(i=this.input)===null||i===void 0||i.click()}}>
|
|
1008
1008
|
<ft-typography variant="body2">
|
|
1009
1009
|
<slot></slot>
|
|
1010
1010
|
</ft-typography>
|
|
@@ -1014,7 +1014,11 @@ Also for action icons.`,n.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1014
1014
|
:host {
|
|
1015
1015
|
display: block;
|
|
1016
1016
|
}
|
|
1017
|
-
|
|
1017
|
+
|
|
1018
|
+
:host(:focus-visible) {
|
|
1019
|
+
outline: none;
|
|
1020
|
+
}
|
|
1021
|
+
`;var Ee=function(o,e,r,i){var l=arguments.length,a=l<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,i);else for(var p=o.length-1;p>=0;p--)(c=o[p])&&(a=(l<3?c(a):l>3?c(e,r,a):c(e,r))||a);return l>3&&a&&Object.defineProperty(e,r,a),a},gt=class extends un.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=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}render(){return mn.html`
|
|
1018
1022
|
<slot @slotchange=${this.onSlotChange}
|
|
1019
1023
|
@change=${this.onChange}
|
|
1020
1024
|
@keydown=${this.onKeyDown}
|
package/build/ft-filter.min.js
CHANGED
|
@@ -1042,7 +1042,7 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1042
1042
|
@change=${this.onChange}
|
|
1043
1043
|
>
|
|
1044
1044
|
</div>
|
|
1045
|
-
<label for="radio-button" @click=${o=>o.stopPropagation()}>
|
|
1045
|
+
<label for="radio-button" @click=${o=>{var n;o.stopPropagation(),o.preventDefault(),(n=this.input)===null||n===void 0||n.click()}}>
|
|
1046
1046
|
<ft-typography variant="body2">
|
|
1047
1047
|
<slot></slot>
|
|
1048
1048
|
</ft-typography>
|
|
@@ -1052,7 +1052,11 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1052
1052
|
:host {
|
|
1053
1053
|
display: block;
|
|
1054
1054
|
}
|
|
1055
|
-
|
|
1055
|
+
|
|
1056
|
+
:host(:focus-visible) {
|
|
1057
|
+
outline: none;
|
|
1058
|
+
}
|
|
1059
|
+
`;var no=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Ct=class extends D{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 k`
|
|
1056
1060
|
<slot @slotchange=${this.onSlotChange}
|
|
1057
1061
|
@change=${this.onChange}
|
|
1058
1062
|
@keydown=${this.onKeyDown}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-filter",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.78",
|
|
4
4
|
"description": "Flat selector for multivalued or monovalued filters",
|
|
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-button": "1.1.
|
|
23
|
-
"@fluid-topics/ft-checkbox": "1.1.
|
|
24
|
-
"@fluid-topics/ft-icon": "1.1.
|
|
25
|
-
"@fluid-topics/ft-radio": "1.1.
|
|
26
|
-
"@fluid-topics/ft-ripple": "1.1.
|
|
27
|
-
"@fluid-topics/ft-snap-scroll": "1.1.
|
|
28
|
-
"@fluid-topics/ft-typography": "1.1.
|
|
29
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-button": "1.1.78",
|
|
23
|
+
"@fluid-topics/ft-checkbox": "1.1.78",
|
|
24
|
+
"@fluid-topics/ft-icon": "1.1.78",
|
|
25
|
+
"@fluid-topics/ft-radio": "1.1.78",
|
|
26
|
+
"@fluid-topics/ft-ripple": "1.1.78",
|
|
27
|
+
"@fluid-topics/ft-snap-scroll": "1.1.78",
|
|
28
|
+
"@fluid-topics/ft-typography": "1.1.78",
|
|
29
|
+
"@fluid-topics/ft-wc-utils": "1.1.78",
|
|
30
30
|
"lit": "3.1.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "b4f44baf8cd02d5ef4ba2fd616f0aa9483a8a027"
|
|
33
33
|
}
|