@rmwc/base
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -14,3 +14,11 @@ import * as React from 'react'; | ||
remove(propName: any): void; | ||
all(mergeProps?: Object): {}; | ||
all(mergeProps?: Object): { | ||
constructor: Function; | ||
toString(): string; | ||
toLocaleString(): string; | ||
valueOf(): Object; | ||
hasOwnProperty(v: string | number | symbol): boolean; | ||
isPrototypeOf(v: Object): boolean; | ||
propertyIsEnumerable(v: string | number | symbol): boolean; | ||
}; | ||
get(attr: string): any; | ||
@@ -17,0 +25,0 @@ addEventListener(evtName: any, callback: any): void; |
@@ -89,3 +89,3 @@ 'use strict'; | ||
return Object.assign({}, this.props, merged); | ||
return Object.assign({}, mergeProps, this.props, merged); | ||
} | ||
@@ -92,0 +92,0 @@ |
{ | ||
"name": "@rmwc/base", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "RMWC base module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
704027
19422