@linzjs/step-ag-grid 7.11.4 → 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/GridTheme.scss +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/step-ag-grid.esm.js +1 -1
- package/dist/step-ag-grid.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/react-menu3/README.md +1 -0
- package/src/styles/GridTheme.scss +1 -1
- package/src/utils/bearing.ts +1 -1
package/dist/GridTheme.scss
CHANGED
package/dist/index.js
CHANGED
|
@@ -4010,7 +4010,7 @@ var bearingStringValidator = function (value, customInvalid) {
|
|
|
4010
4010
|
return null;
|
|
4011
4011
|
var match = value.match(validMaskForDmsBearing);
|
|
4012
4012
|
if (!match)
|
|
4013
|
-
return "Bearing must be a
|
|
4013
|
+
return "Bearing must be a number in D.MMSSS format";
|
|
4014
4014
|
var decimalPart = match[4];
|
|
4015
4015
|
if (decimalPart != null && decimalPart.length > 5) {
|
|
4016
4016
|
return "Bearing has a maximum of 5 decimal places";
|