@rh-support/manage 0.2.9 → 0.2.13

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.
Files changed (40) hide show
  1. package/lib/esm/components/NotificationEmails/index.d.ts.map +1 -1
  2. package/lib/esm/components/NotificationEmails/index.js +1 -0
  3. package/lib/esm/components/TopContentManagement/NoTopContentFound.d.ts +1 -1
  4. package/lib/esm/components/TopContentManagement/NoTopContentFound.d.ts.map +1 -1
  5. package/lib/esm/components/TopContentManagement/NoTopContentFound.js +1 -1
  6. package/lib/esm/components/TopContentManagement/TopContentEditor/TopContentCategoryContent/TopContentSingleItem.d.ts.map +1 -1
  7. package/lib/esm/components/TopContentManagement/TopContentEditor/TopContentCategoryContent/TopContentSingleItem.js +25 -17
  8. package/lib/esm/components/TopContentManagement/TopContentEditor/TopContentEditor.d.ts.map +1 -1
  9. package/lib/esm/components/TopContentManagement/TopContentEditor/TopContentEditor.js +3 -2
  10. package/lib/esm/i18n/template-de.d.ts +29 -0
  11. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  12. package/lib/esm/i18n/template-de.js +30 -0
  13. package/lib/esm/i18n/template-es.d.ts +29 -0
  14. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  15. package/lib/esm/i18n/template-es.js +30 -0
  16. package/lib/esm/i18n/template-fr.d.ts +29 -0
  17. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  18. package/lib/esm/i18n/template-fr.js +30 -0
  19. package/lib/esm/i18n/template-it.d.ts +29 -0
  20. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  21. package/lib/esm/i18n/template-it.js +30 -0
  22. package/lib/esm/i18n/template-jp.d.ts +28 -0
  23. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  24. package/lib/esm/i18n/template-jp.js +29 -0
  25. package/lib/esm/i18n/template-ko.d.ts +29 -0
  26. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  27. package/lib/esm/i18n/template-ko.js +30 -0
  28. package/lib/esm/i18n/template-pt.d.ts +29 -0
  29. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  30. package/lib/esm/i18n/template-pt.js +30 -0
  31. package/lib/esm/i18n/template-ru.d.ts +29 -0
  32. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  33. package/lib/esm/i18n/template-ru.js +30 -0
  34. package/lib/esm/i18n/template-zh.d.ts +29 -0
  35. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  36. package/lib/esm/i18n/template-zh.js +30 -0
  37. package/lib/esm/reducers/TopContentReducer.d.ts +3 -1
  38. package/lib/esm/reducers/TopContentReducer.d.ts.map +1 -1
  39. package/lib/esm/reducers/TopContentReducer.js +10 -0
  40. package/package.json +5 -5
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NotificationEmails/index.tsx"],"names":[],"mappings":"AAkBA,wBAAgB,kBAAkB,gBAkOjC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NotificationEmails/index.tsx"],"names":[],"mappings":"AAkBA,wBAAgB,kBAAkB,gBAmOjC"}
@@ -45,6 +45,7 @@ export function NotificationEmails() {
45
45
  setIsEditModalOpen(true);
46
46
  };
47
47
  const onModalClose = () => {
48
+ setIsAddingNotificationEmail(false);
48
49
  setIsEditModalOpen(false);
49
50
  setSelectedEmailNotification({ firstName: '', lastName: '', email: '' });
50
51
  };
@@ -2,7 +2,7 @@ interface IProps {
2
2
  version: string;
3
3
  product: string;
4
4
  dataLength: number;
5
- onAddCategory: (majorOnly: boolean, newSet: boolean, version: string) => void;
5
+ onAddCategory: (majorOnly: boolean, newSet: boolean, version: string, hasMajorContentCreatingMinorContent?: boolean) => void;
6
6
  onVersionChange?: (version: string) => void;
7
7
  isContentOnlyForMajorVersion: boolean;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"NoTopContentFound.d.ts","sourceRoot":"","sources":["../../../../src/components/TopContentManagement/NoTopContentFound.tsx"],"names":[],"mappings":"AAeA,UAAU,MAAM;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9E,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,4BAA4B,EAAE,OAAO,CAAC;CACzC;AAED,wBAAgB,iBAAiB,CAAC,EAC9B,OAAO,EACP,OAAO,EACP,UAAU,EACV,aAAa,EACb,eAAe,EACf,4BAA4B,GAC/B,EAAE,MAAM,eAyFR"}
1
+ {"version":3,"file":"NoTopContentFound.d.ts","sourceRoot":"","sources":["../../../../src/components/TopContentManagement/NoTopContentFound.tsx"],"names":[],"mappings":"AAeA,UAAU,MAAM;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CACX,SAAS,EAAE,OAAO,EAClB,MAAM,EAAE,OAAO,EACf,OAAO,EAAE,MAAM,EACf,mCAAmC,CAAC,EAAE,OAAO,KAC5C,IAAI,CAAC;IACV,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,4BAA4B,EAAE,OAAO,CAAC;CACzC;AAED,wBAAgB,iBAAiB,CAAC,EAC9B,OAAO,EACP,OAAO,EACP,UAAU,EACV,aAAa,EACb,eAAe,EACf,4BAA4B,GAC/B,EAAE,MAAM,eAyFR"}
@@ -39,7 +39,7 @@ export function NoTopContentFound({ version, product, dataLength, onAddCategory,
39
39
  ' ',
40
40
  "troubleshooting this version"),
41
41
  React.createElement("div", { className: "pf-u-mt-lg" },
42
- React.createElement(Button, { isInline: true, className: "pf-c-alert__action", variant: ButtonVariant.primary, onClick: () => onAddCategory(false, true, version) },
42
+ React.createElement(Button, { isInline: true, className: "pf-c-alert__action", variant: ButtonVariant.primary, onClick: () => onAddCategory(false, true, version, true) },
43
43
  React.createElement(Trans, null,
44
44
  "Create new set for ",
45
45
  version)))));
