@rh-support/cases 1.0.41-beta.43 → 1.0.41-beta.45
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.
|
@@ -141,7 +141,7 @@ export default function useAdvanceSearchParser({ onInit }) {
|
|
|
141
141
|
/ groupMultipleValue / _
|
|
142
142
|
groupMultipleValue = "(" val:(groupValue)+ ")" { return joinByOr(val); }
|
|
143
143
|
|
|
144
|
-
caseTypeFieldName = "
|
|
144
|
+
caseTypeFieldName = "supportType" {return "${SolrKeys.type}";}
|
|
145
145
|
caseTypeValue = string
|
|
146
146
|
/ ${(toNewCaseTypeMapper(allCaseTypes.data).sort() || [])
|
|
147
147
|
.map((caseType) => `'"${caseType}"' { return '"${caseType}"'; }`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "1.0.41-beta.
|
|
3
|
+
"version": "1.0.41-beta.45",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@patternfly/pfe-collapse": "1.12.3",
|
|
52
52
|
"@patternfly/react-core": "4.264.0",
|
|
53
53
|
"@patternfly/react-table": "4.111.33",
|
|
54
|
-
"@rh-support/components": "1.2.22-beta.
|
|
55
|
-
"@rh-support/react-context": "1.0.30-beta.
|
|
54
|
+
"@rh-support/components": "1.2.22-beta.44",
|
|
55
|
+
"@rh-support/react-context": "1.0.30-beta.44",
|
|
56
56
|
"@rh-support/types": "0.2.1-beta.33",
|
|
57
57
|
"@rh-support/user-permissions": "1.0.12-beta.34",
|
|
58
58
|
"@rh-support/utils": "1.0.10-beta.34",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"not ie <= 11",
|
|
100
100
|
"not op_mini all"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "d2e2b94aa8214b1c5eb2b16ac4efa4b7df21e811"
|
|
103
103
|
}
|