xydata-tools 1.0.48 → 1.0.49

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.
@@ -106,7 +106,8 @@ var UploadFile = function UploadFile(props) {
106
106
  if (info.file.status !== "uploading") {
107
107
  setLoading(false);
108
108
  }
109
- }
109
+ },
110
+ maxCount: props.max
110
111
  }, uploadOptions);
111
112
 
112
113
  // 上传的组件类型
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "xydata-tools",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "xydata tools",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
- "types": "dist/types/index.d.ts",
7
+ "types": "dist/types/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://172.16.1.252/wuxiaohu/xydata-tools.git"
11
+ },
12
+ "homepage": "https://172.16.1.252/wuxiaohu/xydata-tools",
8
13
  "scripts": {
9
14
  "dev": "father dev",
10
15
  "build": "father build",