@gooddata/sdk-ui 9.5.0-alpha.3 → 9.5.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.
@@ -1534,6 +1534,46 @@
1534
1534
  "comment": "",
1535
1535
  "limit": 0
1536
1536
  },
1537
+ "attributesDropdown.relevantValues": {
1538
+ "value": "Relevant values only.{nbsp}",
1539
+ "comment": "Do not translate non-breakable space '{nbsp}'",
1540
+ "limit": 0
1541
+ },
1542
+ "attributesDropdown.relevantValues.tooltip": {
1543
+ "value": "Available values for <strong>{child}</strong> are filtered by selected <strong>{parents}</strong>.",
1544
+ "comment": "Do not translate HTML markup enclosed in <> and {child}, {parents} placeholders as it will be replaced by list of filter names.",
1545
+ "limit": 0
1546
+ },
1547
+ "attributesDropdown.noRelevantValues": {
1548
+ "value": "No relevant values",
1549
+ "comment": "",
1550
+ "limit": 0
1551
+ },
1552
+ "attributesDropdown.noRelevantValues.tooltip": {
1553
+ "value": "Your selection in the dependent filter has resulted in no matching values for this filter.{break}Click 'Show all' to see all available options.",
1554
+ "comment": "Do not translate '{break}' variable.",
1555
+ "limit": 0
1556
+ },
1557
+ "attributesDropdown.irrelevantValues": {
1558
+ "value": "Irrelevant value selected.{nbsp}",
1559
+ "comment": "Do not translate non-breakable space '{nbsp}'",
1560
+ "limit": 0
1561
+ },
1562
+ "attributesDropdown.irrelevantValues.tooltip": {
1563
+ "value": "Selected value is no longer relevant due to changes in <strong>{parents}</strong>.",
1564
+ "comment": "Do not translate HTML markup enclosed in <> and {parents} placeholder as it will be replaced by list of filter names.",
1565
+ "limit": 0
1566
+ },
1567
+ "attributesDropdown.irrelevantValues.clear": {
1568
+ "value": "Clear",
1569
+ "comment": "",
1570
+ "limit": 0
1571
+ },
1572
+ "attributesDropdown.showAll": {
1573
+ "value": "Show all",
1574
+ "comment": "",
1575
+ "limit": 0
1576
+ },
1537
1577
  "shareDialog.share.grantee.title": {
1538
1578
  "value": "Share with users and groups",
1539
1579
  "comment": "Title of dialog used for sharing of private dashboard with other users or user groups.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.5.0-alpha.3",
3
+ "version": "9.5.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.5.0-alpha.3",
41
- "@gooddata/sdk-model": "9.5.0-alpha.3",
42
- "@gooddata/util": "9.5.0-alpha.3"
40
+ "@gooddata/sdk-model": "9.5.0-alpha.4",
41
+ "@gooddata/sdk-backend-spi": "9.5.0-alpha.4",
42
+ "@gooddata/util": "9.5.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": "0.31.4",
92
92
  "vitest-dom": "0.1.0",
93
- "@gooddata/i18n-toolkit": "9.5.0-alpha.3",
94
- "@gooddata/reference-workspace": "9.5.0-alpha.3",
95
- "@gooddata/sdk-backend-base": "9.5.0-alpha.3",
96
- "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.3"
93
+ "@gooddata/i18n-toolkit": "9.5.0-alpha.4",
94
+ "@gooddata/reference-workspace": "9.5.0-alpha.4",
95
+ "@gooddata/sdk-backend-base": "9.5.0-alpha.4",
96
+ "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.4"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",