@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.
@@ -3921,9 +3921,9 @@ var bearingCorrectionValueFormatter = function (params) {
3921
3921
  return "–";
3922
3922
  }
3923
3923
  if (typeof value === "string") {
3924
- return convertDDToDMS(bearingNumberParser(value), true, false);
3924
+ return convertDDToDMS(bearingNumberParser(value), true, true);
3925
3925
  }
3926
- return convertDDToDMS(value, true, false);
3926
+ return convertDDToDMS(value, true, true);
3927
3927
  };
3928
3928
  var bearingNumberParser = function (value) {
3929
3929
  if (value === "")