@nocobase/client 2.0.0-alpha.57 → 2.0.0-alpha.59

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.
@@ -7,4 +7,4 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import React from 'react';
10
- export declare const CollectionCategory: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
10
+ export declare const CollectionCategory: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
@@ -7,4 +7,4 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import React from 'react';
10
- export declare const CollectionFieldInterfaceTag: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
10
+ export declare const CollectionFieldInterfaceTag: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
@@ -7,4 +7,4 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import React from 'react';
10
- export declare const CollectionTemplateTag: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
10
+ export declare const CollectionTemplateTag: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
@@ -7,7 +7,7 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import React from 'react';
10
- declare const Summary: React.MemoExoticComponent<import("@formily/react").ReactFC<{
10
+ declare const Summary: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<{
11
11
  schema: any;
12
12
  label: string;
13
13
  }>>;
@@ -15,6 +15,7 @@ export declare class BlockModel<T = DefaultStructure> extends FlowModel<T> {
15
15
  _defaultCustomModelClasses: any;
16
16
  customModelClasses: any;
17
17
  collectionRequired: boolean;
18
+ private ObservedRenderComponent;
18
19
  static _getScene(): BlockSceneType[];
19
20
  static _isScene(scene: BlockSceneType): boolean;
20
21
  getModelClassName(className: string): any;
@@ -14,6 +14,7 @@ export declare class BasePageTabModel extends FlowModel<{
14
14
  grid: BlockGridModel;
15
15
  };
16
16
  }> {
17
+ onInit(options: any): void;
17
18
  getTabTitle(defaultTitle?: string): any;
18
19
  getTabIcon(): any;
19
20
  renderChildren(): any;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { FieldModel } from '../base';
3
- export declare const JsonInput: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
3
+ export declare const JsonInput: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
4
4
  export declare class JsonFieldModel extends FieldModel {
5
5
  render(): React.JSX.Element;
6
6
  }