dtable-sdk
Advanced tools
Comparing version 0.0.141 to 0.0.142
@@ -631,2 +631,9 @@ "use strict"; | ||
}, { | ||
key: "getTableFormulaResultsContainerLinks", | ||
value: function getTableFormulaResultsContainerLinks(table, rows) { | ||
var formulaColumns = _dtableStore.Views.getFormulaColumnsContainLinks(table); | ||
return _dtableStore.Views.getTableFormulaResults(table, rows, this.dtableStore.value, formulaColumns); | ||
} | ||
}, { | ||
key: "getViewRowsColor", | ||
@@ -633,0 +640,0 @@ value: function getViewRowsColor(rows, view, table) { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.141", | ||
"version": "0.0.142", | ||
"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
67031
1413