@sumaris-net/ngx-components 2.6.36 → 2.6.38
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/pipes/maps.pipe.mjs +3 -3
- package/esm2020/src/app/shared/pipes/pipes.module.mjs +13 -17
- package/fesm2015/sumaris-net.ngx-components.mjs +12 -16
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +12 -16
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/pipes/pipes.module.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
|
@@ -3453,7 +3453,7 @@ class MapGetPipe {
|
|
|
3453
3453
|
if (!val)
|
|
3454
3454
|
return null;
|
|
3455
3455
|
const key = (args && typeof args === 'object' ? args.key : args);
|
|
3456
|
-
if (
|
|
3456
|
+
if (key === null || key === undefined)
|
|
3457
3457
|
return null;
|
|
3458
3458
|
return val[key];
|
|
3459
3459
|
}
|
|
@@ -3464,7 +3464,7 @@ MapGetPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version:
|
|
|
3464
3464
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: MapGetPipe, decorators: [{
|
|
3465
3465
|
type: Pipe,
|
|
3466
3466
|
args: [{
|
|
3467
|
-
name: 'mapGet'
|
|
3467
|
+
name: 'mapGet',
|
|
3468
3468
|
}]
|
|
3469
3469
|
}, {
|
|
3470
3470
|
type: Injectable,
|
|
@@ -5482,6 +5482,7 @@ SharedPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
|
|
|
5482
5482
|
IsNotNilPipe,
|
|
5483
5483
|
IsNilPipe,
|
|
5484
5484
|
ToStringPipe,
|
|
5485
|
+
CapitalizePipe,
|
|
5485
5486
|
StrLengthPipe,
|
|
5486
5487
|
StrIncludesPipe,
|
|
5487
5488
|
TranslateContextPipe,
|
|
@@ -5497,9 +5498,7 @@ SharedPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
|
|
|
5497
5498
|
MatColorPipe,
|
|
5498
5499
|
AsAnyPipe,
|
|
5499
5500
|
AsArrayPipe,
|
|
5500
|
-
AsObservablePipe], imports: [CommonModule,
|
|
5501
|
-
IonicModule,
|
|
5502
|
-
TranslateModule], exports: [PropertyGetPipe,
|
|
5501
|
+
AsObservablePipe], imports: [CommonModule, IonicModule, TranslateModule], exports: [PropertyGetPipe,
|
|
5503
5502
|
PropertyFormatPipe,
|
|
5504
5503
|
DateFormatPipe,
|
|
5505
5504
|
DateFromNowPipe,
|
|
@@ -5530,6 +5529,7 @@ SharedPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
|
|
|
5530
5529
|
IsNotNilPipe,
|
|
5531
5530
|
IsNilPipe,
|
|
5532
5531
|
ToStringPipe,
|
|
5532
|
+
CapitalizePipe,
|
|
5533
5533
|
StrLengthPipe,
|
|
5534
5534
|
StrIncludesPipe,
|
|
5535
5535
|
ArrayIncludesPipe,
|
|
@@ -5547,17 +5547,11 @@ SharedPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
|
|
|
5547
5547
|
AsAnyPipe,
|
|
5548
5548
|
AsArrayPipe,
|
|
5549
5549
|
AsObservablePipe] });
|
|
5550
|
-
SharedPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SharedPipesModule, imports: [CommonModule,
|
|
5551
|
-
IonicModule,
|
|
5552
|
-
TranslateModule] });
|
|
5550
|
+
SharedPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SharedPipesModule, imports: [CommonModule, IonicModule, TranslateModule] });
|
|
5553
5551
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SharedPipesModule, decorators: [{
|
|
5554
5552
|
type: NgModule,
|
|
5555
5553
|
args: [{
|
|
5556
|
-
imports: [
|
|
5557
|
-
CommonModule,
|
|
5558
|
-
IonicModule,
|
|
5559
|
-
TranslateModule
|
|
5560
|
-
],
|
|
5554
|
+
imports: [CommonModule, IonicModule, TranslateModule],
|
|
5561
5555
|
declarations: [
|
|
5562
5556
|
PropertyGetPipe,
|
|
5563
5557
|
PropertyFormatPipe,
|
|
@@ -5592,6 +5586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
5592
5586
|
IsNotNilPipe,
|
|
5593
5587
|
IsNilPipe,
|
|
5594
5588
|
ToStringPipe,
|
|
5589
|
+
CapitalizePipe,
|
|
5595
5590
|
StrLengthPipe,
|
|
5596
5591
|
StrIncludesPipe,
|
|
5597
5592
|
TranslateContextPipe,
|
|
@@ -5607,7 +5602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
5607
5602
|
MatColorPipe,
|
|
5608
5603
|
AsAnyPipe,
|
|
5609
5604
|
AsArrayPipe,
|
|
5610
|
-
AsObservablePipe
|
|
5605
|
+
AsObservablePipe,
|
|
5611
5606
|
],
|
|
5612
5607
|
exports: [
|
|
5613
5608
|
PropertyGetPipe,
|
|
@@ -5641,6 +5636,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
5641
5636
|
IsNotNilPipe,
|
|
5642
5637
|
IsNilPipe,
|
|
5643
5638
|
ToStringPipe,
|
|
5639
|
+
CapitalizePipe,
|
|
5644
5640
|
StrLengthPipe,
|
|
5645
5641
|
StrIncludesPipe,
|
|
5646
5642
|
ArrayIncludesPipe,
|
|
@@ -5657,8 +5653,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
5657
5653
|
MatColorPipe,
|
|
5658
5654
|
AsAnyPipe,
|
|
5659
5655
|
AsArrayPipe,
|
|
5660
|
-
AsObservablePipe
|
|
5661
|
-
]
|
|
5656
|
+
AsObservablePipe,
|
|
5657
|
+
],
|
|
5662
5658
|
}]
|
|
5663
5659
|
}] });
|
|
5664
5660
|
|