sz-mx-cabin
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -874,3 +874,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
var record = leftParams[1]; | ||
var rowIndex = leftParams[1].rowkey; | ||
var rowIndex = leftParams[1].key; | ||
var gap = Number(currentValue) - record[componentName]; | ||
@@ -877,0 +877,0 @@ |
@@ -932,3 +932,3 @@ "use strict"; | ||
var record = leftParams[1]; | ||
var rowIndex = leftParams[1].rowkey; | ||
var rowIndex = leftParams[1].key; | ||
var gap = Number(currentValue) - record[componentName]; | ||
@@ -935,0 +935,0 @@ |
{ | ||
"name": "sz-mx-cabin", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "reactCabin", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1174691