@acuteinfo/common-screens 1.0.80 → 1.0.82

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.
@@ -8,6 +8,7 @@ interface NewSideBarNav extends SideBarRendererType {
8
8
  rootUrl: string;
9
9
  dashboardUrl?: string;
10
10
  navigate: NavigateFunction;
11
+ MessageBox?: any;
11
12
  }
12
13
  export declare const SearchViewNavigation: FC<NewSideBarNav>;
13
14
  export {};
@@ -5,6 +5,7 @@ interface SideBarNavProps extends SideBarRendererType {
5
5
  rootUrl: string;
6
6
  dashboardUrl?: string;
7
7
  navigate: NavigateFunction;
8
+ authState?: any;
8
9
  }
9
10
  export declare const SideBarNav: FC<SideBarNavProps>;
10
11
  export {};
@@ -22,6 +22,7 @@ export interface NavItemType {
22
22
  visibleToProducts?: string[];
23
23
  user_code?: string;
24
24
  system_code?: string;
25
+ allow_open?: String;
25
26
  }
26
27
  export interface NavBarMetaDataType {
27
28
  config?: {
@@ -47,4 +48,5 @@ export interface SideBarRendererType {
47
48
  setNewFilterData?: any;
48
49
  setNewFilterView?: any;
49
50
  isFromSeparetView?: boolean;
51
+ MessageBox?: any;
50
52
  }
@@ -26,6 +26,7 @@ export declare const transformMetaDataAsPerRole: (metaData: NavBarMetaDataType,
26
26
  visibleToProducts?: string[] | undefined;
27
27
  user_code?: string | undefined;
28
28
  system_code?: string | undefined;
29
+ allow_open?: String | undefined;
29
30
  }[];
30
31
  };
31
32
  export declare const transformMetaDataAsPerMenuRights: (metaData: NavBarMetaDataType, authState: any) => NavBarMetaDataType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acuteinfo/common-screens",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "react",
@@ -12,7 +12,7 @@
12
12
  "main": "dist/index.js",
13
13
  "types": "dist/index.d.ts",
14
14
  "dependencies": {
15
- "@acuteinfo/common-base": "^1.0.62",
15
+ "@acuteinfo/common-base": "^1.0.70",
16
16
  "@emotion/react": "^11.11.1",
17
17
  "@emotion/styled": "^11.11.0",
18
18
  "@fortawesome/fontawesome-svg-core": "^6.5.2",