@rmwc/formfield
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -60,6 +60,6 @@ [ | ||
"alignEnd": { | ||
"required": false, | ||
"flowType": { | ||
"name": "boolean" | ||
}, | ||
"required": false, | ||
"description": "Position the input after the label." | ||
@@ -66,0 +66,0 @@ } |
@@ -15,3 +15,3 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any>): { | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>): { | ||
foundation_: { | ||
@@ -33,3 +33,3 @@ [key: string]: any; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any>; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>; | ||
componentDidMount(): void; | ||
@@ -42,3 +42,3 @@ componentWillReceiveProps(nextProps: P & { | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any>): void; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>): void; | ||
componentWillUnmount(): void; | ||
@@ -66,3 +66,3 @@ _safeSyncWithProps(props: Object): void; | ||
apiRef?: (<S>(api: S) => S) | undefined; | ||
} & React.HTMLAttributes<any>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
} & React.HTMLAttributes<any> & React.HTMLProps<any>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
forceUpdate(callBack?: (() => void) | undefined): void; | ||
@@ -69,0 +69,0 @@ render(): React.ReactNode; |
{ | ||
"name": "@rmwc/formfield", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "RMWC FormField component", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"@material/form-field": "~0.39.0", | ||
"@rmwc/base": "^2.0.1" | ||
"@rmwc/base": "^2.0.2" | ||
} | ||
} |
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
11392
Updated@rmwc/base@^2.0.2