@sumaris-net/ngx-components 2.4.47 → 2.4.48

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.47",
4
+ "version": "2.4.48",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -124,11 +124,7 @@ export declare class Beans {
124
124
  static isEmpty<T>(data: T, keys?: KeysEnum<T> | string[], opts?: {
125
125
  blankStringLikeEmpty?: boolean;
126
126
  }): boolean;
127
- static collectById<T>(array: T[]): {
128
- [key: string]: T;
129
- };
130
- static collectByProperty<T>(array: T[], propertyName: keyof T): {
131
- [key: string]: T;
132
- };
127
+ static collectById<T>(array: T[]): KeyValueType<T[]>;
128
+ static collectByProperty: typeof collectByProperty;
133
129
  }
134
130
  export declare function findParentWithClass(elem: HTMLElement, className: string): HTMLElement;
@@ -6,6 +6,6 @@ import * as i4 from "../../shared/shared.module";
6
6
  import * as i5 from "@ngx-translate/core";
7
7
  export declare class JobModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<JobModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<JobModule, [typeof i1.JobProgressionIcon, typeof i2.JobProgressionList], [typeof i3.CommonModule, typeof i4.SharedModule, typeof i5.TranslateModule], [typeof i1.JobProgressionIcon]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<JobModule, [typeof i1.JobProgressionIcon, typeof i2.JobProgressionList], [typeof i3.CommonModule, typeof i4.SharedModule, typeof i5.TranslateModule], [typeof i1.JobProgressionIcon, typeof i2.JobProgressionList]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<JobModule>;
11
11
  }