@fluid-topics/ft-reader-feedback 1.2.49 → 1.2.50
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.
|
@@ -1838,7 +1838,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1838
1838
|
</div>
|
|
1839
1839
|
`}resolveInputType(){var t;return this.isPasswordField()?this.hidePassword?"password":"text":(t=this.type)!==null&&t!==void 0?t:"text"}renderSuggestions(){return this.suggestionsProvider?Et.html`
|
|
1840
1840
|
${(0,kd.repeat)(this.providedSuggestions,t=>Et.html`
|
|
1841
|
-
<ft-text-field-suggestion value=${t.value} @click=${t.clickHandler}>
|
|
1841
|
+
<ft-text-field-suggestion value=${t.value} @click=${o=>this.onSuggestionClick(o,t.clickHandler)}>
|
|
1842
1842
|
${t.icon?Et.html`
|
|
1843
1843
|
<ft-icon .value=${t.icon}></ft-icon>
|
|
1844
1844
|
`:Et.nothing}
|
|
@@ -1846,7 +1846,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1846
1846
|
</ft-text-field-suggestion>`)}
|
|
1847
1847
|
`:Et.html`
|
|
1848
1848
|
<slot @slotchange=${()=>this.filterSuggestionsIfNeeded()}></slot>
|
|
1849
|
-
`}renderPasswordIcon(){return Et.html`
|
|
1849
|
+
`}onSuggestionClick(t,o){o&&(t.preventDefault(),o(t))}renderPasswordIcon(){return Et.html`
|
|
1850
1850
|
<ft-icon class="ft-text-field--icon"
|
|
1851
1851
|
.variant=${this.iconVariant}
|
|
1852
1852
|
.value=${this.hidePassword?this.passwordHiddenIcon:this.passwordRevealedIcon}
|
|
@@ -1881,7 +1881,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1881
1881
|
</div>
|
|
1882
1882
|
`}resolveInputType(){var e;return this.isPasswordField()?this.hidePassword?"password":"text":(e=this.type)!==null&&e!==void 0?e:"text"}renderSuggestions(){return this.suggestionsProvider?N`
|
|
1883
1883
|
${lo(this.providedSuggestions,e=>N`
|
|
1884
|
-
<ft-text-field-suggestion value=${e.value} @click=${e.clickHandler}>
|
|
1884
|
+
<ft-text-field-suggestion value=${e.value} @click=${r=>this.onSuggestionClick(r,e.clickHandler)}>
|
|
1885
1885
|
${e.icon?N`
|
|
1886
1886
|
<ft-icon .value=${e.icon}></ft-icon>
|
|
1887
1887
|
`:F}
|
|
@@ -1889,7 +1889,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1889
1889
|
</ft-text-field-suggestion>`)}
|
|
1890
1890
|
`:N`
|
|
1891
1891
|
<slot @slotchange=${()=>this.filterSuggestionsIfNeeded()}></slot>
|
|
1892
|
-
`}renderPasswordIcon(){return N`
|
|
1892
|
+
`}onSuggestionClick(e,r){r&&(e.preventDefault(),r(e))}renderPasswordIcon(){return N`
|
|
1893
1893
|
<ft-icon class="ft-text-field--icon"
|
|
1894
1894
|
.variant=${this.iconVariant}
|
|
1895
1895
|
.value=${this.hidePassword?this.passwordHiddenIcon:this.passwordRevealedIcon}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-feedback",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.50",
|
|
4
4
|
"description": "Feedback forms for a map and its topics in an integrated reader",
|
|
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-app-context": "1.2.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "1.2.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.2.50",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "1.2.50",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.2.50",
|
|
25
25
|
"lit": "3.1.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluid-topics/public-api": "1.0.89"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "2cc419b6e01ae50f6ecba171e7b700507a6a85a0"
|
|
31
31
|
}
|