@gooddata/sdk-ui 11.39.0-alpha.3 → 11.39.0
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.
|
@@ -2655,6 +2655,74 @@ export declare const en_US: {
|
|
|
2655
2655
|
text: string;
|
|
2656
2656
|
crowdinContext: string;
|
|
2657
2657
|
};
|
|
2658
|
+
"shareDialog.olp.granteeAvatar.user": {
|
|
2659
|
+
text: string;
|
|
2660
|
+
crowdinContext: string;
|
|
2661
|
+
};
|
|
2662
|
+
"shareDialog.olp.granteeAvatar.group": {
|
|
2663
|
+
text: string;
|
|
2664
|
+
crowdinContext: string;
|
|
2665
|
+
};
|
|
2666
|
+
"shareDialog.olp.granteeRow.ownerTag": {
|
|
2667
|
+
text: string;
|
|
2668
|
+
crowdinContext: string;
|
|
2669
|
+
};
|
|
2670
|
+
"shareDialog.olp.generalAccess.groupLabel": {
|
|
2671
|
+
text: string;
|
|
2672
|
+
crowdinContext: string;
|
|
2673
|
+
};
|
|
2674
|
+
"shareDialog.olp.generalAccess.restricted.title": {
|
|
2675
|
+
text: string;
|
|
2676
|
+
crowdinContext: string;
|
|
2677
|
+
};
|
|
2678
|
+
"shareDialog.olp.generalAccess.restricted.description": {
|
|
2679
|
+
text: string;
|
|
2680
|
+
crowdinContext: string;
|
|
2681
|
+
};
|
|
2682
|
+
"shareDialog.olp.generalAccess.workspace.title": {
|
|
2683
|
+
text: string;
|
|
2684
|
+
crowdinContext: string;
|
|
2685
|
+
};
|
|
2686
|
+
"shareDialog.olp.generalAccess.workspace.description": {
|
|
2687
|
+
text: string;
|
|
2688
|
+
crowdinContext: string;
|
|
2689
|
+
};
|
|
2690
|
+
"shareDialog.olp.objectShareDialog.title": {
|
|
2691
|
+
text: string;
|
|
2692
|
+
crowdinContext: string;
|
|
2693
|
+
};
|
|
2694
|
+
"shareDialog.olp.objectShareDialog.sharedWith": {
|
|
2695
|
+
text: string;
|
|
2696
|
+
crowdinContext: string;
|
|
2697
|
+
};
|
|
2698
|
+
"shareDialog.olp.objectShareDialog.add": {
|
|
2699
|
+
text: string;
|
|
2700
|
+
crowdinContext: string;
|
|
2701
|
+
};
|
|
2702
|
+
"shareDialog.olp.objectShareDialog.generalAccess": {
|
|
2703
|
+
text: string;
|
|
2704
|
+
crowdinContext: string;
|
|
2705
|
+
};
|
|
2706
|
+
"shareDialog.olp.addGranteeDialog.back": {
|
|
2707
|
+
text: string;
|
|
2708
|
+
crowdinContext: string;
|
|
2709
|
+
};
|
|
2710
|
+
"shareDialog.olp.addGranteeDialog.userOrGroup": {
|
|
2711
|
+
text: string;
|
|
2712
|
+
crowdinContext: string;
|
|
2713
|
+
};
|
|
2714
|
+
"shareDialog.olp.addGranteeDialog.searchPlaceholder": {
|
|
2715
|
+
text: string;
|
|
2716
|
+
crowdinContext: string;
|
|
2717
|
+
};
|
|
2718
|
+
"shareDialog.olp.addGranteeDialog.emptyState": {
|
|
2719
|
+
text: string;
|
|
2720
|
+
crowdinContext: string;
|
|
2721
|
+
};
|
|
2722
|
+
"shareDialog.olp.addGranteeDialog.add": {
|
|
2723
|
+
text: string;
|
|
2724
|
+
crowdinContext: string;
|
|
2725
|
+
};
|
|
2658
2726
|
"dialogs.closeLabel": {
|
|
2659
2727
|
text: string;
|
|
2660
2728
|
crowdinContext: string;
|
|
@@ -2657,6 +2657,74 @@ export const en_US = {
|
|
|
2657
2657
|
"text": "Permission",
|
|
2658
2658
|
"crowdinContext": "Label for permissions selector"
|
|
2659
2659
|
},
|
|
2660
|
+
"shareDialog.olp.granteeAvatar.user": {
|
|
2661
|
+
"text": "User",
|
|
2662
|
+
"crowdinContext": "Accessibility label for the circular avatar shown on a grantee row in the OLP share dialog when the grantee is an individual user."
|
|
2663
|
+
},
|
|
2664
|
+
"shareDialog.olp.granteeAvatar.group": {
|
|
2665
|
+
"text": "User group",
|
|
2666
|
+
"crowdinContext": "Accessibility label for the circular avatar shown on a grantee row in the OLP share dialog when the grantee is a group of users."
|
|
2667
|
+
},
|
|
2668
|
+
"shareDialog.olp.granteeRow.ownerTag": {
|
|
2669
|
+
"text": "Owner",
|
|
2670
|
+
"crowdinContext": "Small tag rendered next to the grantee's name on the OLP share dialog when that grantee owns the shared object. Sentence case."
|
|
2671
|
+
},
|
|
2672
|
+
"shareDialog.olp.generalAccess.groupLabel": {
|
|
2673
|
+
"text": "General access",
|
|
2674
|
+
"crowdinContext": "Accessibility label announcing the General-access radio group on the OLP share dialog. Used by screen readers so users know they are entering a radio group. Sentence case."
|
|
2675
|
+
},
|
|
2676
|
+
"shareDialog.olp.generalAccess.restricted.title": {
|
|
2677
|
+
"text": "Restricted",
|
|
2678
|
+
"crowdinContext": "Title of the first option in the General access radio on the OLP share dialog. Choosing it limits access to the grantees explicitly listed above."
|
|
2679
|
+
},
|
|
2680
|
+
"shareDialog.olp.generalAccess.restricted.description": {
|
|
2681
|
+
"text": "Only people and groups added above can access this object.",
|
|
2682
|
+
"crowdinContext": "Description of the Restricted general-access option on the OLP share dialog. Explains that access is limited to explicitly listed grantees."
|
|
2683
|
+
},
|
|
2684
|
+
"shareDialog.olp.generalAccess.workspace.title": {
|
|
2685
|
+
"text": "All workspace members",
|
|
2686
|
+
"crowdinContext": "Title of the second option in the General access radio on the OLP share dialog. Choosing it grants access to every member of the current workspace."
|
|
2687
|
+
},
|
|
2688
|
+
"shareDialog.olp.generalAccess.workspace.description": {
|
|
2689
|
+
"text": "Everyone in this workspace can view this object.",
|
|
2690
|
+
"crowdinContext": "Description of the All-workspace-members general-access option on the OLP share dialog. Explains the resulting access for the whole workspace."
|
|
2691
|
+
},
|
|
2692
|
+
"shareDialog.olp.objectShareDialog.title": {
|
|
2693
|
+
"text": "Share \"{title}\"",
|
|
2694
|
+
"crowdinContext": "Title of the OLP share dialog. {title} is the human-readable name of the shared object (e.g. an attribute or dataset). Sentence case."
|
|
2695
|
+
},
|
|
2696
|
+
"shareDialog.olp.objectShareDialog.sharedWith": {
|
|
2697
|
+
"text": "Shared with",
|
|
2698
|
+
"crowdinContext": "Section heading above the list of grantees inside the OLP share dialog. Rendered in upper case by the UI."
|
|
2699
|
+
},
|
|
2700
|
+
"shareDialog.olp.objectShareDialog.add": {
|
|
2701
|
+
"text": "Add",
|
|
2702
|
+
"crowdinContext": "Link in the SHARED WITH section heading of the OLP share dialog that opens the screen for adding new grantees. Sentence case."
|
|
2703
|
+
},
|
|
2704
|
+
"shareDialog.olp.objectShareDialog.generalAccess": {
|
|
2705
|
+
"text": "General access",
|
|
2706
|
+
"crowdinContext": "Section heading above the general-access radio inside the OLP share dialog. Rendered in upper case by the UI."
|
|
2707
|
+
},
|
|
2708
|
+
"shareDialog.olp.addGranteeDialog.back": {
|
|
2709
|
+
"text": "Back",
|
|
2710
|
+
"crowdinContext": "Accessibility label for the back-arrow button on the OLP share dialog's add-grantee screen. Returns the user to the main share dialog."
|
|
2711
|
+
},
|
|
2712
|
+
"shareDialog.olp.addGranteeDialog.userOrGroup": {
|
|
2713
|
+
"text": "User or group",
|
|
2714
|
+
"crowdinContext": "Label of the search input on the OLP add-grantee screen. The author types a user or group name to grant access to."
|
|
2715
|
+
},
|
|
2716
|
+
"shareDialog.olp.addGranteeDialog.searchPlaceholder": {
|
|
2717
|
+
"text": "Search",
|
|
2718
|
+
"crowdinContext": "Placeholder text shown inside the search input on the OLP add-grantee screen when no query has been entered yet."
|
|
2719
|
+
},
|
|
2720
|
+
"shareDialog.olp.addGranteeDialog.emptyState": {
|
|
2721
|
+
"text": "No user or group selected",
|
|
2722
|
+
"crowdinContext": "Placeholder shown below the search input on the OLP add-grantee screen when the author has not yet picked anyone from the search dropdown."
|
|
2723
|
+
},
|
|
2724
|
+
"shareDialog.olp.addGranteeDialog.add": {
|
|
2725
|
+
"text": "Add",
|
|
2726
|
+
"crowdinContext": "Primary button at the bottom of the OLP add-grantee screen. Confirms granting access to the selected user or group and returns to the main share dialog."
|
|
2727
|
+
},
|
|
2660
2728
|
"dialogs.closeLabel": {
|
|
2661
2729
|
"text": "Close dialog",
|
|
2662
2730
|
"crowdinContext": "Label of a close button"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "11.39.0
|
|
3
|
+
"version": "11.39.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"ts-invariant": "0.10.3",
|
|
43
43
|
"tslib": "2.8.1",
|
|
44
44
|
"uuid": "11.1.0",
|
|
45
|
-
"@gooddata/sdk-backend-spi": "11.39.0
|
|
46
|
-
"@gooddata/
|
|
47
|
-
"@gooddata/
|
|
45
|
+
"@gooddata/sdk-backend-spi": "11.39.0",
|
|
46
|
+
"@gooddata/util": "11.39.0",
|
|
47
|
+
"@gooddata/sdk-model": "11.39.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"typescript": "5.9.3",
|
|
88
88
|
"vitest": "4.1.0",
|
|
89
89
|
"vitest-dom": "0.1.1",
|
|
90
|
-
"@gooddata/eslint-config": "11.39.0
|
|
91
|
-
"@gooddata/i18n-toolkit": "11.39.0
|
|
92
|
-
"@gooddata/oxlint-config": "11.39.0
|
|
93
|
-
"@gooddata/
|
|
94
|
-
"@gooddata/
|
|
95
|
-
"@gooddata/stylelint-config": "11.39.0
|
|
96
|
-
"@gooddata/sdk-backend-
|
|
90
|
+
"@gooddata/eslint-config": "11.39.0",
|
|
91
|
+
"@gooddata/i18n-toolkit": "11.39.0",
|
|
92
|
+
"@gooddata/oxlint-config": "11.39.0",
|
|
93
|
+
"@gooddata/sdk-backend-mockingbird": "11.39.0",
|
|
94
|
+
"@gooddata/reference-workspace": "11.39.0",
|
|
95
|
+
"@gooddata/stylelint-config": "11.39.0",
|
|
96
|
+
"@gooddata/sdk-backend-base": "11.39.0"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react": "^18.0.0 || ^19.0.0",
|