@dhccmobile/workflow-approval-center 1.0.0 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhccmobile/workflow-approval-center",
3
- "version": "1.0.0",
3
+ "version": "1.0.9",
4
4
  "description": "审批中心",
5
5
  "private": false,
6
6
  "main": "dist/approval-center.umd.js",
@@ -1,6 +1,6 @@
1
1
  import BaseRenderer from "diagram-js/lib/draw/BaseRenderer";
2
2
  declare class BpmRenderer extends BaseRenderer {
3
- constructor(eventBus: any, bpmnRenderer: any);
3
+ constructor(eventBus: any, bpmnRenderer: any, textRenderer: any);
4
4
  canRender(element: any): any;
5
5
  drawShape(parentNode: any, element: any): any;
6
6
  drawPath(parentGfx: any, d: any, attrs: any): SVGPathElement;
@@ -37,5 +37,10 @@ declare const TaskTypeEnum: {
37
37
  code: string;
38
38
  name: string;
39
39
  };
40
+ /** 子流程挂载任务 */
41
+ SUB_PROC_MOUNT_TASK: {
42
+ code: string;
43
+ name: string;
44
+ };
40
45
  };
41
46
  export { TaskTypeEnum, TASK_TYPE_ENUM };