@icos-desktop/react-components 1.0.0-beta.3 → 1.0.0-beta.4

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.
@@ -3,6 +3,8 @@ import { SenseTreeProps } from './SenseTree.d';
3
3
  interface CcosSenseTreeProps extends SenseTreeProps {
4
4
  'data-dnd': string;
5
5
  tid: string;
6
+ viewType?: 'system' | 'func';
7
+ viewCode?: string;
6
8
  showSenseContextMenu?: boolean;
7
9
  showBottomButton?: boolean;
8
10
  }
@@ -1,4 +1,4 @@
1
- export declare const getTreeChecked: ({ treeData: _treeData, checkedKeys, halfCheckedKeys }: any) => {
1
+ export declare const getTreeChecked: ({ treeData: _treeData, checkedKeys, halfCheckedKeys, treeType, }: any) => {
2
2
  info: {
3
3
  selectSenseObjCodes?: undefined;
4
4
  selectBookIds?: undefined;
@@ -6,6 +6,9 @@ export declare const getTreeChecked: ({ treeData: _treeData, checkedKeys, halfCh
6
6
  selectSenseGlobalCodes?: undefined;
7
7
  unSelectSenseGlobalCodes?: undefined;
8
8
  selectOrgIds?: undefined;
9
+ selectBookRegionIds?: undefined;
10
+ selectLeafRegionIds?: undefined;
11
+ selectPathRegionIds?: undefined;
9
12
  };
10
13
  total: number;
11
14
  } | {
@@ -16,6 +19,9 @@ export declare const getTreeChecked: ({ treeData: _treeData, checkedKeys, halfCh
16
19
  selectSenseGlobalCodes: string[];
17
20
  unSelectSenseGlobalCodes: string[];
18
21
  selectOrgIds: string[];
22
+ selectBookRegionIds: string[];
23
+ selectLeafRegionIds: string[];
24
+ selectPathRegionIds: string[];
19
25
  };
20
26
  total: number;
21
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icos-desktop/react-components",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "ICOS Desktop React Components",
5
5
  "main": "build/index.js",
6
6
  "unpkg": "build/index.umd.js",