@rmwc/textfield
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -78,2 +78,3 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
renderIcon(iconNode: any, leadOrTrail: 'leadingIcon_' | 'trailingIcon_'): any; | ||
sync(props: TextFieldPropsT): void; | ||
render(): JSX.Element; | ||
@@ -80,0 +81,0 @@ } |
@@ -346,2 +346,9 @@ 'use strict'; | ||
}, { | ||
key: 'sync', | ||
value: function sync(props) { | ||
if (props.value !== undefined) { | ||
this.foundation_.setValue(props.value); | ||
} | ||
} | ||
}, { | ||
key: 'render', | ||
@@ -395,3 +402,3 @@ value: function render() { | ||
}, | ||
className: className + ' ' + this.classList.root_.renderToString(), | ||
className: [className, this.classList.root_.renderToString()].filter(Boolean).join(' '), | ||
style: style | ||
@@ -398,0 +405,0 @@ }, this.propsList.root_.all()), |
{ | ||
"name": "@rmwc/textfield", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "RMWC TextField component", | ||
@@ -30,8 +30,8 @@ "main": "index.js", | ||
"@material/textfield": "~0.40.0", | ||
"@rmwc/base": "^3.0.4", | ||
"@rmwc/floating-label": "^3.0.4", | ||
"@rmwc/icon": "^3.0.4", | ||
"@rmwc/line-ripple": "^3.0.4", | ||
"@rmwc/notched-outline": "^3.0.4" | ||
"@rmwc/base": "^3.0.5", | ||
"@rmwc/floating-label": "^3.0.5", | ||
"@rmwc/icon": "^3.0.5", | ||
"@rmwc/line-ripple": "^3.0.5", | ||
"@rmwc/notched-outline": "^3.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46066
804
Updated@rmwc/base@^3.0.5
Updated@rmwc/floating-label@^3.0.5
Updated@rmwc/icon@^3.0.5
Updated@rmwc/line-ripple@^3.0.5
Updated@rmwc/notched-outline@^3.0.5