@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.
@@ -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: "p-currency" });
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: 'p-currency',
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: "p-date" });
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: 'p-date',
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: "p-safe" });
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: 'p-safe',
2741
+ name: 'psafe',
2742
2742
  }]
2743
2743
  }], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }]; } });
2744
2744