@gooddata/sdk-ui 9.5.0-alpha.16 → 9.5.0-alpha.18

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.
@@ -2313,11 +2313,16 @@
2313
2313
  "comment": "Error message shown to the user when query in search input failed",
2314
2314
  "limit": 0
2315
2315
  },
2316
- "userManagement.workspace.emptySelection.view": {
2316
+ "userManagement.workspace.emptySelection.user.view": {
2317
2317
  "value": "This user does not have permissions for any workspaces.",
2318
2318
  "comment": "Information shown when no workspaces were selected yet.",
2319
2319
  "limit": 0
2320
2320
  },
2321
+ "userManagement.workspace.emptySelection.userGroup.view": {
2322
+ "value": "This group does not have permissions for any workspaces.",
2323
+ "comment": "Information shown when no workspaces were selected yet.",
2324
+ "limit": 0
2325
+ },
2321
2326
  "userManagement.workspace.emptySelection.edit": {
2322
2327
  "value": "No workspace selected.",
2323
2328
  "comment": "Shown when user did not typed anything to the search dialog.",
@@ -2698,6 +2703,16 @@
2698
2703
  "comment": "Message shown when fetching of user groups from server failed.",
2699
2704
  "limit": 0
2700
2705
  },
2706
+ "userManagement.userGroup.removeSuccess": {
2707
+ "value": "Great! You have successfully removed the group.",
2708
+ "comment": "Confirmation message shown when user group was successfully deleted.",
2709
+ "limit": 0
2710
+ },
2711
+ "userManagement.userGroup.removeFailure": {
2712
+ "value": "Removal of the group failed.",
2713
+ "comment": "Error message shown when deletion of user group failed.",
2714
+ "limit": 0
2715
+ },
2701
2716
  "userManagement.userGroups.removeSuccess": {
2702
2717
  "value": "Great! You have successfully deleted the group.",
2703
2718
  "comment": "Confirmation message shown when user group was successfully deleted.",
@@ -2713,6 +2728,11 @@
2713
2728
  "comment": "Tooltip shown over button that remove user group from the user.",
2714
2729
  "limit": 0
2715
2730
  },
2731
+ "userManagement.userGroups.removeDisabledTooltip": {
2732
+ "value": "The group cannot be removed from the user.",
2733
+ "comment": "Tooltip shown over button that remove user group from the user if the action is disabled.",
2734
+ "limit": 0
2735
+ },
2716
2736
  "userManagement.deleteDialog.user.title": {
2717
2737
  "value": "Delete user?",
2718
2738
  "comment": "Title of dialog that deletes a user.",
@@ -2884,12 +2904,12 @@
2884
2904
  "limit": 0
2885
2905
  },
2886
2906
  "userManagement.users.addSuccess": {
2887
- "value": "Great! You have successfully added the user(s).",
2907
+ "value": "Great! You have successfully added users to the group.",
2888
2908
  "comment": "Confirmation message shown when users were successfully added to the user group.",
2889
2909
  "limit": 0
2890
2910
  },
2891
2911
  "userManagement.users.addFailure": {
2892
- "value": "Addition of the user(s) failed.",
2912
+ "value": "Addition of the users to the group failed.",
2893
2913
  "comment": "Error message shown when addition of users to the user group failed.",
2894
2914
  "limit": 0
2895
2915
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.5.0-alpha.16",
3
+ "version": "9.5.0-alpha.18",
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.16",
41
- "@gooddata/sdk-model": "9.5.0-alpha.16",
42
- "@gooddata/util": "9.5.0-alpha.16"
40
+ "@gooddata/sdk-backend-spi": "9.5.0-alpha.18",
41
+ "@gooddata/sdk-model": "9.5.0-alpha.18",
42
+ "@gooddata/util": "9.5.0-alpha.18"
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.16",
94
- "@gooddata/reference-workspace": "9.5.0-alpha.16",
95
- "@gooddata/sdk-backend-base": "9.5.0-alpha.16",
96
- "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.16"
93
+ "@gooddata/i18n-toolkit": "9.5.0-alpha.18",
94
+ "@gooddata/reference-workspace": "9.5.0-alpha.18",
95
+ "@gooddata/sdk-backend-base": "9.5.0-alpha.18",
96
+ "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.18"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",