ods-component-lib 1.18.257 → 1.18.258
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57294,6 +57294,7 @@ var OdsTimelineTable = React.forwardRef(function (props, ref) {
|
|
|
57294
57294
|
};
|
|
57295
57295
|
lodash.forEach(exportableColumns, function (item) {
|
|
57296
57296
|
var col = _extends({}, item, {
|
|
57297
|
+
dataType: item.dataType === "date" || item.dataType === "datetime" ? "string" : item.dataType,
|
|
57297
57298
|
cssClass: "cellCenteredVertically",
|
|
57298
57299
|
width: isResizableColumn(item) ? getNewWidth(item) : getStaticColumnWidth(item)
|
|
57299
57300
|
});
|