@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.
- package/dist/tableHelper.js +2 -1
- package/package.json +1 -1
package/dist/tableHelper.js
CHANGED
|
@@ -380,7 +380,7 @@ var sortColumns = function sortColumns(columns, columnOrder) {
|
|
|
380
380
|
return sortedColumns;
|
|
381
381
|
};
|
|
382
382
|
/**
|
|
383
|
-
* Get the targetColumn with
|
|
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,
|