@nocobase/client 1.6.3 → 1.6.5

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.
@@ -19,6 +19,7 @@ export declare const getAllowMultiple: (params?: {
19
19
  onChange(value: any): void;
20
20
  };
21
21
  };
22
+ export declare const setTheDataScope: any;
22
23
  export declare const selectComponentFieldSettings: SchemaSettings<{}>;
23
24
  /**
24
25
  * Used for Select fields in filter form blocks
@@ -6,6 +6,6 @@
6
6
  * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
- export { attachmentFileTypes, encodeFileURL } from './shared';
9
+ export { attachmentFileTypes } from './shared';
10
10
  export { useUploadStyles } from './style';
11
11
  export * from './Upload';
@@ -88,4 +88,3 @@ export declare const toItem: (file: any) => any;
88
88
  export declare const toFileList: (fileList: any) => any[];
89
89
  export declare function validate(file: any, rules: Record<string, any>): string;
90
90
  export declare function useBeforeUpload(rules: any): (file: any) => boolean;
91
- export declare function encodeFileURL(url: string): string;