@elderbyte/ngx-starter 16.2.1 → 16.2.2

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,6 +1,6 @@
1
- import { TranslateService } from '@ngx-translate/core';
2
- import { Observable } from 'rxjs';
3
- import { IDataSource } from '../data/datasource/data-source';
1
+ import { TranslateService } from "@ngx-translate/core";
2
+ import { Observable } from "rxjs";
3
+ import { IDataSource } from "../data/datasource/data-source";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TranslatedEnumValue {
6
6
  value: string;
@@ -38,6 +38,7 @@ export declare class ElderEnumTranslationService {
38
38
  * @param enumKey key of the translation to load
39
39
  */
40
40
  translateOne(translationPrefix: string, enumKey: string): Observable<TranslatedEnumValue>;
41
+ private addPrefixIfNotNull;
41
42
  /**
42
43
  * Creates a data source of translations of the given enum class.
43
44
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "16.2.1",
3
+ "version": "16.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^16.0.0 || ^17.0.0",