@@ -1 +1 @@
1
- {"version":3,"file":"TopContentSingleItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TopContentManagement/TopContentEditor/TopContentCategoryContent/TopContentSingleItem.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAK7D,OAAO,EAGH,oBAAoB,EAOvB,MAAM,wCAAwC,CAAC;AAGhD,UAAU,MAAM;IACZ,kBAAkB,EAAE,OAAO,CAAC;IAC5B,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,QAAQ,EAAE,sBAAsB,CAAC;IACjC,CAAC,EAAE,MAAM,CAAC;CACb;AAaD,eAAO,MAAM,oBAAoB,kDAAmD,MAAM,gBAwXzF,CAAC"}
1
+ {"version":3,"file":"TopContentSingleItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TopContentManagement/TopContentEditor/TopContentCategoryContent/TopContentSingleItem.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAK7D,OAAO,EAIH,oBAAoB,EAOvB,MAAM,wCAAwC,CAAC;AAGhD,UAAU,MAAM;IACZ,kBAAkB,EAAE,OAAO,CAAC;IAC5B,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,QAAQ,EAAE,sBAAsB,CAAC;IACjC,CAAC,EAAE,MAAM,CAAC;CACb;AAaD,eAAO,MAAM,oBAAoB,kDAAmD,MAAM,gBAgYzF,CAAC"}
@@ -19,7 +19,7 @@ import React, { useEffect, useState } from 'react';
19
19
  import { Trans, useTranslation } from 'react-i18next';
20
20
  import { useTopContentContext, useTopContentDispatchContext } from '../../../../context/TopContentProvider';
21
21
  import { getTopContentUrl } from '../../../../reducers/TopContentHelpers';
22
- import { ContentMode, deleteTopContent, removeTopContent, saveAddedNewSectionContents, saveAddToTopContent, saveChangeInCategoryContent, setIsAddingCategory, } from '../../../../reducers/TopContentReducer';
22
+ import { ContentMode, deleteTopContent, fetchTopContent, removeTopContent, saveAddedNewSectionContents, saveAddToTopContent, saveChangeInCategoryContent, setIsAddingCategory, } from '../../../../reducers/TopContentReducer';
23
23
  import { AddNewCategoryDropDown } from './AddNewCategoryDropDown';
24
24
  function formatDuplicateWarning(arr) {
25
25
  if (arr.length === 0 || arr.length === 1)
@@ -90,41 +90,42 @@ export const TopContentSingleItem = ({ isArrangingContent, category, snapshot, i
90
90
  throwWarningMessage();
91
91
  }
92
92
  });
