@nocobase/plugin-workflow 2.0.0-alpha.58 → 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.
- package/dist/client/WorkflowTasks.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +12 -11
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/package.json +2 -2
|
@@ -28,6 +28,6 @@ export declare function WorkflowTasks(): React.JSX.Element;
|
|
|
28
28
|
export declare function TasksCountsProvider(props: any): React.JSX.Element;
|
|
29
29
|
export declare function TasksProvider(props: any): React.JSX.Element;
|
|
30
30
|
export declare const tasksSchemaInitializerItem: SchemaInitializerItemType;
|
|
31
|
-
export declare const MobileTabBarWorkflowTasksItem: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
|
|
31
|
+
export declare const MobileTabBarWorkflowTasksItem: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
|
|
32
32
|
export declare function WorkflowTasksMobile(): React.JSX.Element;
|
|
33
33
|
export {};
|