oip-common 0.0.30 → 0.0.31
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/fesm2022/oip-common.mjs +7 -18
- package/fesm2022/oip-common.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -861,7 +861,7 @@ declare class L10nService {
|
|
|
861
861
|
private readonly primeNg;
|
|
862
862
|
private readonly layoutService;
|
|
863
863
|
availableLanguages: LanguageDto[];
|
|
864
|
-
private
|
|
864
|
+
private appRef;
|
|
865
865
|
/**
|
|
866
866
|
* Loads translations for a specific component
|
|
867
867
|
* @param component - Name of the component to load translations for
|
|
@@ -1173,7 +1173,6 @@ declare class NotificationService {
|
|
|
1173
1173
|
private msgService;
|
|
1174
1174
|
private securityData;
|
|
1175
1175
|
constructor();
|
|
1176
|
-
private startConnection;
|
|
1177
1176
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
|
|
1178
1177
|
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
|
|
1179
1178
|
}
|