@rh-support/troubleshoot 2.1.11 → 2.1.13-beta-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/components/AccountInfo/AccountSelector.js +1 -1
- package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.js +1 -1
- package/lib/esm/components/AccountInfo/OwnerSelector.d.ts.map +1 -1
- package/lib/esm/components/AccountInfo/OwnerSelector.js +91 -26
- package/lib/esm/components/AccountInfo/css/accountSelector.css +4 -0
- package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsAside.js +8 -16
- package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +2 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.js +4 -2
- package/lib/esm/components/CaseEditView/CaseOverview/CaseType.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseType.js +4 -2
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.js +4 -2
- package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.js +3 -1
- package/lib/esm/components/CaseEditView/PDFContainer.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/PDFContainer.js +3 -10
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +3 -3
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/index.d.ts +0 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/index.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/index.js +0 -1
- package/lib/esm/components/CaseEditView/ShareCase/PartnerCaseHelper.js +2 -2
- package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts +0 -2
- package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ShareCase/TnC.js +2 -20
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.js +5 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +119 -42
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.js +2 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +5 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +3 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.js +8 -5
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.d.ts +9 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.js +69 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.js +5 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +3 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +4 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +5 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +3 -1
- package/lib/esm/components/CaseInformation/CaseInformation.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/CaseInformation.js +3 -3
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +92 -29
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +5 -8
- package/lib/esm/components/CaseInformation/FileDiag.d.ts +5 -1
- package/lib/esm/components/CaseInformation/FileDiag.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/FileDiag.js +2 -2
- package/lib/esm/components/CaseInformation/Fts.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Fts.js +5 -3
- package/lib/esm/components/CaseInformation/Severity.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Severity.js +3 -1
- package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/SupportLevel.js +2 -1
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +2 -2
- package/lib/esm/components/CaseManagement/CaseManagement.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/CaseManagement.js +4 -15
- package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/Cep.js +7 -5
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.js +8 -4
- package/lib/esm/components/CaseManagement/OpenShiftV3Inputbox.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/OpenShiftV3Inputbox.js +5 -3
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +7 -5
- package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +1 -1
- package/lib/esm/components/EditDescription/EditDescription.d.ts.map +1 -1
- package/lib/esm/components/EditDescription/EditDescription.js +4 -2
- package/lib/esm/components/IdeaInformation/IdeaInformtion.js +5 -5
- package/lib/esm/components/OpenCase/OpenCase.js +2 -2
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +9 -1
- package/lib/esm/components/ProductSelector/AllProductsSelector.js +2 -2
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +1 -1
- package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +1 -1
- package/lib/esm/components/ProductSelector/ProductSelector.js +2 -2
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.js +6 -8
- package/lib/esm/components/Recommendations/AsideResults.js +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendations.js +1 -1
- package/lib/esm/components/Recommendations/CriticalSolutionsToast.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/CriticalSolutionsToast.js +6 -3
- package/lib/esm/components/Recommendations/InsightsResults.js +1 -1
- package/lib/esm/components/Recommendations/InsightsRuleInfo.js +1 -1
- package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +1 -1
- package/lib/esm/components/Recommendations/RulesModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RulesModal.js +25 -9
- package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts.map +1 -1
- package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.js +2 -2
- package/lib/esm/components/Review/Review.js +3 -3
- package/lib/esm/components/SubmitCase/SubmitCase.d.ts.map +1 -1
- package/lib/esm/components/SubmitCase/SubmitCase.js +9 -8
- package/lib/esm/components/Suggestions/Suggestions.d.ts.map +1 -1
- package/lib/esm/components/Suggestions/Suggestions.js +2 -2
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +30 -18
- package/lib/esm/components/shared/fileUpload/FileLister.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/FileLister.js +17 -7
- package/lib/esm/components/shared/fileUpload/UploadButton.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/UploadButton.js +2 -1
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +17 -3
- package/lib/esm/components/shared/fileUpload/css/fileSelector.css +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.js +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts +2 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.js +28 -10
- package/lib/esm/components/shared/useIsSectionValid.d.ts.map +1 -1
- package/lib/esm/components/shared/useIsSectionValid.js +26 -15
- package/lib/esm/components/shared/utils.d.ts +1 -0
- package/lib/esm/components/shared/utils.d.ts.map +1 -1
- package/lib/esm/components/shared/utils.js +12 -0
- package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.js +4 -0
- package/lib/esm/components/wizardLayout/WizardAside.js +1 -1
- package/lib/esm/components/wizardLayout/WizardLayout.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardLayout.js +2 -2
- package/lib/esm/components/wizardLayout/WizardMain.js +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.js +50 -4
- package/lib/esm/constants/caseDetailsConstants.d.ts +3 -0
- package/lib/esm/constants/caseDetailsConstants.d.ts.map +1 -1
- package/lib/esm/constants/caseDetailsConstants.js +3 -0
- package/lib/esm/hooks/useResetCaseCreate.d.ts.map +1 -1
- package/lib/esm/hooks/useResetCaseCreate.js +3 -1
- package/lib/esm/hooks/useWizard.d.ts.map +1 -1
- package/lib/esm/hooks/useWizard.js +3 -2
- package/lib/esm/reducers/CaseConstNTypes.d.ts +3 -2
- package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/CaseConstNTypes.js +7 -4
- package/lib/esm/reducers/CaseHelpers.d.ts.map +1 -1
- package/lib/esm/reducers/CaseHelpers.js +16 -8
- package/lib/esm/reducers/CaseReducer.d.ts +1 -1
- package/lib/esm/reducers/CaseReducer.d.ts.map +1 -1
- package/lib/esm/reducers/CaseReducer.js +9 -1
- package/lib/esm/scss/_main.scss +27 -221
- package/lib/esm/scss/_pf4-overrides.scss +90 -13
- package/lib/esm/utils/remoteRiderUtils.d.ts.map +1 -1
- package/lib/esm/utils/remoteRiderUtils.js +2 -2
- package/package.json +8 -8
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.d.ts +0 -11
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.d.ts.map +0 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.js +0 -38
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts +0 -15
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +0 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +0 -106
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts +0 -3
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts.map +0 -1
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.js +0 -41
- package/lib/esm/constants/tncConstants.d.ts +0 -13
- package/lib/esm/constants/tncConstants.d.ts.map +0 -1
- package/lib/esm/constants/tncConstants.js +0 -12
|
@@ -148,11 +148,17 @@ export const setNotifiedUser = (dispatch, selectedNotificationContacts) => {
|
|
|
148
148
|
payload: { selectedNotificationContacts },
|
|
149
149
|
});
|
|
150
150
|
};
|
|
151
|
-
export const submitCase = (dispatch, caseDetails, sessionItem, isCaseCreate, errorMessage500) => __awaiter(void 0, void 0, void 0, function* () {
|
|
151
|
+
export const submitCase = (dispatch, caseDetails, sessionItem, isCaseCreate, errorMessage500, loggedInUseeSsoUsername) => __awaiter(void 0, void 0, void 0, function* () {
|
|
152
152
|
dispatch({ type: CaseReducerConstants.isCreatingCase });
|
|
153
153
|
try {
|
|
154
154
|
const casePayload = createCasePayload(caseDetails, sessionItem, isCaseCreate);
|
|
155
155
|
const caseNumber = yield publicApi.kase.createCase(casePayload, caseDetails.selectedAccountDetails.data.secureSupport);
|
|
156
|
+
if (casePayload.contactSSOName === loggedInUseeSsoUsername) {
|
|
157
|
+
contacts.updateContactBySSO(casePayload.contactSSOName, {
|
|
158
|
+
supportPhoneCountryCode: casePayload.phoneCountryCode,
|
|
159
|
+
supportPhoneAreaCodePrefixLineNumber: casePayload.phoneAreaCodePrefixLineNumber,
|
|
160
|
+
});
|
|
161
|
+
}
|
|
156
162
|
postCaseCreationProcessing(dispatch, caseNumber, caseDetails);
|
|
157
163
|
dispatch({ type: CaseReducerConstants.caseCreated, payload: { caseDetails: { caseNumber } } });
|
|
158
164
|
}
|
|
@@ -538,6 +544,8 @@ export const fetchCaseDetails = (dispatch, caseNumber, loggedInUserRights, refre
|
|
|
538
544
|
noClusterIdReason: data.noClusterIdReason || '',
|
|
539
545
|
noClusterIdReasonExplanation: data.noClusterIdReasonExplanation || '',
|
|
540
546
|
phone: data.phone || '',
|
|
547
|
+
phoneAreaCodePrefixLineNumber: data.phoneAreaCodePrefixLineNumber || '',
|
|
548
|
+
phoneCountryCode: data.phoneCountryCode || '',
|
|
541
549
|
suppliedPhoneNumberVerified: data.suppliedPhoneNumberVerified || undefined,
|
|
542
550
|
};
|
|
543
551
|
caseDetails.chats = data === null || data === void 0 ? void 0 : data.chats;
|
package/lib/esm/scss/_main.scss
CHANGED
|
@@ -11,129 +11,6 @@ div.support-grid-case-details.support-case {
|
|
|
11
11
|
margin-bottom: -2.5rem;
|
|
12
12
|
padding: 0;
|
|
13
13
|
|
|
14
|
-
/* Layout - progress section */
|
|
15
|
-
.grid-progress {
|
|
16
|
-
grid-area: progress;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.grid-progress .grid-progress-content {
|
|
20
|
-
padding: 1.5rem 1rem 1.5rem 2rem;
|
|
21
|
-
|
|
22
|
-
& > button {
|
|
23
|
-
margin-top: 0.5rem;
|
|
24
|
-
margin-bottom: 1rem;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
& > .back-to-app {
|
|
28
|
-
margin-left: -0.8rem;
|
|
29
|
-
margin-bottom: 2rem;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.grid-progress-steps {
|
|
33
|
-
counter-reset: wizard-step-count;
|
|
34
|
-
display: -webkit-box;
|
|
35
|
-
display: -ms-flexbox;
|
|
36
|
-
display: flex;
|
|
37
|
-
-webkit-box-orient: horizontal;
|
|
38
|
-
-webkit-box-direction: normal;
|
|
39
|
-
-ms-flex-direction: row;
|
|
40
|
-
flex-direction: row;
|
|
41
|
-
-webkit-box-align: center;
|
|
42
|
-
-ms-flex-align: center;
|
|
43
|
-
align-items: center;
|
|
44
|
-
-webkit-box-pack: start;
|
|
45
|
-
-ms-flex-pack: start;
|
|
46
|
-
justify-content: flex-start;
|
|
47
|
-
margin: 0;
|
|
48
|
-
padding: 0 0.5rem;
|
|
49
|
-
list-style: none;
|
|
50
|
-
|
|
51
|
-
li {
|
|
52
|
-
padding: 0 1rem;
|
|
53
|
-
|
|
54
|
-
button {
|
|
55
|
-
position: relative;
|
|
56
|
-
text-align: left;
|
|
57
|
-
font-weight: 400;
|
|
58
|
-
|
|
59
|
-
&::before {
|
|
60
|
-
position: absolute;
|
|
61
|
-
display: inline-flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
justify-content: center;
|
|
64
|
-
top: 0px;
|
|
65
|
-
left: 0px;
|
|
66
|
-
color: #fff;
|
|
67
|
-
counter-increment: wizard-step-count;
|
|
68
|
-
content: counter(wizard-step-count);
|
|
69
|
-
font-size: 12px;
|
|
70
|
-
font-weight: 600;
|
|
71
|
-
line-height: 1;
|
|
72
|
-
width: 1.5rem;
|
|
73
|
-
height: 1.5rem;
|
|
74
|
-
border-radius: 50%;
|
|
75
|
-
transform: matrix(1, 0, 0, 1, -18, 4);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
span {
|
|
79
|
-
display: none;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
&.on button {
|
|
84
|
-
background-color: #06c;
|
|
85
|
-
font-weight: 600;
|
|
86
|
-
|
|
87
|
-
&::before {
|
|
88
|
-
background-color: #06c;
|
|
89
|
-
border-color: #06c;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
&.next button,
|
|
94
|
-
&.future button {
|
|
95
|
-
color: #151515;
|
|
96
|
-
|
|
97
|
-
&::before {
|
|
98
|
-
background-color: #ededed;
|
|
99
|
-
color: #151515;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&[disabled] {
|
|
103
|
-
background-color: transparent;
|
|
104
|
-
border-color: #8b8d8f;
|
|
105
|
-
color: #8b8d8f;
|
|
106
|
-
|
|
107
|
-
&::before {
|
|
108
|
-
color: #8d8e8f;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
&:hover {
|
|
113
|
-
color: #06c;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&.completed button {
|
|
118
|
-
color: #151515;
|
|
119
|
-
|
|
120
|
-
&::before {
|
|
121
|
-
background-color: #ededed;
|
|
122
|
-
color: #151515;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&:hover {
|
|
126
|
-
color: #06c;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
&:last-child {
|
|
131
|
-
margin-bottom: 0;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
14
|
.grid-main {
|
|
138
15
|
-ms-grid-row: 1;
|
|
139
16
|
-ms-grid-column: 1;
|
|
@@ -156,32 +33,6 @@ div.support-grid-case-details.support-case {
|
|
|
156
33
|
} /* ONLY until step refactoring */
|
|
157
34
|
}
|
|
158
35
|
|
|
159
|
-
.grid-navigation {
|
|
160
|
-
-ms-grid-row: 2;
|
|
161
|
-
-ms-grid-column: 1;
|
|
162
|
-
grid-area: nav;
|
|
163
|
-
position: -webkit-sticky;
|
|
164
|
-
position: sticky;
|
|
165
|
-
bottom: 0;
|
|
166
|
-
display: -webkit-box;
|
|
167
|
-
display: -ms-flexbox;
|
|
168
|
-
display: flex;
|
|
169
|
-
padding: 1rem;
|
|
170
|
-
background-color: #fff;
|
|
171
|
-
border: 1px solid #d9d9d9;
|
|
172
|
-
border-bottom: initial;
|
|
173
|
-
border-left: initial;
|
|
174
|
-
|
|
175
|
-
/* Layout - navigation section */
|
|
176
|
-
button:first-child {
|
|
177
|
-
margin-right: 1em;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
button:last-child:not(.btn-primary) {
|
|
181
|
-
margin-left: auto;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
36
|
.grid-aside {
|
|
186
37
|
grid-area: aside;
|
|
187
38
|
background-color: #e7e7e7;
|
|
@@ -243,51 +94,6 @@ div.support-grid-case-details.support-case {
|
|
|
243
94
|
'progress main'
|
|
244
95
|
'progress nav';
|
|
245
96
|
|
|
246
|
-
.grid-progress {
|
|
247
|
-
-ms-grid-row: 1;
|
|
248
|
-
-ms-grid-row-span: 2;
|
|
249
|
-
-ms-grid-column: 1;
|
|
250
|
-
display: inline-block;
|
|
251
|
-
border-right: 1px solid #d9d9d9;
|
|
252
|
-
padding: 1rem;
|
|
253
|
-
|
|
254
|
-
& > button {
|
|
255
|
-
margin-top: 0;
|
|
256
|
-
margin-bottom: 1.5rem;
|
|
257
|
-
margin-left: -0.9rem;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.grid-progress-content {
|
|
261
|
-
position: -webkit-sticky;
|
|
262
|
-
position: sticky;
|
|
263
|
-
top: 8rem;
|
|
264
|
-
|
|
265
|
-
.grid-progress-steps {
|
|
266
|
-
-webkit-box-orient: vertical;
|
|
267
|
-
-ms-flex-direction: column;
|
|
268
|
-
flex-direction: column;
|
|
269
|
-
-webkit-box-align: start;
|
|
270
|
-
-ms-flex-align: start;
|
|
271
|
-
align-items: flex-start;
|
|
272
|
-
-webkit-box-pack: center;
|
|
273
|
-
-ms-flex-pack: center;
|
|
274
|
-
justify-content: center;
|
|
275
|
-
padding: 0;
|
|
276
|
-
|
|
277
|
-
li {
|
|
278
|
-
margin-right: 0;
|
|
279
|
-
margin-bottom: 1.5rem;
|
|
280
|
-
padding: 0;
|
|
281
|
-
|
|
282
|
-
button {
|
|
283
|
-
white-space: nowrap;
|
|
284
|
-
font-size: 15px;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
|
|
291
97
|
.grid-main {
|
|
292
98
|
-ms-grid-row: 1;
|
|
293
99
|
-ms-grid-column: 2;
|
|
@@ -299,12 +105,6 @@ div.support-grid-case-details.support-case {
|
|
|
299
105
|
position: sticky;
|
|
300
106
|
top: 8rem;
|
|
301
107
|
}
|
|
302
|
-
|
|
303
|
-
.grid-navigation {
|
|
304
|
-
-ms-grid-row: 2;
|
|
305
|
-
-ms-grid-column: 2;
|
|
306
|
-
padding: 1rem 2rem;
|
|
307
|
-
}
|
|
308
108
|
}
|
|
309
109
|
|
|
310
110
|
/* Large devices - add aside */
|
|
@@ -317,8 +117,7 @@ div.support-grid-case-details.support-case {
|
|
|
317
117
|
'progress main aside'
|
|
318
118
|
'progress nav aside';
|
|
319
119
|
|
|
320
|
-
.grid-main
|
|
321
|
-
.grid-navigation {
|
|
120
|
+
.grid-main {
|
|
322
121
|
border-right: 1px solid #e7e7e7;
|
|
323
122
|
}
|
|
324
123
|
|
|
@@ -337,21 +136,6 @@ div.support-grid-case-details.support-case {
|
|
|
337
136
|
padding: 2.5rem 1.5rem;
|
|
338
137
|
}
|
|
339
138
|
}
|
|
340
|
-
|
|
341
|
-
.grid-navigation {
|
|
342
|
-
-ms-grid-row: 2;
|
|
343
|
-
-ms-grid-column: 2;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.grid-progress {
|
|
347
|
-
-ms-grid-row: 1;
|
|
348
|
-
-ms-grid-row-span: 2;
|
|
349
|
-
-ms-grid-column: 1;
|
|
350
|
-
|
|
351
|
-
& > .grid-main-section {
|
|
352
|
-
padding: 2rem 1rem;
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
139
|
}
|
|
356
140
|
|
|
357
141
|
/* XL devices - Add step names to progress section */
|
|
@@ -364,10 +148,6 @@ div.support-grid-case-details.support-case {
|
|
|
364
148
|
@media (min-width: 2000px) {
|
|
365
149
|
-ms-grid-columns: 300px 1fr 33%;
|
|
366
150
|
grid-template-columns: 300px auto 33%;
|
|
367
|
-
|
|
368
|
-
.grid-progress {
|
|
369
|
-
padding: 1rem;
|
|
370
|
-
}
|
|
371
151
|
}
|
|
372
152
|
|
|
373
153
|
/* Case details grid */
|
|
@@ -1077,3 +857,29 @@ li.pf-c-wizard__nav-item button.pf-m-disabled::before {
|
|
|
1077
857
|
border: 2px dashed var(--pf-global--palette--black-600);
|
|
1078
858
|
background-color: var(--pf-global--palette--black-300);
|
|
1079
859
|
}
|
|
860
|
+
.pf-c-wizard__footer {
|
|
861
|
+
display: flex !important;
|
|
862
|
+
align-items: center !important;
|
|
863
|
+
padding: 10px !important;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.main-nav-button {
|
|
867
|
+
display: flex !important;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
.solved-issue-button {
|
|
871
|
+
margin-left: auto !important;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
svg.pf-c-spinner.pf-m-md.export-csv-loader {
|
|
875
|
+
--pf-c-spinner--Color: var(--pf-global--Color--200) !important;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
svg.pf-u-ml-xs.icon-size {
|
|
879
|
+
width: 14px;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
@font-face {
|
|
883
|
+
font-family: 'DejaVu Sans';
|
|
884
|
+
src: url('https://access.redhat.com/chrome_themes/nimbus/fonts/unifont-15.0.06.ttf') format('truetype');
|
|
885
|
+
}
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
padding: 0 10px;
|
|
148
148
|
|
|
149
149
|
&:hover svg {
|
|
150
|
-
color:
|
|
150
|
+
color: var(--pf-global--palette--blue-500) !important;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
@@ -172,20 +172,22 @@
|
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
|
|
176
|
-
.pf-c-expandable-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
175
|
+
#rh-support-case {
|
|
176
|
+
.pf-c-expandable-section {
|
|
177
|
+
.pf-c-expandable-section__content {
|
|
178
|
+
margin-top: 0 !important;
|
|
179
|
+
padding: 10px 5px;
|
|
180
|
+
border: 1px solid #d2d2d2;
|
|
181
|
+
border-top: none;
|
|
182
|
+
}
|
|
182
183
|
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
.pf-c-expandable-section__toggle {
|
|
185
|
+
font-size: 16px;
|
|
185
186
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
.pf-c-expandable-section__toggle-text {
|
|
188
|
+
margin-left: 8px;
|
|
189
|
+
font-weight: 500;
|
|
190
|
+
}
|
|
189
191
|
}
|
|
190
192
|
}
|
|
191
193
|
}
|
|
@@ -276,6 +278,29 @@
|
|
|
276
278
|
|
|
277
279
|
.popular-solutions {
|
|
278
280
|
background-color: #286869 !important;
|
|
281
|
+
.card-title {
|
|
282
|
+
color: #fff !important;
|
|
283
|
+
}
|
|
284
|
+
div > button > span > svg {
|
|
285
|
+
color: white !important;
|
|
286
|
+
}
|
|
287
|
+
.file-recs-actions-toggle {
|
|
288
|
+
color: white !important;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
.file-diag {
|
|
292
|
+
border: 1px solid #ededed;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.file-diag > .card-heading {
|
|
296
|
+
display: flex;
|
|
297
|
+
-ms-flex-align: center;
|
|
298
|
+
margin-bottom: 0;
|
|
299
|
+
padding: 0.5rem 0.8rem;
|
|
300
|
+
font-size: 15px;
|
|
301
|
+
background-color: var(--pf-global--palette--black-500);
|
|
302
|
+
border: 1px solid var(--pf-global--palette--black-500);
|
|
303
|
+
color: var(--pf-global--palette--white);
|
|
279
304
|
}
|
|
280
305
|
|
|
281
306
|
.file-diag .file-buttons .pf-c-switch .pf-c-switch__label {
|
|
@@ -409,3 +434,55 @@ div#case-reopen-modal.pf-c-modal-box__body {
|
|
|
409
434
|
pfe-accordion {
|
|
410
435
|
box-shadow: inset 1px 1px 0px #d2d2d2, inset -1px -1px 0px #d2d2d2;
|
|
411
436
|
}
|
|
437
|
+
|
|
438
|
+
.pf-c-wizard__main,
|
|
439
|
+
.pf-c-wizard__footer,
|
|
440
|
+
.pf-c-wizard__nav {
|
|
441
|
+
z-index: 1 !important;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.pf-c-options-menu__menu {
|
|
445
|
+
z-index: 9 !important;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
#tc-product-dropdown-selector {
|
|
449
|
+
.pf-c-select__menu {
|
|
450
|
+
z-index: 90 !important;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
div.case-details-summary {
|
|
455
|
+
margin-bottom: 1.5rem;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
div.suggestions-result-section {
|
|
459
|
+
margin-top: 2rem;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.all-product-selector-dropdown .pf-c-select__menu-group-title:empty {
|
|
463
|
+
display: none;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.green-card-heading {
|
|
467
|
+
font-size: 16px !important;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.update-info-button {
|
|
471
|
+
--pf-c-button--BackgroundColor: #fff;
|
|
472
|
+
--pf-c-button--hover--BackgroundColor: #ededed;
|
|
473
|
+
--pf-c-button--active--BackgroundColor: #ededed;
|
|
474
|
+
--pf-c-button--focus--BackgroundColor: #ededed;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.submit-case-check-icon {
|
|
478
|
+
margin-right: 1rem;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.file-upload-group {
|
|
482
|
+
margin-top: 1rem !important;
|
|
483
|
+
margin-bottom: 1rem !important;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.pf-c-alert p {
|
|
487
|
+
margin-bottom: 0;
|
|
488
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remoteRiderUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/remoteRiderUtils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remoteRiderUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/remoteRiderUtils.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,mDAUhC,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import hydrajs from '@cee-eng/hydrajs';
|
|
2
|
-
import {
|
|
2
|
+
import { TncConstants } from '@rh-support/utils';
|
|
3
3
|
export const getTnCRemoteRiderUrl = (caseNumber, isSecureSupport) => {
|
|
4
4
|
const path = `${isSecureSupport ? hydrajs.Env.securePathPrefix : hydrajs.Env.pathPrefix}/cases/${caseNumber}/remotesessionterms`;
|
|
5
5
|
const redirectUrl = hydrajs.Env.hydraHostName.clone().setPath(path);
|
|
6
6
|
const cancelRedirectUrl = encodeURIComponent(`${window.location.href}?remoteSessionTermsAcked=false`);
|
|
7
|
-
const tncUrl = `https://${
|
|
7
|
+
const tncUrl = `https://${TncConstants.HOSTS[hydrajs.Env.getEnvName()]}/wapps/tnc/ackrequired?site=${TncConstants.REMOTE_RIDER_SITE_CODE}&event=${TncConstants.REMOTER_RIDER_EVENT_CODE}&redirect=${redirectUrl}&cancelRedirect=${cancelRedirectUrl}`;
|
|
8
8
|
return tncUrl;
|
|
9
9
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13-beta-0",
|
|
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.
|
|
29
|
+
"@cee-eng/hydrajs": "4.16.4",
|
|
30
30
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
31
31
|
"@patternfly/patternfly": "4.196.7",
|
|
32
32
|
"@patternfly/pfe-accordion": "1.12.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"react-virtualized": "^9.21.2"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@cee-eng/hydrajs": "4.
|
|
59
|
+
"@cee-eng/hydrajs": "4.16.4",
|
|
60
60
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
61
61
|
"@patternfly/patternfly": "4.196.7",
|
|
62
62
|
"@patternfly/pfe-accordion": "1.12.3",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@patternfly/react-core": "4.264.0",
|
|
67
67
|
"@progress/kendo-drawing": "^1.6.0",
|
|
68
68
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
69
|
-
"@rh-support/components": "2.0.
|
|
70
|
-
"@rh-support/react-context": "2.0.
|
|
69
|
+
"@rh-support/components": "2.0.7-beta.1",
|
|
70
|
+
"@rh-support/react-context": "2.0.7-beta-1",
|
|
71
71
|
"@rh-support/types": "2.0.2",
|
|
72
|
-
"@rh-support/user-permissions": "2.0.
|
|
73
|
-
"@rh-support/utils": "2.0.
|
|
72
|
+
"@rh-support/user-permissions": "2.0.3-beta-1",
|
|
73
|
+
"@rh-support/utils": "2.0.1-beta-1",
|
|
74
74
|
"@types/react-redux": "^7.1.12",
|
|
75
75
|
"@types/redux": "^3.6.0",
|
|
76
76
|
"dompurify": "^2.4.1",
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "c382d611cbe5e1520adb25c9a9d0737b80a09748"
|
|
137
137
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
caseNumber: string;
|
|
4
|
-
caseSeverity: string;
|
|
5
|
-
caseStatus: string;
|
|
6
|
-
readOnly: boolean;
|
|
7
|
-
screenSessionRequested: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const ESSRemoteSession: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=ESSRemoteSession.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ESSRemoteSession.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAKxE,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,OAAO,CAAC;CACnC;AAED,eAAO,MAAM,gBAAgB,+EA2F3B,CAAC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Button, Popover, Tooltip } from '@patternfly/react-core';
|
|
2
|
-
import InfoCircleIcon from '@patternfly/react-icons/dist/js/icons/info-circle-icon';
|
|
3
|
-
import { GlobalMetadataStateContext, useCanEditCase } from '@rh-support/react-context';
|
|
4
|
-
import React, { forwardRef, useContext, useRef, useState } from 'react';
|
|
5
|
-
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import { ESSRemoteSessionModal } from './ESSRemoteSessionModal';
|
|
7
|
-
export const ESSRemoteSession = forwardRef((props, ref) => {
|
|
8
|
-
const tooltipRef = useRef();
|
|
9
|
-
const { t } = useTranslation();
|
|
10
|
-
const canEditCase = useCanEditCase();
|
|
11
|
-
const { caseNumber, caseStatus, screenSessionRequested, readOnly } = props;
|
|
12
|
-
const { globalMetadataState: { loggedInUser, loggedInUserRights }, } = useContext(GlobalMetadataStateContext);
|
|
13
|
-
const [openESSRemoteSessionModal, setOpenESSRemoteSessionModal] = useState(false);
|
|
14
|
-
// To toggle ESS RS Modal
|
|
15
|
-
const toggleESSRemoteSessionModal = () => {
|
|
16
|
-
if (canEditCase.alert())
|
|
17
|
-
return;
|
|
18
|
-
setOpenESSRemoteSessionModal((openESSRemoteSessionModal) => !openESSRemoteSessionModal);
|
|
19
|
-
};
|
|
20
|
-
// ESS RS Aside Section Body
|
|
21
|
-
const ESSRemoteSessionSectionBody = (React.createElement("div", { className: "card card-white card-support escalations", ref: ref },
|
|
22
|
-
React.createElement("h3", { className: "card-heading pf-u-display-flex pf-u-justify-content-space-between" },
|
|
23
|
-
t('Remote session'),
|
|
24
|
-
React.createElement(Popover, { "aria-label": t('Remote Session Helper Info'), bodyContent: t('A remote session allows support engineers to view or access your computer to simplify collaboration and troubleshooting.'), footerContent: React.createElement("a", { href: "/articles/3566571", target: "_blank", rel: "noopener noreferrer", "aria-label": t('Read more about remote sessions') }, t('Read more about remote sessions')) },
|
|
25
|
-
React.createElement(InfoCircleIcon, null))),
|
|
26
|
-
React.createElement("div", { className: "card-body" },
|
|
27
|
-
React.createElement("p", null,
|
|
28
|
-
React.createElement("strong", null, `${t('Red Hat may agree to remotely access your systems if:')}`)),
|
|
29
|
-
React.createElement("ul", null,
|
|
30
|
-
React.createElement("li", null, t(`Such access will help diagnose, debug or lead to the resolution of a software defect`)),
|
|
31
|
-
React.createElement("li", null, t('Agreed upon by both Red Hat and you, the end user'))),
|
|
32
|
-
React.createElement("p", { className: "rrs-light-grey-text" }, t('Red Hat will add a comment to your case to schedule your remote session.')),
|
|
33
|
-
screenSessionRequested && (React.createElement(Tooltip, { content: t('Remote session agreement has already been accepted.'), reference: tooltipRef, "aria-live": 'polite' })),
|
|
34
|
-
React.createElement(Button, { "aria-label": screenSessionRequested ? t('Remote session requested') : t('Request remote session'), variant: screenSessionRequested ? 'primary' : 'secondary', onClick: toggleESSRemoteSessionModal, "data-tracking-id": "accept-remote-session-agreement-trigger", isAriaDisabled: screenSessionRequested, ref: tooltipRef }, screenSessionRequested ? t('Remote session requested') : t('Request remote session')))));
|
|
35
|
-
return (React.createElement(React.Fragment, null,
|
|
36
|
-
ESSRemoteSessionSectionBody,
|
|
37
|
-
React.createElement(ESSRemoteSessionModal, { caseNumber: caseNumber, caseStatus: caseStatus, screenSessionRequested: screenSessionRequested, show: openESSRemoteSessionModal, onClose: toggleESSRemoteSessionModal, loggedInUser: loggedInUser.data.ssoUsername === undefined ? '' : loggedInUser.data.ssoUsername, loggedInUserRights: loggedInUserRights, readOnly: readOnly })));
|
|
38
|
-
});
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IApiResponseDetails } from '@rh-support/types/shared';
|
|
2
|
-
import { UserAuth } from '@rh-support/user-permissions';
|
|
3
|
-
interface IProps {
|
|
4
|
-
caseNumber: string;
|
|
5
|
-
onClose?: () => void;
|
|
6
|
-
loggedInUser: string;
|
|
7
|
-
caseStatus: string;
|
|
8
|
-
show: boolean;
|
|
9
|
-
loggedInUserRights: IApiResponseDetails<UserAuth>;
|
|
10
|
-
readOnly: boolean;
|
|
11
|
-
screenSessionRequested: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare function ESSRemoteSessionModal(props: IProps): JSX.Element;
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=ESSRemoteSessionModal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ESSRemoteSessionModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAkBxD,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,OAAO,CAAC;IACd,kBAAkB,EAAE,mBAAmB,CAAC,QAAQ,CAAC,CAAC;IAClD,QAAQ,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,eAiKlD"}
|