@builttocreate/engine-utils 1.18.2-rc.1.0.5 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -380,7 +380,7 @@ var sortColumns = function sortColumns(columns, columnOrder) {
380
380
  return sortedColumns;
381
381
  };
382
382
  /**
383
- * Get the targetColumn with it's operand. Operands are A, B ,C etc...
383
+ * Get the targetColumn with added operand. Operands are A, B ,C etc...
384
384
  */
385
385
 
386
386
 
@@ -1150,6 +1150,7 @@ var _default = {
1150
1150
  generateTableLookup: generateTableLookup,
1151
1151
  generateTableLookupForRows: generateTableLookupForRows,
1152
1152
  generateInputGroupFields: generateInputGroupFields,
1153
+ getTargetColumnWithOperand: getTargetColumnWithOperand,
1153
1154
  getColumnOperand: getColumnOperand,
1154
1155
  getCellOperand: getCellOperand,
1155
1156
  getIndexesFromTableCellOperand: getIndexesFromTableCellOperand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "1.18.2-rc.1.0.5",
3
+ "version": "1.19.0",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [