@sumaris-net/ngx-components 2.4.77 → 2.4.78

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.77",
4
+ "version": "2.4.78",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -43,7 +43,7 @@ export declare class SharedValidators {
43
43
  maxDecimals?: number;
44
44
  }): ValidatorFn;
45
45
  /**
46
- * Check precision. e.g. if precision=0.5 then value=0.6 is invalid
46
+ * Check precision. e.g. if precision=0.5 then value=0.6 is invalid, but 1.5 is valid
47
47
  * @param precision
48
48
  */
49
49
  static precision(precision: number): ValidatorFn;