elab_components 0.9.26 → 0.9.28

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
@@ -33136,11 +33136,11 @@ var OkGrid = function (_a) {
33136
33136
  if (((_b = col.function) === null || _b === void 0 ? void 0 : _b.toLowerCase()) === 'status')
33137
33137
  return gridStatusCell(props);
33138
33138
  if (((_c = col.function) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === 'externalcell')
33139
- return React__default.createElement(GridExternalCell, __assign({}, props, { data: expandedData }));
33139
+ return GridExternalCell(props, expandedData);
33140
33140
  if (((_d = col.function) === null || _d === void 0 ? void 0 : _d.toLowerCase()) === 'externalcelltwo')
33141
- return React__default.createElement(GridExternalCellTwo, __assign({}, props, { data: expandedData }));
33141
+ return GridExternalCellTwo(props, expandedData);
33142
33142
  if (((_e = col.function) === null || _e === void 0 ? void 0 : _e.toLowerCase()) === 'externalcellthree')
33143
- return React__default.createElement(GridExternalCellThree, __assign({}, props, { data: expandedData }));
33143
+ return GridExternalCellThree(props, expandedData);
33144
33144
  if (((_f = col.function) === null || _f === void 0 ? void 0 : _f.toLowerCase()) === 'chart')
33145
33145
  return GridDataCellChart(props);
33146
33146
  if (((_g = col.function) === null || _g === void 0 ? void 0 : _g.toLowerCase()) === 'input')
package/dist/index.js CHANGED
@@ -33164,11 +33164,11 @@ var OkGrid = function (_a) {
33164
33164
  if (((_b = col.function) === null || _b === void 0 ? void 0 : _b.toLowerCase()) === 'status')
33165
33165
  return gridStatusCell(props);
33166
33166
  if (((_c = col.function) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === 'externalcell')
33167
- return React__default["default"].createElement(GridExternalCell, __assign({}, props, { data: expandedData }));
33167
+ return GridExternalCell(props, expandedData);
33168
33168
  if (((_d = col.function) === null || _d === void 0 ? void 0 : _d.toLowerCase()) === 'externalcelltwo')
33169
- return React__default["default"].createElement(GridExternalCellTwo, __assign({}, props, { data: expandedData }));
33169
+ return GridExternalCellTwo(props, expandedData);
33170
33170
  if (((_e = col.function) === null || _e === void 0 ? void 0 : _e.toLowerCase()) === 'externalcellthree')
33171
- return React__default["default"].createElement(GridExternalCellThree, __assign({}, props, { data: expandedData }));
33171
+ return GridExternalCellThree(props, expandedData);
33172
33172
  if (((_f = col.function) === null || _f === void 0 ? void 0 : _f.toLowerCase()) === 'chart')
33173
33173
  return GridDataCellChart(props);
33174
33174
  if (((_g = col.function) === null || _g === void 0 ? void 0 : _g.toLowerCase()) === 'input')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.9.26",
3
+ "version": "0.9.28",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",