@sumaris-net/ngx-components 18.20.0 → 18.20.1

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": "18.20.0",
4
+ "version": "18.20.1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -34,7 +34,7 @@
34
34
  "@ionic/storage": "~4.0.0",
35
35
  "d3": "~7.6.1",
36
36
  "localforage": "~1.10.0",
37
- "rxjs": "~7.8.1",
37
+ "rxjs": "~7.8.2",
38
38
  "zone.js": "~0.14.10"
39
39
  },
40
40
  "optionalDependencies": {
@@ -89,7 +89,7 @@ export declare function setPropertyByPath<T = any>(obj: T, path: string | string
89
89
  export declare function sleep(ms: number): Promise<void>;
90
90
  export declare function isPromise<T>(value: T | Promise<T>): value is Promise<T>;
91
91
  /**
92
- * Rounds a numeric value to two decimal places.
92
+ * Rounds a numeric value to 'nbDecimal' decimal places.
93
93
  *
94
94
  * @param {number | undefined | null} value - The value to be rounded. Can be a number, undefined, or null.
95
95
  * @param nbDecimal the number of decimal (default: 2)
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.20.0",
5
+ "version": "18.20.1",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{