@rh-support/troubleshoot 0.2.15 → 0.2.19

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 (49) hide show
  1. package/lib/esm/components/CaseEditView/Case.d.ts.map +1 -1
  2. package/lib/esm/components/CaseEditView/Case.js +1 -1
  3. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
  4. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +1 -1
  5. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +2 -2
  6. package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts.map +1 -1
  7. package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +14 -15
  8. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
  9. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +7 -3
  10. package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts.map +1 -1
  11. package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +8 -7
  12. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts.map +1 -1
  13. package/lib/esm/components/ProductSelector/AllProductsSelector.js +2 -33
  14. package/lib/esm/components/Recommendations/RulesModal.js +1 -1
  15. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts.map +1 -1
  16. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.js +27 -2
  17. package/lib/esm/hooks/useUserPreference.d.ts +1 -1
  18. package/lib/esm/hooks/useUserPreference.d.ts.map +1 -1
  19. package/lib/esm/hooks/useUserPreference.js +12 -3
  20. package/lib/esm/i18n/template-de.d.ts +4 -0
  21. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  22. package/lib/esm/i18n/template-de.js +8 -0
  23. package/lib/esm/i18n/template-es.d.ts +4 -0
  24. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  25. package/lib/esm/i18n/template-es.js +8 -0
  26. package/lib/esm/i18n/template-fr.d.ts +4 -0
  27. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  28. package/lib/esm/i18n/template-fr.js +8 -0
  29. package/lib/esm/i18n/template-it.d.ts +4 -0
  30. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  31. package/lib/esm/i18n/template-it.js +8 -0
  32. package/lib/esm/i18n/template-jp.d.ts +4 -0
  33. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  34. package/lib/esm/i18n/template-jp.js +8 -0
  35. package/lib/esm/i18n/template-ko.d.ts +4 -0
  36. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  37. package/lib/esm/i18n/template-ko.js +8 -0
  38. package/lib/esm/i18n/template-pt.d.ts +4 -0
  39. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  40. package/lib/esm/i18n/template-pt.js +8 -0
  41. package/lib/esm/i18n/template-ru.d.ts +4 -0
  42. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  43. package/lib/esm/i18n/template-ru.js +8 -0
  44. package/lib/esm/i18n/template-zh.d.ts +4 -0
  45. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  46. package/lib/esm/i18n/template-zh.js +8 -0
  47. package/lib/esm/reducers/CaseHelpers.d.ts.map +1 -1
  48. package/lib/esm/reducers/CaseHelpers.js +0 -1
  49. package/package.json +9 -9
