@regulaforensics/vp-frontend-document-components 7.6.2062-nightly → 7.6.2064-nightly
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/dist/index.d.ts +1 -1
- package/dist/main.iife.js +24 -24
- package/dist/main.js +4378 -4288
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -468,7 +468,7 @@ export declare type License = {
|
|
|
468
468
|
scenario: Array<TScenarioParams>;
|
|
469
469
|
};
|
|
470
470
|
|
|
471
|
-
export declare type Locales = 'ru' | 'en' | 'de' | 'pl' | 'it' | 'hu' | 'zh' | 'sk' | 'uk' | 'fr' | 'es' | 'pt' | 'ar' | 'nl' | 'id' | 'vi' | 'ko' | 'ms' | 'ro' | 'el' | 'tr' | 'ja' | 'cs' | 'th' | 'hi' | 'bn' | 'he' | 'fi' | 'sv' | 'da' | 'hr' | 'no' | 'uz' | string;
|
|
471
|
+
export declare type Locales = 'ru' | 'en' | 'de' | 'pl' | 'it' | 'hu' | 'zh' | 'sk' | 'uk' | 'fr' | 'es' | 'pt' | 'ar' | 'nl' | 'id' | 'vi' | 'ko' | 'ms' | 'ro' | 'el' | 'tr' | 'ja' | 'cs' | 'th' | 'hi' | 'bn' | 'he' | 'fi' | 'sv' | 'da' | 'hr' | 'no' | 'uz' | 'hy' | 'ky' | string;
|
|
472
472
|
|
|
473
473
|
export declare const Logger: Logger_2;
|
|
474
474
|
|