@nocobase/client 1.6.24 → 1.6.26

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.
@@ -10,6 +10,5 @@ import { ISchema } from '@formily/react';
10
10
  export declare const createTableBlockUISchema: (options: {
11
11
  dataSource: string;
12
12
  collectionName?: string;
13
- rowKey?: string;
14
13
  association?: string;
15
14
  }) => ISchema;
@@ -10,6 +10,7 @@ export declare const useTableBlockDecoratorProps: (props: any) => {
10
10
  params: any;
11
11
  parentRecord: any;
12
12
  parseVariableLoading: boolean;
13
+ rowKey: string;
13
14
  };
14
15
  export declare function useTableBlockParams(props: any): {
15
16
  params: any;
@@ -8,3 +8,4 @@
8
8
  */
9
9
  import { SchemaSettings } from '../../../../application/schema-settings/SchemaSettings';
10
10
  export declare const recordPickerComponentFieldSettings: SchemaSettings<{}>;
11
+ export declare const filterRecordPickerComponentFieldSettings: SchemaSettings<{}>;
@@ -6,9 +6,7 @@
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
- import React from 'react';
10
9
  import { Plugin } from '../application/Plugin';
11
- export declare const AppNotFound: () => React.JSX.Element;
12
10
  export declare class NocoBaseBuildInPlugin extends Plugin {
13
11
  afterAdd(): Promise<void>;
14
12
  load(): Promise<void>;