@coding-flow/flow-mobile-approval 0.0.48 → 0.0.49

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.
@@ -24,6 +24,7 @@ const FlowApprovalActions = ()=>{
24
24
  if (action) {
25
25
  const triggerFrontEvent = action.triggerFrontEvent;
26
26
  if (triggerFrontEvent) EventBus.getInstance().emit(triggerFrontEvent);
27
+ else EventBus.getInstance().emit(id);
27
28
  } else EventBus.getInstance().emit(id);
28
29
  };
29
30
  return /*#__PURE__*/ jsxs("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-mobile-approval",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "flow-engine pc mobile approval components",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -39,19 +39,20 @@
39
39
  "dayjs": "^1.11.19",
40
40
  "immer": "^11.1.3",
41
41
  "react-redux": "^9.2.0",
42
- "@coding-flow/flow-core": "0.0.48",
43
- "@coding-flow/flow-types": "0.0.48",
44
- "@coding-flow/flow-approval-presenter": "0.0.48",
45
- "@coding-flow/flow-icons": "0.0.48",
46
- "@coding-flow/flow-mobile-ui": "0.0.48",
47
- "@coding-flow/flow-mobile-form": "0.0.48"
42
+ "antd": "^6.2.1",
43
+ "@coding-flow/flow-core": "0.0.49",
44
+ "@coding-flow/flow-types": "0.0.49",
45
+ "@coding-flow/flow-icons": "0.0.49",
46
+ "@coding-flow/flow-approval-presenter": "0.0.49",
47
+ "@coding-flow/flow-mobile-ui": "0.0.49",
48
+ "@coding-flow/flow-mobile-form": "0.0.49"
48
49
  },
49
50
  "devDependencies": {
50
- "@coding-flow/flow-types": "0.0.48",
51
- "@coding-flow/flow-mobile-ui": "0.0.48",
52
- "@coding-flow/flow-approval-presenter": "0.0.48",
53
- "@coding-flow/flow-core": "0.0.48",
54
- "@coding-flow/flow-mobile-form": "0.0.48"
51
+ "@coding-flow/flow-types": "0.0.49",
52
+ "@coding-flow/flow-mobile-ui": "0.0.49",
53
+ "@coding-flow/flow-approval-presenter": "0.0.49",
54
+ "@coding-flow/flow-core": "0.0.49",
55
+ "@coding-flow/flow-mobile-form": "0.0.49"
55
56
  },
56
57
  "scripts": {
57
58
  "build": "rslib build",