@linzjs/step-ag-grid 7.10.1 → 7.10.2

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
@@ -3942,9 +3942,9 @@ var bearingCorrectionValueFormatter = function (params) {
3942
3942
  return "–";
3943
3943
  }
3944
3944
  if (typeof value === "string") {
3945
- return convertDDToDMS(bearingNumberParser(value), true, false);
3945
+ return convertDDToDMS(bearingNumberParser(value), true, true);
3946
3946
  }
3947
- return convertDDToDMS(value, true, false);
3947
+ return convertDDToDMS(value, true, true);
3948
3948
  };
3949
3949
  var bearingNumberParser = function (value) {
3950
3950
  if (value === "")