@gooddata/sdk-ui 10.14.0-alpha.0 → 10.14.0-alpha.10
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.
@@ -2368,6 +2368,11 @@
|
|
2368
2368
|
"comment": "Title of dialog used for granting workspace permission to users or groups.",
|
2369
2369
|
"limit": 0
|
2370
2370
|
},
|
2371
|
+
"userManagement.workspace.edit.title": {
|
2372
|
+
"value": "Edit workspace permission",
|
2373
|
+
"comment": "Title of dialog used for granting workspace permission to users or groups.",
|
2374
|
+
"limit": 0
|
2375
|
+
},
|
2371
2376
|
"userManagement.dataSource.searchPlaceholder": {
|
2372
2377
|
"value": "Search data sources",
|
2373
2378
|
"comment": "Placeholder of empty data source dialog search input.",
|
@@ -2738,11 +2743,116 @@
|
|
2738
2743
|
"comment": "Tooltip of the data source permission that allows user group to fully manage data sources.",
|
2739
2744
|
"limit": 0
|
2740
2745
|
},
|
2746
|
+
"userManagement.workspace.permission.export": {
|
2747
|
+
"value": "Exports",
|
2748
|
+
"comment": "Name of the workspace permission that allows user to export data in workspace.",
|
2749
|
+
"limit": 0
|
2750
|
+
},
|
2751
|
+
"userManagement.workspace.permission.export.tooltip": {
|
2752
|
+
"value": "Adds EXPORT permission to export dashboards and visualizations in various formats.",
|
2753
|
+
"comment": "Export permission tooltip",
|
2754
|
+
"limit": 0
|
2755
|
+
},
|
2756
|
+
"userManagement.workspace.permission.exportTabular": {
|
2757
|
+
"value": "Export XLSX and CSV",
|
2758
|
+
"comment": "Name of the workspace permission that allows user to export data in workspace.",
|
2759
|
+
"limit": 0
|
2760
|
+
},
|
2761
|
+
"userManagement.workspace.permission.exportTabular.tooltip": {
|
2762
|
+
"value": "Adds EXPORT_TABULAR permission to export dashboards and visualizations in CSV and XLSX formats.",
|
2763
|
+
"comment": "Export tabular permission tooltip",
|
2764
|
+
"limit": 0
|
2765
|
+
},
|
2766
|
+
"userManagement.workspace.permission.exportPdf": {
|
2767
|
+
"value": "Export PDF",
|
2768
|
+
"comment": "Name of the workspace permission that allows user to export data in workspace.",
|
2769
|
+
"limit": 0
|
2770
|
+
},
|
2771
|
+
"userManagement.workspace.permission.exportPdf.tooltip": {
|
2772
|
+
"value": "Adds EXPORT_PDF permission to export dashboards and visualizations as PDF files.",
|
2773
|
+
"comment": "Export PDF permission tooltip",
|
2774
|
+
"limit": 0
|
2775
|
+
},
|
2776
|
+
"userManagement.workspace.permission.createFilterView": {
|
2777
|
+
"value": "Saved filter views",
|
2778
|
+
"comment": "Name of the workspace permission that allows user to create filter views in workspace.",
|
2779
|
+
"limit": 0
|
2780
|
+
},
|
2781
|
+
"userManagement.workspace.permission.createFilterView.tooltip": {
|
2782
|
+
"value": "Adds CREATE_FILTER_VIEW permission to create and save dashboard filter combinations for quick reuse.",
|
2783
|
+
"comment": "Create saved filter view permission tooltip",
|
2784
|
+
"limit": 0
|
2785
|
+
},
|
2786
|
+
"userManagement.workspace.permission.createAutomation": {
|
2787
|
+
"value": "Alerts and scheduled exports",
|
2788
|
+
"comment": "Name of the workspace permission that allows user to create automations in workspace.",
|
2789
|
+
"limit": 0
|
2790
|
+
},
|
2791
|
+
"userManagement.workspace.permission.createAutomation.tooltip": {
|
2792
|
+
"value": "Adds CREATE_AUTOMATIONS permission to create automated alerts and scheduled exports.",
|
2793
|
+
"comment": "Create automation permission tooltip",
|
2794
|
+
"limit": 0
|
2795
|
+
},
|
2796
|
+
"userManagement.workspace.granularPermission.noWorkspace": {
|
2797
|
+
"value": "No workspace selected",
|
2798
|
+
"comment": "Empty content message",
|
2799
|
+
"limit": 0
|
2800
|
+
},
|
2801
|
+
"userManagement.workspace.granularPermission.hierarchy": {
|
2802
|
+
"value": "Include child workspaces",
|
2803
|
+
"comment": "Label of option that states that selected permission will be added to the selected workspace and to all workspaces in tree hierarchy of workspaces under it.",
|
2804
|
+
"limit": 0
|
2805
|
+
},
|
2806
|
+
"userManagement.workspace.granularPermission.hierarchy.tooltip": {
|
2807
|
+
"value": "Applies the permission to this workspace and all its child workspaces.",
|
2808
|
+
"comment": "Tooltip that explains option that adds permission to workspace and children.",
|
2809
|
+
"limit": 0
|
2810
|
+
},
|
2811
|
+
"userManagement.workspace.granularPermission.workspaceAccess.title": {
|
2812
|
+
"value": "Workspace access",
|
2813
|
+
"comment": "Label of workspace subsection of permissions",
|
2814
|
+
"limit": 0
|
2815
|
+
},
|
2816
|
+
"userManagement.workspace.granularPermission.additionalAccess.title": {
|
2817
|
+
"value": "Additional permissions",
|
2818
|
+
"comment": "Label of additional subsection of permissions",
|
2819
|
+
"limit": 0
|
2820
|
+
},
|
2821
|
+
"userManagement.workspace.granularPermission.help": {
|
2822
|
+
"value": "Learn about workspace permissions",
|
2823
|
+
"comment": "Label of help button for permissions",
|
2824
|
+
"limit": 0
|
2825
|
+
},
|
2826
|
+
"userManagement.workspace.granularPermission.view.description": {
|
2827
|
+
"value": "Allows users to view dashboards that have been shared with them or their user group.",
|
2828
|
+
"comment": "Description of permission",
|
2829
|
+
"limit": 0
|
2830
|
+
},
|
2831
|
+
"userManagement.workspace.granularPermission.analyze.description": {
|
2832
|
+
"value": "Allows users to create, edit, or delete dashboards and visualizations, alongside viewing the Logical Data Model (LDM) and metrics.",
|
2833
|
+
"comment": "Description of permission",
|
2834
|
+
"limit": 0
|
2835
|
+
},
|
2836
|
+
"userManagement.workspace.granularPermission.manage.description": {
|
2837
|
+
"value": "Allows users can to, edit or delete the logical data model and metrics, and access all dashboards and edit their dashboard permissions without limitations.",
|
2838
|
+
"comment": "Description of permission",
|
2839
|
+
"limit": 0
|
2840
|
+
},
|
2841
|
+
"userManagement.workspace.granularPermission.warning": {
|
2842
|
+
"value": "<b>Caution:</b> This action will remove any redundant combinations.",
|
2843
|
+
"comment": "Warning message shown when user tries to add 'Manage' permission to user or user group.",
|
2844
|
+
"limit": 0
|
2845
|
+
},
|
2741
2846
|
"userManagement.workspace.permission.remove": {
|
2742
2847
|
"value": "Remove",
|
2743
2848
|
"comment": "Label of option that removes workspace permission from user and user group.",
|
2744
2849
|
"limit": 0
|
2745
2850
|
},
|
2851
|
+
"userManagement.workspace.permission.and": {
|
2852
|
+
"value": "and",
|
2853
|
+
"comment": "Connection word when concatenating permissions",
|
2854
|
+
"limit": 0
|
2855
|
+
},
|
2746
2856
|
"userManagement.groupDetail.id.label": {
|
2747
2857
|
"value": "ID",
|
2748
2858
|
"comment": "Label of input that contains ID of the user group.",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.14.0-alpha.
|
3
|
+
"version": "10.14.0-alpha.10",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"ts-invariant": "^0.7.5",
|
42
42
|
"tslib": "^2.5.0",
|
43
43
|
"uuid": "^8.3.2",
|
44
|
-
"@gooddata/sdk-backend-spi": "10.14.0-alpha.
|
45
|
-
"@gooddata/sdk-model": "10.14.0-alpha.
|
46
|
-
"@gooddata/util": "10.14.0-alpha.
|
44
|
+
"@gooddata/sdk-backend-spi": "10.14.0-alpha.10",
|
45
|
+
"@gooddata/sdk-model": "10.14.0-alpha.10",
|
46
|
+
"@gooddata/util": "10.14.0-alpha.10"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
49
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -94,10 +94,10 @@
|
|
94
94
|
"typescript": "5.3.3",
|
95
95
|
"vitest": "1.0.4",
|
96
96
|
"vitest-dom": "0.1.1",
|
97
|
-
"@gooddata/i18n-toolkit": "10.14.0-alpha.
|
98
|
-
"@gooddata/reference-workspace": "10.14.0-alpha.
|
99
|
-
"@gooddata/sdk-backend-base": "10.14.0-alpha.
|
100
|
-
"@gooddata/sdk-backend-mockingbird": "10.14.0-alpha.
|
97
|
+
"@gooddata/i18n-toolkit": "10.14.0-alpha.10",
|
98
|
+
"@gooddata/reference-workspace": "10.14.0-alpha.10",
|
99
|
+
"@gooddata/sdk-backend-base": "10.14.0-alpha.10",
|
100
|
+
"@gooddata/sdk-backend-mockingbird": "10.14.0-alpha.10"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
103
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|