@firestitch/common 12.6.4 → 12.6.5

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.
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class FsFormatCurrencyPipe implements PipeTransform {
4
4
  locale: string;
5
5
  constructor(locale: string);
6
- transform(amount: any, precision?: number, currencyCode?: any): string;
6
+ transform(amount: any, precision?: [number, number] | number, currencyCode?: string): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FsFormatCurrencyPipe, never>;
8
8
  static ɵpipe: i0.ɵɵPipeDeclaration<FsFormatCurrencyPipe, "fsFormatCurrency">;
9
9
  }
@@ -1603,7 +1603,7 @@
1603
1603
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsFormatCurrencyPipe, decorators: [{
1604
1604
  type: i0.Pipe,
1605
1605
  args: [{
1606
- name: 'fsFormatCurrency'
1606
+ name: 'fsFormatCurrency',
1607
1607
  }]
1608
1608
  }], ctorParameters: function () {
1609
1609
  return [{ type: undefined, decorators: [{