@gooddata/sdk-ui 10.23.0-alpha.12 → 10.23.0-alpha.14
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.
@@ -636,6 +636,11 @@
|
|
636
636
|
"comment": "",
|
637
637
|
"limit": 0
|
638
638
|
},
|
639
|
+
"close": {
|
640
|
+
"value": "Close",
|
641
|
+
"comment": "Button for closing the popup without triggering any action.",
|
642
|
+
"limit": 0
|
643
|
+
},
|
639
644
|
"save": {
|
640
645
|
"value": "Save",
|
641
646
|
"comment": "Label of save button or visual element",
|
@@ -3378,6 +3383,16 @@
|
|
3378
3383
|
"comment": "Do not translate word 'Markdown'",
|
3379
3384
|
"limit": 0
|
3380
3385
|
},
|
3386
|
+
"richText.no_data": {
|
3387
|
+
"value": "No data",
|
3388
|
+
"comment": "No data retrieved from the server",
|
3389
|
+
"limit": 0
|
3390
|
+
},
|
3391
|
+
"richText.no_fetch": {
|
3392
|
+
"value": "Data could not be retrieved",
|
3393
|
+
"comment": "Data could not be retrieved from the server",
|
3394
|
+
"limit": 0
|
3395
|
+
},
|
3381
3396
|
"recurrence.starts": {
|
3382
3397
|
"value": "Starts on",
|
3383
3398
|
"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-alpha.
|
3
|
+
"version": "10.23.0-alpha.14",
|
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-alpha.
|
45
|
-
"@gooddata/
|
46
|
-
"@gooddata/
|
44
|
+
"@gooddata/sdk-backend-spi": "10.23.0-alpha.14",
|
45
|
+
"@gooddata/util": "10.23.0-alpha.14",
|
46
|
+
"@gooddata/sdk-model": "10.23.0-alpha.14"
|
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/i18n-toolkit": "10.23.0-alpha.
|
98
|
-
"@gooddata/
|
99
|
-
"@gooddata/
|
100
|
-
"@gooddata/sdk-backend-mockingbird": "10.23.0-alpha.
|
97
|
+
"@gooddata/i18n-toolkit": "10.23.0-alpha.14",
|
98
|
+
"@gooddata/reference-workspace": "10.23.0-alpha.14",
|
99
|
+
"@gooddata/sdk-backend-base": "10.23.0-alpha.14",
|
100
|
+
"@gooddata/sdk-backend-mockingbird": "10.23.0-alpha.14"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
103
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|