@gooddata/sdk-ui 10.24.0-alpha.3 → 10.24.0-alpha.5
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.
@@ -601,6 +601,16 @@
|
|
601
601
|
"comment": "Combination of chart type & y-axis position. eg: 'Legend settings: Column (Left)' where 'Column' is '{0}' and '(Left)' is '({1})'. You can switch order of placeholders '{0}' and '({1})' for right-to-left languages if makes more sense.",
|
602
602
|
"limit": 0
|
603
603
|
},
|
604
|
+
"visualizations.pagination.previous": {
|
605
|
+
"value": "Previous page",
|
606
|
+
"comment": "",
|
607
|
+
"limit": 0
|
608
|
+
},
|
609
|
+
"visualizations.pagination.next": {
|
610
|
+
"value": "Next page",
|
611
|
+
"comment": "",
|
612
|
+
"limit": 0
|
613
|
+
},
|
604
614
|
"visualizations.menu.aggregations": {
|
605
615
|
"value": "Aggregate",
|
606
616
|
"comment": "Heading showed above menu listing possible aggregations (totals). Use imperative.",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.24.0-alpha.
|
3
|
+
"version": "10.24.0-alpha.5",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -42,9 +42,9 @@
|
|
42
42
|
"ts-invariant": "^0.7.5",
|
43
43
|
"tslib": "^2.5.0",
|
44
44
|
"uuid": "^8.3.2",
|
45
|
-
"@gooddata/sdk-backend-spi": "10.24.0-alpha.
|
46
|
-
"@gooddata/
|
47
|
-
"@gooddata/
|
45
|
+
"@gooddata/sdk-backend-spi": "10.24.0-alpha.5",
|
46
|
+
"@gooddata/util": "10.24.0-alpha.5",
|
47
|
+
"@gooddata/sdk-model": "10.24.0-alpha.5"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|
50
50
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -96,10 +96,10 @@
|
|
96
96
|
"typescript": "5.3.3",
|
97
97
|
"vitest": "3.0.8",
|
98
98
|
"vitest-dom": "0.1.1",
|
99
|
-
"@gooddata/i18n-toolkit": "10.24.0-alpha.
|
100
|
-
"@gooddata/reference-workspace": "10.24.0-alpha.
|
101
|
-
"@gooddata/sdk-backend-base": "10.24.0-alpha.
|
102
|
-
"@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.
|
99
|
+
"@gooddata/i18n-toolkit": "10.24.0-alpha.5",
|
100
|
+
"@gooddata/reference-workspace": "10.24.0-alpha.5",
|
101
|
+
"@gooddata/sdk-backend-base": "10.24.0-alpha.5",
|
102
|
+
"@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.5"
|
103
103
|
},
|
104
104
|
"scripts": {
|
105
105
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|