zy-react-library 1.0.94 → 1.0.95

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,15 +1,7 @@
1
1
  import { TreeSelect } from "antd";
2
2
  import { useEffect } from "react";
3
+ import { getTreeNodePaths, processTreeDataByLevel, processTreeDataForOnlyLastLevel } from "../../../utils";
3
4
 
4
- const getTreeNodePaths = () => {
5
-
6
- };
7
- const processTreeDataByLevel = () => {
8
-
9
- };
10
- const processTreeDataForOnlyLastLevel = ({ data }) => {
11
- return data;
12
- };
13
5
  /**
14
6
  * 基础下拉树组件(不建议直接使用此组件,二次继承使用)
15
7
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.94",
4
+ "version": "1.0.95",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",