@dsivd/prestations-ng 19.0.0 → 19.0.1
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/package.json
CHANGED
|
@@ -1777,13 +1777,13 @@ declare class DisplayDatePipe implements PipeTransform {
|
|
|
1777
1777
|
}
|
|
1778
1778
|
|
|
1779
1779
|
declare class FormatAvsPipe implements PipeTransform {
|
|
1780
|
-
transform(value: string, _args
|
|
1780
|
+
transform(value: string, _args?: string[]): string;
|
|
1781
1781
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormatAvsPipe, never>;
|
|
1782
1782
|
static ɵpipe: _angular_core.ɵɵPipeDeclaration<FormatAvsPipe, "formatAvs", true>;
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
declare class FormatIdePipe implements PipeTransform {
|
|
1786
|
-
transform(value: string, _args
|
|
1786
|
+
transform(value: string, _args?: string[]): string;
|
|
1787
1787
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormatIdePipe, never>;
|
|
1788
1788
|
static ɵpipe: _angular_core.ɵɵPipeDeclaration<FormatIdePipe, "formatIde", true>;
|
|
1789
1789
|
}
|
|
Binary file
|