@gooddata/sdk-ui 10.20.0-alpha.49 → 10.20.0-alpha.50
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.
@@ -64,6 +64,11 @@
|
|
64
64
|
"comment": "Use '…' as one character, not 3 dots ('...').",
|
65
65
|
"limit": 0
|
66
66
|
},
|
67
|
+
"gs.list.acessibility.search.label": {
|
68
|
+
"value": "Search attribute values",
|
69
|
+
"comment": "",
|
70
|
+
"limit": 0
|
71
|
+
},
|
67
72
|
"gs.list.notAvailableAbbreviation": {
|
68
73
|
"value": "N/A",
|
69
74
|
"comment": "Stands for 'Not Available",
|
@@ -3427,5 +3432,15 @@
|
|
3427
3432
|
"value": "Dismiss notification",
|
3428
3433
|
"comment": "",
|
3429
3434
|
"limit": 0
|
3435
|
+
},
|
3436
|
+
"datePicker.accessibility.label": {
|
3437
|
+
"value": "Select starting date",
|
3438
|
+
"comment": "",
|
3439
|
+
"limit": 0
|
3440
|
+
},
|
3441
|
+
"timePicker.accessibility.label": {
|
3442
|
+
"value": "Select starting time",
|
3443
|
+
"comment": "",
|
3444
|
+
"limit": 0
|
3430
3445
|
}
|
3431
3446
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.20.0-alpha.
|
3
|
+
"version": "10.20.0-alpha.50",
|
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-
|
45
|
-
"@gooddata/sdk-
|
46
|
-
"@gooddata/util": "10.20.0-alpha.
|
44
|
+
"@gooddata/sdk-model": "10.20.0-alpha.50",
|
45
|
+
"@gooddata/sdk-backend-spi": "10.20.0-alpha.50",
|
46
|
+
"@gooddata/util": "10.20.0-alpha.50"
|
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.20.0-alpha.
|
98
|
-
"@gooddata/
|
99
|
-
"@gooddata/sdk-backend-
|
100
|
-
"@gooddata/
|
97
|
+
"@gooddata/i18n-toolkit": "10.20.0-alpha.50",
|
98
|
+
"@gooddata/reference-workspace": "10.20.0-alpha.50",
|
99
|
+
"@gooddata/sdk-backend-base": "10.20.0-alpha.50",
|
100
|
+
"@gooddata/sdk-backend-mockingbird": "10.20.0-alpha.50"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
103
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|