@flatbiz/antd 2.5.13 → 2.5.16
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/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -707,9 +707,9 @@ export declare const EditorWrapper: (props: any) => JSX.Element;
|
|
|
707
707
|
export declare type FileImportProps = {
|
|
708
708
|
onImportFinish: (data?: any) => void;
|
|
709
709
|
buttonName?: string | ReactElement;
|
|
710
|
-
children?: (data: {
|
|
710
|
+
children?: React.ReactNode | ((data: {
|
|
711
711
|
loading: boolean;
|
|
712
|
-
}) => React.ReactNode;
|
|
712
|
+
}) => React.ReactNode);
|
|
713
713
|
} & Omit<UploadProps, "fileList" | "showUploadList" | "itemRender" | "listType" | "multiple" | "previewFile" | "progress" | "onChange" | "onDownload" | "onRemove" | "onPreview" | "directory" | "customRequest" | "defaultFileList" | "iconRender">;
|
|
714
714
|
/**
|
|
715
715
|
* 文件导入
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flatbiz/antd",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.16",
|
|
4
4
|
"description": "flat-biz oss ui components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"react-router": "^6.3.0",
|
|
52
52
|
"react-router-dom": "^6.3.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "0dfd6c874cbeb2efbe3b382b3e1a8a03e0cec0d1"
|
|
55
55
|
}
|