@sumaris-net/ngx-components 2.4.50 → 2.4.52

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.50",
4
+ "version": "2.4.52",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -19,7 +19,8 @@ export declare function arrayGroupBy<T = any, K extends keyof T = any, M extends
19
19
  [key: string]: T[];
20
20
  }>(obj: T[], key: keyof T): M;
21
21
  /**
22
- * Remove duplicated value, in array. Will compute a unique key (from given properties, or given function)
22
+ * Remove duplicated value, in array. Will compute a unique key (from given properties, or given function).
23
+ * If propertiesOrKeyFn is nil or undefined, will use all object properties
23
24
  * @param values
24
25
  * @param propertiesOrKeyFn
25
26
  */