@nocobase/client 1.2.5-alpha → 1.2.7-alpha
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/es/index.mjs +1117 -1106
- package/es/schema-component/antd/upload/shared.d.ts +1 -1
- package/lib/index.js +73 -67
- package/package.json +5 -5
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { UploadFile } from 'antd/es/upload/interface';
|
|
10
10
|
import type { IUploadProps, UploadProps } from './type';
|
|
11
|
-
export declare const
|
|
11
|
+
export declare const FILE_SIZE_LIMIT_DEFAULT: number;
|
|
12
12
|
export declare const isImage: (file: any) => any;
|
|
13
13
|
export declare const isPdf: (file: any) => any;
|
|
14
14
|
export declare const toMap: (fileList: any) => any;
|