@gooddata/sdk-ui 9.5.0-alpha.1.fix.0 → 9.5.0-alpha.1.fix.2

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.
@@ -2238,11 +2238,16 @@
2238
2238
  "comment": "Error message shown to the user when query in search input failed",
2239
2239
  "limit": 0
2240
2240
  },
2241
- "userManagement.workspace.emptySelection.view": {
2241
+ "userManagement.workspace.emptySelection.user.view": {
2242
2242
  "value": "This user does not have permissions for any workspaces.",
2243
2243
  "comment": "Information shown when no workspaces were selected yet.",
2244
2244
  "limit": 0
2245
2245
  },
2246
+ "userManagement.workspace.emptySelection.userGroup.view": {
2247
+ "value": "This group does not have permissions for any workspaces.",
2248
+ "comment": "Information shown when no workspaces were selected yet.",
2249
+ "limit": 0
2250
+ },
2246
2251
  "userManagement.workspace.emptySelection.edit": {
2247
2252
  "value": "No workspace selected.",
2248
2253
  "comment": "Shown when user did not typed anything to the search dialog.",
@@ -2623,6 +2628,16 @@
2623
2628
  "comment": "Message shown when fetching of user groups from server failed.",
2624
2629
  "limit": 0
2625
2630
  },
2631
+ "userManagement.userGroup.removeSuccess": {
2632
+ "value": "Great! You have successfully removed the group.",
2633
+ "comment": "Confirmation message shown when user group was successfully deleted.",
2634
+ "limit": 0
2635
+ },
2636
+ "userManagement.userGroup.removeFailure": {
2637
+ "value": "Removal of the group failed.",
2638
+ "comment": "Error message shown when deletion of user group failed.",
2639
+ "limit": 0
2640
+ },
2626
2641
  "userManagement.userGroups.removeSuccess": {
2627
2642
  "value": "Great! You have successfully deleted the group.",
2628
2643
  "comment": "Confirmation message shown when user group was successfully deleted.",
@@ -2638,6 +2653,11 @@
2638
2653
  "comment": "Tooltip shown over button that remove user group from the user.",
2639
2654
  "limit": 0
2640
2655
  },
2656
+ "userManagement.userGroups.removeDisabledTooltip": {
2657
+ "value": "The group cannot be removed from the user.",
2658
+ "comment": "Tooltip shown over button that remove user group from the user if the action is disabled.",
2659
+ "limit": 0
2660
+ },
2641
2661
  "userManagement.deleteDialog.user.title": {
2642
2662
  "value": "Delete user?",
2643
2663
  "comment": "Title of dialog that deletes a user.",
@@ -2809,12 +2829,12 @@
2809
2829
  "limit": 0
2810
2830
  },
2811
2831
  "userManagement.users.addSuccess": {
2812
- "value": "Great! You have successfully added the user(s).",
2832
+ "value": "Great! You have successfully added users to the group.",
2813
2833
  "comment": "Confirmation message shown when users were successfully added to the user group.",
2814
2834
  "limit": 0
2815
2835
  },
2816
2836
  "userManagement.users.addFailure": {
2817
- "value": "Addition of the user(s) failed.",
2837
+ "value": "Addition of the users to the group failed.",
2818
2838
  "comment": "Error message shown when addition of users to the user group failed.",
2819
2839
  "limit": 0
2820
2840
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.5.0-alpha.1.fix.0",
3
+ "version": "9.5.0-alpha.1.fix.2",
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.1.fix.0",
41
- "@gooddata/sdk-model": "9.5.0-alpha.1.fix.0",
42
- "@gooddata/util": "9.5.0-alpha.1.fix.0"
40
+ "@gooddata/sdk-model": "9.5.0-alpha.1.fix.2",
41
+ "@gooddata/sdk-backend-spi": "9.5.0-alpha.1.fix.2",
42
+ "@gooddata/util": "9.5.0-alpha.1.fix.2"
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/reference-workspace": "9.5.0-alpha.1.fix.0",
94
- "@gooddata/i18n-toolkit": "9.5.0-alpha.1.fix.0",
95
- "@gooddata/sdk-backend-base": "9.5.0-alpha.1.fix.0",
96
- "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.1.fix.0"
93
+ "@gooddata/i18n-toolkit": "9.5.0-alpha.1.fix.2",
94
+ "@gooddata/reference-workspace": "9.5.0-alpha.1.fix.2",
95
+ "@gooddata/sdk-backend-base": "9.5.0-alpha.1.fix.2",
96
+ "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.1.fix.2"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",