@gooddata/sdk-ui 9.1.0-alpha.10 → 9.1.0-alpha.11
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.
|
@@ -327,7 +327,12 @@
|
|
|
327
327
|
"limit": 0
|
|
328
328
|
},
|
|
329
329
|
"gs.filter.error": {
|
|
330
|
-
"value": "Error loading filter",
|
|
330
|
+
"value": "Error when loading filter.",
|
|
331
|
+
"comment": "",
|
|
332
|
+
"limit": 0
|
|
333
|
+
},
|
|
334
|
+
"gs.filter.error.tooltip": {
|
|
335
|
+
"value": "Error. Values cannot be loaded.",
|
|
331
336
|
"comment": "",
|
|
332
337
|
"limit": 0
|
|
333
338
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "9.1.0-alpha.
|
|
3
|
+
"version": "9.1.0-alpha.11",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"tslib": "^2.5.0",
|
|
38
38
|
"uuid": "^8.3.2",
|
|
39
39
|
"default-import": "^1.1.5",
|
|
40
|
-
"@gooddata/sdk-
|
|
41
|
-
"@gooddata/sdk-
|
|
42
|
-
"@gooddata/util": "9.1.0-alpha.
|
|
40
|
+
"@gooddata/sdk-model": "9.1.0-alpha.11",
|
|
41
|
+
"@gooddata/sdk-backend-spi": "9.1.0-alpha.11",
|
|
42
|
+
"@gooddata/util": "9.1.0-alpha.11"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"typescript": "5.0.2",
|
|
91
91
|
"vitest": "0.31.4",
|
|
92
92
|
"vitest-dom": "0.1.0",
|
|
93
|
-
"@gooddata/i18n-toolkit": "9.1.0-alpha.
|
|
94
|
-
"@gooddata/reference-workspace": "9.1.0-alpha.
|
|
95
|
-
"@gooddata/sdk-backend-base": "9.1.0-alpha.
|
|
96
|
-
"@gooddata/sdk-backend-mockingbird": "9.1.0-alpha.
|
|
93
|
+
"@gooddata/i18n-toolkit": "9.1.0-alpha.11",
|
|
94
|
+
"@gooddata/reference-workspace": "9.1.0-alpha.11",
|
|
95
|
+
"@gooddata/sdk-backend-base": "9.1.0-alpha.11",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "9.1.0-alpha.11"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log",
|