@gooddata/sdk-ui-semantic-search 11.0.0-alpha.2 → 11.0.0-alpha.3
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.
@@ -1,5 +1,5 @@
|
|
1
1
|
// (C) 2024-2025 GoodData Corporation
|
2
|
-
import merge from "lodash
|
2
|
+
import { merge } from "lodash-es";
|
3
3
|
import { messagesMap as sdkUiTranslations } from "@gooddata/sdk-ui";
|
4
4
|
import { translationUtils } from "@gooddata/util";
|
5
5
|
import { de_DE } from "./bundles/de-DE.localization-bundle.js";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"translations.js","sourceRoot":"","sources":["../../src/localization/translations.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,
|
1
|
+
{"version":3,"file":"translations.js","sourceRoot":"","sources":["../../src/localization/translations.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAElC,OAAO,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACnE,OAAO,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAE/D,MAAM,mBAAmB,GAAiD;IACtE,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,gBAAgB,CAAC,cAAc,CAAC,KAAK,CAAC;IAC/C,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,OAAO;IAClB,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,KAAK;CACjB,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,KAAK,CAC7B,EAAE;AACF,uCAAuC;AACvC,iBAAiB,EACjB,mBAAmB,CACtB,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
3
|
-
"version": "11.0.0-alpha.
|
3
|
+
"version": "11.0.0-alpha.3",
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -35,15 +35,15 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"classnames": "^2.3.1",
|
38
|
-
"lodash": "^4.17.21",
|
38
|
+
"lodash-es": "^4.17.21",
|
39
39
|
"react-intl": "7.1.11",
|
40
40
|
"tslib": "2.8.1",
|
41
|
-
"@gooddata/sdk-backend-spi": "11.0.0-alpha.
|
42
|
-
"@gooddata/sdk-
|
43
|
-
"@gooddata/sdk-ui
|
44
|
-
"@gooddata/sdk-
|
45
|
-
"@gooddata/sdk-ui-
|
46
|
-
"@gooddata/util": "11.0.0-alpha.
|
41
|
+
"@gooddata/sdk-backend-spi": "11.0.0-alpha.3",
|
42
|
+
"@gooddata/sdk-model": "11.0.0-alpha.3",
|
43
|
+
"@gooddata/sdk-ui": "11.0.0-alpha.3",
|
44
|
+
"@gooddata/sdk-ui-theme-provider": "11.0.0-alpha.3",
|
45
|
+
"@gooddata/sdk-ui-kit": "11.0.0-alpha.3",
|
46
|
+
"@gooddata/util": "11.0.0-alpha.3"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@gooddata/eslint-config": "^4.1.1",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"@microsoft/api-extractor": "^7.52.8",
|
52
52
|
"@testing-library/dom": "10.4.0",
|
53
53
|
"@testing-library/react": "16.3.0",
|
54
|
-
"@types/lodash": "^4.
|
54
|
+
"@types/lodash-es": "^4.17.12",
|
55
55
|
"@types/raf": "^3.4.0",
|
56
56
|
"@types/react": "19.1.11",
|
57
57
|
"@types/react-dom": "19.1.7",
|
@@ -85,8 +85,8 @@
|
|
85
85
|
"typescript": "5.8.3",
|
86
86
|
"vitest": "3.2.4",
|
87
87
|
"vitest-dom": "0.1.1",
|
88
|
-
"@gooddata/i18n-toolkit": "11.0.0-alpha.
|
89
|
-
"@gooddata/sdk-backend-mockingbird": "11.0.0-alpha.
|
88
|
+
"@gooddata/i18n-toolkit": "11.0.0-alpha.3",
|
89
|
+
"@gooddata/sdk-backend-mockingbird": "11.0.0-alpha.3"
|
90
90
|
},
|
91
91
|
"peerDependencies": {
|
92
92
|
"react": "^18.0.0 || ^19.0.0",
|