dtable-sdk
Advanced tools
Comparing version 0.0.128 to 0.0.129
@@ -476,9 +476,3 @@ "use strict"; | ||
value: function deleteRowsByIds(table, row_ids) { | ||
var tables = this.getTables(); | ||
var tableIndex = tables.findIndex(function (t) { | ||
return t._id === table._id; | ||
}); | ||
var deleted_rows = this.getRowsByID(table._id, row_ids); | ||
var upper_row_ids = []; | ||
this.dtableStore.deleteRows(tableIndex, row_ids, deleted_rows, upper_row_ids); | ||
this.dtableStore.deleteRowsByIds(table._id, row_ids); | ||
} | ||
@@ -485,0 +479,0 @@ }, { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.128", | ||
"version": "0.0.129", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
66370
1399