@flatbiz/antd 4.1.2 → 4.1.3

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/index.d.ts CHANGED
@@ -847,14 +847,14 @@ export type UploadWrapperProps<T extends TPlainObject = TPlainObject> = {
847
847
  * 属性映射
848
848
  */
849
849
  fieldNames?: {
850
- uid?: string;
850
+ uid: string;
851
851
  name?: string;
852
852
  url?: string;
853
853
  };
854
854
  /**
855
855
  * 接口响应数据适配器,如果配置了fieldNames,适配器返回值会再进过fieldNames转换
856
856
  */
857
- onRequestResultAdapter?: (respData: any) => TPlainObject;
857
+ onRequestResultAdapter?: (respData: TAny) => TPlainObject;
858
858
  } & Omit<UploadProps, "onChange" | "fileList">;
859
859
  /**
860
860
  * 文件上传
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatbiz/antd",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "flat-biz oss ui components",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",