@fluid-topics/ft-search-bar 1.1.77 → 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.
|
@@ -1037,7 +1037,11 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
1037
1037
|
:host {
|
|
1038
1038
|
display: block;
|
|
1039
1039
|
}
|
|
1040
|
-
|
|
1040
|
+
|
|
1041
|
+
:host(:focus-visible) {
|
|
1042
|
+
outline: none;
|
|
1043
|
+
}
|
|
1044
|
+
`;var Oo=function(o,t,r,i){var a=arguments.length,n=a<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(o,t,r,i);else for(var c=o.length-1;c>=0;c--)(l=o[c])&&(n=(a<3?l(n):a>3?l(t,r,n):l(t,r))||n);return a>3&&n&&Object.defineProperty(t,r,n),n},zt=class extends il.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 al.html`
|
|
1041
1045
|
<slot @slotchange=${this.onSlotChange}
|
|
1042
1046
|
@change=${this.onChange}
|
|
1043
1047
|
@keydown=${this.onKeyDown}
|
|
@@ -1075,7 +1075,11 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1075
1075
|
:host {
|
|
1076
1076
|
display: block;
|
|
1077
1077
|
}
|
|
1078
|
-
|
|
1078
|
+
|
|
1079
|
+
:host(:focus-visible) {
|
|
1080
|
+
outline: none;
|
|
1081
|
+
}
|
|
1082
|
+
`;var zo=function(o,e,t,i){var n=arguments.length,a=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,t):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,t,i);else for(var l=o.length-1;l>=0;l--)(s=o[l])&&(a=(n<3?s(a):n>3?s(e,t,a):s(e,t))||a);return n>3&&a&&Object.defineProperty(e,t,a),a},Be=class extends I{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 v`
|
|
1079
1083
|
<slot @slotchange=${this.onSlotChange}
|
|
1080
1084
|
@change=${this.onChange}
|
|
1081
1085
|
@keydown=${this.onKeyDown}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.78",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-accordion": "1.1.
|
|
23
|
-
"@fluid-topics/ft-app-context": "1.1.
|
|
24
|
-
"@fluid-topics/ft-button": "1.1.
|
|
25
|
-
"@fluid-topics/ft-chip": "1.1.
|
|
26
|
-
"@fluid-topics/ft-filter": "1.1.
|
|
27
|
-
"@fluid-topics/ft-icon": "1.1.
|
|
28
|
-
"@fluid-topics/ft-select": "1.1.
|
|
29
|
-
"@fluid-topics/ft-size-watcher": "1.1.
|
|
30
|
-
"@fluid-topics/ft-skeleton": "1.1.
|
|
31
|
-
"@fluid-topics/ft-snap-scroll": "1.1.
|
|
32
|
-
"@fluid-topics/ft-tooltip": "1.1.
|
|
33
|
-
"@fluid-topics/ft-typography": "1.1.
|
|
34
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-accordion": "1.1.78",
|
|
23
|
+
"@fluid-topics/ft-app-context": "1.1.78",
|
|
24
|
+
"@fluid-topics/ft-button": "1.1.78",
|
|
25
|
+
"@fluid-topics/ft-chip": "1.1.78",
|
|
26
|
+
"@fluid-topics/ft-filter": "1.1.78",
|
|
27
|
+
"@fluid-topics/ft-icon": "1.1.78",
|
|
28
|
+
"@fluid-topics/ft-select": "1.1.78",
|
|
29
|
+
"@fluid-topics/ft-size-watcher": "1.1.78",
|
|
30
|
+
"@fluid-topics/ft-skeleton": "1.1.78",
|
|
31
|
+
"@fluid-topics/ft-snap-scroll": "1.1.78",
|
|
32
|
+
"@fluid-topics/ft-tooltip": "1.1.78",
|
|
33
|
+
"@fluid-topics/ft-typography": "1.1.78",
|
|
34
|
+
"@fluid-topics/ft-wc-utils": "1.1.78",
|
|
35
35
|
"lit": "3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@fluid-topics/public-api": "1.0.69"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "b4f44baf8cd02d5ef4ba2fd616f0aa9483a8a027"
|
|
41
41
|
}
|