93
- const onContentUrlChange = (contentUrl, event) => __awaiter(void 0, void 0, void 0, function* () {
94
- setContentUrlIsValid(event.target.validity.valid);
93
+ const checkDuplicateUrls = (contentUrl) => {
95
94
  const dupObjCopy = cloneDeep(contentUrls);
96
- const cat = category.categoryName;
95
+ const selectedCategory = category.categoryName;
97
96
  // remove old url that is edited from obj
98
- if (dupObjCopy[content.contentUrl] && dupObjCopy[content.contentUrl][cat] > 1) {
99
- dupObjCopy[content.contentUrl][cat]--;
97
+ if (dupObjCopy[content.contentUrl] && dupObjCopy[content.contentUrl][selectedCategory] > 1) {
98
+ dupObjCopy[content.contentUrl][selectedCategory]--;
100
99
  }
101
100
  else {
102
101
  delete dupObjCopy[content.contentUrl];
103
102
  }
104
103
  //remove prev url from dup obj
105
104
  if (dupObjCopy[localContentUrl]) {
106
- if (dupObjCopy[localContentUrl][cat]) {
107
- dupObjCopy[localContentUrl][cat]--;
105
+ if (dupObjCopy[localContentUrl][selectedCategory]) {
106
+ dupObjCopy[localContentUrl][selectedCategory]--;
108
107
  }
109
108
  }
110
109
  //add new typed url to dup
111
110
  if (dupObjCopy[contentUrl]) {
112
- if (dupObjCopy[contentUrl][cat]) {
113
- dupObjCopy[contentUrl][cat]++;
111
+ if (dupObjCopy[contentUrl][selectedCategory]) {
112
+ dupObjCopy[contentUrl][selectedCategory]++;
114
113
  }
115
114
  else {
116
- dupObjCopy[contentUrl][cat] = 1;
115
+ dupObjCopy[contentUrl][selectedCategory] = 1;
117
116
  }
118
117
  }
119
118
  else {
120
- dupObjCopy[contentUrl] = { [cat]: 1 };
119
+ dupObjCopy[contentUrl] = { [selectedCategory]: 1 };
121
120
  }
122
- if (dupObjCopy[contentUrl][cat] > 1 || Object.keys(dupObjCopy[contentUrl]).length > 1) {
121
+ if (dupObjCopy[contentUrl][selectedCategory] > 1 || Object.keys(dupObjCopy[contentUrl]).length > 1) {
123
122
  const dupArrays = [];
124
123
  for (const cat in dupObjCopy[contentUrl]) {
125
- cat === category.categoryName && dupArrays.unshift(React.createElement("strong", { key: `${cat}` }, "this section"));
126
- decodeURI(cat) !== category.categoryName &&
127
- dupArrays.push(React.createElement("strong", { key: `${cat}` }, decodeURI(cat)));
124
+ if (cat !== 'undefined') {
125
+ cat === category.categoryName
126
+ ? dupArrays.unshift(React.createElement("strong", { key: `${cat}` }, "this section"))
127
+ : dupArrays.push(React.createElement("strong", { key: `${cat}` }, decodeURI(cat)));
128
+ }
128
129
  }
129
130
  setDuplicatUrlErrorArray(dupArrays);
130
131
  setShowDuplicateError(true);
@@ -133,6 +134,10 @@ export const TopContentSingleItem = ({ isArrangingContent, category, snapshot, i
133
134
  else {
134
135
  setShowDuplicateError(false);
135
136
  }
137
+ };
138
+ const onContentUrlChange = (contentUrl, event) => __awaiter(void 0, void 0, void 0, function* () {
139
+ setContentUrlIsValid(event.target.validity.valid);
140
+ checkDuplicateUrls(contentUrl);
136
141
  setLocalContentUrl(contentUrl);
137
142
  setIsFetchingSolrSearch(true);
138
143
  yield updateContentTitleFromUrl(contentUrl);
@@ -212,7 +217,10 @@ export const TopContentSingleItem = ({ isArrangingContent, category, snapshot, i
212
217
  setNewCategory(category);
213
218
  };
214
219
  const onCancel = () => {
215
- if (content.mode === ContentMode.ADD || content.mode === ContentMode.NEW_SECTION_CONTENT) {
220
+ if (content.mode === ContentMode.NEW_SECTION_CONTENT) {
221
+ fetchTopContent(topContentDispatch, selectedProduct, selectedVersion);
222
+ }
223
+ if (content.mode === ContentMode.ADD) {
216
224
  removeTopContent(topContentDispatch, topContentEditState, category.id, i);
217
225
  }
218
226
  // reset values to initial props values
@@ -1 +1 @@
1
- {"version":3,"file":"TopContentEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/TopContentManagement/TopContentEditor/TopContentEditor.tsx"],"names":[],"mappings":"AAsCA,wBAAgB,gBAAgB,gBA+Q/B"}
1
+ {"version":3,"file":"TopContentEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/TopContentManagement/TopContentEditor/TopContentEditor.tsx"],"names":[],"mappings":"AAuCA,wBAAgB,gBAAgB,gBAqR/B"}
@@ -15,7 +15,7 @@ import React, { useEffect, useRef, useState } from 'react';
15
15
  import { DragDropContext, Draggable, Droppable } from 'react-beautiful-dnd';
16
16
  import { Trans, useTranslation } from 'react-i18next';
17
17
  import { useTopContentContext, useTopContentDispatchContext } from '../../../context/TopContentProvider';
18
- import { CategoryMode, fetchTopContent, reArrangeCategory, resetChangeInCategory, resetContentWithSelectedProduct, setAddNewSection, setIsAddingCategory, setIsSearchModeEnabled, setTopContentArrangingCategory, setTopContentArrangingContent, } from '../../../reducers/TopContentReducer';
18
+ import { CategoryMode, fetchTopContent, reArrangeCategory, resetChangeInCategory, resetContentWithSelectedProduct, resetDuplicatUrls, setAddNewSection, setIsAddingCategory, setIsSearchModeEnabled, setTopContentArrangingCategory, setTopContentArrangingContent, } from '../../../reducers/TopContentReducer';
19
19
  import { NoTopContentFound } from '../NoTopContentFound';
20
20
  import { TopContentHeader } from '../TopContentHeader';
21
21
  import { TopContentProductVersionSelector } from '../TopContentProductVersionSelector';
@@ -42,7 +42,8 @@ export function TopContentEditor() {
42
42
  !isSearchModeEnabled && setFilteredTC(topContentEditState);
43
43
  // eslint-disable-next-line react-hooks/exhaustive-deps
44
44
  }, [topContentEditState]);
45
- const onAddCategory = (isMajorVersionOnly, isCreatingNewSet = false, version) => {
45
+ const onAddCategory = (isMajorVersionOnly, isCreatingNewSet = false, version, hasMajorContentCreatingMinorContent) => {
46
+ hasMajorContentCreatingMinorContent && resetDuplicatUrls(topContentDispatch);
46
47
  setCategoryToOpen(null);
47
48
  setIsAddingCategory(topContentDispatch, true);
48
49
  setAddNewSection(topContentDispatch, topContentEditState, isMajorVersionOnly, isCreatingNewSet);
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Select which product and version is experiencing the issue.': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-de.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Select which product and version is experiencing the issue.': 'Hello',
3
+ Bookmarks: 'Lesezeichen',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'Hinzufügen, Bearbeiten oder Entfernen von Lesezeichen, um Ihre Sucherfahrung im Portal anzupassen',
5
+ 'Bookmark name': 'Name des Lesezeichens',
6
+ Accounts: 'Konten',
7
+ 'Filter by': 'Filtern nach',
8
+ 'Search for account names or numbers': 'Suche nach Kontonamen oder -nummern',
9
+ 'Search for a bookmark': 'Suche nach einem Lesezeichen',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': 'Erfahren Sie, wie Sie Lesezeichen im Kundensupport-Tool erstellen und verwalten können',
11
+ Product: 'Produkt',
12
+ Version: 'Version',
13
+ 'Filter results': 'Ergebnisse filtern',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'Sie können das IR-Dashboard für Vorschläge und zur Überprüfung der Leistung der vorhandenen Inhalte verwenden.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': '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 technischen Support von Red Hat.',
16
+ Group: 'Gruppe',
17
+ 'No results found': 'Keine Ergebnisse gefunden',
18
+ 'There are no results to display. Try selecting a group to view accounts.': 'Es sind keine Ergebnisse zum Anzeigen vorhanden. Versuchen Sie, eine Gruppe zum Anzeigen von Accounts auszuwählen.',
19
+ add: 'hinzufügen',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': 'Meine gespeicherte Suche automatisch wiederherstellen',
22
+ 'Auto-restore last search': 'Letzte Suche automatisch wiederherstellen',
23
+ 'Auto-save selected table columns': 'Ausgewählte Tabellenspalten automatisch speichern',
24
+ 'Default comment type': 'Standard-Kommentartyp',
25
+ 'Comment signature': 'Kommentarsignatur',
26
+ 'Share hostnames with Red Hat': 'Hostnamen für Red Hat freigeben',
27
+ 'Case information': 'Fallinformationen',
28
+ 'Case Create': 'Fall erstellen',
29
+ 'Preferred language': 'Bevorzugte Sprache',
30
+ 'Default group': 'Standardgruppe',
31
+ Preferences: 'Präferenzen',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': 'Durch die Einstellung von Präferenzen können Sie Ihren Support-Fall optimal an Ihre Bedürfnisse anpassen.',
3
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Have you tried?': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-es.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Have you tried?': 'Hello',
3
+ Bookmarks: 'Marcadores',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'Agrega, edita o elimina marcadores para personalizar tu experiencia de búsqueda en el portal',
5
+ 'Bookmark name': 'Nombre del marcador',
6
+ Accounts: 'Cuentas',
7
+ 'Filter by': 'Filtrar por',
8
+ 'Search for account names or numbers': 'Buscar nombres o números de cuenta',
9
+ 'Search for a bookmark': 'Buscar un marcador',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': 'Aprende a crear y gestionar marcadores en la herramienta de atención al cliente',
11
+ Product: 'Producto',
12
+ Version: 'Versión',
13
+ 'Filter results': 'Filtrar resultados',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'Puedes usar el panel de IR para obtener sugerencias y para comprobar el rendimiento del contenido existente.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': '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 el soporte técnico de Red Hat para obtener ayuda.',
16
+ Group: 'Grupo',
17
+ 'No results found': 'No se encontraron resultados',
18
+ 'There are no results to display. Try selecting a group to view accounts.': 'No hay resultados que mostrar. Intenta seleccionar un grupo para ver las cuentas.',
19
+ add: 'agregar',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': 'Restaurar automáticamente mi búsqueda guardada',
22
+ 'Auto-restore last search': 'Restaurar automáticamente la última búsqueda',
23
+ 'Auto-save selected table columns': 'Guardar automáticamente las columnas seleccionadas de la tabla',
24
+ 'Default comment type': 'Tipo de comentario predeterminado',
25
+ 'Comment signature': 'Firma de comentarios',
26
+ 'Share hostnames with Red Hat': 'Compartir nombres de host con Red Hat',
27
+ 'Case information': 'Información del caso',
28
+ 'Case Create': 'Crear un caso',
29
+ 'Preferred language': 'Idioma preferido',
30
+ 'Default group': 'Grupo predeterminado',
31
+ Preferences: 'Preferencias',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': 'La configuración de las preferencias personalizará su experiencia en los casos de soporte para que se adapte mejor a sus necesidades.',
3
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Have you tried?': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-fr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Have you tried?': 'Hello',
3
+ Bookmarks: 'Signets',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'Ajoutez, modifiez ou supprimez des signets pour personnaliser votre expérience de recherche sur le portail',
5
+ 'Bookmark name': 'Nom du signet',
6
+ Accounts: 'Comptes',
7
+ 'Filter by': 'Filtrer par',
8
+ 'Search for account names or numbers': 'Recherche de noms ou de numéros de comptes',
9
+ 'Search for a bookmark': "Recherche d'un signet",
10
+ 'Learn how to create and manage bookmarks in the customer support tool': "Apprenez à créer et à gérer des signets dans l'outil d'assistance aux clients",
11
+ Product: 'Produit',
12
+ Version: 'Version',
13
+ 'Filter results': 'Filtrer les résultats',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'Vous pouvez utiliser le tableau de bord IR pour faire des suggestions et vérifier les performances du contenu existant.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': "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 le support technique de Red Hat pour obtenir de l'aide....",
16
+ Group: 'Groupe',
17
+ 'No results found': 'Aucun résultat trouvé',
18
+ 'There are no results to display. Try selecting a group to view accounts.': "Il n'y a pas de résultats à afficher. Essayez de sélectionner un groupe pour afficher les comptes.",
19
+ add: 'ajouter',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': 'Restaurer automatiquement ma recherche sauvegardée',
22
+ 'Auto-restore last search': 'Rétablissement automatique de la dernière recherche',
23
+ 'Auto-save selected table columns': 'Sauvegarde automatique des colonnes de tableau sélectionnées',
24
+ 'Default comment type': 'Type de commentaire par défaut',
25
+ 'Comment signature': 'Signature des commentaires',
26
+ 'Share hostnames with Red Hat': "Partager les noms d'hôtes avec Red Hat",
27
+ 'Case information': 'Information sur le cas',
28
+ 'Case Create': 'Créer un cas',
29
+ 'Preferred language': 'Langue préférée',
30
+ 'Default group': 'Groupe par défaut',
31
+ Preferences: 'Préférences',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': "La définition de préférences personnalisera l'expérience de votre dossier d'assistance afin de répondre au mieux à vos besoins.",
3
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Have you tried?': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-it.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Have you tried?': 'Hello',
3
+ Bookmarks: 'Segnalibri',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'Aggiungi, modifica o rimuovi i segnalibri per personalizzare l’esperienza di ricerca sul portale',
5
+ 'Bookmark name': 'Nome segnalibro',
6
+ Accounts: 'Account',
7
+ 'Filter by': 'Filtra per',
8
+ 'Search for account names or numbers': 'Cerca nome o numero account',
9
+ 'Search for a bookmark': 'Cerca segnalibro',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': 'Impara a creare e gestire segnalibri nello strumento di supporto per i clienti',
11
+ Product: 'Prodotto',
12
+ Version: 'Versione',
13
+ 'Filter results': 'Filtra i risultati',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'Puoi utilizzare il Dashboard IR per suggerimenti e per verificare le prestazioni dei contenuti esistenti.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': 'Per richiedere il controllo su chi può accedere ai casi di un gruppo specifico, contatta il Technical Account Manager o il supporto tecnico Red Hat per ricevere assistenza.',
16
+ Group: 'Gruppo',
17
+ 'No results found': 'Nessun risultato trovato',
18
+ 'There are no results to display. Try selecting a group to view accounts.': 'Non ci sono risultati da visualizzare. Prova a selezionare un gruppo per visualizzare i conti.',
19
+ add: 'aggiungi',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': 'Ripristinare automaticamente la mia ricerca salvata',
22
+ 'Auto-restore last search': 'Ripristino automatico ultima ricerca',
23
+ 'Auto-save selected table columns': 'Salvataggio automatico colonne tabella selezionate',
24
+ 'Default comment type': 'Tipo commento predefinito',
25
+ 'Comment signature': 'Firma di commento',
26
+ 'Share hostnames with Red Hat': 'Condividi hostname con Red Hat',
27
+ 'Case information': 'Informazioni sul caso',
28
+ 'Case Create': 'Crea caso',
29
+ 'Preferred language': 'Lingua preferita',
30
+ 'Default group': 'Gruppo predefinito',
31
+ Preferences: 'Preferenze',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': "Impostando le preferenze potrai ricevere un'esperienza di supporto personalizzata per il tuo caso e soddisfare al meglio le tue esigenze.",
3
33
  };
@@ -1,6 +1,34 @@
1
1
  declare const _default: {
2
2
  'Have you tried?': string;
3
3
  'There are no results to display. Try selecting a group to view accounts.': string;
4
+ Bookmarks: string;
5
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
6
+ 'Bookmark name': string;
7
+ Accounts: string;
8
+ 'Filter by': string;
9
+ 'Search for account names or numbers': string;
10
+ 'Search for a bookmark': string;
11
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
12
+ Product: string;
13
+ Version: string;
14
+ 'Filter results': string;
15
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
16
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
17
+ Group: string;
18
+ 'No results found': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
4
32
  };
5
33
  export default _default;
6
34
  //# sourceMappingURL=template-jp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;AAAA,wBAIE"}
1
+ {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsCE"}
@@ -1,4 +1,33 @@
1
1
  export default {
2
2
  'Have you tried?': 'Hello',
3
3
  'There are no results to display. Try selecting a group to view accounts.': '表示する結果はありません。アカウントを表示するにはグループを選択してください。',
4
+ Bookmarks: 'ブックマーク',
5
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'ブックマークを追加、編集または削除して、ポータルでの検索方法をカスタマイズします',
6
+ 'Bookmark name': 'ブックマーク名',
7
+ Accounts: 'アカウント',
8
+ 'Filter by': 'フィルター',
9
+ 'Search for account names or numbers': 'アカウント名または番号の検索',
10
+ 'Search for a bookmark': 'ブックマークの検索',
11
+ 'Learn how to create and manage bookmarks in the customer support tool': 'カスタマーサポートツールでブックマークを作成して管理する方法について',
12
+ Product: '製品名',
13
+ Version: 'バージョン',
14
+ 'Filter results': '結果のフィルター',
15
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': '推奨事項や、既存のコンテンツのパフォーマンス確認に、IR Dashboard を使用できます。',
16
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': '特定グループのケースに対するアクセス管理権限を依頼するには、テクニカルアカウントマネージャーか、Red Hat テクニカルサポートまでお問い合わせください。',
17
+ Group: 'グループ',
18
+ 'No results found': '結果が見つかりませんでした',
19
+ add: '追加',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': '保存した検索の自動復元',
22
+ 'Auto-restore last search': '自動復元の最後の検索',
23
+ 'Auto-save selected table columns': '選択したテーブル列の自動保存',
24
+ 'Default comment type': 'デフォルトのコメントタイプ',
25
+ 'Comment signature': 'コメント署名',
26
+ 'Share hostnames with Red Hat': 'ホスト名を Red Hat と共有する',
27
+ 'Case information': 'ケース情報',
28
+ 'Case Create': 'ケースの作成',
29
+ 'Preferred language': '言語の設定',
30
+ 'Default group': 'デフォルトのグループ',
31
+ Preferences: '設定',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': '設定を行うと、お客様のニーズに最適になるように、サポートケースエクスペリエンスがカスタマイズされます。',
4
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Select which product and version is experiencing the issue.': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-ko.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Select which product and version is experiencing the issue.': 'Hello',
3
+ Bookmarks: '북마크',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': '북마크를 추가, 편집 또는 삭제하고 포털에서 검색 환경을 사용자 정의합니다',
5
+ 'Bookmark name': '북마크 이름',
6
+ Accounts: '계정',
7
+ 'Filter by': '필터 조건',
8
+ 'Search for account names or numbers': '계정 이름 또는 번호 검색',
9
+ 'Search for a bookmark': '북마크 검색',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': '고객 지원 도구에서 북마크를 만들고 관리하는 방법 알아보기',
11
+ Product: '제품',
12
+ Version: '버전',
13
+ 'Filter results': '필터 결과',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'IR 대시 보드를 사용하여 권장 사항 및 기존 콘텐츠의 성능을 확인할 수 있습니다.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': '특정 그룹의 케이스에 대한 액세스 관리 권한을 요청하려면 기술 계정 관리자나 Red Hat 기술 지원팀에 문의하십시오.',
16
+ Group: '그룹',
17
+ 'No results found': '검색 결과가 없습니다',
18
+ 'There are no results to display. Try selecting a group to view accounts.': '표시할 결과가 없습니다. 계정을 보려면 그룹을 선택하십시오.',
19
+ add: '추가',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': '저장된 검색 자동 복원',
22
+ 'Auto-restore last search': '마지막 검색 자동 복원',
23
+ 'Auto-save selected table columns': '선택한 테이블 열 자동 저장',
24
+ 'Default comment type': '기본 댓글 유형',
25
+ 'Comment signature': '댓글 서명',
26
+ 'Share hostnames with Red Hat': 'Red Hat과 호스트 이름을 공유',
27
+ 'Case information': '케이스 정보',
28
+ 'Case Create': '케이스 만들기',
29
+ 'Preferred language': '언어 설정',
30
+ 'Default group': '기본 그룹',
31
+ Preferences: '환경 설정',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': '환경을 설정하면 고객의 요구에 가장 적합한 지원 케이스 환경을 사용자 지정할 수 있습니다.',
3
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Have you tried?': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-pt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Have you tried?': 'Hello',
3
+ Bookmarks: 'Favoritos',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'Adicione, edite ou remova favoritos para personalizar sua experiência de busca no portal',
5
+ 'Bookmark name': 'Nome do favorito',
6
+ Accounts: 'Contas',
7
+ 'Filter by': 'Filtrar por',
8
+ 'Search for account names or numbers': 'Pesquisar por nomes ou números de conta',
9
+ 'Search for a bookmark': 'Pesquisar por um favorito',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': 'Saiba como criar e gerenciar favoritos na ferramenta de suporte ao cliente',
11
+ Product: 'Produto',
12
+ Version: 'Versão',
13
+ 'Filter results': 'Resultados do filtro',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'Você pode usar o IR Dashboard para ver sugestões e verificar o desempenho do conteúdo existente.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': '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 Suporte técnico da Red Hat para obter assistência.',
16
+ Group: 'Grupo',
17
+ 'No results found': 'Nenhum resultado encontrado',
18
+ 'There are no results to display. Try selecting a group to view accounts.': 'Não há resultados para exibir. Tente selecionar um grupo para visualizar contas.',
19
+ add: 'adicionar',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': 'Auto-restaurar minha busca salva',
22
+ 'Auto-restore last search': 'Restaurar automaticamente última pesquisa',
23
+ 'Auto-save selected table columns': 'Salvar automaticamente colunas de tabela selecionadas',
24
+ 'Default comment type': 'Tipo de comentário padrão',
25
+ 'Comment signature': 'Assinatura do comentário',
26
+ 'Share hostnames with Red Hat': 'Compartilhar os nomes de host com a Red Hat',
27
+ 'Case information': 'Informações do caso',
28
+ 'Case Create': 'Criação de caso',
29
+ 'Preferred language': 'Idioma preferencial',
30
+ 'Default group': 'Grupo padrão',
31
+ Preferences: 'Preferências',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': 'A definição de preferências personalizará sua experiência em casos de suporte para melhor atender às suas necessidades.',
3
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Have you tried?': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-ru.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Have you tried?': 'Hello',
3
+ Bookmarks: 'Закладки',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': 'Добавляйте, редактируйте и удаляйте закладки для эффективной работы с поиском на портале',
5
+ 'Bookmark name': 'Имя закладки',
6
+ Accounts: 'Учетные записи',
7
+ 'Filter by': 'Фильтровать по',
8
+ 'Search for account names or numbers': 'Поиск имен или номеров учетных записей',
9
+ 'Search for a bookmark': 'Поиск закладки',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': 'Узнайте, как создавать закладки и как ими управлять в системе поддержки клиентов',
11
+ Product: 'Продукт',
12
+ Version: 'Версия',
13
+ 'Filter results': 'Фильтровать результаты',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': 'Используйте инструментальную панель IR Dashboard для просмотра предложений и проверки работоспособности существующего контента.',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': 'Чтобы контролировать доступ к обращениям в определенной группе, обратитесь к специалисту по технической поддержке в своей организации или в службу технической поддержки Red Hat.',
16
+ Group: 'Группа',
17
+ 'No results found': 'Результаты не найдены',
18
+ 'There are no results to display. Try selecting a group to view accounts.': 'Нет результатов. Попробуйте выбрать группу для просмотра учетных записей.',
19
+ add: 'добавить',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': 'Автовосстановление моего сохраненного поиска',
22
+ 'Auto-restore last search': 'Автовосстановление последнего поиска',
23
+ 'Auto-save selected table columns': 'Автосохранение выбранных столбцов таблицы',
24
+ 'Default comment type': 'Тип комментария по умолчанию',
25
+ 'Comment signature': 'Подпись комментария',
26
+ 'Share hostnames with Red Hat': 'Отправлять имена хостов в Red Hat',
27
+ 'Case information': 'Информация об обращении',
28
+ 'Case Create': 'Создание обращения',
29
+ 'Preferred language': 'Предпочитаемый язык',
30
+ 'Default group': 'Группа по умолчанию',
31
+ Preferences: 'Настройки',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': 'Задайте настройки, чтобы эффективнее работать с обращениями в службу поддержки.',
3
33
  };
@@ -1,5 +1,34 @@
1
1
  declare const _default: {
2
2
  'Select which product and version is experiencing the issue.': string;
3
+ Bookmarks: string;
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': string;
5
+ 'Bookmark name': string;
6
+ Accounts: string;
7
+ 'Filter by': string;
8
+ 'Search for account names or numbers': string;
9
+ 'Search for a bookmark': string;
10
+ 'Learn how to create and manage bookmarks in the customer support tool': string;
11
+ Product: string;
12
+ Version: string;
13
+ 'Filter results': string;
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': string;
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': string;
16
+ Group: string;
17
+ 'No results found': string;
18
+ 'There are no results to display. Try selecting a group to view accounts.': string;
19
+ add: string;
20
+ 'Auto-restore my saved search': string;
21
+ 'Auto-restore last search': string;
22
+ 'Auto-save selected table columns': string;
23
+ 'Default comment type': string;
24
+ 'Comment signature': string;
25
+ 'Share hostnames with Red Hat': string;
26
+ 'Case information': string;
27
+ 'Case Create': string;
28
+ 'Preferred language': string;
29
+ 'Default group': string;
30
+ Preferences: string;
31
+ 'Setting preferences will personalize your support case experience to best suit your needs.': string;
3
32
  };
4
33
  export default _default;
5
34
  //# sourceMappingURL=template-zh.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;AAAA,wBAEE"}
1
+ {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsCE"}
@@ -1,3 +1,33 @@
1
1
  export default {
2
2
  'Select which product and version is experiencing the issue.': 'Hello',
3
+ Bookmarks: '书签',
4
+ 'Add, edit or remove bookmarks to customize your search experience on the portal': '添加、编辑或删除书签,对您在门户上的搜索体验进行定制',
5
+ 'Bookmark name': '书签名称',
6
+ Accounts: '帐户',
7
+ 'Filter by': '过滤条件',
8
+ 'Search for account names or numbers': '搜索帐户名或编号',
9
+ 'Search for a bookmark': '搜索书签',
10
+ 'Learn how to create and manage bookmarks in the customer support tool': '了解如何在客户支持工具中创建和管理书签',
11
+ Product: '产品',
12
+ Version: '版本',
13
+ 'Filter results': '过滤结果',
14
+ 'You can use the IR Dashboardfor suggestions and to check for performance of the existing content.': '您可以使用 IR Dashboard 来获取建议,并检查现有内容的性能。',
15
+ 'To request control over who can access cases under a specific group, please contact your Technical Account Manager or Red Hat Technical Support for assistance.': '如果需要控制谁可以访问特定组下的案例,请联系您的大客户经理或红帽技术支持以获取帮助。',
16
+ Group: '组',
17
+ 'No results found': '未找到结果',
18
+ 'There are no results to display. Try selecting a group to view accounts.': '没有可供显示的结果。尝试选择一个组以查看帐户。',
19
+ add: '添加',
20
+ //Preferences Page
21
+ 'Auto-restore my saved search': '自动恢复我已保存的搜索',
22
+ 'Auto-restore last search': '自动恢复上次搜索',
23
+ 'Auto-save selected table columns': '自动保存所选表格列',
24
+ 'Default comment type': '批注类型',
25
+ 'Comment signature': '批注签名',
26
+ 'Share hostnames with Red Hat': '与红帽共享主机名',
27
+ 'Case information': '问题单信息',
28
+ 'Case Create': '创建问题单',
29
+ 'Preferred language': '首选语言',
30
+ 'Default group': '默认组',
31
+ Preferences: '首选项',
32
+ 'Setting preferences will personalize your support case experience to best suit your needs.': '通过设置首选项,可以根据您的具体情况获得更好的支持体验。',
3
33
  };
@@ -55,7 +55,8 @@ export declare enum TopContentReducerConstants {
55
55
  setNewSetStatus = "setNewSetStatus",
56
56
  updateTopContentCategories = "updateTopContentCategories",
57
57
  changeTopContentStateOnCatsArrangementSave = "changeTopContentStateOnCatsArrangementSave",
58
- setIsSearchModeEnabled = "setIsSearchModeEnabled"
58
+ setIsSearchModeEnabled = "setIsSearchModeEnabled",
59
+ resetDuplicatUrls = "resetDuplicatUrls"
59
60
  }
60
61
  declare type IActionType = IAction<TopContentReducerConstants, ITopContentState>;
61
62
  export declare type TopContentReducerDispatchType = (value: IActionType) => void;
@@ -78,5 +79,6 @@ export declare const reArrangeContent: (dispatch: TopContentReducerDispatchType,
78
79
  export declare const reArrangeCategory: (topContentEditState: ITopContentEditState[]) => Promise<import("@cee-eng/hydrajs/@types/models/topContent/topContentModel").ITopContentPutBody>;
79
80
  export declare const fetchCategories: (dispatch: TopContentReducerDispatchType) => Promise<never>;
80
81
  export declare const setIsSearchModeEnabled: (dispatch: TopContentReducerDispatchType, isSearchModeEnabled: boolean) => void;
82
+ export declare const resetDuplicatUrls: (dispatch: TopContentReducerDispatchType) => void;
81
83
  export {};
82
84
  //# sourceMappingURL=TopContentReducer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopContentReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/TopContentReducer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TopContentReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/TopContentReducer.ts"],"names":[],"mappings":"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"}
@@ -35,6 +35,7 @@ export var TopContentReducerConstants;
35
35
  TopContentReducerConstants["updateTopContentCategories"] = "updateTopContentCategories";
36
36
  TopContentReducerConstants["changeTopContentStateOnCatsArrangementSave"] = "changeTopContentStateOnCatsArrangementSave";
37
37
  TopContentReducerConstants["setIsSearchModeEnabled"] = "setIsSearchModeEnabled";
38
+ TopContentReducerConstants["resetDuplicatUrls"] = "resetDuplicatUrls";
38
39
  })(TopContentReducerConstants || (TopContentReducerConstants = {}));
39
40
  export const TopContentReducer = (pState, action) => {
40
41
  switch (action.type) {
@@ -68,6 +69,9 @@ export const TopContentReducer = (pState, action) => {
68
69
  case TopContentReducerConstants.setIsSearchModeEnabled: {
69
70
  return Object.assign(Object.assign({}, pState), { isSearchModeEnabled: action.payload.isSearchModeEnabled });
70
71
  }
72
+ case TopContentReducerConstants.resetDuplicatUrls: {
73
+ return Object.assign(Object.assign({}, pState), { contentUrls: action.payload.contentUrls });
74
+ }
71
75
  default: {
72
76
  return pState;
73
77
  }
@@ -466,3 +470,9 @@ export const setIsSearchModeEnabled = (dispatch, isSearchModeEnabled) => {
466
470
  payload: { isSearchModeEnabled },
467
471
  });
468
472
  };
473
+ export const resetDuplicatUrls = (dispatch) => {
474
+ dispatch({
475
+ type: TopContentReducerConstants.resetDuplicatUrls,
476
+ payload: { contentUrls: {} },
477
+ });
478
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "0.2.9",
3
+ "version": "0.2.13",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -97,9 +97,9 @@
97
97
  "@patternfly/react-core": "4.128.2",
98
98
  "@patternfly/react-table": "4.26.7",
99
99
  "@rh-support/api": "0.3.3",
100
- "@rh-support/components": "1.1.8",
101
- "@rh-support/configs": "0.2.0",
102
- "@rh-support/react-context": "0.2.9",
100
+ "@rh-support/components": "1.1.9",
101
+ "@rh-support/configs": "0.2.1",
102
+ "@rh-support/react-context": "0.2.10",
103
103
  "@rh-support/types": "0.2.0",
104
104
  "@rh-support/user-permissions": "0.2.5",
105
105
  "@rh-support/utils": "0.2.5",
@@ -113,5 +113,5 @@
113
113
  "react-i18next": ">=10.11.0",
114
114
  "react-router-dom": ">=5.1.2"
115
115
  },
116
- "gitHead": "4c0ad3d02e935d663992c02c03bf438a2b22bfa9"
116
+ "gitHead": "aceaa01d96b5775fbecf1971c94a26a6603218c4"
117
117
  }