@opencx/widget-core 4.0.37 → 4.0.39
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +337 -235
- package/dist/index.js.map +1 -1
- package/dist/src/translation/bg.d.ts +3 -0
- package/dist/src/translation/bg.d.ts.map +1 -0
- package/dist/src/translation/cs.d.ts +3 -0
- package/dist/src/translation/cs.d.ts.map +1 -0
- package/dist/src/translation/el.d.ts +3 -0
- package/dist/src/translation/el.d.ts.map +1 -0
- package/dist/src/translation/index.d.ts +6 -0
- package/dist/src/translation/index.d.ts.map +1 -1
- package/dist/src/translation/ru.d.ts +3 -0
- package/dist/src/translation/ru.d.ts.map +1 -0
- package/dist/src/translation/th.d.ts +3 -0
- package/dist/src/translation/th.d.ts.map +1 -0
- package/dist/src/translation/vi.d.ts +3 -0
- package/dist/src/translation/vi.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { WidgetConfig } from '../types/widget-config';
|
|
2
2
|
declare const languages: {
|
|
3
3
|
readonly ar: TranslationInterface;
|
|
4
|
+
readonly bg: TranslationInterface;
|
|
5
|
+
readonly cs: TranslationInterface;
|
|
4
6
|
readonly da: TranslationInterface;
|
|
5
7
|
readonly de: TranslationInterface;
|
|
8
|
+
readonly el: TranslationInterface;
|
|
6
9
|
readonly en: TranslationInterface;
|
|
7
10
|
readonly es: TranslationInterface;
|
|
8
11
|
readonly fi: TranslationInterface;
|
|
@@ -13,8 +16,11 @@ declare const languages: {
|
|
|
13
16
|
readonly pl: TranslationInterface;
|
|
14
17
|
readonly pt: TranslationInterface;
|
|
15
18
|
readonly ro: TranslationInterface;
|
|
19
|
+
readonly ru: TranslationInterface;
|
|
16
20
|
readonly sv: TranslationInterface;
|
|
21
|
+
readonly th: TranslationInterface;
|
|
17
22
|
readonly tr: TranslationInterface;
|
|
23
|
+
readonly vi: TranslationInterface;
|
|
18
24
|
};
|
|
19
25
|
export declare const LANGUAGES: (keyof typeof languages)[];
|
|
20
26
|
export type Language = (typeof LANGUAGES)[number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translation/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translation/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAuB3D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;CAsBL,CAAC;AAEX,eAAO,MAAM,SAAS,EAA6B,CAAC,MAAM,OAAO,SAAS,CAAC,EAAE,CAAC;AAC9E,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAC9B,IAAI,IAAI,QAAQ,CAElB;AAED,wBAAgB,cAAc,CAC5B,GAAG,EAAE,eAAe,EACpB,IAAI,EAAE,QAAQ,EACd,SAAS,EAAE,YAAY,CAAC,sBAAsB,CAAC,GAC9C,MAAM,CAER;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,2BAA2B,EAAE,MAAM,CAAC;IACpC,4BAA4B,EAAE,MAAM,CAAC;IACrC,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,0BAA0B,EAAE,MAAM,CAAC;IACnC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../src/translation/ru.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAE9C,eAAO,MAAM,eAAe,EAAE,oBAiB7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../src/translation/th.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAE9C,eAAO,MAAM,YAAY,EAAE,oBAiB1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vi.d.ts","sourceRoot":"","sources":["../../../src/translation/vi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAE9C,eAAO,MAAM,kBAAkB,EAAE,oBAiBhC,CAAC"}
|