elab_components 0.7.60 → 0.7.61

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/index.esm.js CHANGED
@@ -32850,7 +32850,7 @@ var OkGrid = function (_a) {
32850
32850
  if (col.navigate !== undefined &&
32851
32851
  col.navigate !== null &&
32852
32852
  col.navigate !== '')
32853
- return navigateToNewPage(props, col.navigate);
32853
+ return navigateToNewPage(props, col.navigate, selectedData);
32854
32854
  // if (col.function?.toLowerCase() === 'unitpricecell')
32855
32855
  // return UnitPriceCell((props, col));
32856
32856
  if (((_a = col.function) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === 'status')
package/dist/index.js CHANGED
@@ -32878,7 +32878,7 @@ var OkGrid = function (_a) {
32878
32878
  if (col.navigate !== undefined &&
32879
32879
  col.navigate !== null &&
32880
32880
  col.navigate !== '')
32881
- return navigateToNewPage(props, col.navigate);
32881
+ return navigateToNewPage(props, col.navigate, selectedData);
32882
32882
  // if (col.function?.toLowerCase() === 'unitpricecell')
32883
32883
  // return UnitPriceCell((props, col));
32884
32884
  if (((_a = col.function) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === 'status')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.7.60",
3
+ "version": "0.7.61",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",