@rh-support/cases 2.6.74 → 2.6.75
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.
|
@@ -14,7 +14,7 @@ export declare function useCloseCase(props: IUseCloseCaseProps): {
|
|
|
14
14
|
maxCasesSelected: boolean;
|
|
15
15
|
showWarning: boolean;
|
|
16
16
|
showError: boolean;
|
|
17
|
-
getTooltipContent: () =>
|
|
17
|
+
getTooltipContent: () => any;
|
|
18
18
|
onCancel: () => void;
|
|
19
19
|
onConfirm: (commentBody: any) => Promise<void>;
|
|
20
20
|
onBtnClick: () => void;
|
|
@@ -10,7 +10,7 @@ export declare function useExportCaseListCSV(props: IUseExportCaseListCSV): {
|
|
|
10
10
|
isExportButtonDisabled: boolean;
|
|
11
11
|
openUpdateSeverityModal: boolean;
|
|
12
12
|
showError: boolean;
|
|
13
|
-
getTooltipContent: () =>
|
|
13
|
+
getTooltipContent: () => any;
|
|
14
14
|
toggleDownloadCSVModal: () => void;
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=useExportCaseListCSV.d.ts.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
export declare const filterNamesMap: {
|
|
2
|
-
readonly case_status:
|
|
3
|
-
readonly case_severity:
|
|
4
|
-
readonly case_folderNumber:
|
|
5
|
-
readonly case_accountNumber:
|
|
6
|
-
readonly case_summary:
|
|
7
|
-
readonly case_customer_escalation:
|
|
8
|
-
readonly case_contactName:
|
|
9
|
-
readonly case_product:
|
|
10
|
-
readonly case_version:
|
|
11
|
-
readonly case_createdByName:
|
|
12
|
-
readonly case_createdDate:
|
|
13
|
-
readonly case_lastModifiedByName:
|
|
14
|
-
readonly uri:
|
|
15
|
-
readonly case_number:
|
|
16
|
-
readonly case_createdby_sso_username:
|
|
17
|
-
readonly case_contact_sso_username:
|
|
18
|
-
readonly case_type:
|
|
19
|
-
readonly case_private:
|
|
20
|
-
readonly usernameFilterTitle:
|
|
2
|
+
readonly case_status: any;
|
|
3
|
+
readonly case_severity: any;
|
|
4
|
+
readonly case_folderNumber: any;
|
|
5
|
+
readonly case_accountNumber: any;
|
|
6
|
+
readonly case_summary: any;
|
|
7
|
+
readonly case_customer_escalation: any;
|
|
8
|
+
readonly case_contactName: any;
|
|
9
|
+
readonly case_product: any;
|
|
10
|
+
readonly case_version: any;
|
|
11
|
+
readonly case_createdByName: any;
|
|
12
|
+
readonly case_createdDate: any;
|
|
13
|
+
readonly case_lastModifiedByName: any;
|
|
14
|
+
readonly uri: any;
|
|
15
|
+
readonly case_number: any;
|
|
16
|
+
readonly case_createdby_sso_username: any;
|
|
17
|
+
readonly case_contact_sso_username: any;
|
|
18
|
+
readonly case_type: any;
|
|
19
|
+
readonly case_private: any;
|
|
20
|
+
readonly usernameFilterTitle: any;
|
|
21
21
|
};
|
|
22
22
|
export declare const UpdatedCaseDataEvent = "PCM-Next > case-list-data-background-refresh";
|
|
23
23
|
//# sourceMappingURL=constants.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.75",
|
|
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.18.
|
|
29
|
+
"@cee-eng/hydrajs": "4.18.97",
|
|
30
30
|
"@patternfly/patternfly": "6.2.1",
|
|
31
31
|
"@patternfly/react-core": "6.2.1",
|
|
32
32
|
"@patternfly/react-table": "6.2.1",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"solr-query-builder": "1.0.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cee-eng/hydrajs": "4.18.
|
|
42
|
+
"@cee-eng/hydrajs": "4.18.97",
|
|
43
43
|
"@patternfly/patternfly": "6.2.1",
|
|
44
44
|
"@patternfly/react-core": "6.2.1",
|
|
45
45
|
"@patternfly/react-table": "6.2.1",
|
|
46
|
-
"@rh-support/components": "2.5.
|
|
47
|
-
"@rh-support/react-context": "2.5.
|
|
46
|
+
"@rh-support/components": "2.5.76",
|
|
47
|
+
"@rh-support/react-context": "2.5.96",
|
|
48
48
|
"@rh-support/types": "2.0.5",
|
|
49
|
-
"@rh-support/user-permissions": "2.5.
|
|
50
|
-
"@rh-support/utils": "2.5.
|
|
49
|
+
"@rh-support/user-permissions": "2.5.49",
|
|
50
|
+
"@rh-support/utils": "2.5.45",
|
|
51
51
|
"localforage": "^1.10.0",
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"pegjs": "^0.10.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"defaults and supports es6-module",
|
|
97
97
|
"maintained node versions"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "a9ea4448da04c10f3e42f586114a147474f78f8a"
|
|
100
100
|
}
|