@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/esm2020/src/app/shared/form/field.component.mjs +4 -2
- package/esm2020/src/app/shared/functions.mjs +6 -4
- package/fesm2015/sumaris-net.ngx-components.mjs +8 -4
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +8 -4
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/functions.d.ts +2 -1
package/package.json
CHANGED
|
@@ -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
|
*/
|