@rh-support/manage 0.2.40 → 0.2.61
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.
- package/README.md +2 -0
- package/lib/esm/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.d.ts.map +1 -1
- package/lib/esm/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.js +6 -4
- package/lib/esm/components/TopContentManagement/TopContentHeader.js +1 -1
- package/lib/esm/i18n/template-de.d.ts +1 -1
- package/lib/esm/i18n/template-de.js +1 -1
- package/lib/esm/i18n/template-es.d.ts +1 -1
- package/lib/esm/i18n/template-es.js +1 -1
- package/lib/esm/i18n/template-fr.d.ts +1 -1
- package/lib/esm/i18n/template-fr.js +1 -1
- package/lib/esm/i18n/template-it.d.ts +1 -1
- package/lib/esm/i18n/template-it.js +1 -1
- package/lib/esm/i18n/template-jp.d.ts +1 -1
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +1 -1
- package/lib/esm/i18n/template-ko.d.ts +1 -1
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +1 -1
- package/lib/esm/i18n/template-pt.d.ts +1 -1
- package/lib/esm/i18n/template-pt.js +1 -1
- package/lib/esm/i18n/template-ru.d.ts +1 -1
- package/lib/esm/i18n/template-ru.js +1 -1
- package/lib/esm/i18n/template-zh.d.ts +1 -1
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
package/lib/esm/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageGroupedBookmarkedAccountsTab.d.ts","sourceRoot":"","sources":["../../../../src/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.tsx"],"names":[],"mappings":"AA0CA,UAAU,MAAM;IACZ,yBAAyB,EAAE,OAAO,CAAC;CACtC;AAED,wBAAgB,kCAAkC,CAAC,EAAE,yBAAyB,EAAE,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ManageGroupedBookmarkedAccountsTab.d.ts","sourceRoot":"","sources":["../../../../src/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.tsx"],"names":[],"mappings":"AA0CA,UAAU,MAAM;IACZ,yBAAyB,EAAE,OAAO,CAAC;CACtC;AAED,wBAAgB,kCAAkC,CAAC,EAAE,yBAAyB,EAAE,EAAE,MAAM,eA6XvF"}
|
package/lib/esm/components/ManageBookmarkedAccountsTab/ManageGroupedBookmarkedAccountsTab.js
CHANGED
|
@@ -238,10 +238,12 @@ export function ManageGroupedBookmarkedAccountsTab({ canManageBookmarkAccounts }
|
|
|
238
238
|
React.createElement("p", null,
|
|
239
239
|
React.createElement(Trans, { i18nKey: "i18AddEditRemoveBookmark" }, "Add, edit or remove bookmarks to customize your search experience on the portal."),
|
|
240
240
|
loggedInUserRights.data.isInternal() && (React.createElement(Popover, { "aria-label": "Cluster Id Info", position: PopoverPosition.right, bodyContent: React.createElement("p", null,
|
|
241
|
-
React.createElement(Trans, { i18nKey: "i18LearnCreateManage" },
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
React.createElement(
|
|
241
|
+
React.createElement(Trans, { i18nKey: "i18LearnCreateManage" },
|
|
242
|
+
"Learn how to create and manage",
|
|
243
|
+
' ',
|
|
244
|
+
React.createElement("a", { href: "https://source.redhat.com/communitiesatredhat/applications/integration-community-of-practice/misplaced/lostnfound/bookmarking", target: "_blank", rel: "noopener noreferrer" },
|
|
245
|
+
' ',
|
|
246
|
+
"bookmarks in the customer support tool"))), closeBtnAriaLabel: "Close" },
|
|
245
247
|
React.createElement("i", { "aria-label": "Cluster Id Info", className: "m-l-1 fa fa-question-circle" }))))),
|
|
246
248
|
React.createElement("div", { className: "toolbar" },
|
|
247
249
|
React.createElement("form", { className: "toolbar-left" },
|
|
@@ -7,7 +7,7 @@ export function TopContentHeader() {
|
|
|
7
7
|
React.createElement("p", { className: "pf-u-mt-md pf-u-mb-sm" },
|
|
8
8
|
React.createElement(Trans, null, "Add, edit, or remove top content solutions and categories. You can also create a new set of top content recommendations for specific versions.")),
|
|
9
9
|
React.createElement("p", null,
|
|
10
|
-
React.createElement(Trans,
|
|
10
|
+
React.createElement(Trans, { i18nKey: "i18IRDashboard" },
|
|
11
11
|
"You can use the",
|
|
12
12
|
' ',
|
|
13
13
|
React.createElement("a", { href: "http://ir-dashboard.corp.redhat.com/superset/welcome", target: "_blank", rel: "noopener noreferrer" }, "IR Dashboard"),
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: 'Produkt',
|
|
12
12
|
Version: 'Version',
|
|
13
13
|
'Filter results:': 'Ergebnisse filtern',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: 'Sie können das <2>IR-Dashboard</2> für Vorschläge und zur Überprüfung der Leistung der vorhandenen Inhalte verwenden.',
|
|
15
15
|
i18nRequestControl: 'Um die Kontrolle darüber zu erhalten, wer auf Fälle unter einer bestimmten Gruppe zugreifen kann, wenden Sie sich bitte an Ihren Technical Account Manager oder den <2>technischen Support von Red Hat.</2>',
|
|
16
16
|
Group: 'Gruppe',
|
|
17
17
|
'No results found': 'Keine Ergebnisse gefunden',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: 'Producto',
|
|
12
12
|
Version: 'Versión',
|
|
13
13
|
'Filter results:': 'Filtrar resultados',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: 'Puedes usar <2>el panel de IR</2> para obtener sugerencias y para comprobar el rendimiento del contenido existente.',
|
|
15
15
|
i18nRequestControl: 'Para solicitar el control sobre quién puede acceder a los casos en un grupo específico, ponte en contacto con tu gestor técnico de cuentas o con <2>el soporte técnico de Red Hat</2> para obtener ayuda.',
|
|
16
16
|
Group: 'Grupo',
|
|
17
17
|
'No results found': 'No se encontraron resultados',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: 'Produit',
|
|
12
12
|
Version: 'Version',
|
|
13
13
|
'Filter results:': 'Filtrer les résultats',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: 'Vous pouvez utiliser <2>le tableau de bord IR</2> pour faire des suggestions et vérifier les performances du contenu existant.',
|
|
15
15
|
i18nRequestControl: "Pour demander le contrôle des personnes qui peuvent accéder aux cas sous un groupe spécifique, veuillez contacter votre gestionnaire de compte technique ou <2>le support technique de Red Hat</2> pour obtenir de l'aide....",
|
|
16
16
|
Group: 'Groupe',
|
|
17
17
|
'No results found': 'Aucun résultat trouvé',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: 'Prodotto',
|
|
12
12
|
Version: 'Versione',
|
|
13
13
|
'Filter results:': 'Filtra i risultati',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: 'Puoi utilizzare <2>il Dashboard IR</2> per suggerimenti e per verificare le prestazioni dei contenuti esistenti.',
|
|
15
15
|
i18nRequestControl: 'Per richiedere il controllo su chi può accedere ai casi di un gruppo specifico, contatta il Technical Account Manager o il <2>supporto tecnico Red Hat</2> per ricevere assistenza.',
|
|
16
16
|
Group: 'Gruppo',
|
|
17
17
|
'No results found': 'Nessun risultato trovato',
|
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
|
12
12
|
Product: string;
|
|
13
13
|
Version: string;
|
|
14
14
|
'Filter results': string;
|
|
15
|
-
|
|
15
|
+
i18IRDashboard: string;
|
|
16
16
|
i18nRequestControl: string;
|
|
17
17
|
Group: string;
|
|
18
18
|
'No results found': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqCE"}
|
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
Product: '製品名',
|
|
13
13
|
Version: 'バージョン',
|
|
14
14
|
'Filter results': '結果のフィルター',
|
|
15
|
-
|
|
15
|
+
i18IRDashboard: '推奨事項や、既存のコンテンツのパフォーマンス確認に、<2>IR Dashboard</2> を使用できます。',
|
|
16
16
|
i18nRequestControl: '特定グループのケースに対するアクセス管理権限を依頼するには、テクニカルアカウントマネージャーか、<2>Red Hat テクニカルサポ</2>ートまでお問い合わせください。',
|
|
17
17
|
Group: 'グループ',
|
|
18
18
|
'No results found': '結果が見つかりませんでした',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqCE"}
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: '제품',
|
|
12
12
|
Version: '버전',
|
|
13
13
|
'Filter results:': '필터 결과',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: '<2>IR 대시 보드를</2> 사용하여 권장 사항 및 기존 콘텐츠의 성능을 확인할 수 있습니다.',
|
|
15
15
|
i18nRequestControl: '특정 그룹의 케이스에 대한 액세스 관리 권한을 요청하려면 기술 계정 관리자나 <2>Red Hat 기술 지원팀에</2> 문의하십시오.',
|
|
16
16
|
Group: '그룹',
|
|
17
17
|
'No results found': '검색 결과가 없습니다',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: 'Produto',
|
|
12
12
|
Version: 'Versão',
|
|
13
13
|
'Filter results:': 'Resultados do filtro',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: 'Você pode usar o <2>IR Dashboard</2> para ver sugestões e verificar o desempenho do conteúdo existente.',
|
|
15
15
|
i18nRequestControl: 'Para solicitar controle sobre quem pode acessar os casos em um grupo específico, entre em contato com seu Gerente de contas técnico ou com o <2>Suporte técnico da Red Hat</2> para obter assistência.',
|
|
16
16
|
Group: 'Grupo',
|
|
17
17
|
'No results found': 'Nenhum resultado encontrado',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: 'Продукт',
|
|
12
12
|
Version: 'Версия',
|
|
13
13
|
'Filter results:': 'Фильтровать результаты',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: 'Используйте инструментальную панель <2>IR Dashboard</2> для просмотра предложений и проверки работоспособности существующего контента.',
|
|
15
15
|
i18nRequestControl: 'Чтобы контролировать доступ к обращениям в определенной группе, обратитесь к специалисту по технической поддержке в своей организации или в службу <2>технической поддержки Red Hat</2>.',
|
|
16
16
|
Group: 'Группа',
|
|
17
17
|
'No results found': 'Результаты не найдены',
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
Product: string;
|
|
12
12
|
Version: string;
|
|
13
13
|
'Filter results:': string;
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: string;
|
|
15
15
|
i18nRequestControl: string;
|
|
16
16
|
Group: string;
|
|
17
17
|
'No results found': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqCE"}
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
Product: '产品',
|
|
12
12
|
Version: '版本',
|
|
13
13
|
'Filter results:': '过滤结果',
|
|
14
|
-
|
|
14
|
+
i18IRDashboard: '您可以使用 <2>IR Dashboard</2> 来获取建议,并检查现有内容的性能。',
|
|
15
15
|
i18nRequestControl: '如果需要控制谁可以访问特定组下的案例,请联系您的大客户经理或<2>红帽技术支持</2>以获取帮助。',
|
|
16
16
|
Group: '组',
|
|
17
17
|
'No results found': '未找到结果',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.61",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"@patternfly/react-core": "4.194.0",
|
|
98
98
|
"@patternfly/react-table": "4.63.0",
|
|
99
99
|
"@rh-support/api": "0.3.10",
|
|
100
|
-
"@rh-support/components": "1.1.
|
|
100
|
+
"@rh-support/components": "1.1.51",
|
|
101
101
|
"@rh-support/configs": "0.2.5",
|
|
102
|
-
"@rh-support/react-context": "0.2.
|
|
102
|
+
"@rh-support/react-context": "0.2.51",
|
|
103
103
|
"@rh-support/types": "0.2.0",
|
|
104
|
-
"@rh-support/user-permissions": "0.2.
|
|
105
|
-
"@rh-support/utils": "0.2.
|
|
104
|
+
"@rh-support/user-permissions": "0.2.41",
|
|
105
|
+
"@rh-support/utils": "0.2.31",
|
|
106
106
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
107
107
|
"i18next": ">=17.0.1",
|
|
108
108
|
"lodash": ">=4.17.15",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"react-i18next": ">=10.11.0",
|
|
114
114
|
"react-router-dom": ">=5.1.2"
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "274324da926ca7deeaeba9fe702cacd0129941a1"
|
|
117
117
|
}
|