@reltio/components 1.4.975 → 1.4.977
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.
|
@@ -32,7 +32,7 @@ var useReadableSearchState = function (searchState) {
|
|
|
32
32
|
var lookups = react_redux_1.useSelector(mdm_module_1.default.selectors.getLookups);
|
|
33
33
|
var map = searchState.map;
|
|
34
34
|
var keyword = mdm_sdk_1.getKeywordFromSearchState(searchState);
|
|
35
|
-
var groups = mdm_sdk_1.getGroupsFromSearchState(metadata, dataTenants, searchState);
|
|
35
|
+
var groups = mdm_sdk_1.getGroupsFromSearchState(metadata, dataTenants, true, searchState);
|
|
36
36
|
var unresolvedLookups = mdm_sdk_1.getUnresolvedLookupsListFromSearchGroups(groups, lookups);
|
|
37
37
|
var dispatch = react_redux_1.useDispatch();
|
|
38
38
|
react_1.useEffect(function () {
|
|
@@ -10,7 +10,7 @@ export var useReadableSearchState = function (searchState) {
|
|
|
10
10
|
var lookups = useSelector(mdmModule.selectors.getLookups);
|
|
11
11
|
var map = searchState.map;
|
|
12
12
|
var keyword = getKeywordFromSearchState(searchState);
|
|
13
|
-
var groups = getGroupsFromSearchState(metadata, dataTenants, searchState);
|
|
13
|
+
var groups = getGroupsFromSearchState(metadata, dataTenants, true, searchState);
|
|
14
14
|
var unresolvedLookups = getUnresolvedLookupsListFromSearchGroups(groups, lookups);
|
|
15
15
|
var dispatch = useDispatch();
|
|
16
16
|
useEffect(function () {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.977",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@date-io/moment": "^1.3.5",
|
|
9
9
|
"@react-google-maps/api": "^2.7.0",
|
|
10
|
-
"@reltio/mdm-module": "^1.4.
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-module": "^1.4.977",
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.977",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"d3-cloud": "^1.2.5",
|
|
14
14
|
"d3-geo": "^2.0.1",
|