@indigina/ui-kit 1.1.592 → 1.1.593
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/package.json
CHANGED
|
@@ -4628,11 +4628,11 @@ declare const KIT_ALL_PERMISSIONS_PATH: InjectionToken<string>;
|
|
|
4628
4628
|
declare const KIT_USER_APPLICATIONS_PATH: InjectionToken<string>;
|
|
4629
4629
|
|
|
4630
4630
|
declare enum KitLanguage {
|
|
4631
|
-
ENGLISH = "en
|
|
4632
|
-
FRENCH = "fr
|
|
4633
|
-
GERMAN = "de
|
|
4631
|
+
ENGLISH = "en",
|
|
4632
|
+
FRENCH = "fr",
|
|
4633
|
+
GERMAN = "de",
|
|
4634
4634
|
CHINESE = "zh-CN",
|
|
4635
|
-
RUSSIAN = "ru
|
|
4635
|
+
RUSSIAN = "ru"
|
|
4636
4636
|
}
|
|
4637
4637
|
declare const KIT_SUPPORTED_LANGUAGES: readonly string[];
|
|
4638
4638
|
declare function isKitLanguageSupported(languageCode: string | null | undefined): boolean;
|