elab_components 0.9.16 → 0.9.18

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
@@ -33134,7 +33134,7 @@ var OkGrid = function (_a) {
33134
33134
  // return UnitPriceCell((props, col));
33135
33135
  if (((_b = col.function) === null || _b === void 0 ? void 0 : _b.toLowerCase()) === 'status')
33136
33136
  return gridStatusCell(props);
33137
- if (((_c = col.function) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === 'externalCell')
33137
+ if (((_c = col.function) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === 'externalcell')
33138
33138
  return gridExternalCell(props);
33139
33139
  if (((_d = col.function) === null || _d === void 0 ? void 0 : _d.toLowerCase()) === 'chart')
33140
33140
  return GridDataCellChart(props);
package/dist/index.js CHANGED
@@ -33162,7 +33162,7 @@ var OkGrid = function (_a) {
33162
33162
  // return UnitPriceCell((props, col));
33163
33163
  if (((_b = col.function) === null || _b === void 0 ? void 0 : _b.toLowerCase()) === 'status')
33164
33164
  return gridStatusCell(props);
33165
- if (((_c = col.function) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === 'externalCell')
33165
+ if (((_c = col.function) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === 'externalcell')
33166
33166
  return gridExternalCell(props);
33167
33167
  if (((_d = col.function) === null || _d === void 0 ? void 0 : _d.toLowerCase()) === 'chart')
33168
33168
  return GridDataCellChart(props);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.9.16",
3
+ "version": "0.9.18",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",