@dev-tcloud/tcloud-ui 0.0.28 → 0.0.29
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/lib/_pipes/tcloud-pipes.module.mjs +8 -2
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +6 -0
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +6 -0
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_pipes/tcloud-pipes.module.d.ts +4 -3
- package/package.json +1 -1
|
@@ -2602,11 +2602,13 @@ TCloudUiPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
|
|
|
2602
2602
|
StatusInfoPipe,
|
|
2603
2603
|
RespectivePipe,
|
|
2604
2604
|
CNPJPipe,
|
|
2605
|
+
CPFPipe,
|
|
2605
2606
|
BytesPipe], imports: [CommonModule], exports: [DatePipe,
|
|
2606
2607
|
MonthNamePipe,
|
|
2607
2608
|
StatusInfoPipe,
|
|
2608
2609
|
RespectivePipe,
|
|
2609
2610
|
CNPJPipe,
|
|
2611
|
+
CPFPipe,
|
|
2610
2612
|
BytesPipe] });
|
|
2611
2613
|
TCloudUiPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiPipesModule, providers: [
|
|
2612
2614
|
DatePipe,
|
|
@@ -2614,6 +2616,7 @@ TCloudUiPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ver
|
|
|
2614
2616
|
StatusInfoPipe,
|
|
2615
2617
|
RespectivePipe,
|
|
2616
2618
|
CNPJPipe,
|
|
2619
|
+
CPFPipe,
|
|
2617
2620
|
BytesPipe
|
|
2618
2621
|
], imports: [CommonModule] });
|
|
2619
2622
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiPipesModule, decorators: [{
|
|
@@ -2627,6 +2630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2627
2630
|
StatusInfoPipe,
|
|
2628
2631
|
RespectivePipe,
|
|
2629
2632
|
CNPJPipe,
|
|
2633
|
+
CPFPipe,
|
|
2630
2634
|
BytesPipe
|
|
2631
2635
|
],
|
|
2632
2636
|
exports: [
|
|
@@ -2635,6 +2639,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2635
2639
|
StatusInfoPipe,
|
|
2636
2640
|
RespectivePipe,
|
|
2637
2641
|
CNPJPipe,
|
|
2642
|
+
CPFPipe,
|
|
2638
2643
|
BytesPipe
|
|
2639
2644
|
],
|
|
2640
2645
|
providers: [
|
|
@@ -2643,6 +2648,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2643
2648
|
StatusInfoPipe,
|
|
2644
2649
|
RespectivePipe,
|
|
2645
2650
|
CNPJPipe,
|
|
2651
|
+
CPFPipe,
|
|
2646
2652
|
BytesPipe
|
|
2647
2653
|
]
|
|
2648
2654
|
}]
|