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 +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +2 -2
- package/src/table/h.tsx +0 -1
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