@tachybase/plugin-workflow-approval 0.23.40 → 0.23.41

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.
@@ -1,2 +1,6 @@
1
1
  import { SchemaInitializer } from '@tachybase/client';
2
2
  export declare const ApproverShowDetailInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
3
+ /**
4
+ * @deprecated
5
+ */
6
+ export declare const ApproverAddBlockInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
@@ -1,2 +1,6 @@
1
1
  import { SchemaInitializer } from '@tachybase/client';
2
2
  export declare const FormActionButtonInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
3
+ /**
4
+ * @deprecated
5
+ */
6
+ export declare const ApprovalAddActionButton: SchemaInitializer<import("antd").ButtonProps, {}>;
@@ -1,2 +1,6 @@
1
1
  import { SchemaInitializer } from '@tachybase/client';
2
2
  export declare const ApplyFormInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
3
+ /**
4
+ * @deprecated 完全整理重构完审批, 走完迁移逻辑, 以及充分测试现有应用后, 可删除此过期配置
5
+ */
6
+ export declare const LauncherAddBlockButtonIntializer: SchemaInitializer<import("antd").ButtonProps, {}>;
@@ -1,2 +1,6 @@
1
1
  import { SchemaInitializer } from '@tachybase/client';
2
2
  export declare const ApplyFormActionInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
3
+ /**
4
+ * @deprecated
5
+ */
6
+ export declare const LauncherActionConfigInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;