@gooddata/sdk-ui 8.12.0-alpha.79 → 8.12.0-alpha.80
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,6 +1544,26 @@
|
|
|
1544
1544
|
"comment": "Text of the tooltip shown above button that removes user or group from unsaved selection of newly added grantees that will gain access right to the dashboard after changes in share dialog are saved.",
|
|
1545
1545
|
"limit": 0
|
|
1546
1546
|
},
|
|
1547
|
+
"shareDialog.share.granular.grantee.permission.edit": {
|
|
1548
|
+
"value": "Can edit & share",
|
|
1549
|
+
"comment": "",
|
|
1550
|
+
"limit": 0
|
|
1551
|
+
},
|
|
1552
|
+
"shareDialog.share.granular.grantee.permission.share": {
|
|
1553
|
+
"value": "Can view & share",
|
|
1554
|
+
"comment": "",
|
|
1555
|
+
"limit": 0
|
|
1556
|
+
},
|
|
1557
|
+
"shareDialog.share.granular.grantee.permission.view": {
|
|
1558
|
+
"value": "Can view",
|
|
1559
|
+
"comment": "",
|
|
1560
|
+
"limit": 0
|
|
1561
|
+
},
|
|
1562
|
+
"shareDialog.share.granular.grantee.permission.remove": {
|
|
1563
|
+
"value": "Remove",
|
|
1564
|
+
"comment": "",
|
|
1565
|
+
"limit": 0
|
|
1566
|
+
},
|
|
1547
1567
|
"sorting.dropdown.header|insight": {
|
|
1548
1568
|
"value": "Sort insight",
|
|
1549
1569
|
"comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
|
|
@@ -1544,6 +1544,26 @@
|
|
|
1544
1544
|
"comment": "Text of the tooltip shown above button that removes user or group from unsaved selection of newly added grantees that will gain access right to the dashboard after changes in share dialog are saved.",
|
|
1545
1545
|
"limit": 0
|
|
1546
1546
|
},
|
|
1547
|
+
"shareDialog.share.granular.grantee.permission.edit": {
|
|
1548
|
+
"value": "Can edit & share",
|
|
1549
|
+
"comment": "",
|
|
1550
|
+
"limit": 0
|
|
1551
|
+
},
|
|
1552
|
+
"shareDialog.share.granular.grantee.permission.share": {
|
|
1553
|
+
"value": "Can view & share",
|
|
1554
|
+
"comment": "",
|
|
1555
|
+
"limit": 0
|
|
1556
|
+
},
|
|
1557
|
+
"shareDialog.share.granular.grantee.permission.view": {
|
|
1558
|
+
"value": "Can view",
|
|
1559
|
+
"comment": "",
|
|
1560
|
+
"limit": 0
|
|
1561
|
+
},
|
|
1562
|
+
"shareDialog.share.granular.grantee.permission.remove": {
|
|
1563
|
+
"value": "Remove",
|
|
1564
|
+
"comment": "",
|
|
1565
|
+
"limit": 0
|
|
1566
|
+
},
|
|
1547
1567
|
"sorting.dropdown.header|insight": {
|
|
1548
1568
|
"value": "Sort insight",
|
|
1549
1569
|
"comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.12.0-alpha.
|
|
3
|
+
"version": "8.12.0-alpha.80",
|
|
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.12.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "^8.12.0-alpha.
|
|
42
|
-
"@gooddata/util": "^8.12.0-alpha.
|
|
40
|
+
"@gooddata/sdk-backend-spi": "^8.12.0-alpha.80",
|
|
41
|
+
"@gooddata/sdk-model": "^8.12.0-alpha.80",
|
|
42
|
+
"@gooddata/util": "^8.12.0-alpha.80",
|
|
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,11 +56,11 @@
|
|
|
56
56
|
"react-dom": "^16.10.0 || ^17.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@gooddata/i18n-toolkit": "^8.12.0-alpha.
|
|
59
|
+
"@gooddata/i18n-toolkit": "^8.12.0-alpha.80",
|
|
60
60
|
"@gooddata/eslint-config": "^4.1.0",
|
|
61
|
-
"@gooddata/reference-workspace": "^8.12.0-alpha.
|
|
62
|
-
"@gooddata/sdk-backend-base": "^8.12.0-alpha.
|
|
63
|
-
"@gooddata/sdk-backend-mockingbird": "^8.12.0-alpha.
|
|
61
|
+
"@gooddata/reference-workspace": "^8.12.0-alpha.80",
|
|
62
|
+
"@gooddata/sdk-backend-base": "^8.12.0-alpha.80",
|
|
63
|
+
"@gooddata/sdk-backend-mockingbird": "^8.12.0-alpha.80",
|
|
64
64
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
65
65
|
"@microsoft/api-documenter": "^7.17.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.20.0",
|