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