monkey-front-core 0.0.492 → 0.0.494

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.
@@ -1,3 +1,4 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  export declare const MECX_TIMEZONEOFFSET: InjectionToken<string>;
3
3
  export declare const MECX_DATE_FORMAT: InjectionToken<string>;
4
+ export declare const MECX_LANG: InjectionToken<string>;
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
4
4
  export declare class MonkeyEcxFormatCurrencyPipe implements PipeTransform {
5
5
  private currencyPipe;
6
6
  private defaultCurencyCode;
7
- private localeId;
8
- constructor(currencyPipe: CurrencyPipe, defaultCurencyCode: InjectionToken<string>, localeId: InjectionToken<string>);
7
+ private lang;
8
+ constructor(currencyPipe: CurrencyPipe, defaultCurencyCode: InjectionToken<string>, lang: InjectionToken<string>);
9
9
  transform(value: any, symbol?: string): string | null;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrencyPipe, never>;
11
11
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatCurrencyPipe, "monkeyecxFormatCurrency">;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.492",
3
+ "version": "0.0.494",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file