@linzjs/step-ag-grid 7.11.5 → 7.11.6
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/step-ag-grid.esm.js
CHANGED
|
@@ -3989,7 +3989,7 @@ var bearingStringValidator = function (value, customInvalid) {
|
|
|
3989
3989
|
return null;
|
|
3990
3990
|
var match = value.match(validMaskForDmsBearing);
|
|
3991
3991
|
if (!match)
|
|
3992
|
-
return "Bearing must be a
|
|
3992
|
+
return "Bearing must be a number in D.MMSSS format";
|
|
3993
3993
|
var decimalPart = match[4];
|
|
3994
3994
|
if (decimalPart != null && decimalPart.length > 5) {
|
|
3995
3995
|
return "Bearing has a maximum of 5 decimal places";
|