oip-common 0.0.28 → 0.0.30

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, OnDestroy, ChangeDetectorRef, WritableSignal, Type, Provider, InjectionToken, EventEmitter, Renderer2, PipeTransform } from '@angular/core';
2
+ import { OnInit, OnDestroy, WritableSignal, Type, Provider, InjectionToken, EventEmitter, Renderer2, PipeTransform } from '@angular/core';
3
3
  import { MessageService, ToastMessageOptions, MenuItem, ConfirmationService, FilterMetadata } from 'primeng/api';
4
4
  import { ActivatedRoute, QueryParamsHandling, IsActiveMatchOptions, Params, Router, UrlTree } from '@angular/router';
5
5
  import { TranslateService, InterpolationParameters, Translation, TranslationObject } from '@ngx-translate/core';
@@ -203,7 +203,7 @@ declare abstract class BaseModuleComponent<TBackendStoreSettings, TLocalStoreSet
203
203
  /**
204
204
  * Reference to the ChangeDetector. Used to trigger change detection manually.
205
205
  */
206
- readonly changeDetectorRef: ChangeDetectorRef;
206
+ private changeDetectorRef;
207
207
  /**
208
208
  * Represents a subscription to an observable.
209
209
  * Manages the lifecycle of receiving data from the observable and allows unsubscribing to stop receiving data.
@@ -861,6 +861,7 @@ declare class L10nService {
861
861
  private readonly primeNg;
862
862
  private readonly layoutService;
863
863
  availableLanguages: LanguageDto[];
864
+ private cdf;
864
865
  /**
865
866
  * Loads translations for a specific component
866
867
  * @param component - Name of the component to load translations for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oip-common",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "A template for cross-platform web applications based on sakai-ng and primeNG",
5
5
  "main": "index.js",
6
6
  "keywords": [