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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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')
|