@gooddata/sdk-ui 9.2.0-alpha.24 → 9.2.0-alpha.25
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.
|
@@ -182,6 +182,21 @@
|
|
|
182
182
|
"comment": "The label of the dropdown option that specifies the arithmetic operation to calculate the change between two values.",
|
|
183
183
|
"limit": 0
|
|
184
184
|
},
|
|
185
|
+
"visualizations.headline.comparison.title.change.positive": {
|
|
186
|
+
"value": "Increase",
|
|
187
|
+
"comment": "The label will be used when the arithmetic operation is `change` and primary value is greater then secondary value.",
|
|
188
|
+
"limit": 0
|
|
189
|
+
},
|
|
190
|
+
"visualizations.headline.comparison.title.change.negative": {
|
|
191
|
+
"value": "Decrease",
|
|
192
|
+
"comment": "The label will be used when the arithmetic operation is `change` and primary value is less then secondary value.",
|
|
193
|
+
"limit": 0
|
|
194
|
+
},
|
|
195
|
+
"visualizations.headline.comparison.title.change.equals": {
|
|
196
|
+
"value": "No change",
|
|
197
|
+
"comment": "The label will be used when the arithmetic operation is `change` and primary value is equals secondary value.",
|
|
198
|
+
"limit": 0
|
|
199
|
+
},
|
|
185
200
|
"visualizations.headline.comparison.title.ratio": {
|
|
186
201
|
"value": "of",
|
|
187
202
|
"comment": "The label of the dropdown option that specifies the arithmetic operation to calculate the the ratio between two values.",
|
|
@@ -192,6 +207,21 @@
|
|
|
192
207
|
"comment": "The label of the dropdown option that specifies the arithmetic operation to calculate the difference between two values.",
|
|
193
208
|
"limit": 0
|
|
194
209
|
},
|
|
210
|
+
"visualizations.headline.comparison.title.difference.positive": {
|
|
211
|
+
"value": "Increase",
|
|
212
|
+
"comment": "The label will be used when the arithmetic operation is `difference` and primary value is greater then secondary value.",
|
|
213
|
+
"limit": 0
|
|
214
|
+
},
|
|
215
|
+
"visualizations.headline.comparison.title.difference.negative": {
|
|
216
|
+
"value": "Decrease",
|
|
217
|
+
"comment": "The label will be used when the arithmetic operation is `difference` and primary value is less then secondary value.",
|
|
218
|
+
"limit": 0
|
|
219
|
+
},
|
|
220
|
+
"visualizations.headline.comparison.title.difference.equals": {
|
|
221
|
+
"value": "No difference",
|
|
222
|
+
"comment": "The label will be used when the arithmetic operation is `difference` and primary value is equals secondary value.",
|
|
223
|
+
"limit": 0
|
|
224
|
+
},
|
|
195
225
|
"visualization.numericValues.k": {
|
|
196
226
|
"value": "k",
|
|
197
227
|
"comment": "Character 'k' stands for metric prefix kilo (1.000).",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "9.2.0-alpha.
|
|
3
|
+
"version": "9.2.0-alpha.25",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"ts-invariant": "^0.7.3",
|
|
38
38
|
"tslib": "^2.5.0",
|
|
39
39
|
"uuid": "^8.3.2",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "9.2.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "9.2.0-alpha.
|
|
42
|
-
"@gooddata/util": "9.2.0-alpha.
|
|
40
|
+
"@gooddata/sdk-backend-spi": "9.2.0-alpha.25",
|
|
41
|
+
"@gooddata/sdk-model": "9.2.0-alpha.25",
|
|
42
|
+
"@gooddata/util": "9.2.0-alpha.25"
|
|
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.0.2",
|
|
91
91
|
"vitest": "0.31.4",
|
|
92
92
|
"vitest-dom": "0.1.0",
|
|
93
|
-
"@gooddata/i18n-toolkit": "9.2.0-alpha.
|
|
94
|
-
"@gooddata/reference-workspace": "9.2.0-alpha.
|
|
95
|
-
"@gooddata/sdk-backend-base": "9.2.0-alpha.
|
|
96
|
-
"@gooddata/sdk-backend-mockingbird": "9.2.0-alpha.
|
|
93
|
+
"@gooddata/i18n-toolkit": "9.2.0-alpha.25",
|
|
94
|
+
"@gooddata/reference-workspace": "9.2.0-alpha.25",
|
|
95
|
+
"@gooddata/sdk-backend-base": "9.2.0-alpha.25",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "9.2.0-alpha.25"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log",
|