@gooddata/sdk-ui 8.11.0-alpha.44 → 8.11.0-alpha.47

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.
@@ -357,7 +357,7 @@
357
357
  "limit": 0
358
358
  },
359
359
  "gs.list.limitReached": {
360
- "value": "You have reached the limit of {limit} selected values",
360
+ "value": "You have reached the limit of {limit} selected values.",
361
361
  "comment": "Don't translate placeholder '{limit}'.",
362
362
  "limit": 0
363
363
  },
@@ -1384,13 +1384,8 @@
1384
1384
  "limit": 0,
1385
1385
  "translate": false
1386
1386
  },
1387
- "attributesDropdown.allItemsFiltered": {
1388
- "value": "All items are filtered out",
1389
- "comment": "This message is displayed when there are no items available because they were filtered out by parent filters",
1390
- "limit": 0
1391
- },
1392
1387
  "attributesDropdown.itemsFiltered.tooltip": {
1393
- "value": "Items are filtered by: <strong>{filters}</strong>",
1388
+ "value": "Values are filtered by: <strong>{filters}</strong>",
1394
1389
  "comment": "Do not translate HTML markup enclosed in <> and {filters} placeholder as it will be replaced by list of filter names.",
1395
1390
  "limit": 0
1396
1391
  },
@@ -1400,8 +1395,33 @@
1400
1395
  "limit": 0
1401
1396
  },
1402
1397
  "attributesDropdown.noData": {
1403
- "value": "This attribute does not have any value.",
1404
- "comment": "",
1398
+ "value": "This attribute has no values.",
1399
+ "comment": "This message is displayed when when there are no items available because the attribute has no elements.",
1400
+ "limit": 0
1401
+ },
1402
+ "attributesDropdown.noResultsMatch": {
1403
+ "value": "No results match.",
1404
+ "comment": "This message is displayed when when there are no items available because they were filtered out by search.",
1405
+ "limit": 0
1406
+ },
1407
+ "attributesDropdown.allItemsFiltered": {
1408
+ "value": "All values are filtered out.",
1409
+ "comment": "This message is displayed when there are no items available because they were filtered out by parent filters.",
1410
+ "limit": 0
1411
+ },
1412
+ "attributesDropdown.configuration": {
1413
+ "value": "Configuration",
1414
+ "comment": "Configuration button label in attribute filter dropdown",
1415
+ "limit": 0
1416
+ },
1417
+ "attributesDropdown.removeTooltip": {
1418
+ "value": "Remove from dashboard",
1419
+ "comment": "Tooltip text of button for deleting filter",
1420
+ "limit": 0
1421
+ },
1422
+ "attributesDropdown.display_as": {
1423
+ "value": "Display as: {title}",
1424
+ "comment": "Label shown on dropdown button that changes form of the attribute used in insight. For example 'Display as: Shortened name'",
1405
1425
  "limit": 0
1406
1426
  },
1407
1427
  "shareDialog.share.grantee.title": {
@@ -1711,7 +1731,7 @@
1711
1731
  "limit": 0
1712
1732
  },
1713
1733
  "stylingEditor.dialog.name.required": {
1714
- "value": "Name is required.",
1734
+ "value": "Cannot save. Specify a name.",
1715
1735
  "comment": "",
1716
1736
  "limit": 0
1717
1737
  },
@@ -1721,17 +1741,17 @@
1721
1741
  "limit": 0
1722
1742
  },
1723
1743
  "stylingEditor.dialog.definition.required": {
1724
- "value": "Definition is required",
1744
+ "value": "Cannot save. Specify a definition.",
1725
1745
  "comment": "",
1726
1746
  "limit": 0
1727
1747
  },
1728
1748
  "stylingEditor.dialog.definition.invalid": {
1729
- "value": "Definition must be a valid JSON object.",
1749
+ "value": "Cannot save. The definition is not a valid JSON object.",
1730
1750
  "comment": "",
1731
1751
  "limit": 0
1732
1752
  },
1733
1753
  "stylingEditor.dialog.examples": {
1734
- "value": "Examples",
1754
+ "value": "Templates",
1735
1755
  "comment": "",
1736
1756
  "limit": 0
1737
1757
  },
@@ -1751,7 +1771,7 @@
1751
1771
  "limit": 0
1752
1772
  },
1753
1773
  "stylingPicker.item.delete.tooltip": {
1754
- "value": "Default item cannot be deleted.",
1774
+ "value": "Applied default item cannot be deleted.",
1755
1775
  "comment": "",
1756
1776
  "limit": 0
1757
1777
  }
@@ -357,7 +357,7 @@
357
357
  "limit": 0
358
358
  },
359
359
  "gs.list.limitReached": {
360
- "value": "You have reached the limit of {limit} selected values",
360
+ "value": "You have reached the limit of {limit} selected values.",
361
361
  "comment": "Don't translate placeholder '{limit}'.",
362
362
  "limit": 0
363
363
  },
@@ -1384,13 +1384,8 @@
1384
1384
  "limit": 0,
1385
1385
  "translate": false
1386
1386
  },
1387
- "attributesDropdown.allItemsFiltered": {
1388
- "value": "All items are filtered out",
1389
- "comment": "This message is displayed when there are no items available because they were filtered out by parent filters",
1390
- "limit": 0
1391
- },
1392
1387
  "attributesDropdown.itemsFiltered.tooltip": {
1393
- "value": "Items are filtered by: <strong>{filters}</strong>",
1388
+ "value": "Values are filtered by: <strong>{filters}</strong>",
1394
1389
  "comment": "Do not translate HTML markup enclosed in <> and {filters} placeholder as it will be replaced by list of filter names.",
1395
1390
  "limit": 0
1396
1391
  },
