@oliasoft-open-source/react-ui-library 4.12.6 → 4.12.7
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 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -70679,8 +70679,7 @@ const convertVisibleRows = ({
|
|
|
70679
70679
|
return {
|
|
70680
70680
|
...cell2,
|
|
70681
70681
|
value: formattedDisplayValue,
|
|
70682
|
-
enableCosmeticRounding
|
|
70683
|
-
//comment on unitChanged rationale would be good
|
|
70682
|
+
enableCosmeticRounding,
|
|
70684
70683
|
enableDisplayRounding,
|
|
70685
70684
|
roundDisplayValue,
|
|
70686
70685
|
onChange: (evt) => {
|