@paperless/angular 0.1.0-alpha.200 → 0.1.0-alpha.202
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/currency.pipe.mjs +3 -3
- package/esm2020/lib/pipes/date.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe.pipe.mjs +3 -3
- package/fesm2015/paperless-angular.mjs +6 -6
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +6 -6
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/pipes/currency.pipe.d.ts +1 -1
- package/lib/pipes/date.pipe.d.ts +1 -1
- package/lib/pipes/safe.pipe.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2687,11 +2687,11 @@ class CustomCurrencyPipe {
|
|
|
2687
2687
|
}
|
|
2688
2688
|
}
|
|
2689
2689
|
CustomCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CustomCurrencyPipe, deps: [{ token: i1.CurrencyPipe }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2690
|
-
CustomCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: CustomCurrencyPipe, name: "
|
|
2690
|
+
CustomCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: CustomCurrencyPipe, name: "pcurrency" });
|
|
2691
2691
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CustomCurrencyPipe, decorators: [{
|
|
2692
2692
|
type: Pipe,
|
|
2693
2693
|
args: [{
|
|
2694
|
-
name: '
|
|
2694
|
+
name: 'pcurrency',
|
|
2695
2695
|
}]
|
|
2696
2696
|
}], ctorParameters: function () { return [{ type: i1.CurrencyPipe }]; } });
|
|
2697
2697
|
|
|
@@ -2704,11 +2704,11 @@ class CustomDatePipe {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
}
|
|
2706
2706
|
CustomDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CustomDatePipe, deps: [{ token: i1.DatePipe }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2707
|
-
CustomDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: CustomDatePipe, name: "
|
|
2707
|
+
CustomDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: CustomDatePipe, name: "pdate" });
|
|
2708
2708
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CustomDatePipe, decorators: [{
|
|
2709
2709
|
type: Pipe,
|
|
2710
2710
|
args: [{
|
|
2711
|
-
name: '
|
|
2711
|
+
name: 'pdate',
|
|
2712
2712
|
}]
|
|
2713
2713
|
}], ctorParameters: function () { return [{ type: i1.DatePipe }]; } });
|
|
2714
2714
|
|
|
@@ -2734,11 +2734,11 @@ class SafePipe {
|
|
|
2734
2734
|
}
|
|
2735
2735
|
}
|
|
2736
2736
|
SafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: SafePipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
2737
|
-
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: SafePipe, name: "
|
|
2737
|
+
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: SafePipe, name: "psafe" });
|
|
2738
2738
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: SafePipe, decorators: [{
|
|
2739
2739
|
type: Pipe,
|
|
2740
2740
|
args: [{
|
|
2741
|
-
name: '
|
|
2741
|
+
name: 'psafe',
|
|
2742
2742
|
}]
|
|
2743
2743
|
}], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }]; } });
|
|
2744
2744
|
|