@gooddata/sdk-ui 10.9.0-alpha.6 → 10.9.0-alpha.8
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.
@@ -3218,6 +3218,16 @@
|
|
3218
3218
|
"comment": "Example: 'Monthly on the last Friday'. Do not translate placeholder {day}'",
|
3219
3219
|
"limit": 0
|
3220
3220
|
},
|
3221
|
+
"recurrence.types.monthly.first": {
|
3222
|
+
"value": "Monthly on the first day",
|
3223
|
+
"comment": "Example: 'Monthly on the first day'.",
|
3224
|
+
"limit": 0
|
3225
|
+
},
|
3226
|
+
"recurrence.types.weekly.first": {
|
3227
|
+
"value": "Weekly on the first day",
|
3228
|
+
"comment": "Example: 'Weekly on the first day'.",
|
3229
|
+
"limit": 0
|
3230
|
+
},
|
3221
3231
|
"recurrence.types.monthly": {
|
3222
3232
|
"value": "Monthly on the {week, select, 1 {first} 2 {second} 3 {third} 4 {fourth} other {last}} {day}",
|
3223
3233
|
"comment": "Example: 'Monthly on the first Friday'. Translate only uppercase in 'MONTHLY ON THE {week, select, 1 {FIRST} 2 {SECOND} 3 {THIRD} 4 {FOURTH} other {LAST}} {day}'",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.9.0-alpha.
|
3
|
+
"version": "10.9.0-alpha.8",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -37,9 +37,9 @@
|
|
37
37
|
"ts-invariant": "^0.7.5",
|
38
38
|
"tslib": "^2.5.0",
|
39
39
|
"uuid": "^8.3.2",
|
40
|
-
"@gooddata/sdk-backend-spi": "10.9.0-alpha.
|
41
|
-
"@gooddata/
|
42
|
-
"@gooddata/
|
40
|
+
"@gooddata/sdk-backend-spi": "10.9.0-alpha.8",
|
41
|
+
"@gooddata/sdk-model": "10.9.0-alpha.8",
|
42
|
+
"@gooddata/util": "10.9.0-alpha.8"
|
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.3.3",
|
91
91
|
"vitest": "1.0.4",
|
92
92
|
"vitest-dom": "0.1.1",
|
93
|
-
"@gooddata/i18n-toolkit": "10.9.0-alpha.
|
94
|
-
"@gooddata/reference-workspace": "10.9.0-alpha.
|
95
|
-
"@gooddata/sdk-backend-base": "10.9.0-alpha.
|
96
|
-
"@gooddata/sdk-backend-mockingbird": "10.9.0-alpha.
|
93
|
+
"@gooddata/i18n-toolkit": "10.9.0-alpha.8",
|
94
|
+
"@gooddata/reference-workspace": "10.9.0-alpha.8",
|
95
|
+
"@gooddata/sdk-backend-base": "10.9.0-alpha.8",
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "10.9.0-alpha.8"
|
97
97
|
},
|
98
98
|
"scripts": {
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|