@builttocreate/engine-utils 2.5.0-beta.5 → 2.5.0-beta.6

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.
@@ -199,8 +199,8 @@ var getTableFieldRowOrder = function getTableFieldRowOrder(fieldId, fieldSetting
199
199
  });
200
200
  };
201
201
  /**
202
- * This method returns a cleanedRowOrder by removing any invalid rowIds of deleted rows
203
- * or duplicate rowIds from the rowOrder that is passed in via input
202
+ * This methods removes the rowIds of the deleted rows (or) any duplicate rowIds
203
+ * from the rowOrder there by returning a cleaned rowOrder
204
204
  * @param {*} rowOrder
205
205
  * @param {*} rows
206
206
  *
@@ -1208,7 +1208,6 @@ var _default = {
1208
1208
  getCellOperand: getCellOperand,
1209
1209
  getIndexesFromTableCellOperand: getIndexesFromTableCellOperand,
1210
1210
  getRowOrder: getRowOrder,
1211
- getCleanedTableFieldRowOrder: getCleanedTableFieldRowOrder,
1212
1211
  getTableFieldRowOrder: getTableFieldRowOrder,
1213
1212
  getFilteredRowOrder: getFilteredRowOrder,
1214
1213
  getCleanedRowOrder: getCleanedRowOrder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.5.0-beta.5",
3
+ "version": "2.5.0-beta.6",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [