@fluid-topics/ft-filterable-table 0.3.62 → 0.3.63
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.
|
@@ -769,7 +769,11 @@ const Ee={fontSize:e.FtCssVariableFactory.create("--ft-text-field-font-size","SI
|
|
|
769
769
|
${this.outlined?i.nothing:i.html`
|
|
770
770
|
<ft-ripple ?disabled=${this.disabled} activated></ft-ripple>
|
|
771
771
|
`}
|
|
772
|
-
|
|
772
|
+
${this.prefix?i.html`
|
|
773
|
+
<ft-typography class="ft-text-field--prefix" vaiant="body1">
|
|
774
|
+
${this.prefix}
|
|
775
|
+
</ft-typography>
|
|
776
|
+
`:i.nothing}
|
|
773
777
|
<input type="text"
|
|
774
778
|
maxlength=${(t=>null!=t?t:C)(this.maxLength||void 0)}
|
|
775
779
|
aria-label="${this.label}"
|
|
@@ -894,7 +894,11 @@ const Ri={fontSize:gt.create("--ft-text-field-font-size","SIZE","14px"),labelSiz
|
|
|
894
894
|
${this.outlined?G:X`
|
|
895
895
|
<ft-ripple ?disabled=${this.disabled} activated></ft-ripple>
|
|
896
896
|
`}
|
|
897
|
-
|
|
897
|
+
${this.prefix?X`
|
|
898
|
+
<ft-typography class="ft-text-field--prefix" vaiant="body1">
|
|
899
|
+
${this.prefix}
|
|
900
|
+
</ft-typography>
|
|
901
|
+
`:G}
|
|
898
902
|
<input type="text"
|
|
899
903
|
maxlength=${(t=>null!=t?t:G)(this.maxLength||void 0)}
|
|
900
904
|
aria-label="${this.label}"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-filterable-table",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.63",
|
|
4
4
|
"description": "A dynamic table with filters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluid-topics/ft-button": "0.3.
|
|
26
|
-
"@fluid-topics/ft-select": "0.3.
|
|
27
|
-
"@fluid-topics/ft-text-field": "0.3.
|
|
28
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
25
|
+
"@fluid-topics/ft-button": "0.3.63",
|
|
26
|
+
"@fluid-topics/ft-select": "0.3.63",
|
|
27
|
+
"@fluid-topics/ft-text-field": "0.3.63",
|
|
28
|
+
"@fluid-topics/ft-wc-utils": "0.3.63",
|
|
29
29
|
"lit": "2.2.8"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "0f9703a51261fa203c190b1852718e829ae31b7c"
|
|
32
32
|
}
|