@paperless/angular 0.1.0-alpha.200 → 0.1.0-alpha.201

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.
@@ -6,5 +6,5 @@ export declare class CustomCurrencyPipe implements PipeTransform {
6
6
  constructor(_currencyPipe: CurrencyPipe);
7
7
  transform(value: number | string | null | undefined, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): string | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomCurrencyPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<CustomCurrencyPipe, "p-currency", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<CustomCurrencyPipe, "pcurrency", false>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class CustomDatePipe implements PipeTransform {
6
6
  constructor(_datePipe: DatePipe);
7
7
  transform(value: any, format: 'dd MMM yyyy'): string | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "p-date", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "pdate", false>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class SafePipe implements PipeTransform {
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "p-safe", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "psafe", false>;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.200",
3
+ "version": "0.1.0-alpha.201",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0 || ^14.0.0",
6
6
  "@angular/core": "^13.3.0 || ^14.0.0"