@gooddata/sdk-ui 10.23.0-alpha.8 → 10.23.0
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.
@@ -14,6 +14,11 @@
|
|
14
14
|
"comment": "",
|
15
15
|
"limit": 0
|
16
16
|
},
|
17
|
+
"gs.header.help.label": {
|
18
|
+
"value": "Help links",
|
19
|
+
"comment": "",
|
20
|
+
"limit": 0
|
21
|
+
},
|
17
22
|
"gs.header.search": {
|
18
23
|
"value": "Search",
|
19
24
|
"comment": "A global semantic search button label in the main menu",
|
@@ -636,6 +641,11 @@
|
|
636
641
|
"comment": "",
|
637
642
|
"limit": 0
|
638
643
|
},
|
644
|
+
"close": {
|
645
|
+
"value": "Close",
|
646
|
+
"comment": "Button for closing the popup without triggering any action.",
|
647
|
+
"limit": 0
|
648
|
+
},
|
639
649
|
"save": {
|
640
650
|
"value": "Save",
|
641
651
|
"comment": "Label of save button or visual element",
|
@@ -3378,6 +3388,16 @@
|
|
3378
3388
|
"comment": "Do not translate word 'Markdown'",
|
3379
3389
|
"limit": 0
|
3380
3390
|
},
|
3391
|
+
"richText.no_data": {
|
3392
|
+
"value": "No data",
|
3393
|
+
"comment": "No data retrieved from the server",
|
3394
|
+
"limit": 0
|
3395
|
+
},
|
3396
|
+
"richText.no_fetch": {
|
3397
|
+
"value": "Data could not be retrieved",
|
3398
|
+
"comment": "Data could not be retrieved from the server",
|
3399
|
+
"limit": 0
|
3400
|
+
},
|
3381
3401
|
"recurrence.starts": {
|
3382
3402
|
"value": "Starts on",
|
3383
3403
|
"comment": "Describes when recurrence starts.",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.23.0
|
3
|
+
"version": "10.23.0",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"ts-invariant": "^0.7.5",
|
42
42
|
"tslib": "^2.5.0",
|
43
43
|
"uuid": "^8.3.2",
|
44
|
-
"@gooddata/sdk-backend-spi": "10.23.0
|
45
|
-
"@gooddata/sdk-model": "10.23.0
|
46
|
-
"@gooddata/util": "10.23.0
|
44
|
+
"@gooddata/sdk-backend-spi": "10.23.0",
|
45
|
+
"@gooddata/sdk-model": "10.23.0",
|
46
|
+
"@gooddata/util": "10.23.0"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
49
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -94,10 +94,10 @@
|
|
94
94
|
"typescript": "5.3.3",
|
95
95
|
"vitest": "1.0.4",
|
96
96
|
"vitest-dom": "0.1.1",
|
97
|
-
"@gooddata/
|
98
|
-
"@gooddata/
|
99
|
-
"@gooddata/sdk-backend-
|
100
|
-
"@gooddata/
|
97
|
+
"@gooddata/i18n-toolkit": "10.23.0",
|
98
|
+
"@gooddata/sdk-backend-base": "10.23.0",
|
99
|
+
"@gooddata/sdk-backend-mockingbird": "10.23.0",
|
100
|
+
"@gooddata/reference-workspace": "10.23.0"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
103
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|