@@ -1400,8 +1395,33 @@
1400
1395
  "limit": 0
1401
1396
  },
1402
1397
  "attributesDropdown.noData": {
1403
- "value": "This attribute does not have any value.",
1404
- "comment": "",
1398
+ "value": "This attribute has no values.",
1399
+ "comment": "This message is displayed when when there are no items available because the attribute has no elements.",
1400
+ "limit": 0
1401
+ },
1402
+ "attributesDropdown.noResultsMatch": {
1403
+ "value": "No results match.",
1404
+ "comment": "This message is displayed when when there are no items available because they were filtered out by search.",
1405
+ "limit": 0
1406
+ },
1407
+ "attributesDropdown.allItemsFiltered": {
1408
+ "value": "All values are filtered out.",
1409
+ "comment": "This message is displayed when there are no items available because they were filtered out by parent filters.",
1410
+ "limit": 0
1411
+ },
1412
+ "attributesDropdown.configuration": {
1413
+ "value": "Configuration",
1414
+ "comment": "Configuration button label in attribute filter dropdown",
1415
+ "limit": 0
1416
+ },
1417
+ "attributesDropdown.removeTooltip": {
1418
+ "value": "Remove from dashboard",
1419
+ "comment": "Tooltip text of button for deleting filter",
1420
+ "limit": 0
1421
+ },
1422
+ "attributesDropdown.display_as": {
1423
+ "value": "Display as: {title}",
1424
+ "comment": "Label shown on dropdown button that changes form of the attribute used in insight. For example 'Display as: Shortened name'",
1405
1425
  "limit": 0
1406
1426
  },
1407
1427
  "shareDialog.share.grantee.title": {
@@ -1711,7 +1731,7 @@
1711
1731
  "limit": 0
1712
1732
  },
1713
1733
  "stylingEditor.dialog.name.required": {
1714
- "value": "Name is required.",
1734
+ "value": "Cannot save. Specify a name.",
1715
1735
  "comment": "",
1716
1736
  "limit": 0
1717
1737
  },
@@ -1721,17 +1741,17 @@
1721
1741
  "limit": 0
1722
1742
  },
1723
1743
  "stylingEditor.dialog.definition.required": {
1724
- "value": "Definition is required",
1744
+ "value": "Cannot save. Specify a definition.",
1725
1745
  "comment": "",
1726
1746
  "limit": 0
1727
1747
  },
1728
1748
  "stylingEditor.dialog.definition.invalid": {
1729
- "value": "Definition must be a valid JSON object.",
1749
+ "value": "Cannot save. The definition is not a valid JSON object.",
1730
1750
  "comment": "",
1731
1751
  "limit": 0
1732
1752
  },
1733
1753
  "stylingEditor.dialog.examples": {
1734
- "value": "Examples",
1754
+ "value": "Templates",
1735
1755
  "comment": "",
1736
1756
  "limit": 0
1737
1757
  },
@@ -1751,7 +1771,7 @@
1751
1771
  "limit": 0
1752
1772
  },
1753
1773
  "stylingPicker.item.delete.tooltip": {
1754
- "value": "Default item cannot be deleted.",
1774
+ "value": "Applied default item cannot be deleted.",
1755
1775
  "comment": "",
1756
1776
  "limit": 0
1757
1777
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.11.0-alpha.44",
3
+ "version": "8.11.0-alpha.47",
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.3",
40
- "@gooddata/sdk-backend-spi": "^8.11.0-alpha.44",
41
- "@gooddata/sdk-model": "^8.11.0-alpha.44",
42
- "@gooddata/util": "^8.11.0-alpha.44",
40
+ "@gooddata/sdk-backend-spi": "^8.11.0-alpha.47",
41
+ "@gooddata/sdk-model": "^8.11.0-alpha.47",
42
+ "@gooddata/util": "^8.11.0-alpha.47",
43
43
  "custom-event": "^1.0.1",
44
44
  "hoist-non-react-statics": "^3.3.0",
45
45
  "http-status-codes": "^2.1.4",
@@ -56,16 +56,16 @@
56
56
  "react-dom": "^16.10.0 || ^17.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@gooddata/i18n-toolkit": "^8.11.0-alpha.44",
59
+ "@gooddata/i18n-toolkit": "^8.11.0-alpha.47",
60
60
  "@gooddata/eslint-config": "^2.1.0",
61
- "@gooddata/reference-workspace": "^8.11.0-alpha.44",
62
- "@gooddata/sdk-backend-base": "^8.11.0-alpha.44",
63
- "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.44",
61
+ "@gooddata/reference-workspace": "^8.11.0-alpha.47",
62
+ "@gooddata/sdk-backend-base": "^8.11.0-alpha.47",
63
+ "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.47",
64
64
  "@gooddata/stylelint-config": "^5.0.0",
65
65
  "@microsoft/api-documenter": "^7.17.0",
66
66
  "@microsoft/api-extractor": "^7.20.0",
67
- "@testing-library/jest-dom": "5.12.0",
68
- "@testing-library/react": "12.1.5",
67
+ "@testing-library/jest-dom": "^5.12.0",
68
+ "@testing-library/react": "^12.1.5",
69
69
  "@testing-library/user-event": "^14.4.2",
70
70
  "@types/enzyme": "^3.10.3",
71
71
  "@types/hoist-non-react-statics": "^3.3.1",