@truedat/dd 8.4.2 → 8.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dd",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "description": "Truedat Web Data Dictionary",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -51,7 +51,7 @@
51
51
  "@testing-library/jest-dom": "^6.6.3",
52
52
  "@testing-library/react": "^16.3.0",
53
53
  "@testing-library/user-event": "^14.6.1",
54
- "@truedat/test": "8.4.2",
54
+ "@truedat/test": "8.4.3",
55
55
  "identity-obj-proxy": "^3.0.0",
56
56
  "jest": "^29.7.0",
57
57
  "redux-saga-test-plan": "^4.0.6"
@@ -86,5 +86,5 @@
86
86
  "svg-pan-zoom": "^3.6.2",
87
87
  "swr": "^2.3.3"
88
88
  },
89
- "gitHead": "6ce335c57b6311c56828ce132b816322aa79d9ea"
89
+ "gitHead": "4c27fe8b467a2b0b26f69d4931d85d8bdf674e6d"
90
90
  }
@@ -43,6 +43,7 @@ const GrantRequestGroup = () => {
43
43
  useSearch: useGrantRequestsSearch,
44
44
  useFilters: useGrantRequestsFilters,
45
45
  pageSize: 20,
46
+ useDomainSearchFilter: true,
46
47
  };
47
48
  return (
48
49
  <SearchContextProvider {...searchProps} defaultFilters={defaultFilters}>
@@ -117,6 +118,7 @@ export const GrantRoutes = ({ grantRequestLoaded }) => {
117
118
  useFilters={useGrantRequestsFilters}
118
119
  pageSize={20}
119
120
  defaultFilters={{}}
121
+ useDomainSearchFilter
120
122
  >
121
123
  <GrantRequestsSearchResults />
122
124
  </SearchContextProvider>
@@ -76,6 +76,7 @@ export const GrantsWrapper = ({ onlyMyGrants }) => {
76
76
  pageSize: 20,
77
77
  userFiltersType: "user_search_filters",
78
78
  userFilterScope: onlyMyGrants ? "data_structure" : "",
79
+ useDomainSearchFilter: true,
79
80
  };
80
81
 
81
82
  return (
@@ -99,6 +99,7 @@ export const StructureSelector = (props) => {
99
99
  filtersGroup,
100
100
  defaultFilters,
101
101
  enrichSearchPayload,
102
+ useDomainSearchFilter: true,
102
103
  };
103
104
 
104
105
  const selectorProps = { ...props, overwriteColumns };
@@ -117,6 +117,7 @@ export const StructuresGrantRequestView = (props) => {
117
117
  pageSize: 20,
118
118
  userFiltersType: "user_search_filters",
119
119
  userFilterScope: "data_structure",
120
+ useDomainSearchFilter: true,
120
121
  translations,
121
122
  filtersGroup,
122
123
  defaultFilters,
@@ -115,6 +115,7 @@ export const StructuresView = (props) => {
115
115
  filtersGroup,
116
116
  defaultFilters,
117
117
  enrichSearchPayload,
118
+ useDomainSearchFilter: true,
118
119
  };
119
120
  return (
120
121
  <SearchContextProvider {...searchProps}>