@rmwc/formfield
Advanced tools
Comparing version 3.0.11 to 4.0.0
@@ -14,3 +14,2 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
theme?: string | string[] | undefined; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>): { | ||
@@ -32,3 +31,2 @@ foundation_: { | ||
theme?: string | string[] | undefined; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>; | ||
@@ -41,3 +39,2 @@ componentDidMount(): void; | ||
theme?: string | string[] | undefined; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>): void; | ||
@@ -66,3 +63,2 @@ componentWillUnmount(): void; | ||
theme?: string | string[] | undefined; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
@@ -69,0 +65,0 @@ forceUpdate(callBack?: (() => void) | undefined): void; |
@@ -14,3 +14,3 @@ 'use strict'; | ||
var _mdc = require('@material/form-field/dist/mdc.formField'); | ||
var _formField = require('@material/form-field'); | ||
@@ -55,5 +55,3 @@ var _base = require('@rmwc/base'); | ||
//$FlowFixMe | ||
var _props = this.props, | ||
apiRef = _props.apiRef, | ||
rest = _objectWithoutProperties(_props, ['apiRef']); | ||
var rest = _objectWithoutProperties(this.props, []); | ||
@@ -68,3 +66,3 @@ var root_ = this.foundationRefs.root_; | ||
}((0, _base.withFoundation)({ | ||
constructor: _mdc.MDCFormField, | ||
constructor: _formField.MDCFormField, | ||
adapter: {} | ||
@@ -71,0 +69,0 @@ })); |
{ | ||
"name": "@rmwc/formfield", | ||
"version": "3.0.11", | ||
"version": "4.0.0", | ||
"description": "RMWC FormField component", | ||
@@ -29,5 +29,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@material/form-field": "~0.40.0", | ||
"@rmwc/base": "^3.0.11" | ||
"@material/form-field": "~0.41.0", | ||
"@rmwc/base": "^4.0.0" | ||
} | ||
} |
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
11152
196
+ Added@material/animation@0.41.0(transitive)
+ Added@material/base@0.41.0(transitive)
+ Added@material/form-field@0.41.0(transitive)
+ Added@material/ripple@0.41.0(transitive)
+ Added@material/selection-control@0.41.0(transitive)
+ Added@material/theme@0.41.0(transitive)
+ Added@material/typography@0.41.0(transitive)
+ Added@rmwc/base@4.0.6(transitive)
- Removed@material/animation@0.40.1(transitive)
- Removed@material/base@0.40.1(transitive)
- Removed@material/form-field@0.40.1(transitive)
- Removed@material/ripple@0.40.1(transitive)
- Removed@material/selection-control@0.40.1(transitive)
- Removed@material/theme@0.40.1(transitive)
- Removed@material/typography@0.40.1(transitive)
- Removed@rmwc/base@3.0.11(transitive)
Updated@material/form-field@~0.41.0
Updated@rmwc/base@^4.0.0