@gooddata/sdk-ui 8.10.0-alpha.21 → 8.10.0-alpha.24

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.
@@ -1299,16 +1299,11 @@
1299
1299
  "comment": "Text that will appear before the measures from which attribute will be sorted.",
1300
1300
  "limit": 0
1301
1301
  },
1302
- "sorting.sum.of.all.measure._measure": {
1303
- "value": "Sum of all measures (total)",
1302
+ "sorting.sum.of.all.measure": {
1303
+ "value": "Total",
1304
1304
  "comment": "Title of sort option when is sorted by sum of all measures.",
1305
1305
  "limit": 0
1306
1306
  },
1307
- "sorting.sum.of.all.measure._metric": {
1308
- "value": "Sum of all metrics (total)",
1309
- "comment": "Title of sort option when is sorted by sum of all metrics.",
1310
- "limit": 0
1311
- },
1312
1307
  "sorting.default.tooltip": {
1313
1308
  "value": "Use the order defined in the attribute.",
1314
1309
  "comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
@@ -1299,16 +1299,11 @@
1299
1299
  "comment": "Text that will appear before the measures from which attribute will be sorted.",
1300
1300
  "limit": 0
1301
1301
  },
1302
- "sorting.sum.of.all.measure._measure": {
1303
- "value": "Sum of all measures (total)",
1302
+ "sorting.sum.of.all.measure": {
1303
+ "value": "Total",
1304
1304
  "comment": "Title of sort option when is sorted by sum of all measures.",
1305
1305
  "limit": 0
1306
1306
  },
1307
- "sorting.sum.of.all.measure._metric": {
1308
- "value": "Sum of all metrics (total)",
1309
- "comment": "Title of sort option when is sorted by sum of all metrics.",
1310
- "limit": 0
1311
- },
1312
1307
  "sorting.default.tooltip": {
1313
1308
  "value": "Use the order defined in the attribute.",
1314
1309
  "comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.10.0-alpha.21",
3
+ "version": "8.10.0-alpha.24",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@formatjs/intl-pluralrules": "~1.3.7",
39
39
  "@gooddata/numberjs": "^4.0.1",
40
- "@gooddata/sdk-backend-spi": "^8.10.0-alpha.21",
41
- "@gooddata/sdk-model": "^8.10.0-alpha.21",
42
- "@gooddata/util": "^8.10.0-alpha.21",
40
+ "@gooddata/sdk-backend-spi": "^8.10.0-alpha.24",
41
+ "@gooddata/sdk-model": "^8.10.0-alpha.24",
42
+ "@gooddata/util": "^8.10.0-alpha.24",
43
43
  "custom-event": "^1.0.1",
44
44
  "hoist-non-react-statics": "^3.3.0",
45
45
  "http-status-codes": "^2.1.4",
@@ -57,9 +57,9 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@gooddata/eslint-config": "^2.1.0",
60
- "@gooddata/reference-workspace": "^8.10.0-alpha.21",
61
- "@gooddata/sdk-backend-base": "^8.10.0-alpha.21",
62
- "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.21",
60
+ "@gooddata/reference-workspace": "^8.10.0-alpha.24",
61
+ "@gooddata/sdk-backend-base": "^8.10.0-alpha.24",
62
+ "@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.24",
63
63
  "@gooddata/stylelint-config": "^5.0.0",
64
64
  "@microsoft/api-documenter": "^7.12.13",
65
65
  "@microsoft/api-extractor": "^7.18.4",