@reltio/dashboard 1.4.2075 → 1.4.2077

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@reltio/dashboard",
3
- "version": "1.4.2075",
3
+ "version": "1.4.2077",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "types": "./types/index.d.ts",
7
7
  "dependencies": {
8
- "@reltio/components": "^1.4.2045",
8
+ "@reltio/components": "^1.4.2047",
9
9
  "@reltio/mdm-module": "^1.4.1937",
10
10
  "@reltio/mdm-sdk": "^1.4.1905",
11
11
  "object-hash": "^2.1.1"
@@ -143,5 +143,5 @@ export declare const useMdmListener: <T extends keyof MdmModuleListenersContextP
143
143
  cleanseLoadingListener: (callback: (value: boolean) => void) => (action: import("../../types").AnyAction) => void;
144
144
  searchNavigationListener: (action: import("../../types").AnyAction, state: any, dispatch: (action: import("../../types").AnyAction) => void) => void;
145
145
  }>[T];
146
- export declare const useMdmHiddenAttributes: () => {};
147
- export declare const useMdmControlAttributes: () => any[];
146
+ export declare const useMdmHiddenAttributes: () => Record<string, string[]>;
147
+ export declare const useMdmControlAttributes: () => string[];