@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/esm2022/src/app/core/services/local-settings.service.mjs +3 -2
- package/esm2022/src/app/shared/functions.mjs +2 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +3 -2
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +2 -2
- package/src/app/shared/functions.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
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.
|
|
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.
|
|
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
|
|
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)
|
package/src/assets/manifest.json
CHANGED
|
@@ -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.
|
|
5
|
+
"version": "18.20.1",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|