@nocobase/plugin-workflow 0.21.0-alpha.1 → 0.21.0-alpha.10

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare function TriggerOptionRender({ data }: {
3
+ data: any;
4
+ }): React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ export declare function useRefreshActionProps(): {
2
+ onClick(): Promise<void>;
3
+ };
@@ -2,5 +2,5 @@ export declare function useTriggerWorkflowsActionProps(): {
2
2
  onClick(): Promise<void>;
3
3
  };
4
4
  export declare function useRecordTriggerWorkflowsActionProps(): {
5
- onClick(): Promise<void>;
5
+ onClick(e?: any, callBack?: any): Promise<void>;
6
6
  };
@@ -20,8 +20,6 @@ export default class PluginWorkflowClient extends Plugin {
20
20
  new (): Instruction;
21
21
  }): void;
22
22
  load(): Promise<void>;
23
- addComponents(): void;
24
- addRoutes(): void;
25
23
  }
26
24
  export * from './Branch';
27
25
  export * from './FlowContext';