@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/esm2020/src/app/shared/functions.mjs +3 -8
- package/esm2020/src/app/shared/pipes/highlight.pipe.mjs +3 -3
- package/esm2020/src/app/social/job/job.module.mjs +5 -3
- package/esm2020/src/app/social/user-event/testing/user-event.testing.mjs +1 -3
- package/esm2020/src/environments/environment.mjs +7 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +16 -15
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +16 -15
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/functions.d.ts +2 -6
- package/src/app/social/job/job.module.d.ts +1 -1
package/package.json
CHANGED
|
@@ -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
|
-
|
|
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
|
}
|