coer-elements 0.0.85 → 0.0.87

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -1,7 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class NoImagePipe implements PipeTransform {
4
- transform(value: string | File | null | undefined): string;
4
+ transform(value: string | File | null | undefined, type?: 'IMAGE' | 'USER'): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NoImagePipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<NoImagePipe, "noImage", false>;
7
7
  }