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/fesm2022/coer-elements-components.mjs +2 -2
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/fesm2022/coer-elements-pipes.mjs +4 -2
- package/fesm2022/coer-elements-pipes.mjs.map +1 -1
- package/fesm2022/coer-elements-tools.mjs +1 -1
- package/fesm2022/coer-elements-tools.mjs.map +1 -1
- package/package.json +1 -1
- package/pipes/lib/no-image.pipe.d.ts +1 -1
package/package.json
CHANGED
@@ -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
|
}
|