oip-common 0.0.29 → 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/assets/i18n/ru.json +223 -223
- package/fesm2022/oip-common.mjs +2 -6
- package/fesm2022/oip-common.mjs.map +1 -1
- package/index.d.ts +1 -0
- 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 cdf;
|
|
864
865
|
/**
|
|
865
866
|
* Loads translations for a specific component
|
|
866
867
|
* @param component - Name of the component to load translations for
|