@dsivd/prestations-ng 15.4.2 → 15.4.3-beta1

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
@@ -36,7 +36,7 @@
36
36
  "ng-update": {
37
37
  "migrations": "./schematics/migration-collection.json"
38
38
  },
39
- "version": "15.4.2",
39
+ "version": "15.4.3-beta1",
40
40
  "module": "fesm2015/dsivd-prestations-ng.mjs",
41
41
  "es2020": "fesm2020/dsivd-prestations-ng.mjs",
42
42
  "esm2020": "esm2020/dsivd-prestations-ng.mjs",
@@ -23,6 +23,7 @@ export declare class SdkDictionaryService {
23
23
  private httpClient;
24
24
  private growlService;
25
25
  private dictionary;
26
+ private defaultLanguageCode;
26
27
  private readonly dictionaryObservable;
27
28
  private readonly availableLanguagesObservable;
28
29
  private readonly languageCodeSubject;
@@ -33,6 +34,8 @@ export declare class SdkDictionaryService {
33
34
  getKeySync(key: string, placeholders?: PlaceholderType): string;
34
35
  changeLanguage(code: string): void;
35
36
  getCurrentLanguageCode(): Observable<string>;
37
+ setDefaultLanguageCode(code: string): void;
38
+ private getNavigatorLanguageCodeOrDefault;
36
39
  static ɵfac: i0.ɵɵFactoryDeclaration<SdkDictionaryService, never>;
37
40
  static ɵprov: i0.ɵɵInjectableDeclaration<SdkDictionaryService>;
38
41
  }
Binary file