@gooddata/sdk-ui-catalog 11.13.0-alpha.0 → 11.13.0-alpha.1
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/esm/localization/IntlWrapper.d.ts +1 -1
- package/esm/localization/IntlWrapper.d.ts.map +1 -1
- package/esm/localization/IntlWrapper.js +8 -5
- package/esm/localization/IntlWrapper.js.map +1 -1
- package/esm/localization/TestIntlProvider.d.ts +1 -1
- package/esm/localization/TestIntlProvider.d.ts.map +1 -1
- package/esm/localization/TestIntlProvider.js +7 -2
- package/esm/localization/TestIntlProvider.js.map +1 -1
- package/esm/localization/translations.d.ts +10 -4
- package/esm/localization/translations.d.ts.map +1 -1
- package/esm/localization/translations.js +52 -49
- package/esm/localization/translations.js.map +1 -1
- package/package.json +11 -11
|
@@ -9,5 +9,5 @@ export interface IIntlWrapperProps {
|
|
|
9
9
|
/**
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
|
-
export declare function IntlWrapper({ children, locale }: IIntlWrapperProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare function IntlWrapper({ children, locale }: IIntlWrapperProps): import("react/jsx-runtime").JSX.Element | null;
|
|
13
13
|
//# sourceMappingURL=IntlWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntlWrapper.d.ts","sourceRoot":"","sources":["../../src/localization/IntlWrapper.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"IntlWrapper.d.ts","sourceRoot":"","sources":["../../src/localization/IntlWrapper.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQvC;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,MAAsB,EAAE,EAAE,iBAAiB,kDAWlF"}
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2024-2025 GoodData Corporation
|
|
3
|
-
import {
|
|
3
|
+
import {} from "react";
|
|
4
4
|
import { IntlProvider } from "react-intl";
|
|
5
|
-
import { DefaultLocale,
|
|
6
|
-
import {
|
|
5
|
+
import { DefaultLocale, resolveLocale, useResolveMessages } from "@gooddata/sdk-ui";
|
|
6
|
+
import { DEFAULT_MESSAGES, resolveMessages } from "./translations.js";
|
|
7
7
|
/**
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
10
|
export function IntlWrapper({ children, locale = DefaultLocale }) {
|
|
11
|
-
const messages =
|
|
12
|
-
|
|
11
|
+
const messages = useResolveMessages(resolveLocale(locale), resolveMessages, DEFAULT_MESSAGES);
|
|
12
|
+
if (!messages[locale]) {
|
|
13
|
+
return null;
|
|
14
|
+
}
|
|
15
|
+
return (_jsx(IntlProvider, { locale: locale, messages: messages[locale], children: children }));
|
|
13
16
|
}
|
|
14
17
|
//# sourceMappingURL=IntlWrapper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntlWrapper.js","sourceRoot":"","sources":["../../src/localization/IntlWrapper.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAkB,
|
|
1
|
+
{"version":3,"file":"IntlWrapper.js","sourceRoot":"","sources":["../../src/localization/IntlWrapper.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEpF,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAUtE;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,EAAE,QAAQ,EAAE,MAAM,GAAG,aAAa,EAAqB;IAC/E,MAAM,QAAQ,GAAG,kBAAkB,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,eAAe,EAAE,gBAAgB,CAAC,CAAC;IAE9F,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO,CACH,KAAC,YAAY,IAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,YACnD,QAAQ,GACE,CAClB,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestIntlProvider.d.ts","sourceRoot":"","sources":["../../src/localization/TestIntlProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"TestIntlProvider.d.ts","sourceRoot":"","sources":["../../src/localization/TestIntlProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAQ/C;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAS/D"}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
// (C) 2025 GoodData Corporation
|
|
3
|
+
import {} from "react";
|
|
2
4
|
import { IntlProvider } from "react-intl";
|
|
3
|
-
import {
|
|
5
|
+
import { useResolveMessages } from "@gooddata/sdk-ui";
|
|
6
|
+
import { DEFAULT_MESSAGES, resolveMessages } from "./translations.js";
|
|
4
7
|
/**
|
|
5
8
|
* `IntlProvider` wrapper for use in tests.
|
|
6
9
|
* @internal
|
|
7
10
|
*/
|
|
8
11
|
export function TestIntlProvider({ children }) {
|
|
9
|
-
|
|
12
|
+
const locale = "en-US";
|
|
13
|
+
const messages = useResolveMessages(locale, resolveMessages, DEFAULT_MESSAGES);
|
|
14
|
+
return (_jsx(IntlProvider, { locale: locale, messages: messages[locale], children: children }));
|
|
10
15
|
}
|
|
11
16
|
//# sourceMappingURL=TestIntlProvider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestIntlProvider.js","sourceRoot":"","sources":["../../src/localization/TestIntlProvider.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TestIntlProvider.js","sourceRoot":"","sources":["../../src/localization/TestIntlProvider.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAA0B,MAAM,OAAO,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEtE;;;GAGG;AACH,MAAM,UAAU,gBAAgB,CAAC,EAAE,QAAQ,EAAqB;IAC5D,MAAM,MAAM,GAAG,OAAO,CAAC;IACvB,MAAM,QAAQ,GAAG,kBAAkB,CAAC,MAAM,EAAE,eAAe,EAAE,gBAAgB,CAAC,CAAC;IAE/E,OAAO,CACH,KAAC,YAAY,IAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,YACnD,QAAQ,GACE,CAClB,CAAC;AACN,CAAC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
|
+
import { type ITranslations } from "@gooddata/sdk-ui";
|
|
1
2
|
/**
|
|
3
|
+
* Resolves translation messages for the given locale.
|
|
4
|
+
* Memoized to cache promises and prevent duplicate async imports.
|
|
5
|
+
*
|
|
2
6
|
* @internal
|
|
3
7
|
*/
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
export declare const resolveMessages: (locale: string) => Promise<ITranslations>;
|
|
9
|
+
export declare const DEFAULT_LANGUAGE = "en-US";
|
|
10
|
+
export declare const DEFAULT_MESSAGES: {
|
|
11
|
+
"en-US": {
|
|
12
|
+
[x: string]: string;
|
|
13
|
+
};
|
|
8
14
|
};
|
|
9
15
|
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/localization/translations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/localization/translations.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,KAAK,aAAa,EAErB,MAAM,kBAAkB,CAAC;AA+C1B;;;;;GAKG;AACH,eAAO,MAAM,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAoC,CAAC;AAE5G,eAAO,MAAM,gBAAgB,UAAU,CAAC;AACxC,eAAO,MAAM,gBAAgB;;;;CAK5B,CAAC"}
|
|
@@ -1,57 +1,60 @@
|
|
|
1
1
|
// (C) 2024-2025 GoodData Corporation
|
|
2
|
-
import { merge } from "lodash-es";
|
|
3
|
-
import {
|
|
2
|
+
import { memoize, merge } from "lodash-es";
|
|
3
|
+
import { DEFAULT_MESSAGES as DEFAULT_MESSAGES_SDK_UI, resolveMessages as resolveMessagesSdkUi, } from "@gooddata/sdk-ui";
|
|
4
4
|
import { translationUtils } from "@gooddata/util";
|
|
5
|
-
import { de_DE } from "./bundles/de-DE.localization-bundle.js";
|
|
6
|
-
import { en_AU } from "./bundles/en-AU.localization-bundle.js";
|
|
7
|
-
import { en_GB } from "./bundles/en-GB.localization-bundle.js";
|
|
8
5
|
import { en_US } from "./bundles/en-US.localization-bundle.js";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"es-419": es_419,
|
|
33
|
-
"es-ES": es_ES,
|
|
34
|
-
"fi-FI": fi_FI,
|
|
35
|
-
"fr-CA": fr_CA,
|
|
36
|
-
"fr-FR": fr_FR,
|
|
37
|
-
"it-IT": it_IT,
|
|
38
|
-
"ja-JP": ja_JP,
|
|
39
|
-
"nl-NL": nl_NL,
|
|
40
|
-
"pt-BR": pt_BR,
|
|
41
|
-
"pt-PT": pt_PT,
|
|
42
|
-
"ru-RU": ru_RU,
|
|
43
|
-
"zh-Hans": zh_Hans,
|
|
44
|
-
"zh-Hant": zh_Hant,
|
|
45
|
-
"zh-HK": zh_HK,
|
|
46
|
-
"tr-TR": tr_TR,
|
|
47
|
-
"pl-PL": pl_PL,
|
|
48
|
-
"ko-KR": ko_KR,
|
|
49
|
-
"sl-SI": sl_SI,
|
|
6
|
+
const asyncCatalogTranslations = {
|
|
7
|
+
"en-US": () => Promise.resolve(translationUtils.removeMetadata(en_US)),
|
|
8
|
+
"de-DE": () => import("./bundles/de-DE.localization-bundle.js").then((module) => module.de_DE),
|
|
9
|
+
"en-AU": () => import("./bundles/en-AU.localization-bundle.js").then((module) => module.en_AU),
|
|
10
|
+
"en-GB": () => import("./bundles/en-GB.localization-bundle.js").then((module) => module.en_GB),
|
|
11
|
+
"es-419": () => import("./bundles/es-419.localization-bundle.js").then((module) => module.es_419),
|
|
12
|
+
"es-ES": () => import("./bundles/es-ES.localization-bundle.js").then((module) => module.es_ES),
|
|
13
|
+
"fi-FI": () => import("./bundles/fi-FI.localization-bundle.js").then((module) => module.fi_FI),
|
|
14
|
+
"fr-CA": () => import("./bundles/fr-CA.localization-bundle.js").then((module) => module.fr_CA),
|
|
15
|
+
"fr-FR": () => import("./bundles/fr-FR.localization-bundle.js").then((module) => module.fr_FR),
|
|
16
|
+
"it-IT": () => import("./bundles/it-IT.localization-bundle.js").then((module) => module.it_IT),
|
|
17
|
+
"ja-JP": () => import("./bundles/ja-JP.localization-bundle.js").then((module) => module.ja_JP),
|
|
18
|
+
"nl-NL": () => import("./bundles/nl-NL.localization-bundle.js").then((module) => module.nl_NL),
|
|
19
|
+
"pt-BR": () => import("./bundles/pt-BR.localization-bundle.js").then((module) => module.pt_BR),
|
|
20
|
+
"pt-PT": () => import("./bundles/pt-PT.localization-bundle.js").then((module) => module.pt_PT),
|
|
21
|
+
"ru-RU": () => import("./bundles/ru-RU.localization-bundle.js").then((module) => module.ru_RU),
|
|
22
|
+
"zh-Hans": () => import("./bundles/zh-Hans.localization-bundle.js").then((module) => module.zh_Hans),
|
|
23
|
+
"zh-Hant": () => import("./bundles/zh-Hant.localization-bundle.js").then((module) => module.zh_Hant),
|
|
24
|
+
"zh-HK": () => import("./bundles/zh-HK.localization-bundle.js").then((module) => module.zh_HK),
|
|
25
|
+
"tr-TR": () => import("./bundles/tr-TR.localization-bundle.js").then((module) => module.tr_TR),
|
|
26
|
+
"pl-PL": () => import("./bundles/pl-PL.localization-bundle.js").then((module) => module.pl_PL),
|
|
27
|
+
"ko-KR": () => import("./bundles/ko-KR.localization-bundle.js").then((module) => module.ko_KR),
|
|
28
|
+
"sl-SI": () => import("./bundles/sl-SI.localization-bundle.js").then((module) => module.sl_SI),
|
|
50
29
|
};
|
|
51
30
|
/**
|
|
31
|
+
* Asynchronously loads translations for the specified locale, merging sdk-ui-catalog translations
|
|
32
|
+
* with sdk-ui translations.
|
|
33
|
+
*
|
|
34
|
+
* @param locale - The locale to load translations for
|
|
35
|
+
* @returns Promise resolving to merged translations object
|
|
52
36
|
* @internal
|
|
53
37
|
*/
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
38
|
+
const resolveMessagesInternal = async (locale) => {
|
|
39
|
+
const catalogLoader = asyncCatalogTranslations[locale] || asyncCatalogTranslations["en-US"];
|
|
40
|
+
const [catalogTranslations, sdkUiTranslations] = await Promise.all([
|
|
41
|
+
catalogLoader(),
|
|
42
|
+
resolveMessagesSdkUi(locale),
|
|
43
|
+
]);
|
|
44
|
+
return merge({}, sdkUiTranslations, catalogTranslations);
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Resolves translation messages for the given locale.
|
|
48
|
+
* Memoized to cache promises and prevent duplicate async imports.
|
|
49
|
+
*
|
|
50
|
+
* @internal
|
|
51
|
+
*/
|
|
52
|
+
export const resolveMessages = memoize(resolveMessagesInternal);
|
|
53
|
+
export const DEFAULT_LANGUAGE = "en-US";
|
|
54
|
+
export const DEFAULT_MESSAGES = {
|
|
55
|
+
[DEFAULT_LANGUAGE]: {
|
|
56
|
+
...DEFAULT_MESSAGES_SDK_UI[DEFAULT_LANGUAGE],
|
|
57
|
+
...translationUtils.removeMetadata(en_US),
|
|
58
|
+
},
|
|
59
|
+
};
|
|
57
60
|
//# sourceMappingURL=translations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","sourceRoot":"","sources":["../../src/localization/translations.ts"],"names":[],"mappings":"AAAA,qCAAqC;
|
|
1
|
+
{"version":3,"file":"translations.js","sourceRoot":"","sources":["../../src/localization/translations.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-catalog",
|
|
3
|
-
"version": "11.13.0-alpha.
|
|
3
|
+
"version": "11.13.0-alpha.1",
|
|
4
4
|
"description": "GoodData SDK - Analytics Catalog",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"lodash-es": "^4.17.21",
|
|
38
38
|
"react-intl": "7.1.11",
|
|
39
39
|
"tslib": "2.8.1",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "11.13.0-alpha.
|
|
41
|
-
"@gooddata/sdk-
|
|
42
|
-
"@gooddata/sdk-
|
|
43
|
-
"@gooddata/sdk-ui-kit": "11.13.0-alpha.
|
|
44
|
-
"@gooddata/sdk-ui-
|
|
45
|
-
"@gooddata/sdk-ui-
|
|
46
|
-
"@gooddata/util": "11.13.0-alpha.
|
|
40
|
+
"@gooddata/sdk-backend-spi": "11.13.0-alpha.1",
|
|
41
|
+
"@gooddata/sdk-model": "11.13.0-alpha.1",
|
|
42
|
+
"@gooddata/sdk-ui": "11.13.0-alpha.1",
|
|
43
|
+
"@gooddata/sdk-ui-kit": "11.13.0-alpha.1",
|
|
44
|
+
"@gooddata/sdk-ui-theme-provider": "11.13.0-alpha.1",
|
|
45
|
+
"@gooddata/sdk-ui-semantic-search": "11.13.0-alpha.1",
|
|
46
|
+
"@gooddata/util": "11.13.0-alpha.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"typescript": "5.8.3",
|
|
84
84
|
"vitest": "3.2.4",
|
|
85
85
|
"vitest-dom": "0.1.1",
|
|
86
|
-
"@gooddata/eslint-config": "11.13.0-alpha.
|
|
87
|
-
"@gooddata/i18n-toolkit": "11.13.0-alpha.
|
|
88
|
-
"@gooddata/sdk-backend-mockingbird": "11.13.0-alpha.
|
|
86
|
+
"@gooddata/eslint-config": "11.13.0-alpha.1",
|
|
87
|
+
"@gooddata/i18n-toolkit": "11.13.0-alpha.1",
|
|
88
|
+
"@gooddata/sdk-backend-mockingbird": "11.13.0-alpha.1"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": "^18.0.0 || ^19.0.0",
|