@cellaware/utils 8.11.2 → 8.11.3

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.
@@ -1287,7 +1287,7 @@ export function transformDatagrid(rows, datagridState, locale, condition) {
1287
1287
  }));
1288
1288
  for (let i = 0; i < transposedRows.length; i++) {
1289
1289
  htmlTransposeBuf += buildHtmlTransposeRow(transposedRows[i], htmlTransposeColumnStyles[i]);
1290
- teamsRows.push(createTeamsTransposeTableRow(transposedRows[i], mapTeamsTransposeStyles(htmlTransposeColumnStyles[i])));
1290
+ teamsTranspose.push(createTeamsTransposeTableRow(transposedRows[i], mapTeamsTransposeStyles(htmlTransposeColumnStyles[i])));
1291
1291
  }
1292
1292
  }
1293
1293
  rowIdx++;
@@ -1346,7 +1346,7 @@ export function transformDatagrid(rows, datagridState, locale, condition) {
1346
1346
  }));
1347
1347
  for (let i = 0; i < transposedRows.length; i++) {
1348
1348
  htmlTransposeBuf += buildHtmlTransposeRow(transposedRows[i], htmlTransposeColumnStyles[i]);
1349
- teamsRows.push(createTeamsTransposeTableRow(transposedRows[i], mapTeamsTransposeStyles(htmlTransposeColumnStyles[i])));
1349
+ teamsTranspose.push(createTeamsTransposeTableRow(transposedRows[i], mapTeamsTransposeStyles(htmlTransposeColumnStyles[i])));
1350
1350
  }
1351
1351
  }
1352
1352
  rowIdx++;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.11.2",
3
+ "version": "8.11.3",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",