@newview/file-ui 1.1.2 → 1.1.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.
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ 版本 1.1.4
2
+ 1. 新增 ComFormUp 组件,此组件基于 ComForm 进行扩展,增加 UploadFile 类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/file-ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,7 +13,8 @@
13
13
  "package.json",
14
14
  "tsconfig.json",
15
15
  "tsconfig.node.json",
16
- "vite.config.ts"
16
+ "vite.config.ts",
17
+ "README.md"
17
18
  ],
18
19
  "exports": {
19
20
  "./dist/style.css": "./dist/style.css",
File without changes
File without changes