@fluid-topics/ft-search-bar 0.2.8 → 0.2.9
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.
|
@@ -1704,6 +1704,7 @@ class vi extends Ct{constructor(t){if(super(t),this.it=V,t.type!==St)throw Error
|
|
|
1704
1704
|
<div class="${Dt({"ft-select--option":!0,"ft-select--option-selected":e,"ft-typography--body2":!0})}"
|
|
1705
1705
|
part="option"
|
|
1706
1706
|
tabindex="0"
|
|
1707
|
+
data-value="${t.value}"
|
|
1707
1708
|
@keydown=${e=>this.onOptionKeyDown(e,t)}
|
|
1708
1709
|
@click=${()=>this.selectOption(t)}>
|
|
1709
1710
|
<ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
|
|
@@ -1590,6 +1590,7 @@ const K=Symbol.for(""),q=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
|
|
|
1590
1590
|
<div class="${n.classMap(o)}"
|
|
1591
1591
|
part="option"
|
|
1592
1592
|
tabindex="0"
|
|
1593
|
+
data-value="${t.value}"
|
|
1593
1594
|
@keydown=${e=>this.onOptionKeyDown(e,t)}
|
|
1594
1595
|
@click=${()=>this.selectOption(t)}>
|
|
1595
1596
|
<ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
|
|
@@ -1704,6 +1704,7 @@ class gi extends zt{constructor(t){if(super(t),this.it=q,t.type!==Ot)throw Error
|
|
|
1704
1704
|
<div class="${jt({"ft-select--option":!0,"ft-select--option-selected":e,"ft-typography--body2":!0})}"
|
|
1705
1705
|
part="option"
|
|
1706
1706
|
tabindex="0"
|
|
1707
|
+
data-value="${t.value}"
|
|
1707
1708
|
@keydown=${e=>this.onOptionKeyDown(e,t)}
|
|
1708
1709
|
@click=${()=>this.selectOption(t)}>
|
|
1709
1710
|
<ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,17 +19,17 @@
|
|
|
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": "^0.2.
|
|
23
|
-
"@fluid-topics/ft-button": "^0.2.
|
|
24
|
-
"@fluid-topics/ft-chip": "^0.2.
|
|
25
|
-
"@fluid-topics/ft-filter": "^0.2.
|
|
26
|
-
"@fluid-topics/ft-icon": "^0.2.
|
|
27
|
-
"@fluid-topics/ft-select": "^0.2.
|
|
28
|
-
"@fluid-topics/ft-size-watcher": "^0.2.
|
|
29
|
-
"@fluid-topics/ft-snap-scroll": "^0.2.
|
|
30
|
-
"@fluid-topics/ft-tooltip": "^0.2.
|
|
31
|
-
"@fluid-topics/ft-typography": "^0.2.
|
|
32
|
-
"@fluid-topics/ft-wc-utils": "^0.2.
|
|
22
|
+
"@fluid-topics/ft-accordion": "^0.2.9",
|
|
23
|
+
"@fluid-topics/ft-button": "^0.2.9",
|
|
24
|
+
"@fluid-topics/ft-chip": "^0.2.9",
|
|
25
|
+
"@fluid-topics/ft-filter": "^0.2.9",
|
|
26
|
+
"@fluid-topics/ft-icon": "^0.2.9",
|
|
27
|
+
"@fluid-topics/ft-select": "^0.2.9",
|
|
28
|
+
"@fluid-topics/ft-size-watcher": "^0.2.9",
|
|
29
|
+
"@fluid-topics/ft-snap-scroll": "^0.2.9",
|
|
30
|
+
"@fluid-topics/ft-tooltip": "^0.2.9",
|
|
31
|
+
"@fluid-topics/ft-typography": "^0.2.9",
|
|
32
|
+
"@fluid-topics/ft-wc-utils": "^0.2.9",
|
|
33
33
|
"lit": "2.1.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@fluid-topics/public-api": "1.0.18"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "046f7fd69b5d3e5a379c44e5b77fd36f89713364"
|
|
42
42
|
}
|