@gooddata/sdk-ui 9.8.0-alpha.3 → 9.8.0-alpha.4

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.
@@ -1544,11 +1544,21 @@
1544
1544
  "comment": "Do not translate non-breakable space '{nbsp}'",
1545
1545
  "limit": 0
1546
1546
  },
1547
- "attributesDropdown.relevantValues.tooltip": {
1547
+ "attributesDropdown.relevantValues.tooltip.parentFilters": {
1548
1548
  "value": "Available values for <strong>{child}</strong> are filtered by selected <strong>{parents}</strong>.",
1549
1549
  "comment": "Do not translate HTML markup enclosed in <> and {child}, {parents} placeholders as it will be replaced by list of filter names.",
1550
1550
  "limit": 0
1551
1551
  },
1552
+ "attributesDropdown.relevantValues.tooltip.limits": {
1553
+ "value": "Values for <strong>{child}</strong> are filtered by an additional filter setting. ",
1554
+ "comment": "Do not translate HTML markup enclosed in <> and {child} placeholder as it will be replaced by a filter name.",
1555
+ "limit": 0
1556
+ },
1557
+ "attributesDropdown.relevantValues.tooltip.parentFiltersLimits": {
1558
+ "value": "Values for <strong>{child}</strong> are filtered by the selected <strong>{parents}</strong> and an additional filter setting.",
1559
+ "comment": "Do not translate HTML markup enclosed in <> and {child}, {parents} placeholders as it will be replaced by list of filter names.",
1560
+ "limit": 0
1561
+ },
1552
1562
  "attributesDropdown.noRelevantValues": {
1553
1563
  "value": "No relevant values",
1554
1564
  "comment": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.8.0-alpha.3",
3
+ "version": "9.8.0-alpha.4",
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.8.0-alpha.3",
41
- "@gooddata/sdk-model": "9.8.0-alpha.3",
42
- "@gooddata/util": "9.8.0-alpha.3"
40
+ "@gooddata/sdk-backend-spi": "9.8.0-alpha.4",
41
+ "@gooddata/sdk-model": "9.8.0-alpha.4",
42
+ "@gooddata/util": "9.8.0-alpha.4"
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": "1.0.4",
92
92
  "vitest-dom": "0.1.1",
93
- "@gooddata/i18n-toolkit": "9.8.0-alpha.3",
94
- "@gooddata/reference-workspace": "9.8.0-alpha.3",
95
- "@gooddata/sdk-backend-base": "9.8.0-alpha.3",
96
- "@gooddata/sdk-backend-mockingbird": "9.8.0-alpha.3"
93
+ "@gooddata/reference-workspace": "9.8.0-alpha.4",
94
+ "@gooddata/i18n-toolkit": "9.8.0-alpha.4",
95
+ "@gooddata/sdk-backend-base": "9.8.0-alpha.4",
96
+ "@gooddata/sdk-backend-mockingbird": "9.8.0-alpha.4"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",