next-recomponents 1.8.92 → 1.9.0

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.js CHANGED
@@ -44165,7 +44165,6 @@ function HTable(_a) {
44165
44165
  const content = mapedContent || (cellTypeOf == "date" ? d[key].split("T").join(" ").split(".")[0] : cellTypeOf == "object" ? import_react25.default.isValidElement(d[key]) ? ((_d = d[key]) == null ? void 0 : _d.props).value : JSON.stringify(d[key]) : d[key]);
44166
44166
  const handler = import_react25.default.isValidElement(d[key]) ? d[key] : null;
44167
44167
  obj[key] = {
44168
- //
44169
44168
  index: trkey,
44170
44169
  originalData: content,
44171
44170
  cellTypeOf,
package/dist/index.mjs CHANGED
@@ -44146,7 +44146,6 @@ function HTable(_a) {
44146
44146
  const content = mapedContent || (cellTypeOf == "date" ? d[key].split("T").join(" ").split(".")[0] : cellTypeOf == "object" ? React4.isValidElement(d[key]) ? ((_d = d[key]) == null ? void 0 : _d.props).value : JSON.stringify(d[key]) : d[key]);
44147
44147
  const handler = React4.isValidElement(d[key]) ? d[key] : null;
44148
44148
  obj[key] = {
44149
- //
44150
44149
  index: trkey,
44151
44150
  originalData: content,
44152
44151
  cellTypeOf,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "next-recomponents",
3
- "version": "1.8.92",
4
- "description": "",
3
+ "version": "1.9.0",
4
+ "description": "description",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
package/src/table/h.tsx CHANGED
@@ -82,7 +82,6 @@ export default function HTable({
82
82
  : d[key]);
83
83
  const handler = React.isValidElement(d[key]) ? d[key] : null;
84
84
  obj[key] = {
85
- //
86
85
  index: trkey,
87
86
  originalData: content,
88
87
  cellTypeOf: cellTypeOf,