@nocobase/plugin-graph-collection-manager 0.13.0-alpha.7 → 0.13.0-alpha.8

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.
@@ -9,4 +9,5 @@ export declare enum ConnectionType {
9
9
  Inherit = "inherited",
10
10
  Entity = "entity"
11
11
  }
12
+ export declare const CollapsedContext: React.Context<any>;
12
13
  export declare const GraphDrawPage: React.MemoExoticComponent<() => React.JSX.Element>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ConnectAssociationAction: (props: any) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ConnectChildAction: (props: any) => React.JSX.Element | "";
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ConnectParentAction: (props: any) => React.JSX.Element | "";
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ConnectorAction: (props: any) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DirectionAction: (props: any) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const FullscreenAction: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const LocateCollectionAction: (props: any) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const SelectCollectionsAction: (props: any) => React.JSX.Element;