ados-rcm 1.0.145 → 1.0.146

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.
@@ -1,13 +1,3 @@
1
- /**
2
- * ATree
3
- *
4
- * Description :
5
- * - select and check is not different, check is just appeared when showCheckbox is true.
6
- *
7
- * Notice 1 : useSelect is considered as T[], so you should pass T[] to useSelect even if isSelectMulti is false.
8
- * Todo 1 : drag between different parents
9
- * Todo 2 : maybe adding defs for tree is necessary
10
- */
11
1
  import React from 'react';
12
2
  import { TUseValues } from '../../AHooks/useValues';
13
3
  import { IItem } from '../../AUtils/objF';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.145",
3
+ "version": "1.0.146",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",