@@ -1 +1 @@
1
- {"version":3,"file":"Case.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/Case.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAS,mBAAmB,EAAiD,MAAM,kBAAkB,CAAC;AAmB7G,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC;CACnC;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,MAAM,eAsLzC"}
1
+ {"version":3,"file":"Case.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/Case.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAS,mBAAmB,EAAiD,MAAM,kBAAkB,CAAC;AAmB7G,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC;CACnC;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,MAAM,eAiLzC"}
@@ -34,7 +34,7 @@ export default function Case(props) {
34
34
  const canSeeExternalTracker = ability.can(resourceActions.PATCH, resources.CASE_DETAILS, CaseDetailsFields.CASE_DETAILS_EXTERNAL_TRACKER);
35
35
  const canSeeAttachments = ability.can(resourceActions.PATCH, resources.CASE_DETAILS, CaseDetailsFields.CASE_DETAILS_SEE_ATTACHMENTS);
36
36
  const canSeeRMEs = ability.can(resourceActions.PATCH, resources.CASE_DETAILS, CaseDetailsFields.CASE_DETAILS_RMES);
37
- const { product, isFetchingCaseDetails, isFetchingCaseDetailsError, caseDetailsError, selectedAccountDetails, } = useCaseSelector((state) => ({
37
+ const { product, isFetchingCaseDetails, isFetchingCaseDetailsError, caseDetailsError, selectedAccountDetails } = useCaseSelector((state) => ({
38
38
  product: state.caseDetails.product,
39
39
  isFetchingCaseDetails: state.isFetchingCaseDetails,
40
40
  isFetchingCaseDetailsError: state.isFetchingCaseDetailsError,
@@ -1 +1 @@
1
- {"version":3,"file":"CaseOpenshiftClusterId.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.tsx"],"names":[],"mappings":"AAgBA,wBAAgB,sBAAsB,gBA8GrC"}
1
+ {"version":3,"file":"CaseOpenshiftClusterId.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.tsx"],"names":[],"mappings":"AAaA,wBAAgB,sBAAsB,gBA8GrC"}
@@ -14,7 +14,7 @@ import React, { useContext, useEffect, useState } from 'react';
14
14
  import { useTranslation } from 'react-i18next';
15
15
  import { useCaseDispatch, useCaseSelector } from '../../../../../context/CaseContext';
16
16
  import { updateCaseDetails } from '../../../../../reducers/CaseReducer';
17
- import { getIsClusterIdInvalid, isClusterIdEnabledForProduct, } from '../../../../../utils/caseOpenshiftClusterIdUtils';
17
+ import { getIsClusterIdInvalid, isClusterIdEnabledForProduct } from '../../../../../utils/caseOpenshiftClusterIdUtils';
18
18
  import { CaseOpenshiftDropdownV4, fetchClusterIdDetails } from './CaseOpenshiftDropdownV4';
19
19
  export function CaseOpenshiftClusterId() {
20
20
  const { openshiftClusterID, caseNumber, product } = useCaseSelector((state) => ({
@@ -29,7 +29,7 @@ const REOPEN_ESCALATION_MSG = 'Escalation reopened. A manager will review your r
29
29
  const CLOSURE_ESCALATION_MSG = 'Escalation closed.';
30
30
  export default function RMEEscalationList(props) {
31
31
  const { t } = useTranslation();
32
- const { request: updateEscalationRequest, isFetching: isUpdatingEscalation, } = useFetch(escalations.updateEscalations, { propgateErrors: true });
32
+ const { request: updateEscalationRequest, isFetching: isUpdatingEscalation } = useFetch(escalations.updateEscalations, { propgateErrors: true });
33
33
  const { request: postCommentRequest, isFetching: isPostingComment } = useFetch(publicApi.kase.postComment, {
34
34
  propgateErrors: true,
35
35
  });
@@ -118,7 +118,7 @@ export default function RMEEscalationList(props) {
118
118
  return (React.createElement(React.Fragment, null,
119
119
  React.createElement(Button, { variant: ButtonVariant.secondary, onClick: () => requestUpdateRMEEscalation(escalation.name), "data-tracking-id": "case-details-rme-req-update" },
120
120
  React.createElement(Trans, null, "Request Update")),
121
- React.createElement(Button, { variant: ButtonVariant.secondary, className: "pf-u-mt-sm pf-u-ml-sm", onClick: () => requestClosureRMEEscalation(escalation.name), "data-tracking-id": "case-details-rme-req-closure" },
121
+ React.createElement(Button, { variant: ButtonVariant.secondary, className: "pf-u-mt-sm", onClick: () => requestClosureRMEEscalation(escalation.name), "data-tracking-id": "case-details-rme-req-closure" },
122
122
  React.createElement(Trans, null, "Request Closure"))));
123
123
  }
124
124
  };
@@ -1 +1 @@
1
- {"version":3,"file":"OpenShiftClusterId.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/OpenShiftClusterId.tsx"],"names":[],"mappings":"AAkBA,eAAO,MAAM,oBAAoB,mBAShC,CAAC;AAqBF,wBAAgB,kBAAkB,gBAuPjC"}
1
+ {"version":3,"file":"OpenShiftClusterId.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/OpenShiftClusterId.tsx"],"names":[],"mappings":"AAkBA,eAAO,MAAM,oBAAoB,mBAShC,CAAC;AAqBF,wBAAgB,kBAAkB,gBAsPjC"}
@@ -63,9 +63,8 @@ export function OpenShiftClusterId() {
63
63
  const [v3Selected, setV3Selected] = useState(false);
64
64
  const [dontKnowSelected, setDontKnowSelected] = useState(false);
65
65
  const [selectedReason, setSelectedReason] = useState('');
66
- const productFromUrl = queryParams === null || queryParams === void 0 ? void 0 : queryParams.product;
67
- const clusterDataReset = () => {
68
- setSelectedReason('');
66
+ const resetClusterData = () => {
67
+ clusterStateReset();
69
68
  setCaseDetails(caseDispatch, {
70
69
  openshiftClusterID: '',
71
70
  noClusterIdReasonExplanation: '',
@@ -73,8 +72,8 @@ export function OpenShiftClusterId() {
73
72
  });
74
73
  setCaseState(caseDispatch, { v3ClusterName: '' });
75
74
  };
76
- const clusterReset = () => {
77
- clusterDataReset();
75
+ const clusterStateReset = () => {
76
+ setSelectedReason('');
78
77
  setDontKnowSelected(false);
79
78
  setV3Selected(false);
80
79
  };
@@ -103,9 +102,6 @@ export function OpenShiftClusterId() {
103
102
  });
104
103
  useEffect(() => {
105
104
  var _a;
106
- if (productFromUrl !== product) {
107
- setSelectedReason('');
108
- }
109
105
  const isClusterVisible = () => __awaiter(this, void 0, void 0, function* () {
110
106
  var _b;
111
107
  const hasCluster = yield isClusterIdEnabledForProduct(product, (_b = allProducts.data) === null || _b === void 0 ? void 0 : _b.productsResult);
@@ -129,6 +125,11 @@ export function OpenShiftClusterId() {
129
125
  }
130
126
  // eslint-disable-next-line react-hooks/exhaustive-deps
131
127
  }, [product, version, pcmConfig, allProducts.data]);
128
+ // On preview page user may change product and version we need to reset internal state
129
+ // context api state will be reset on parent component each time user changes product and version
130
+ useEffect(() => {
131
+ clusterStateReset();
132
+ }, [product, version]);
132
133
  /**
133
134
  * Hook to make sure that if cluster id comes from session or someother source
134
135
  * we also fetch the details for the cluster id so that we can have fields like cluster version while creating the case
@@ -138,21 +139,19 @@ export function OpenShiftClusterId() {
138
139
  setClusterVersion(openshiftClusterID);
139
140
  }
140
141
  // when user click on back and continue button, need to show v3 text box or reasons dropdown
141
- if (v3ClusterName) {
142
+ if (!isEmpty(v3ClusterName)) {
142
143
  setV3Selected(true);
143
144
  setSelectedReason('v3-cluster');
144
145
  }
145
- if (noClusterIdReason) {
146
+ if (!isEmpty(noClusterIdReason)) {
146
147
  setDontKnowSelected(true);
147
148
  setSelectedReason('dont-have-id');
148
149
  }
149
150
  // eslint-disable-next-line react-hooks/exhaustive-deps
150
- }, []);
151
+ }, [v3ClusterName, noClusterIdReason]);
151
152
  const onClusterIdStateUpdate = (selectedCluster) => {
152
153
  const selectedId = selectedCluster.external_id;
153
- setDontKnowSelected(false);
154
- setV3Selected(false);
155
- clusterDataReset();
154
+ resetClusterData();
156
155
  if (selectedId === 'dont-have-id') {
157
156
  setDontKnowSelected(true);
158
157
  setSelectedReason(selectedId);
@@ -194,7 +193,7 @@ export function OpenShiftClusterId() {
194
193
  return null;
195
194
  return (React.createElement(React.Fragment, null,
196
195
  !isOpenShiftV3 && (React.createElement(OpenshiftDropdownV4, { openshiftClusterIDState: openshiftClusterID || selectedReason, onClusterIdStateUpdate: onClusterIdStateUpdate, isClusterIdInvalid: showValidationErrorAlert &&
197
- ((isEmpty(openshiftClusterID) && isEmpty(selectedReason)) || isClusterIdInvalid), clusterIdDropdownFormInstructions: clusterIdDropdownFormInstructions(), onClusterClear: clusterReset, isV4: majorVersion === '4' })),
196
+ ((isEmpty(openshiftClusterID) && isEmpty(selectedReason)) || isClusterIdInvalid), clusterIdDropdownFormInstructions: clusterIdDropdownFormInstructions(), onClusterClear: resetClusterData, isV4: majorVersion === '4' })),
198
197
  dontKnowSelected && !isOpenShiftV3 && (React.createElement(NoClusterIDReasonSelector, { noClusterIdReasonExplanation: noClusterIdReasonExplanation, noClusterIdReason: noClusterIdReason, onReasonInputBoxChanged: onReasonExplanationInputBoxChanged, onReasonChange: onReasonChange, isInValid: isInVaidNoClusterIdReason, isCustomer: isCustomer })),
199
198
  (v3Selected || isOpenShiftV3) && (React.createElement(OpenShiftV3Inputbox, { v3ClusterName: v3ClusterName, onReasonInputBoxChanged: v3ClusterNameInputBoxChanged, isInValid: isEmpty(v3ClusterName) && showValidationErrorAlert, v3Selected: v3Selected }))));
200
199
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OpenshiftDropdownV4.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/OpenshiftDropdownV4.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,QAAQ,EAAqB,MAAM,iBAAiB,CAAC;AAElF,OAAO,EAAE,gBAAgB,EAAuB,MAAM,0BAA0B,CAAC;AAUjF,UAAU,MAAO,SAAQ,gBAAgB;IACrC,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7E,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iCAAiC,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAChD,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,IAAI,EAAE,OAAO,CAAC;CACjB;AAaD,QAAA,MAAM,qBAAqB,cAAqB,MAAM,sBASrD,CAAC;AAeF,iBAAS,mBAAmB,CAAC,KAAK,EAAE,MAAM,eAwOzC;kBAxOQ,mBAAmB;;;AA2O5B,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"OpenshiftDropdownV4.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/OpenshiftDropdownV4.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,QAAQ,EAAqB,MAAM,iBAAiB,CAAC;AAElF,OAAO,EAAE,gBAAgB,EAAuB,MAAM,0BAA0B,CAAC;AAUjF,UAAU,MAAO,SAAQ,gBAAgB;IACrC,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7E,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iCAAiC,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAChD,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,IAAI,EAAE,OAAO,CAAC;CACjB;AAaD,QAAA,MAAM,qBAAqB,cAAqB,MAAM,sBASrD,CAAC;AAeF,iBAAS,mBAAmB,CAAC,KAAK,EAAE,MAAM,eA6OzC;kBA7OQ,mBAAmB;;;AAgP5B,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,CAAC"}
@@ -75,8 +75,9 @@ function OpenshiftDropdownV4(props) {
75
75
  const onToggle = (isOpen) => setIsOpen(isOpen);
76
76
  const onViewMoreClick = () => __awaiter(this, void 0, void 0, function* () {
77
77
  const fetchedClusters = yield fetchAccountClusters();
78
- setClustersSelectOptions(getClusterOptions([...clustersRawResponse, ...fetchedClusters.items]));
79
- setClustersRawResponse([...clustersRawResponse, ...fetchedClusters.items]);
78
+ const clusterResponse = [...clustersRawResponse, ...fetchedClusters.items];
79
+ setClustersRawResponse(clusterResponse);
80
+ setClustersSelectOptions(getClusterOptions(clusterResponse));
80
81
  });
81
82
  const onSelect = (event, selectedCluster) => __awaiter(this, void 0, void 0, function* () {
82
83
  setInputVal('');
@@ -115,7 +116,7 @@ function OpenshiftDropdownV4(props) {
115
116
  ];
116
117
  };
117
118
  const fetchAccountClusters = (search = '') => __awaiter(this, void 0, void 0, function* () {
118
- const page = clustersRawResponse.length / PER_PAGE + 1;
119
+ const page = Math.floor(clustersRawResponse.length / PER_PAGE) + 1;
119
120
  try {
120
121
  if (abortControllerRef.current !== undefined) {
121
122
  // Cancel the previous request
@@ -147,6 +148,9 @@ function OpenshiftDropdownV4(props) {
147
148
  return { items: [], totalResult: 0, page: 0 };
148
149
  }
149
150
  });
151
+ // need to get clusters on load
152
+ // added observing props.isV4 because re-render
153
+ // is needed when user on overview page changing version
150
154
  useEffect(() => {
151
155
  let isUnmounted = false;
152
156
  const fetchClusters = () => __awaiter(this, void 0, void 0, function* () {
@@ -1 +1 @@
1
- {"version":3,"file":"RHAssociatesSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/RHAssociatesSelector.tsx"],"names":[],"mappings":"AAoBA,MAAM,WAAW,MAAM;CAAG;AAG1B,iBAAS,oBAAoB,CAAC,KAAK,EAAE,MAAM,eA+K1C;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"RHAssociatesSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/RHAssociatesSelector.tsx"],"names":[],"mappings":"AAoBA,MAAM,WAAW,MAAM;CAAG;AAG1B,iBAAS,oBAAoB,CAAC,KAAK,EAAE,MAAM,eAiM1C;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { Button } from '@patternfly/react-core';
10
+ import { Button, Tooltip, TooltipPosition } from '@patternfly/react-core';
11
11
  import { ToastNotification } from '@rh-support/components';
12
12
  import { GlobalMetadataStateContext } from '@rh-support/react-context';
13
13
  import { AbilityContext, CaseListFields, resourceActions, resources } from '@rh-support/user-permissions';
@@ -18,7 +18,7 @@ import isEmpty from 'lodash/isEmpty';
18
18
  import isEqual from 'lodash/isEqual';
19
19
  import map from 'lodash/map';
20
20
  import uniqBy from 'lodash/uniqBy';
21
- import React, { useContext, useState } from 'react';
21
+ import React, { useContext, useRef, useState } from 'react';
22
22
  import { Token } from 'react-bootstrap-typeahead';
23
23
  import { Trans, useTranslation } from 'react-i18next';
24
24
  import { useCaseDispatch, useCaseSelector } from '../../context/CaseContext';
@@ -101,6 +101,7 @@ function RHAssociatesSelector(props) {
101
101
  return (React.createElement(Token, { key: idx, onRemove: props.onRemove, disabled: disabled, option: option }, props.labelKey(option)));
102
102
  };
103
103
  const canNotifyRHAssociates = ability.can(resourceActions.PATCH, resources.CASE_CREATE, CaseListFields.NOTIFY_RH_ASSOCIATES);
104
+ const toolTipRef = useRef();
104
105
  if (!canNotifyRHAssociates)
105
106
  return React.createElement(React.Fragment, null);
106
107
  return (React.createElement(React.Fragment, null, canNotifyRHAssociates && (React.createElement("div", { className: "form-group" },
@@ -112,10 +113,10 @@ function RHAssociatesSelector(props) {
112
113
  }, placeholder: t(`Add watchers to this case`), onSelect: onNotifiedUserChange, renderToken: renderToken, isUpdating: isRHAssociatesUpdating }),
113
114
  caseNumber && showAddWatchButton() && (React.createElement(Button, { variant: "secondary", onClick: addCurrentUser, type: "button", "data-tracking-id": "case-add-me-rh-watcher" },
114
115
  React.createElement(Trans, null, "Add me as a watcher"))),
115
- caseNumber && showRemoveWatchButton() && (React.createElement("span", { title: isCurrentUserCaseContact
116
- ? t('You are case contact and therefore you cannot be removed as watcher')
117
- : '' },
118
- React.createElement(Button, { variant: isCurrentUserCaseContact ? 'tertiary' : 'secondary', onClick: removeCurrentUser, type: "button", isDisabled: isCurrentUserCaseContact, "data-tracking-id": "case-remove-me-rh-watcher" },
119
- React.createElement(Trans, null, "Remove me as a watcher"))))))));
116
+ caseNumber && showRemoveWatchButton() && (React.createElement("div", { ref: toolTipRef, className: "remove-me-as-watcher pf-u-display-inline-block" }, isCurrentUserCaseContact ? (React.createElement(React.Fragment, null,
117
+ React.createElement(Tooltip, { trigger: 'mouseenter focus', reference: toolTipRef, position: TooltipPosition.top, content: React.createElement(Trans, null, "You are case contact and therefore you cannot be removed as watcher") }),
118
+ React.createElement(Button, { variant: "tertiary", onClick: removeCurrentUser, type: "button", isDisabled: true, "data-tracking-id": "case-remove-me-rh-watcher" },
119
+ React.createElement(Trans, null, "Remove me as a watcher")))) : (React.createElement(Button, { variant: "secondary", onClick: removeCurrentUser, type: "button", "data-tracking-id": "case-remove-me-rh-watcher" },
120
+ React.createElement(Trans, null, "Remove me as a watcher")))))))));
120
121
  }
121
122
  export { RHAssociatesSelector };
@@ -1 +1 @@
1
- {"version":3,"file":"AllProductsSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/ProductSelector/AllProductsSelector.tsx"],"names":[],"mappings":"AASA,OAAO,KAAsD,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAKnD,OAAO,EAAqB,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAMrF,UAAU,MAAM;IACZ,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACjD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC;AAgBD;;;;;;;GAOG;AACH,QAAA,MAAM,mBAAmB,4EAiMvB,CAAC;AAGH,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"AllProductsSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/ProductSelector/AllProductsSelector.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAsD,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAKnD,OAAO,EAAqB,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAKrF,UAAU,MAAM;IACZ,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACjD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC;AAgBD;;;;;;;GAOG;AACH,QAAA,MAAM,mBAAmB,4EAoKvB,CAAC;AAGH,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { Modal, ModalVariant } from '@patternfly/react-core';
2
2
  import { AlertMessage, AlertType, LoadingIndicator } from '@rh-support/components';
3
3
  import { GlobalMetadataStateContext } from '@rh-support/react-context';
4
- import { getVersion } from '@rh-support/utils';
5
4
  import filter from 'lodash/filter';
6
5
  import find from 'lodash/find';
7
6
  import isEmpty from 'lodash/isEmpty';
@@ -10,8 +9,7 @@ import React, { forwardRef, useContext, useEffect, useState } from 'react';
10
9
  import { Trans, useTranslation } from 'react-i18next';
11
10
  import { useCaseDispatch, useCaseSelector } from '../../context/CaseContext';
12
11
  import { TCStateContext } from '../../context/TopContentContext';
13
- import { getVersionsDetails, setCaseDetails, setCaseState } from '../../reducers/CaseReducer';
14
- import { isClusterIdEnabledForProduct } from '../../utils/caseOpenshiftClusterIdUtils';
12
+ import { getVersionsDetails, setCaseDetails } from '../../reducers/CaseReducer';
15
13
  import RouteUtils from '../../utils/routeUtils';
16
14
  import Suggestions from '../Suggestions/Suggestions';
17
15
  import { ProductVersionDropdownSelector } from './ProductVersionDropdownSelector';
@@ -110,38 +108,9 @@ const AllProductsSelector = forwardRef((props, ref) => {
110
108
  if (!isEmpty(selectedProduct.product)) {
111
109
  props.showTCAfterButtonClicked ? setProductChanged(true) : setShowModal(true);
112
110
  }
113
- // reset openshift cluster states
114
- setCaseDetails(caseDispatch, {
115
- openshiftClusterID: '',
116
- openshiftClusterVersion: '',
117
- noClusterIdReason: '',
118
- noClusterIdReasonExplanation: '',
119
- });
120
- setCaseState(caseDispatch, { v3ClusterName: '' });
121
111
  }
122
112
  function onVersionChange(selectedVersion) {
123
- var _a;
124
- // we need to reset openshift cluster states only when major version is different
125
- const oldMajorVersion = (version && getVersion(version).major) || '';
126
- const newMajorVersion = getVersion(selectedVersion).major || '';
127
- const hasCluster = isClusterIdEnabledForProduct(product, (_a = allProducts.data) === null || _a === void 0 ? void 0 : _a.productsResult);
128
- if (hasCluster && oldMajorVersion !== newMajorVersion) {
129
- setCaseDetails(caseDispatch, {
130
- product: localProduct,
131
- version: selectedVersion,
132
- openshiftClusterID: '',
133
- openshiftClusterVersion: '',
134
- noClusterIdReason: '',
135
- noClusterIdReasonExplanation: '',
136
- });
137
- setCaseState(caseDispatch, { v3ClusterName: '' });
138
- }
139
- else {
140
- setCaseDetails(caseDispatch, {
141
- product: localProduct,
142
- version: selectedVersion,
143
- });
144
- }
113
+ setCaseDetails(caseDispatch, { product: localProduct, version: selectedVersion });
145
114
  const newParams = {
146
115
  version: selectedVersion,
147
116
  };
@@ -44,7 +44,7 @@ export function InsightResultModal(props) {
44
44
  return (React.createElement(Modal, { className: "critical-solutions-modal", title: t('Critical solutions for your system'), description: t('Solutions have been triggered for you based on file upload or common issues that currently have high visibility.'), "data-tracking-id": "critical-solutions-modal-body", onClose: props.onModalToggle, isOpen: props.isOpen, actions: [
45
45
  React.createElement(Button, { onClick: props.onModalToggle, key: "confirm", variant: "secondary", "data-tracking-id": "cancel-critical-solutions-modal" }, t('Cancel')),
46
46
  ] },
47
- React.createElement(Accordion, { className: "push-top-narrow", headingLevel: "h2", asDefinitionList: false },
47
+ React.createElement(Accordion, { className: "push-top-narrow pf-m-bordered", headingLevel: "h2", asDefinitionList: false },
48
48
  props.insightResults.map((doc) => (React.createElement(InsightsRuleInfo, { duplicateKeys: duplicateKeys, showNewTag: canShowNewTag, key: doc.id + doc.attachmentId, doc: doc }))),
49
49
  props.EARule.length > 0 &&
50
50
  props.EARule.map((rule, index) => (React.createElement(EARuleInfoAccordion, { showNewTag: canShowNewTag, key: `${index}_eaRule`, rule: rule }))))));
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalTroubleshootEffects.d.ts","sourceRoot":"","sources":["../../../../src/components/wizardLayout/GlobalTroubleshootEffects.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAUvD,OAAO,EAAqB,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAMrF,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;CACpD;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,eAyUtD"}
1
+ {"version":3,"file":"GlobalTroubleshootEffects.d.ts","sourceRoot":"","sources":["../../../../src/components/wizardLayout/GlobalTroubleshootEffects.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAUvD,OAAO,EAAqB,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAOrF,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;CACpD;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,eAoWtD"}
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  import { useDebounce, usePrevious } from '@rh-support/components';
11
11
  import { GlobalMetadataStateContext } from '@rh-support/react-context';
12
12
  import { ability, CaseListFields, resourceActions, resources } from '@rh-support/user-permissions';
13
- import { getUrlParsedParams, getVersionIfOnlyVersion, isOnlyVersion } from '@rh-support/utils';
13
+ import { getUrlParsedParams, getVersion, getVersionIfOnlyVersion, isOnlyVersion } from '@rh-support/utils';
14
14
  import findIndex from 'lodash/findIndex';
15
15
  import includes from 'lodash/includes';
16
16
  import isEmpty from 'lodash/isEmpty';
@@ -23,10 +23,11 @@ import { TCDispatchContext, TCStateContext } from '../../context/TopContentConte
23
23
  import { useResetCaseCreate } from '../../hooks/useResetCaseCreate';
24
24
  import { initialCaseState } from '../../reducers/CaseConstNTypes';
25
25
  import { getDescriptionWOQues } from '../../reducers/CaseHelpers';
26
- import { setCaseAccountNumber, setCaseDetails, setCaseOwner } from '../../reducers/CaseReducer';
26
+ import { setCaseAccountNumber, setCaseDetails, setCaseOwner, setCaseState } from '../../reducers/CaseReducer';
27
27
  import { getDefaultSection, getRouteSequence, RouteReducerConstants } from '../../reducers/RouteReducer';
28
28
  import { fetchEdmundAbbottRules } from '../../reducers/RulesReducer';
29
29
  import { fetchTopContent } from '../../reducers/TopContentReducer';
30
+ import { isClusterIdEnabledForProduct } from '../../utils/caseOpenshiftClusterIdUtils';
30
31
  import RouteUtils from '../../utils/routeUtils';
31
32
  export function GlobalTroubleshootEffects(props) {
32
33
  const [initDefaultSection, setInitDefaultSection] = useState(false);
@@ -273,5 +274,29 @@ export function GlobalTroubleshootEffects(props) {
273
274
  }
274
275
  // eslint-disable-next-line react-hooks/exhaustive-deps
275
276
  }, [loggedInUsersAccount.data]);
277
+ /**
278
+ * When user change product/version need to reset clusterID states
279
+ */
280
+ const previousVersion = usePrevious(version);
281
+ useEffect(() => {
282
+ var _a;
283
+ if (isEmpty(product) || isEmpty(version))
284
+ return;
285
+ // we need to reset openshift cluster states only when major version is different
286
+ const oldMajorVersion = previousVersion && getVersion(previousVersion).major;
287
+ const newMajorVersion = getVersion(version).major;
288
+ const hasCluster = isClusterIdEnabledForProduct(product, (_a = allProducts.data) === null || _a === void 0 ? void 0 : _a.productsResult);
289
+ const isDifferentMajorClusterVersion = hasCluster && oldMajorVersion !== newMajorVersion;
290
+ if (isDifferentMajorClusterVersion) {
291
+ setCaseDetails(caseDispatch, {
292
+ openshiftClusterID: '',
293
+ openshiftClusterVersion: '',
294
+ noClusterIdReason: '',
295
+ noClusterIdReasonExplanation: '',
296
+ });
297
+ setCaseState(caseDispatch, { v3ClusterName: '' });
298
+ }
299
+ // eslint-disable-next-line react-hooks/exhaustive-deps
300
+ }, [product, version, allProducts.data.productsResult, caseDispatch]);
276
301
  return React.createElement(React.Fragment, null);
277
302
  }
@@ -1,6 +1,6 @@
1
1
  import { EditorMode } from '@rh-support/components';
2
2
  export declare function useUserPreference(): {
3
- updateCommentType: (value: EditorMode) => void;
3
+ updateCommentType: (value: EditorMode) => Promise<void>;
4
4
  getCommentTypeFromPreference: () => any;
5
5
  hydraUserPreferences: import("@rh-support/types/shared").IApiResponseDetails<import("@cee-eng/hydrajs/@types/models/general").IPreference[]>;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useUserPreference.d.ts","sourceRoot":"","sources":["../../../src/hooks/useUserPreference.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AASpD,wBAAgB,iBAAiB;+BAgBK,UAAU;;;EAmB/C"}
1
+ {"version":3,"file":"useUserPreference.d.ts","sourceRoot":"","sources":["../../../src/hooks/useUserPreference.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AASpD,wBAAgB,iBAAiB;+BAgBW,UAAU;;;EAmBrD"}
@@ -1,3 +1,12 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
1
10
  import { GlobalMetadataDispatchContext, GlobalMetadataStateContext, updateUserPreferences, UserPreferencesKeys, } from '@rh-support/react-context';
2
11
  import { useContext } from 'react';
3
12
  export function useUserPreference() {
@@ -11,11 +20,11 @@ export function useUserPreference() {
11
20
  const item = hydraUserPreferences.data.find((pref) => pref.key === key);
12
21
  return item ? item.value : null;
13
22
  };
14
- const updateCommentType = (value) => {
23
+ const updateCommentType = (value) => __awaiter(this, void 0, void 0, function* () {
15
24
  if (doesKeyExistWithSameValue(UserPreferencesKeys.commentType, value))
16
25
  return;
17
- updateUserPreferences(globalMetadataDispatch, loggedInUser.data.ssoUsername, [{ key: UserPreferencesKeys.commentType, value }], 'add', true);
18
- };
26
+ yield updateUserPreferences(globalMetadataDispatch, loggedInUser.data.ssoUsername, [{ key: UserPreferencesKeys.commentType, value }], 'add', true);
27
+ });
19
28
  const getCommentTypeFromPreference = () => {
20
29
  return getKeyValue(UserPreferencesKeys.commentType);
21
30
  };
@@ -727,6 +727,10 @@ declare const _default: {
727
727
  'Please select a version to edit': string;
728
728
  'Add a new section': string;
729
729
  'Arrange Section': string;
730
+ 'Please address the errors to proceed': string;
731
+ 'Include someone from your account to inform about the status of this case.': string;
732
+ "Yes, I'm, sure": string;
733
+ ' and ongoing response time is': string;
730
734
  };
731
735
  export default _default;
732
736
  //# 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,wBAy0BE"}
1
+ {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAm1BE"}
@@ -727,4 +727,12 @@ export default {
727
727
  'Please select a version to edit': 'Wählen Sie eine Version zum Bearbeiten aus.',
728
728
  'Add a new section': 'Neuen Abschnitt hinzufügen',
729
729
  'Arrange Section': 'Abschnitt anordnen',
730
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
731
+ // 'Sie haben ein Problem mit Ihrem Konto, Ihrer Rechnung oder Ihrem Abonnement? Wenden Sie sich an den Kundenservice, um Unterstützung zu erhalten.',
732
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
733
+ // 'Laden Sie einen Sosreport hoch, damit wir Ihnen die besten Lösungen für Ihr System anbieten können.',
734
+ 'Please address the errors to proceed': 'Bitte beheben Sie die Fehler, um fortzufahren',
735
+ 'Include someone from your account to inform about the status of this case.': 'Schließen Sie eine Person Ihres Kontos ein, die Sie über den Stand des Falles informieren möchten.',
736
+ "Yes, I'm, sure": 'Ja, ich bin sicher',
737
+ ' and ongoing response time is': ' und die laufende Reaktionszeit',
730
738
  };
@@ -728,6 +728,10 @@ declare const _default: {
728
728
  'Please select a version to edit': string;
729
729
  'Add a new section': string;
730
730
  'Arrange Section': string;
731
+ 'Please address the errors to proceed': string;
732
+ 'Include someone from your account to inform about the status of this case.': string;
733
+ "Yes, I'm, sure": string;
734
+ ' and ongoing response time is': string;
731
735
  };
732
736
  export default _default;
733
737
  //# 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,wBA80BE"}
1
+ {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAw1BE"}
@@ -728,4 +728,12 @@ export default {
728
728
  'Please select a version to edit': 'Seleccione una versión para editar',
729
729
  'Add a new section': 'Agregar una nueva sección',
730
730
  'Arrange Section': 'Organizar sección',
731
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
732
+ // '¿Tiene algún problema con la cuenta, la facturación o la suscripción? Comuníquese con el servicio de atención al cliente para obtener ayuda.',
733
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
734
+ // 'Cargue un sosreport para ayudarnos a brindar las mejores soluciones para su sistema.',
735
+ 'Please address the errors to proceed': 'Corrija los errores para continuar',
736
+ 'Include someone from your account to inform about the status of this case.': 'Incluya a alguien de su cuenta para informar sobre el estado de este caso.',
737
+ "Yes, I'm, sure": 'Sí, estoy seguro',
738
+ ' and ongoing response time is': ' y el tiempo de respuesta en curso es',
731
739
  };
@@ -727,6 +727,10 @@ declare const _default: {
727
727
  'Please select a version to edit': string;
728
728
  'Add a new section': string;
729
729
  'Arrange Section': string;
730
+ 'Please address the errors to proceed': string;
731
+ 'Include someone from your account to inform about the status of this case.': string;
732
+ "Yes, I'm, sure": string;
733
+ ' and ongoing response time is': string;
730
734
  };
731
735
  export default _default;
732
736
  //# 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,wBA21BE"}
1
+ {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAq2BE"}
@@ -727,4 +727,12 @@ export default {
727
727
  'Please select a version to edit': 'Veuillez sélectionner une version à modifier',
728
728
  'Add a new section': 'Ajouter une nouvelle section',
729
729
  'Arrange Section': 'Organiser la section',
730
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
731
+ // "Vous avez un problème de compte, de facturation ou d'abonnement ? Contactez le service clientèle pour obtenir de l'aide.",
732
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
733
+ // 'Téléchargez une archive Insights ou un sosreport pour nous aider à vous proposer les meilleures solutions pour votre système.',
734
+ 'Please address the errors to proceed': 'Veuillez corriger les erreurs pour poursuivre',
735
+ 'Include someone from your account to inform about the status of this case.': "Inclure une personne de votre compte pour l'informer du statut de cette demande.",
736
+ "Yes, I'm, sure": 'Oui, je suis sûr',
737
+ ' and ongoing response time is': ' et le temps de réponse en cours est de',
730
738
  };
@@ -727,6 +727,10 @@ declare const _default: {
727
727
  'Please select a version to edit': string;
728
728
  'Add a new section': string;
729
729
  'Arrange Section': string;
730
+ 'Please address the errors to proceed': string;
731
+ 'Include someone from your account to inform about the status of this case.': string;
732
+ "Yes, I'm, sure": string;
733
+ ' and ongoing response time is': string;
730
734
  };
731
735
  export default _default;
732
736
  //# 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,wBAg1BE"}
1
+ {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA01BE"}
@@ -727,4 +727,12 @@ export default {
727
727
  'Please select a version to edit': 'Seleziona una versione da modificare',
728
728
  'Add a new section': 'Aggiungi nuova sezione',
729
729
  'Arrange Section': 'Disponi sezione',
730
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
731
+ // 'Hai un problema di account, fatturazione o abbonamento? Contatta il servizio clienti per assistenza.',
732
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
733
+ // 'Carica un sosreport per ricevere la soluzione più adatta al tuo sistema.',
734
+ 'Please address the errors to proceed': 'Risolvi gli errori per procedere',
735
+ 'Include someone from your account to inform about the status of this case.': 'Includi qualcuno del tuo account da informare sullo stato del caso.',
736
+ "Yes, I'm, sure": 'Sì, confermo',
737
+ ' and ongoing response time is': ' e il tempo di risposta attuale è',
730
738
  };
@@ -732,6 +732,10 @@ declare const _default: {
732
732
  '4 business hours and ongoing response time is 8 business hours or as agreed': string;
733
733
  'SLA Information': string;
734
734
  'This file type cannot be analyzed.': string;
735
+ 'Please address the errors to proceed': string;
736
+ 'Include someone from your account to inform about the status of this case.': string;
737
+ "Yes, I'm, sure": string;
738
+ ' and ongoing response time is': string;
735
739
  };
736
740
  export default _default;
737
741
  //# 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,wBAs0BE"}
1
+ {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAg1BE"}
@@ -733,4 +733,12 @@ export default {
733
733
  '4 business hours and ongoing response time is 8 business hours or as agreed': '4 時間。その後の応答時間は 8 時間または合意の時間になります。',
734
734
  'SLA Information': 'SLA 情報',
735
735
  'This file type cannot be analyzed.': 'この種類のファイルは解析できません。',
736
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
737
+ // 'アカウント、請求、またはサブスクリプション関連で問題がありますか? サポートを受けるには、カスタマーサービスにお問い合わせください。',
738
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
739
+ // 'お客様のシステムに最適なソリューションを提供できるよう、sosreport のアップロードにご協力ください。',
740
+ 'Please address the errors to proceed': '続行するには、エラーに対処してください',
741
+ 'Include someone from your account to inform about the status of this case.': 'このケースのステータスについて通知するには、アカウントの誰かを含めます。',
742
+ "Yes, I'm, sure": 'はい。送信します',
743
+ ' and ongoing response time is': ' またその後の応答時間:',
736
744
  };
@@ -728,6 +728,10 @@ declare const _default: {
728
728
  'Please select a version to edit': string;
729
729
  'Add a new section': string;
730
730
  'Arrange Section': string;
731
+ 'Please address the errors to proceed': string;
732
+ 'Include someone from your account to inform about the status of this case.': string;
733
+ "Yes, I'm, sure": string;
734
+ ' and ongoing response time is': string;
731
735
  };
732
736
  export default _default;
733
737
  //# 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,wBAyzBE"}
1
+ {"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAm0BE"}
@@ -728,4 +728,12 @@ export default {
728
728
  'Please select a version to edit': '편집할 버전을 선택하십시오.',
729
729
  'Add a new section': '새 섹션 추가',
730
730
  'Arrange Section': '섹션 정렬',
731
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
732
+ // '계정, 청구 또는 서브스크립션에서 문제가 발생했습니까? 도움이 필요한 경우 고객 서비스에 문의해 주십시오.',
733
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
734
+ // '시스템에 가장 적합한 솔루션을 제공할 수 있도록 sosreport를 업로드하십시오.',
735
+ 'Please address the errors to proceed': '계속하려면 오류를 수정하십시오',
736
+ 'Include someone from your account to inform about the status of this case.': '이 케이스 상태에 대해 알리려면 계정 사용자를 추가하십시오.',
737
+ "Yes, I'm, sure": '예. 계속합니다.',
738
+ ' and ongoing response time is': ' 지속 응답 시간:',
731
739
  };
@@ -727,6 +727,10 @@ declare const _default: {
727
727
  'Please select a version to edit': string;
728
728
  'Add a new section': string;
729
729
  'Arrange Section': string;
730
+ 'Please address the errors to proceed': string;
731
+ 'Include someone from your account to inform about the status of this case.': string;
732
+ "Yes, I'm, sure": string;
733
+ ' and ongoing response time is': string;
730
734
  };
731
735
  export default _default;
732
736
  //# 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,wBA60BE"}
1
+ {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAu1BE"}
@@ -727,4 +727,12 @@ export default {
727
727
  'Please select a version to edit': 'Selecione uma versão para editar',
728
728
  'Add a new section': 'Adicionar uma nova seção',
729
729
  'Arrange Section': 'Organizar seção',
730
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
731
+ // 'Tem uma conta, cobrança ou problema de subscrição? Entre em contato com o serviço de atendimento ao cliente para obter ajuda.',
732
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
733
+ // 'Faça o upload de um sosreport para nos ajudar a fornecer as melhores soluções para seu sistema.',
734
+ 'Please address the errors to proceed': 'Corrija os erros para prosseguir',
735
+ 'Include someone from your account to inform about the status of this case.': 'Inclua alguém de sua conta para informar sobre o status deste caso.',
736
+ "Yes, I'm, sure": 'Sim',
737
+ ' and ongoing response time is': ' e o tempo de resposta contínua é',
730
738
  };
@@ -727,6 +727,10 @@ declare const _default: {
727
727
  'Please select a version to edit': string;
728
728
  'Add a new section': string;
729
729
  'Arrange Section': string;
730
+ 'Please address the errors to proceed': string;
731
+ 'Include someone from your account to inform about the status of this case.': string;
732
+ "Yes, I'm, sure": string;
733
+ ' and ongoing response time is': string;
730
734
  };
731
735
  export default _default;
732
736
  //# 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,wBAw0BE"}
1
+ {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAk1BE"}
@@ -727,4 +727,12 @@ export default {
727
727
  'Please select a version to edit': 'Выберите версию для редактирования',
728
728
  'Add a new section': 'Добавить новый раздел',
729
729
  'Arrange Section': 'Расположить раздел',
730
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
731
+ // 'У вас проблема с учетной записью, выставлением счетов или подпиской? Обратитесь за помощью в службу поддержки клиентов.',
732
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
733
+ // 'Загрузите отчет sosreport, чтобы мы могли предоставить лучшие решения для вашей системы.',
734
+ 'Please address the errors to proceed': 'Устраните ошибки, чтобы продолжить',
735
+ 'Include someone from your account to inform about the status of this case.': 'Добавьте пользователя из вашей учетной записи, который будет получать уведомления о статусе этого обращения.',
736
+ "Yes, I'm, sure": 'Да',
737
+ ' and ongoing response time is': ' и текущее время ответа —',
730
738
  };
@@ -720,6 +720,10 @@ declare const _default: {
720
720
  'Please select a version to edit': string;
721
721
  'Add a new section': string;
722
722
  'Arrange Section': string;
723
+ 'Please address the errors to proceed': string;
724
+ 'Include someone from your account to inform about the status of this case.': string;
725
+ "Yes, I'm, sure": string;
726
+ ' and ongoing response time is': string;
723
727
  };
724
728
  export default _default;
725
729
  //# 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,wBAqxBE"}
1
+ {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+xBE"}
@@ -720,4 +720,12 @@ export default {
720
720
  'Please select a version to edit': '请选择一个要编辑的版本',
721
721
  'Add a new section': '添加新内容',
722
722
  'Arrange Section': '组织内容',
723
+ // 'Have an account, billing, or subscription issue? Contact customer service for help.':
724
+ // '如果有与帐户、帐单或订阅相关的问题,请联系客户服务以获得帮助。',
725
+ // 'Upload a sosreport to help us provide the best solutions for your system.':
726
+ // '上传 Insights 以帮助我们为您的系统提供最佳解决方案。',
727
+ 'Please address the errors to proceed': '请修正错误以继续',
728
+ 'Include someone from your account to inform about the status of this case.': '包括来自您的帐户中的用户,以告知此问题单的状态。',
729
+ "Yes, I'm, sure": '是的',
730
+ ' and ongoing response time is': ' 持续的响应时间是',
723
731
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CaseHelpers.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvG,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAE/E,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAW3D,OAAO,EAMH,UAAU,EAYb,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,sBAAsB,SAAU,mBAAmB,EAAE,wBAMjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,WAAW,KAAG,MAOrE,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAAS,mBAAmB,SAAS,MAAM,sBA0B9E,CAAC;AAEF,eAAO,MAAM,qBAAqB,UACvB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,kBACb,MAAM,KACvB,MAwBF,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACtB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,KAC9B,MAQF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,sBAAsB,aAAc,MAAM,KAAG,MAKzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAkC5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,cAAe,UAAU,wBAAwB,QAAQ,eAAe,CAAC,KAAG,OA0BxG,CAAC;AAEF,eAAO,MAAM,0BAA0B,cACxB,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAiBF,CAAC;AAEF,eAAO,MAAM,6BAA6B,cAC3B,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAgBF,CAAC;AAEF,eAAO,MAAM,iBAAiB,cACf,UAAU,gBACP,YAAY,iBACZ,OAAO,KACtB,QAAQ,YAAY,CAiEtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,qBAAsB,YAAY,EAAE,KAAG,YAAY,EAEvF,CAAC;AACF,eAAO,MAAM,yBAAyB,qBAAsB,YAAY,EAAE,KAAG,OAE5E,CAAC;AAEF,eAAO,MAAM,yBAAyB,gBACrB,YAAY,6BACE,MAAM,mBAChB,MAAM,KACxB,QAAQ,YAAY,CA2BtB,CAAC;AACF,eAAO,MAAM,yBAAyB,gBACrB,QAAQ,YAAY,CAAC,gCACJ,QAAQ,EAAE,KACzC,eAmCF,CAAC"}
1
+ {"version":3,"file":"CaseHelpers.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvG,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAE/E,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAW3D,OAAO,EAMH,UAAU,EAYb,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,sBAAsB,SAAU,mBAAmB,EAAE,wBAMjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,WAAW,KAAG,MAOrE,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAAS,mBAAmB,SAAS,MAAM,sBAyB9E,CAAC;AAEF,eAAO,MAAM,qBAAqB,UACvB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,kBACb,MAAM,KACvB,MAwBF,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACtB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,KAC9B,MAQF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,sBAAsB,aAAc,MAAM,KAAG,MAKzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAkC5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,cAAe,UAAU,wBAAwB,QAAQ,eAAe,CAAC,KAAG,OA0BxG,CAAC;AAEF,eAAO,MAAM,0BAA0B,cACxB,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAiBF,CAAC;AAEF,eAAO,MAAM,6BAA6B,cAC3B,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAgBF,CAAC;AAEF,eAAO,MAAM,iBAAiB,cACf,UAAU,gBACP,YAAY,iBACZ,OAAO,KACtB,QAAQ,YAAY,CAiEtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,qBAAsB,YAAY,EAAE,KAAG,YAAY,EAEvF,CAAC;AACF,eAAO,MAAM,yBAAyB,qBAAsB,YAAY,EAAE,KAAG,OAE5E,CAAC;AAEF,eAAO,MAAM,yBAAyB,gBACrB,YAAY,6BACE,MAAM,mBAChB,MAAM,KACxB,QAAQ,YAAY,CA2BtB,CAAC;AACF,eAAO,MAAM,yBAAyB,gBACrB,QAAQ,YAAY,CAAC,gCACJ,QAAQ,EAAE,KACzC,eAmCF,CAAC"}
@@ -38,7 +38,6 @@ export const getRecommendationObject = (doc, index) => {
38
38
  bucket,
39
39
  };
40
40
  if (doc.documentKind === 'Solution') {
41
- rec.solutionOwnerSSOName = doc.authorSSOName;
42
41
  rec.solutionAbstract = doc.publishedAbstract || doc.abstract;
43
42
  rec.solutionTitle = doc.publishedTitle || doc.allTitle;
44
43
  rec.solutionKcsState = doc.kcsState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "0.2.15",
3
+ "version": "0.2.19",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -26,7 +26,7 @@
26
26
  "lib/**/*"
27
27
  ],
28
28
  "peerDependencies": {
29
- "@cee-eng/hydrajs": "4.4.7",
29
+ "@cee-eng/hydrajs": "4.5.3",
30
30
  "@cee-eng/ui-toolkit": "1.1.3",
31
31
  "@patternfly/patternfly": "4.102.2",
32
32
  "@patternfly/pfe-accordion": "1.1.0",
@@ -63,7 +63,7 @@
63
63
  "react-virtualized": "^9.21.2"
64
64
  },
65
65
  "dependencies": {
66
- "@cee-eng/hydrajs": "4.4.7",
66
+ "@cee-eng/hydrajs": "4.5.3",
67
67
  "@cee-eng/ui-toolkit": "1.1.3",
68
68
  "@patternfly/patternfly": "4.102.2",
69
69
  "@patternfly/pfe-accordion": "1.1.0",
@@ -72,12 +72,12 @@
72
72
  "@patternfly/react-core": "4.128.2",
73
73
  "@progress/kendo-drawing": "^1.6.0",
74
74
  "@progress/kendo-react-pdf": "^3.12.0",
75
- "@rh-support/api": "0.3.3",
76
- "@rh-support/components": "1.1.7",
77
- "@rh-support/react-context": "0.2.8",
75
+ "@rh-support/api": "0.3.4",
76
+ "@rh-support/components": "1.1.10",
77
+ "@rh-support/react-context": "0.2.11",
78
78
  "@rh-support/types": "0.2.0",
79
- "@rh-support/user-permissions": "0.2.5",
80
- "@rh-support/utils": "0.2.5",
79
+ "@rh-support/user-permissions": "0.2.6",
80
+ "@rh-support/utils": "0.2.6",
81
81
  "@types/react-redux": "^7.1.12",
82
82
  "@types/redux": "^3.6.0",
83
83
  "@webcomponents/webcomponentsjs": "^2.2.10",
@@ -142,5 +142,5 @@
142
142
  "not ie <= 11",
143
143
  "not op_mini all"
144
144
  ],
145
- "gitHead": "e9ea8863c875f31ce2b45ecc3be3f0117b1156f2"
145
+ "gitHead": "42e7ad5ef17e6de55a17dfc780109930f0155e5e"
146
146
  }